@charset "UTF-8";
/* CSS Document */
/*body{z-index: -1;}*/

/* -----------------------------------
    メインビジュアル
   ----------------------------------- */
#visual {
	position: relative;
}
#visual h1 a{
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
#visual h1 span#logo-top{
    width: 250px;
    display: block;
	margin: auto
}
#visual h1 span#h1-top{
   /* width: 670px;*/
	width: 50%;
    display: block;
    margin: 5% auto auto;
}
#visual #logo-fes a{
	position: absolute;
	/*
	top: 5%;
    left: 2.5%;
    width: 7.5%;*/
	top: 1.5%;
    left: 1%;
    width: 14%;
	display: block
}
@keyframes fadeIn {
0% {
	opacity: 0;
	margin-top: -3%
}
100% {
	opacity: 1;
	margin-top: 0%
}
}
h2#copy{
    font-weight: bold;
    font-size: 20px;
    color: #0a4b9e;
    text-align: center;
    margin-top: 30px;
}
h2#copy span#copy-main{
    font-size: 35px;
    display: block;
	font-family: 'Shippori Mincho', serif;
	font-weight: normal
}
#visual-frame{
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: rgba(0,75,158,0.85);
    color: #ffffff;
    padding: 10px;
	width: 100%;
	justify-content: center;
	align-items: center
}
#visual-frame h2.title-index-wh{
    font-size: 17px;
    text-align: left;
    margin-right: 25px;
	margin-bottom: 0
}
#visual-frame h2.title-index span {font-size: 33px;}
#visual-frame h3.date {
    margin-top: 0px;
    margin-bottom: 5px;
	background-color: #ffffff;
	color: #0a4b9e;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 1.4;
	text-align: center
}
span.en {
    font-size: 13px;
    display: block;
	line-height: 1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#visual-frame .tbl-01 td{padding-right: 0px}	
#visual-frame .tbl-01 a {
    font-size: 13px;
    display: block;
	margin-left: 15px
}
#visual-frame .tbl-01 a span{
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
span.icon{
	width: 35px;
	display: inline-block;
    vertical-align: middle;
	padding-left: 5px;
}
span.br-sp-sub {display: none !important;}
@media screen and (max-width: 940px) {
#visual h1 a{font-size: 5vw;}
#visual h1 span#logo-top{width: 25%;}	
}
@media screen and (max-width: 840px) {	
#visual .img-pc {display: none !important;}
#visual .img-sp {display: block !important;}		
#visual h1 span#h1-top {
	width: 75%;
	min-width: 310px
}	
#visual h1#h1-2022 a{width: 85%;}		
#visual-frame h2.title-index-wh{font-size: 16px;}
#visual-frame h2.title-index span {font-size: 29px;}
}
@media screen and (max-width: 768px) {
#visual h1 span#logo-top{width: 170px;}			
h2#copy span#copy-main{font-size: 26px;}	
h2#copy{font-size: 19px;}	
}
@media screen and (max-width: 640px) {
#visual{
	padding-bottom: 100px;
	background-color: #0a4b9e;
}
#visual h1 a{top: 5%;}	
#visual-frame{background-color: #0a4b9e}	
#visual-frame h2.title-index-wh{
	margin-bottom: 5px;
	margin-right: 0px;
	text-align: center
}	
span.en{line-height: 1.1}		
}
@media screen and (max-width: 480px) {
#visual h1#h1-2022 span#h1-top{min-width: 100%}
#visual h1#h1-2022 a{
	width: 80%!important;
	top: 15%;
}		
span.br-sp-sub{display: inline !important;}	
}

/* -----------------------------------
    カラム
   ----------------------------------- */
section{
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 100px;
	position: relative;
}
#wrapper{
	max-width: 1600px;
	margin: auto
}
@media screen and (max-width: 768px) {
section{
	padding-top: 50px;
	padding-bottom: 50px;
}
}

/* -----------------------------------
    見出し
   ----------------------------------- */
