@charset "utf-8";
/* CSS Document */
/*追加スタイルはこちらcustom_2024.css*/

.sp-br {
  display: none;
}
.pc-br {
  display:block;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display:block;
  }
  .pc-br {
    display: none;
  }
}


body {
  margin: 0;
	line-height: 1.5;
  font-weight: normal;
	letter-spacing: 1px;
  font-size: 16px;
	color:#333;
	    background: #FFF;
}

header{
background-color: #f9d713;
}

header a{
color: #333;
padding-left: 15px;
}

/*ハンバーガーメニュー内のスタイルカスタム*/
header .drawer-list{
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
	z-index: 9998;
	background-color: #f9d713;
}
header .drawer-list::-webkit-scrollbar{
width: 5px;
}
header .drawer-list::-webkit-scrollbar-track{
   background-color: #ccc;
}
header .drawer-list::-webkit-scrollbar-thumb{
   background-color: #17585d;
}

img.top_log{
max-width: 250px;
width: 100%;
}


header nav.lang{
color: #000000;
padding-right: 10px;
}
header nav.lang a{
color: #000000;
}

header .hamburger > i {
background-color: #000000;
}
header .hamburger > i:before{
background-color: #000000;
}
header .hamburger > i:after{
background-color: #000000;
}

@media only screen and (min-width:768px) {
header .hamburger{display: none;}
}
@media only screen and (max-width:768px) {
header .hamburger{display: block;}
}

/*@media only screen and (min-width:768px) {
header .lang{display: none;}
}
@media only screen and (max-width:768px) {
header .lang{display: block;}
}*/

/*@media (max-width: 767px){
header .header-items {
    display: block;
}
}*/

/*アニメ用メニュー*/
.head_anime_menu{
background: #FFFFFF;
}
.head_anime_menu ul{
max-width: 1240px;
width: 100%;
display: flex;
margin: auto;

}
.head_anime_menu ul li{
display: flex;
align-items: center;
padding: 10px 0;
margin:0 10px;
font-size: 0.9em;
}
.head_anime_menu ul li:hover{
border-bottom: 2px solid #FF5700;
}
.head_anime_menu ul li:first-child{
border-bottom: none;
}
.head_anime_menu ul li a{
display:block;
color: #FF5700;
font-weight: bold;
}
/*.head_anime_menu ul li a:hover{
border-bottom: 2px solid #FF5700;
}*/


@media only screen and (min-width:768px) {
.head_anime_menu{display: block;}/*PC表示*/
}
@media only screen and (max-width:768px) {
.head_anime_menu{display: none;}/*スマホ表示*/
}



/*トップ　タイトルとメニューエリア*/
.top_header-area{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:space-between;
/*	align-items: center;*/
	flex-wrap: wrap;
	width: 100%;
}



/*上部メインエリア　正式ビジュアル左-横長メニュ-*/
.hiro_top_area_wrap{
background: #eeeeee;
width: 100%;
position: relative;
}
.hiro_top_area_wrap .english_btn{
position: absolute;
top: 20px;
right: 0;
z-index: 9999;
}
@media only screen and (min-width:768px) {
.english_btn{display: block;}/*PC表示*/
}
@media only screen and (max-width:768px) {
.english_btn{display: none;}/*スマホ表示*/
}

.hiro_top_area{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	/*max-width: 1240px;*/
	width: 100%;
	margin: auto;
	padding: 20px 0;
}
.hiro_img{
max-width: 614px;
width: 100%;
}
.hiro_top_r{
max-width:500px;
width: 100%;
}
.hiro_top_r ul{
padding-top: 20px;
}
.hiro_top_r li{
max-width: 469px;
width: 100%;
text-align: center;
margin: 5px auto;
}
.hiro_top_r li img{
width: 100%;
}

/*タイトルのスマホPCブレイクポイント表示切り替え*/
@media print, screen and (min-width: 768px) {
div.main_title_sp { display: none; }
div.main_title_pc { display: block; }
}
 @media screen and (max-width: 767px) {
div.main_title_sp { display: block; padding-bottom: 20px;}
div.main_title_pc { display: none; }
}



