@charset "UTF-8";
/* CSS Document */

/* -----------------------------------
    メインビジュアル
   ----------------------------------- */
#visual{text-align: center;}
#visual h1{
    width: 450px;
    margin: 1.5% auto auto;
    animation: fadeIn 1s ease 0s 1 normal;
}
h2#visual-h2{
    font-size: 30px;
    color: #00509e;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
}
h3#visual-h3{
    background-color: #00509e;
    color: #ffffff;
    font-size: 24px;
    padding: 4px 10px;
	width: 640px;
	margin: auto;
}
h3#visual-h3 small{font-size: 75%}
@keyframes fadeIn {
0% {
	opacity: 0;
	margin-top: -1.5%
}
100% {
	opacity: 1;
	margin-top: 1.5%
}
}
@media screen and (max-width:680px) {
#visual h1{width: 60%;}	
h2#visual-h2{font-size: 25px;}	
h3#visual-h3{
    font-size: 18px;
	width: auto;
	display: inline-block;
	margin: auto}	
}
#slide-visual{margin-bottom: 0px;}
.slick-dots {
	bottom: -20px;
	z-index: 1
}
.slick-dots li button:before {color: #c8e0f7;}
.slick-dots li.slick-active button:before {color: #00509e;}


/* -----------------------------------
    カラム
   ----------------------------------- */
section{
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.bg-blue{
	background-color: #00509e;
	color: #ffffff;
	text-align: center
}
.bg-blue a.text-link{color: #ffffff;}
.bg-blue a.text-link:before {
    background-color: rgba(255,255,255,0.50);
}

/* -----------------------------------
    見出し
   ----------------------------------- */
.title-index-main{
	text-align: center;
	font-size: 36px;
	color: #00509e;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
.bg-blue .title-index-main{color: #ffffff;}
.title-index{
	text-align: center;
	font-size: 26px;
	color: #00509e;
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	border-bottom: 1px solid #0055aa;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.title-index span{
	display: block;
	font-size: 21px;
}
h3.text-h3{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.3
}
#lp-text{
	text-align: center;
	color: #00509e;
	font-size: 20px
}
.container-youtubeBox h2{color: #ffffff}
@media screen and (max-width: 680px) {
.title-index-main{font-size: 25px;}	
.title-index{font-size: 22px;}	
.title-index span{font-size: 18px;}	
h3.text-h3{font-size: 18px;}	
}

/* -----------------------------------
    イントロダクション
   ----------------------------------- */
#intro {
	text-align: center;
	color: #00509e;
}
#intro h2{
	width: 270px;
	margin: 0 auto 30px;
}
#copy{font-family: 'Shippori Mincho', serif;}
#intro h4{
	font-size: 27px;
	margin-top: 30px;
	margin-bottom: 20px
}
#copy p{font-size: 20px}
@media screen and (max-width: 768px) {
}


/* -----------------------------------
    お知らせ
   ----------------------------------- */
#list-news-outer{
	height: 450px;
	overflow-y: scroll	
}

/* -----------------------------------
    サポート
   ----------------------------------- */
#ambassador,
#supporter{margin-top: 100px}


/* -----------------------------------
    スポンサー
   ----------------------------------- */
#link-banner li{
	/*width: 30%;*/
	width: 45%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;	
}
#link-banner li,
#link-banner li a{
	display: block;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #00509e;
}
#link-banner li a:hover{
	border: 1px solid #00509e;
	background-color: #00509e;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
#link-banner li{width: 48%;}	
}
@media screen and (max-width: 680px) {
#link-banner li{width: 100%;}	
}


/* -----------------------------------
    SNS
   ----------------------------------- */
#sns{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #00509e
}
#btn-sns{
	display: flex;
	justify-content: space-between;
	/*width: 250px;*/
	width: 320px;
	margin: auto
}
#btn-sns li{width: 50px}
#btn-sns li a{
	display: block;
	line-height: 0
}
#btn-sns li a:hover{
  transform: translateY(-5px);
}
@media screen and (max-width: 680px) {
	
}

/* -----------------------------------
    応援ボタン
   ----------------------------------- */
