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

/*=======================================
+　メインイメージ
=======================================*/
#main img {
	width: 100%;
	height:auto;
}

@media only screen and (max-width: 768px){
#main img {}

}


/*=======================================
+　共通
=======================================*/
.more-btn {
	margin: 0px auto;
	width: 360px;
	text-align: center;
}
.more-btn a {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: block;
	background-color: #f50b0b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 70px;
}
.more-btn a::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 30px;
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 20px;
	transition: all .5s;
	line-height: 0;
}
.more-btn a:hover::after {
  right: .2em;
}
.more-btn a:hover {
  background: #cd1010;
}

h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 20px;
	text-align: center;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}
h3:before , h3:after{content: '';position: absolute;top: 50%;display: inline-block;height: 1px;background-color: #ccc;}
h3:before {left:0;}
h3:after {right: 0;}



@media only screen and (max-width: 768px){
.more-btn {
	width: 62.0689%;
}
.more-btn a {
	line-height: 40px;
	font-size: 12px;
	padding: 0 0 0 10px;
}
.more-btn a::after {
	margin: 0 10px 0 0;
	font-size: 20px;
}
.more-btn a:hover::after {}
h3 {
	font-size: 16px;
	margin: 0px 0px 20px;
}

}





/*=======================================
+　イントロ
=======================================*/
#sec-intro {
	background: url(../images/index/intro_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 100px 0 140px;
}
#sec-intro .innWrap {
	margin: 0px auto;
	max-width: 815px;
}
#sec-intro .innWrap h1 {
	margin: 0px 0px 30px;
	text-align: center;
}
#sec-intro .innWrap h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 0px 0px 55px;
	line-height: 2;
}
#sec-intro .innWrap ul {
	text-align:center;
}
#sec-intro .innWrap ul li {
	margin: 0px 0px 55px;
	line-height: 1.8;
}
#sec-intro .innWrap ul li:last-child {
	margin: 0px;
}


@media only screen and (max-width: 768px){
#sec-intro {
	padding: 40px 0 50px;
}
#sec-intro .innWrap {
	margin: 0px 5%;
	max-width: 815px;
}
#sec-intro .innWrap h1 {
	margin: 0px 0px 20px;
	text-align: center;
}
#sec-intro .innWrap h2 {
	font-size: 15px;
	margin: 0px 0px 35px;
	line-height: 1.8;
}
#sec-intro .innWrap ul {
	text-align:center;
}
#sec-intro .innWrap ul li {
	margin: 0px 0px 35px;
}
#sec-intro .innWrap ul li:last-child {
	margin: 0px;
}

}



/*=======================================
+　ポスターダウンロード
=======================================*/
#sec-poster {
	margin: 0px auto;
	padding: 75px 0 140px;
	max-width: 1080px;
}
#sec-poster h3{margin:0 0 20px;}

#sec-poster h3:before, #sec-poster h3:after{width: 33%;}
#sec-poster .poster {
	margin: 0 0 50px;
}
#sec-poster .poster:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#sec-poster .poster li {
	position: relative;
	float: left;
	margin: 0px 1.66666% 0px 0px;
	width: 18.6%;
}
#sec-poster .poster li:last-child {
	margin: 0px;
}
#sec-poster .poster li a:after{
	position:absolute;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #02afe1 url(../images/common/pos_download.jpg) no-repeat center center;
	background-size: 18px 16px;
	vertical-align: middle;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}



@media only screen and (max-width: 768px){
#sec-poster {
	margin: 0px 5%;
	padding: 75px 0 70px;
}
#sec-poster h3{margin:0 0 20px;}

#sec-poster h3:before, #sec-poster h3:after{width: 18%;}
#sec-poster .poster {
	margin: 0 5% 25px;
}
#sec-poster .poster:after {}
#sec-poster .poster li {
	margin: 0px 0 15px 0px;
	width: 47%;
}
#sec-poster .poster li img {
	width: 100%;
	height: auto;
}
#sec-poster .poster li:nth-child(even) {
	float: right;
}
#sec-poster .poster li:last-child {
	margin: 0px;
}
#sec-poster .poster li a:after{
	width: 30px;
	height: 30px;
	background-size: 15px 13px;
}
#sec-poster .more-btn {
	width: 62.0689%;
}
#sec-poster .more-btn a {
	line-height: 40px;
	font-size: 12px;
	padding: 0 0 0 10px;
}
#sec-poster .more-btn a:after{
	margin: 0 10px 0 0;
	font-size: 20px;
}

}

/*=======================================
+　プログラム
=======================================*/
#sec-program {
	margin: 0px auto;
	padding: 0 0 90px;
	max-width: 1080px;
}
#sec-program h3{margin:0 0 60px;}

#sec-program h3:before, #sec-program h3:after{width: 40%;}