/*トップページメニュー*/
.top_menu {
background: rgba(255,255,255,1.00);
padding: 15px 0 0px;
}
.top_menu ul{
background: rgba(255,255,255,1.00);
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: nowrap;
}
.top_menu ul li{
max-width: 315px;
width: 25%;
margin: 5px;
}
.top_menu ul li img{
width: 100%;
}
@media only screen and (max-width:760px) {
.top_menu ul{
background: rgba(255,255,255,1.00);
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}
.top_menu ul li{
max-width: 315px;
width: 45%;
margin:0 5px;
}
}


/*トップトピックス（トップに掲載しているおしらせ）*/
.top-topics{
padding: 40px 0;
width: 90%;
margin: auto;
}


.topics-content{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 980px;
	width: 100%;
	margin:15px auto;
}
@media only screen and (max-width:768px) {
.topics-content{
	display:block;
}
}

.topi-midashi h3{
display: block;
color: #000000;
font-size: 1.6em;
font-weight: bold;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
width: 335px;
padding: 20px 0;
line-height: 1.5 !important;
text-align: left;
}
@media only screen and (max-width:1040px) {
.topi-midashi{
width: 100%;
}

.topi-midashi h3{
width: 100%;
text-align: center;
margin-bottom: 10px;
}
}
.topics-naiyo{
background: rgba(0,0,0,0.8);
color:#FFFFFF;
max-width: 600px;
width: 100%;
}
@media only screen and (max-width:768px) {
.topics-naiyo{
margin-bottom: 20px;
}
}
.topics-naiyo a{
color: #89F2FF;
}
.topics-naiyo a:hover{
color: #52B9EB;
}
.topics-naiyo p{
margin: 0;
padding: 10px;
}

.modaal-btn{
color: #89F2FF;
border-bottom: 1px solid #909090;
text-align:left; 
}
.modaal-btn:hover{
color:#52B9EB;
}
img.popup-icon{
width: 15px;
margin-right: 5px;
}

/*審査員モーダル中*/
.judge-modal{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	border: 0px solid #000000;
}
.judge-name{
border-bottom: 1px solid #000000;
font-size: 1.4em;
font-weight:bold;
margin: 15px 0;
}
.judge-modal-photo{
width: 40%;
border: 0px solid #000000;
text-align: center;
}
.judge-modal-photo img{
max-width: 300px;
width: 100%;
}
.judge-modal-txt{
width: 55%;
margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.judge-modal-photo{
width: 100%;
}
.judge-modal-txt{
width: 100%;
margin-left: 0;
}
}


/*トップ用AIR画像*/
.top_air_prof_photo{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.top_air_prof_photo li{
margin: 2px;
width: 130px;
font-size: 0.7em;
}
.top_air_prof_photo li img{
width: 100%;
}

/*3つ並びメニュー*/
.anime_menu_wrap {
background: rgb(237,111,31);
background: linear-gradient(180deg, rgba(237,111,31,1) 0%, rgba(250,250,250,1) 47%);
width: 30%;
}
.anime_menu_wrap ul{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
margin:15px 10px;
}
.anime_menu_wrap ul li{
	padding: 0.3em 1em;;
	margin: 0 auto 0;
	width: 100%;
}
a.anime_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 3rem;
	width: 100%;
	margin: auto;
	padding:5px 0 ;
	border-radius: 100vw;
	background:#2E2E2E;
	background-size: 400%;
	color: #fff;
}
a.anime_menu:hover::before {
  transform: scaleX(1);
}
a.anime_menu:hover {
	color: #fff;
		text-decoration: none;
}
a.anime_menu span {
  position: relative;
  z-index: 1;
}
a.anime_menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(49, 49, 49, 1) 10.8%,
    rgba(0, 0, 0, 1) 94.3%
  );
  transition: all 0.475s;
}
@media only screen and (max-width: 640px) {
.top_header-area #mv2024{
width:100%;
}
.anime_menu_wrap {
background: rgb(237,111,31);
background: linear-gradient(180deg, rgba(237,111,31,1) 0%, rgba(250,250,250,1) 47%);
width:100%;
}
.anime_menu_wrap ul{
justify-content: center;
}
.anime_menu_wrap ul li{
	padding: 0 0 0.3em;;
	margin: 0 2px 0;
	width: 32%;
}
a.anime_menu {
	height: 2rem;
	border-radius: 6px;
}
}