#btn-wide{background-color: #ebf6f6}
#btn-wide li{width: 48%}
#btn-wide li a{
    width: 100%;
    border: none;
	font-weight: bold;
	font-size: 20px
}
#btn-wide li#btn-l a{background-color: #ffdf00}
#btn-wide li#btn-r a{
    background-color: #00b381;
    color: #FFFFFF;
}
#btn-wide li a:hover{
	background-color: #00509e !important;
	color: #ffffff
}
@media screen and (max-width: 680px) {
#btn-wide li{width: 100%}
#btn-wide li:nth-child(2){margin-top: 30px}	
}

/* -----------------------------------
    イベントボタン
   ----------------------------------- */
#top-visual{
    position: relative;
}
#btn-event{
    position: absolute;
    right: 5px;
    bottom: 5px;
	z-index: 1;
	opacity: 0;
	animation: fadeIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) 2.5s 1 forwards;
}
#btn-event li{display: block;}
#btn-event li a{
	display: block;
	width: 160px
}
#btn-event li a:hover{transform: translateY(-3px);}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  80% {opacity: 1;}
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
#top-visual{padding-top: 0px;}	
#btn-event li a{width: 120px}	
}
@media screen and (max-width: 640px) {
#btn-event{
	display: flex;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
}	
#btn-event li{margin-left: 10px}
#btn-event li a{width: 110px}		
}

/* -----------------------------------
    協賛
   ----------------------------------- */
#sponsor{padding-top: 40px}
.list-sponsor{margin-top: 0}
#index .list-sponsor li {margin: 10px 1.2%;}
#index .list-sponsor.list-a1 li{width: 19%;}
#index .list-sponsor.list-a1 li.logo-s{width: 9.5%}
#index .list-sponsor.list-a1 li.logo-m{width: 11%}
#index .list-sponsor.list-a1 li.logo-m-2{width: 15%}
#index .list-sponsor.list-a1 li.logo-wide{width: 35%;}
#index .list-sponsor.list-a1 li.docomo{width: 15%;}
#index .list-sponsor li img{vertical-align: middle}
@media screen and (max-width: 768px){
#index .list-sponsor{width: 90%}	
#index .list-sponsor.list-a1 li{
    width: 60%;
    margin: 0 0 20px;
}
#index .list-sponsor.list-a1 li.logo-wide{width: 100%;}
#index .list-sponsor.list-a1 li.logo-m{
	width: 38%;
	margin-left: 20px;
    margin-right: 20px;
}	
#index .list-sponsor.list-a1 li.logo-m-2{
	width: 45%;
	margin-left: 20px;
    margin-right: 20px;
	}	
#index .list-sponsor.list-a1 li.logo-s{
    width: 34%;
    margin-left: 50px;
    margin-right: 50px;
}
#index .list-sponsor.list-a1 li.logo-wide{width: 100%;}	
#index .list-sponsor.list-a1 li.docomo{width: 57%;}	
}
@media screen and (max-width: 680px){
#index .list-sponsor{width: 100%}	
}

/* -----------------------------------
    助成・後援
   ----------------------------------- */
#list-josei{
	width: 700px;
	margin: auto;
	justify-content: center
}
#list-josei li{
    width: 40%;
    text-align: center;
	margin: 0 20px
}
#list-josei li#mecenat img{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
#list-josei li img{
	display: block;
	margin-bottom: 15px
}
@media screen and (max-width: 680px){
#list-josei{width: 90%;}	
#list-josei li{width: 80%;}	
#list-josei li#mecenat{margin-top: 30px}	
}



#sponsor02 .title-index{margin-top: 80px}

@media screen and (max-width: 680px){
#supporter .block-small{width: 50% !important}
}

#index a.btn{width: 300px}
@media screen and (max-width: 680px) {
#index a.btn{width: 90% !important}	
#index .container-flex-center li{
	width: 90% !important;
	margin-bottom: 15px
}	
}



.fix-banner {
    width: 70px;
    position: fixed;
    bottom: 0;
	right: 0;
	margin: auto;
    z-index: 5;
}
@media screen and (max-width: 768px){
.fix-banner {width: 100%;}	
.fix-banner .img-pc{display: none !important}
.fix-banner .img-sp{display: block !important}			
footer{padding-bottom: 100px}		
}