#sec-program .ttl {
	position: relative;
	margin: 0px 0px 30px;
	padding: 12px 0px 0px;
}
#sec-program .ttl .en {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	background: #F50B0C;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 25px;
	text-align: center;
	width: 220px;
}
#sec-program .ttl .st {
	padding: 25px 20px 20px;
	background: #eeeeee;
	font-size: 20px;
	font-weight: bold;
}
#sec-program .info {
	margin: 0 0 70px;
}
#sec-program .info:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#sec-program .info .text {
	float: left;
	width: 75%;
	line-height: 1.8;
}
#sec-program .info .img {
	width: 22.22222222%;
	float: right;
}
#sec-program .accordion_switch_color {
	position: relative;
	cursor: pointer;
	color: #f80000;
}

#sec-program .accordion_switch_color:before {
	background : none;
	content: "[＋]";
	margin: 0;
	font-size: 18px;
	color: #f50b0b;
	line-height: 0;
}

#sec-program .accordion_switch_color.open:before {
	background : none;
	content: "[−]";
	margin: 0;
	font-size: 18px;
	color: #f50b0b;
	line-height: 0;
}
#sec-program .info .text .accordion .sst {
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #f50b0b;
	font-weight: bold;
}

@media only screen and (max-width: 768px){
#sec-program {
	margin: 0px 5%;
	padding: 0 0 80px;
}
#sec-program h3{margin:0 0 30px;}

#sec-program h3:before, #sec-program h3:after{width: 30%;}

#sec-program .ttl {
	margin: 0px 0px 25px;
	padding: 10px 0px 0px;
}
#sec-program .ttl .en {
	line-height: 20px;
	width: 145px;
}
#sec-program .ttl .st {
	padding: 20px 5% 15px;
	font-size: 14px;
}
#sec-program .info {
	margin: 0 0 35px;
}
#sec-program .info:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#sec-program .info .text {
	float: none;
	width: auto;
}
#sec-program .info .img {
	width: 80%;
	float: none;
	margin: 0 auto 30px;
	text-align: center;
}
#sec-program .accordion_switch_color {
}

#sec-program .accordion_switch_color:before {
	font-size: 13px;
}

#sec-program .accordion_switch_color.open:before {
	font-size: 13px;
}
#sec-program .info .text .accordion .sst {
	margin: 0px 0px 5px;
}

}





/*=======================================
+　U=Uを知る
=======================================*/

#sec-faq {
	background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e7e7e7), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e7e7e7),color-stop(.75, #e7e7e7), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 20px 20px;
	border-top: 4px solid #f50b0b;
}
#sec-faq .innWrap {
	margin: 0px auto;
	padding: 70px 0 95px;
	max-width: 1080px;
}
#sec-faq .innWrap h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 65px;
}
#sec-faq .innWrap .faq-bt:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#sec-faq .innWrap .faq-bt li {
	float: left;
	width: 48%;
	margin: 0px 0px 40px;
}
#sec-faq .innWrap .faq-bt li:nth-last-child(-n+2) {
	margin: 0px 0px 60px;
}
#sec-faq .innWrap .faq-bt li:nth-child(even) {
	float: right;
}
#sec-faq .innWrap .faq-bt li a {
	position: relative;
	height: 130px;
	display: block;
	background: #FFF;
}
#sec-faq .innWrap .faq-bt li a p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 70%;
	font-size: 18px;
	font-weight: bold;
}
#sec-faq .innWrap .faq-bt li a:before {
	background : none;
	content: "\f105";
	font-family: FontAwesome;
	margin: 0;
	font-size: 40px;
	color: #f50b0b;
	float:right;
	margin: 65px 20px 0 0;
	line-height: 0;
}
#sec-faq .innWrap .faq-bt li a:after{
	margin: 40px 0 0 20px;
	content: " ";
	display: inline-block;
	width: 35px;
	height: 44px;
	background: url(../images/common/faq_q.gif);
	background-size: contain;
	vertical-align: middle;
	float:left;
}

@media only screen and (max-width: 768px){
#sec-faq {
}
#sec-faq .innWrap {
	margin: 0px 5%;
	padding: 30px 0 35px;
}
#sec-faq .innWrap h3 {
	font-size: 16px;
	margin: 0px 0px 30px;
}
#sec-faq .innWrap .faq-bt:after {}
#sec-faq .innWrap .faq-bt li {
	float: none;
	width: auto;
	margin: 0px 0px 15px;
}
#sec-faq .innWrap .faq-bt li:nth-last-child(-n+2) {
	margin: 0px 0px 15px;
}
#sec-faq .innWrap .faq-bt li:nth-child(even) {
	float: none;
}
#sec-faq .innWrap .faq-bt li a {
	height: 75px;
}
#sec-faq .innWrap .faq-bt li a p {
	font-size: 12px;
	line-height: 1.2;
}
#sec-faq .innWrap .faq-bt li a:before {
	font-size: 25px;
	margin: 37px 10px 0 0;
}
#sec-faq .innWrap .faq-bt li a:after{
	margin: 28px 0 0 12px;
	width: 15px;
	height: 19px;
}

}