.main_title{
max-width:850px;
width: 98%;
}
.main_day{
max-width: 400px;
width: 88%;
margin: auto;
}
@media only screen and (max-width: 640px) {
.main_day{
max-width: 300px;
width: 70%;
}
}
.Call-for-Entry{
max-width: 700px;
width: 98%;
margin: auto;
}

/*scssのところ*/
#top_container{
/*background: #ecf5e0;*/
background: #f9d713 url(/inc/images/top/bg.png);
}

main h1{
background: #fff8d3;
/*background: #ecf5e0;*/
color: #000000;
}






/*top募集関連ボタン*/
.Apply_wrap ul{
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
justify-content:space-around;
flex-wrap: wrap;
max-width: 1000px;
width: 100%;
margin: auto;
}
.Apply_wrap li{
background: #ed6f1e;
border: double 10px #ffffff;
border-radius: 20px;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
padding:15px 5px 5px;
text-align: center;
width: 32%;
transition-duration: .1s;
}
.Apply_wrap li:hover{
transform: translateY(3px);
background: #f6843b;
}
.Apply_wrap li.not_trans{
transform: none;
background:#D4D4D4
}
.Apply_wrap li a{
text-decoration: none;
}
.Apply_wrap li a:hover{
text-decoration: none;
}
.Apply_wrap li dl{
background: #FFFFFF;
border-radius: 10px;
color:#000000;
margin-top: 5px;
padding: 8px;
}
.Apply_wrap li dl dt{
text-align: center;
font-weight: bold;
}
.Apply_wrap li dl dd{
font-size: 0.9em;
text-align: left;
padding: 3px;
}
p.Apply_Click{
display:block;
color:#FFFFFF;
font-size: 0.9em;
text-align: right;
margin:5px 0 0;
}
@media only screen and (max-width: 640px) {
.Apply_wrap li{
margin-bottom: 10px;
padding:8px 5px 5px;
width: 90%;
}
.Apply_wrap li dl{
padding: 5px;
}
.apply_ttl{
max-width: 250px;
width: 90%;
}
}



/*1101時点カミングスーン*/
.comingsoon_wrap{
max-width: 1000px;
width: 100%;
margin:30px auto;
}
.comingsoon_wrap p{
text-align: center;
margin: 10px auto 35px;
}
img.comingsoon{
max-width: 550px;
width: 100%;
}
.comingsoon_wrap ul{
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}
.comingsoon_wrap ul li{
width: 32%;
text-align: center;
}
.comingsoon_wrap ul li img{
max-width: 350px;
width: 100%;
}

/*a.anime_menu:link,a.anime_menu:visited{
	color: #ED6F1F;
	display:block;
	text-decoration: none;
	text-align: center;
}

a.anime_menu:hover,a.anime_menu:active{
	background: rgba(255,208,93,0.6);
}*/




/*見出し*/
.common_headline{
	font-weight: bold;
	font-size: 1em;
	color: #657CBC;
	margin-top: .5em;
}

.common_headline_m_wrap{
		text-align: center;
	padding: 6% 0 0;
	width: 90%;
	margin: 0 auto;
}

.common_headline_m{
	font-size: 1.5em;
	font-weight: bold;
	  position: relative;
  display: inline-block;
  padding: 0 55px;

}

.common_headline_m:before, .common_headline_m:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #ED6F1F;
}

.common_headline_m:before {
  left:0;
}
.common_headline_m:after {
  right: 0;
}