h2#title-news{
	text-align: center;
	color: #0a4b9e;
	font-size: 32px;
	font-family: 'Cormorant Garamond', serif;
}
h2.title-index {
    text-align: center;
    color: #0a4b9e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}
h2.title-index span{
	font-size: 40px;
	font-weight: normal;
	font-family: 'Cormorant Garamond', serif;
	display: block;
	line-height: 1;
	margin-bottom: 5px
}
h2.title-index strong{
    font-size: 32px;
    margin-bottom: 10px;
	display: block
}
h2.title-index-wh{color: #ffffff}
h2.title-index-b{
    border-bottom: 1px solid #0a4b9e;
    padding-bottom: 10px;
}
#about h2.title-index-wh{
    border-bottom: 1px solid #ffffff;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#academy h2.title-index-wh,
#profile  h2.title-index,
#project  h2.title-index{text-align: left}
#award  h2.title-index{text-align: right}
h3.date{
    color: #ffffff;
    background-color: #0a4b9e;
    font-size: 19px;
    font-weight: bold;
    padding: 2px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#academy h3.date{
	color: #0a4b9e;
	background-color: #ffffff;
	padding-bottom: 8px;
}
#award h3.date{text-align: right}
#visual-frame h2.title-index span.title-index-day,
h2.title-index span.title-index-day{
    font-size: 15px;
    font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    display: block;
    margin-top: 5px;
	padding-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
    border-top: 1px solid #ffffff;
}
h2.title-index span.title-index-day{
	margin-top: 10px;
	padding-top: 10px;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
#academy h2.title-index-wh,
#profile  h2.title-index,
#project  h2.title-index,
#award  h2.title-index,
h3.date{text-align: center}	
}
@media screen and (max-width: 680px) {
h2#title-news{font-size: 22px;}
h2.title-index{font-size: 19px;}		
h2.title-index span{font-size: 30px;}
h2.title-index strong {font-size: 25px;}	
#about h2.title-index-wh{width: 90%;}	
h3.date{font-size: 17px;}	
}

/* -----------------------------------
    お知らせ
   ----------------------------------- */
#news{margin-top: 0px;}
#list-news-outer {
    height: 300px;
    overflow-y: scroll;
}
.list-news{
    width: 680px;
    margin: auto
}
.list-news li{
	margin-top: 30px;
	margin-bottom: 30px;}
.list-news li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	align-items: flex-start;
	text-align: left;
	position: relative
}
.list-news li a:after {
	font-family: 'FontAwesome';
	content: "\f101";
	position: absolute;
	right: 0px;
	top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
}
.list-news li span.data {
    width: 90px;
    display: inline-block;
}
.list-news li span.news-txt{
    width: calc(100% - 100px);
    display: inline-block;
}
.list-news li a{padding-right: 20px;}
.list-news li a:before{
	position: absolute;
	bottom: -1px;
	right: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(51,51,51,0.50);
	transform: scale(1, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.list-news li a:hover::before {transform: scale(0, 1);}
.list-news li a:hover{color: #0a4b9e;}
.list-news li.news-nolink a{pointer-events: none;}
.list-news li.news-nolink a:after{display: none}
@media screen and (max-width: 680px) {
.list-news,
.list-news li span.data,
.list-news li span.news-txt{
	width: 100%;
}		
}

/* -----------------------------------
    about
   ----------------------------------- */
#about{
    background-image: url(../images/index/img-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
}
@media screen and (max-width: 680px) {
#about .inner{
	width: 90%;
	margin: auto
}
#about p{text-align: left} 
#about p br{display: none}	
#about .btn-container p{text-align: center} 	
}

/* -----------------------------------
    次世代指揮者アカデミー&コンクール
   ----------------------------------- */
#academy{
    color: #FFFFFF;
    margin-left: 5%;
    position: relative;
    margin-top: 150px;
	padding: 0
}
#academy:after{
    content: "";
    background-color: #0a4b9e;
    width: 100%;
    /*height: 100%;*/
	height: calc(100% + 100px);
	min-height: 490px;
    display: block;
    position: absolute;
	top: -50px;
	z-index: -1
}
#academy .inner {
    width: 90%;
    margin: 0 auto;
}
#academy .block-text{width: 45%;}
#academy .block-photo{width: 55%;}
#academy p{margin-right: 50px}
.tbl-01 a span{
    width: 35px;
    display: block;
    margin: auto;
	line-height: 0
}
.tbl-01 td{
    padding-right: 20px;
    vertical-align: middle;
}
.tbl-01 a{
	color: #ffffff;
	font-size: 13px
}
.tbl-01 a span:hover{
	animation: hover 1.5s infinite;
	transition: all 0.5s ease;
}
#academy a.text-link:before {display: none}
#academy a.text-link:hover{color: #ffffff}
@keyframes hover {
 0% {transform:translateY(0)}
 50% {transform:translateY(-4px)}
 100% {transform:translateY(0)}
}
span.br{display: none}
@media screen and (max-width: 768px) {
#academy .block-text,
#academy .block-photo{width: 100%;}	
#academy .block-photo{margin-top: 20px}	
#academy p{margin-right: 0px}	
.tbl-01{margin: auto}	
}
@media screen and (max-width: 680px) {
span.br{display: inline}
.tbl-01 td{padding-right: 20px;}	
}