/*=======================================
+　SNS
=======================================*/
#sec-sns {
	margin: 0px auto;
	padding: 95px 0 120px;
	max-width: 1080px;
}
#sec-sns:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#sec-sns h3{margin:0 0 50px;}
#sec-sns h3:before, #sec-sns h3:after{width: 45%;}

#sec-sns .tw , #sec-sns .insta {
	width:48%;
}
#sec-sns .tw {
	float: left;
}
#sec-sns .insta {
	float: right;
}
#sec-sns .more-btn {
	width: 240px;
	margin: 15px auto 0;
}
#sec-sns .more-btn a {
	line-height: 60px;
	background: #000;
	font-weight: bold;
}
#sec-sns .more-btn a:after{
	font-size: 25px;
}
#sec-sns .more-btn a:hover {
	background: #666;
}

@media only screen and (max-width: 768px){
#sec-sns {
	margin: 0px 5%;
	padding: 40px 0 60px;
}
#sec-sns:after {}
#sec-sns h3:before, #sec-sns h3:after{width: 38%;}

#sec-sns .tw , #sec-sns .insta {
	float: none;
	width:auto;
}
#sec-sns .tw {margin: 0 0 40px;}
#sec-sns .insta {}
#sec-sns .more-btn {
	margin: 0px auto;
	width: 62.0689%;
	text-align: center;
}
#sec-sns .more-btn a {
	line-height: 40px;
	font-size: 12px;
	padding: 0;
}
#sec-sns .more-btn a:after{right: 10px;}


}



/*=======================================
+　協賛 / 後援 / 協力
=======================================*/
#sec-spon {
	margin: 0px auto;
	padding: 95px 0 120px;
	max-width: 1080px;
}
#sec-spon h3{margin:0 0 50px;}

#sec-spon h3:before, #sec-spon h3:after{width: 35%;}

#sec-spon .text {
	text-align: center;
	margin: 0px 0px 40px;
}
#sec-spon ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#sec-spon ul li {
	float: left;
	margin: 0px 2.2222222% 22px 0px;
	border: 1px solid #CCC;
	width: 23.04%;
}
#sec-spon ul li:nth-child(4n) {
	margin: 0px 0 22px 0px;
}


@media only screen and (max-width: 768px){
#sec-spon {
	margin: 0px 5%;
	padding: 45px 0;
}
#sec-spon h3{margin:0 0 50px;}
#sec-spon h3:before, #sec-spon h3:after{width: 23%;}
#sec-spon .text {
	margin: 0px 0px 20px;
}
#sec-spon ul:after {}
#sec-spon ul li {
	margin: 0 2% 10px 0;
	width: 31.3%;
}
#sec-spon ul li:nth-child(3n) {
	margin: 0 0 10px 0;
}
#sec-spon ul li:nth-child(4n) {
	margin: 0 2% 10px 0;
}
#sec-spon ul li:nth-child(11) {
	margin: 0 2% 10px 0;
}
#sec-spon ul li:nth-child(12) {
	margin: 0 0 10px 0;
}
#sec-spon ul li:nth-child(24) {
	margin: 0 0 10px 0;
}

}



/*=======================================
+　関連リンク
=======================================*/
#sec-link {
	margin: 0px auto;
	padding: 0 0 70px;
	max-width: 1080px;
}
#sec-link h3 {
	margin: 0px 0px 65px;
}
#sec-link h3:before, #sec-link h3:after{width: 40%;}
#sec-link ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#sec-link ul li {
	margin: 0px 0px 20px;
}
#sec-link ul li:nth-child(3) {
	width: 48%;
	float:left;
}
#sec-link ul li:nth-child(4) {
	width: 48%;
	float:right;
}


@media only screen and (max-width: 768px){
#sec-link {
	margin: 0px 5%;
	padding: 0 0 35px;
}
#sec-link h3 {
	margin: 0px 0px 25px;
}
#sec-link h3:before, #sec-link h3:after{width: 30%;}
#sec-link ul:after {}
#sec-link ul li {margin: 0px 0px 10px;}
#sec-link ul li:nth-child(3) {width: 48%;}
#sec-link ul li:nth-child(4) {width: 48%;}

}


.sec-sns .tw iframe {
	max-height: 300px;
}
.insta iframe {
	max-height: 600px;
}
@media only screen and (max-width: 768px){
.insta iframe {
	margin: 0 auto 15px !important;
	display:block;
}
}
.image-box {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 31% !important;
	border: 1px solid #CCCCCC;
}