.news_box {
background: #ffffff;
    width: 90%;
    height: 200px;
    overflow-y: scroll;
    border-radius: 3px;
    max-width: 800px;
    border: 1px solid #ED6F1F;
    margin: 2em auto;
}
.news_box::-webkit-scrollbar{
   width:10px;
}
.news_box::-webkit-scrollbar-track{
   background-color: #ffd1c6;
}
.news_box::-webkit-scrollbar-thumb{
   background-color: #ff8265;
}







/*コンペページ*/
#guideline h2{
    margin-top: 2em;
    margin-bottom: .7em;
}

#competition #guideline h3 {
border-left: 7px solid #6E6E6E;
border-radius: 5px;
background-color: #969696;
}

.page_link_wrap{
    background-color: #F5F5ED;
    padding: .5rem 0;
}
.page_link{
    display: flex;
    justify-content: space-around;
}
.page_link li{
    display: table;
    width: calc(95% / 4) ;
    text-align: center;
}
.page_link_02 li{
    display: table;
    width: calc(98% / 2) ;
    text-align: center;
}
.page_link li a{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    background-color: #FF5700;
    color: #fff;
    padding: .8em 0;
}
.page_link li a:hover{
    background-color: #ffa97c;
    color: #5b5b5b;
    text-decoration: none;
}
.page_link_02 li a{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    background-color: #6E6E6E;
    color: #fff;
    padding: .8em 0;
}
.page_link_02 li a:hover{
    background-color: #c3c3c3;
    color: #292929;
    text-decoration: none;
}
.page_link li a br.sp{
    display: none;
}
@media only screen and (max-width: 892px) {
.page_link li a br.sp{
    display: block;
}
}
@media only screen and (max-width: 677px) {
.page_link{
    display: flex;
    flex-wrap: wrap;
}    
.page_link li{
    width: calc(95% / 2) ;
    margin-bottom: .5em;
}
}
.filmfreeway_btn{
max-width: 300px;
width: 98%;
}

.area_list_wrap p{
    margin: 0!important;
    line-height: 1.5rem;
}
.compe_ttl{
    font-size: 1.2em;
    background-color: #F9F8D0;
    padding: .5em 0 .5em 1em;
    margin-bottom: 1em;
    font-weight: bold;
}
.short_main,.feature_length_main,.pacific_rim_main,.japanese_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .5em;
}
.short_main::after,
.feature_length_main::after,
.pacific_rim_main::after,
.japanese_main::after{
  content:"";
  display: block;
  width:32%;
}

.anime_works{
    border: 1.5px solid #c9c9c9;
    max-width: 305px;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 10px;
}
.anime_works img{
    border: 1.5px solid #c9c9c9;
    max-width:278px;
    width: 100%;
    margin-bottom: 10px;
}

.short_main div.program_select p,
.feature_length_main div.program_select p,
.pacific_rim_main div.program_select p,
.japanese_main div.program_select p{
    padding-left: 4px;
    border-radius: 5px; 
}
.area_list_wrap{
    margin-bottom: 1.7em;
}
.short_main div.program_select p.wed,
.listsstyle_short_program span.wed,
.listsstyle_anime_press_lists p span.wed{
    background-color: #fba68f;
}
.short_main div.program_select p.thu,
.listsstyle_short_program span.thu,
.listsstyle_anime_press_lists p span.thu{
    background-color: #ffff00;
}
.short_main div.program_select p.fri,
.listsstyle_short_program span.fri,
.listsstyle_anime_press_lists p span.fri{
    background-color: #d5a6ff;
}
.short_main div.program_select p.sat,
.listsstyle_short_program span.sat,
.listsstyle_anime_press_lists p span.sat{
    background-color: #7eff68;
}
.feature_length_main div.program_select p.sun,
.listsstyle_length_program span.sun,
.listsstyle_anime_press_lists p span.sun{
    background-color: #b5b5b5;    
}