/* -----------------------------------
    プロフィール
   ----------------------------------- */
#profile{background-color: #ebf6f6}
#profile .inner{
    width: 90%;
    margin: auto;
}
#profile .block-text{width: 24%}
#profile ul{width: 76%}
#profile li{
    width: 20%;
    font-size: 15px;
    line-height: 1.2;
	padding-right: 10px
}
#profile li span{
    position: relative;
    display: block;
}
#profile li .photo-caption{
	position: absolute;
	right: 5px;
	bottom: 8px
}
#profile .btn-container{text-align: left;}
@media screen and (max-width: 940px) {
#profile .container-flex{justify-content: flex-start}
#profile .block-text{width: 30%}
#profile ul{width: 70%}	
#profile li{
    width: 33%;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 768px) {
#profile .block-text{width: 100%}	
#profile ul{
    width: 100%;
    margin-top: 20px;
}	
#profile .btn-container{text-align: center;}	
}
@media screen and (max-width: 680px) {
#profile .container-flex{justify-content: space-between}	
#profile li{
	width: 48%;
	padding-right: 0px
}	
}

/* -----------------------------------
    プロジェクト
   ----------------------------------- */
#project {
	padding-top: 0;
	padding-bottom: 0
}
#project .inner{
	width: 97%;
	align-items: center;
}
#project .block-photo{width: 55%}
#project .block-text{ width: 45%;}
#project h2.title-index,
#project p,
#project h3.date{
	padding-left: 30px;
}
#project .btn-container{text-align: left;}
@media screen and (max-width: 768px) {
#project .block-photo,
#project .block-text{ width: 100%;}	
#project .btn-container{text-align: center;}	
}

/* -----------------------------------
    アワード
   ----------------------------------- */
#award {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 80px;
}
#award .inner{
	width: 97%;
	align-items: center;
	margin-right: 0;
	margin-left: auto
}
#award .block-photo{
	/*width: 55% */
	width: 45%
}
#award .block-text{ 
	/*width: 45%;*/
	width: 55%
}
#award h2.title-index,
#award h3.date,
#award .btn-container{
	padding-right: 30px;
	text-align: right
}
@media screen and (max-width: 768px) {
#award > .container-flex{flex-direction: column-reverse}
#award .block-photo,
#award .block-text{ width: 100%;}	
#award .block-photo{margin-top: 20px}
#award h2.title-index,
#award h3.date,
#award .btn-container{text-align: center;}	
#award .block-photo{height: auto;}	
}