.anime_ttl{
    font-weight: bold;
}
.listsstyle_short_program,
.listsstyle_length_program,
.listsstyle_rim_program,
.listsstyle_japanese_program
{
    margin-bottom: 1em;
}
.listsstyle_short_program span.wed,
.listsstyle_short_program span.thu,
.listsstyle_short_program span.fri,
.listsstyle_short_program span.sat,
.listsstyle_length_program span.sun{
    margin: 0 .7em 0 0;
    padding: 3px .7em;
}
.listsstyle_anime_press_lists p span.wed,
.listsstyle_anime_press_lists p span.thu,
.listsstyle_anime_press_lists p span.fri,
.listsstyle_anime_press_lists p span.sat,
.listsstyle_anime_press_lists p span.sun{
    padding: 0 .5em;
    font-size: .88em;
}

.listsstyle_anime_works{
    display: flex;
    margin-bottom: .2em;
}
.listsstyle_anime_works:nth-child(odd){
    background-color: #DDD;
}
.listsstyle_anime_img{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    width: 100%;
}
.listsstyle_anime_img img{
    margin: 0 auto;
	width:100%;
}
.listsstyle_anime_works div.wed{
    border: 2px solid #fba68f;
}
.listsstyle_anime_works div.thu{
    border: 2px solid #ffff00;
}
.listsstyle_anime_works div.fri{
    border: 2px solid #d5a6ff;
}
.listsstyle_anime_works div.sat{
    border: 2px solid #7eff68;
}
.listsstyle_anime_works div.sun{
    border: 2px solid #b5b5b5;
}

.listsstyle_anime_press_lists{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
	font-size: 1em;
}


@media only screen and (max-width: 954px) {
.short_main,.feature_length_main,.pacific_rim_main,.japanese_main{
    justify-content: space-around;
}  
.short_main::after,
.feature_length_main::after,
.pacific_rim_main::after,
.japanese_main::after{
  content:"";
  display: block;
  width:19em;
}    
}
@media only screen and (max-width: 660px) {
.short_main,.feature_length_main,.pacific_rim_main,.japanese_main{
    display: block;
    align-items: center;
    margin: 0 auto;
}
.anime_works{
    max-width: 600px;
    width: 100%;
    margin: 0 auto .5em;
}
.anime_works img{
    max-width: 600px;
    width: 100%;
}
.listsstyle_anime_press_lists{
    font-size: .8em;
}
}





/*H-AIR*/
#air section h2{
font-size: 3em;
}
#air h3 {
border-left: 7px solid #f9c013;
border-radius: 5px;
background-color: #f9d713;
color: #000000;
margin-bottom: 10px;
/*background-color: #969696;*/
}
#air #artists .profile h4{
padding:10px;
margin: 0;
font-size: 1.2em;
}
#air .project_tit{
font-weight: bold;
}
.air-pic{
text-align: center;
}
.air-prof-txt{

}

/*googleアイコン位置調整*/
.material-symbols-outlined{
    font-size: 1.0em;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.btn{
/*background: #FFFFFF;*/
text-decoration: none;
}
@media (max-width: 767px) {
    .btn {
        width: 80px;
        padding: 1em 0.2em;
    }
}


footer{
width: 95%;
margin: auto;
}
footer .totop{
/*background-color: #F9D713;*/
background-color: #f9c013;
}

/*記事内のリンク*/
.content-wrapper a{
color:#007FBD;
text-decoration: underline;
font-weight: bold;
}


img.hirofes_logo{
max-width: 150px;
width: 100%;
}

#competition #guideline:after {
    border-bottom: 0px solid #969696;
	}



/*
design
*/


.bk_img{
   position: fixed;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 60%;
	max-width: 900px;
}

@media (max-width: 767px) {
	.bk_img{
		display: none;
	}
}


/*
move
*/
.fadeInUpTrigger, .fadeInTrigger {
  opacity: 0;
}


#page-top {
  font-size: 77%;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#page-top a {
  margin: 0 auto;
  padding: 10px;
  background: rgba(79,100,174,.70);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 2em;
  line-height: 0;
}
#page-top a:hover {
  background: #4F64AE;
  text-decoration: none;
}



