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

body {
	background: #000;
}
.pcNone{display:none!important;}
.wrapper {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.h1{
	background:url(../img/JUN_logo/JUN_logo1_off.png) no-repeat 0 0 / 100%;
	transition: all 0.3s ease-in-out;
}
.h1:hover{
	background:url(../img/JUN_logo/JUN_logo1_on.png) no-repeat 0 0 / 100%;
}

.h2{
	font-family:"Times New Roman", Times, serif;
	display: block;
	float: left;
	position: relative;
}
.h2 p:nth-child(2) {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.h2 p {
	display: table-cell;
	font-size: 100px;
	line-height:40px;
	color: #fff;
	text-shadow: 5px 5px 30px #400000, 5px -5px 30px #400000, -5px 5px 30px #400000, -5px -5px 30px #400000, 0px 0px 40px #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s ease-in;
	cursor:default;
}
.h2:hover p:nth-child(2){
  opacity:1;
	color: #400000;
	text-shadow: 5px 5px 30px #ffffff, 5px -5px 30px #ffffff, -5px 5px 30px #ffffff, -5px -5px 30px #ffffff, 0px 0px 40px #fff;
}
.h2:hover p:nth-child(1){
	opacity: 0; 
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}
.gradeBG00_rev {
	height: 100px;
	width: 100%;
	background-image: url(../img/footer/footerLineBG00_rev.png);
	margin: 0px auto ;
	opacity: 0.7;
	filter:alpha(opacity=70);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=70)"; /* IE8用 */
}
header {
	height: 40px;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
ul.sns{
	float: right;
	min-width: 270px;
	position: relative;
}
ul.sns li{
	height: 34px;
	position: absolute;
	top: 3px;
	width: auto;
}
ul.sns li a{
	height: 34px;
	width: 34px;
	float: left;
	overflow: hidden;
}
ul.sns li a:hover{
  background: rgba(228, 0, 0, 0.9);
	border-radius:8px;
}
ul.sns li a img{
  height:30px;
	width:auto;
	padding:2px;
}
h1.ABC01 {
	top: 125px;
	position: absolute;
	opacity: 0;
	left: 0px;
	margin: 0 0 0 10%!important;
	z-index: 1;
	max-width:100%;
	width:30%;
	height:auto;
	font-size:100px;
	font-family:"Times New Roman", Times, serif;
  text-shadow: 0 0 40px #ff9ecd;
	font-weight:bold;
	color:#fff;
}
h1 img{
	width:100%;
	height:100%;
}


.parallax{
	width: 100%;
	height: 750px;
	background-size: 100%;
	margin:0 auto;
	position:relative;
}
.BG01{
	background: url(../img/BG/2016/JUN_BG_2015-01.jpg) no-repeat 50% 40% fixed;
}
.BG02{
	background: url(../img/BG/2016/JUN_BG_2015-02.jpg) no-repeat 50% 40% fixed;
}
.BG03{
	background: url(../img/BG/2016/JUN_BG_2015-03.jpg) no-repeat 50% 40% fixed;
}
.BG04{
	background: url(../img/BG/2016/JUN_BG_2015-04.jpg) no-repeat 50% 40% fixed;
}
.BG05{
	background: url(../img/BG/2016/JUN_BG_2015-05.jpg) no-repeat 50% 50% fixed;
}

section h1.ABC02{
	line-height: 750px;
	font-size: 60px;
	color: #0014c5;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 20px #fff;
}
section h1.ABC03{
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  word-break: keep-all;/*テキストを折り返さないように*/
	font-size: 48px;
	color: #fdc4a9;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 20px #45082a;
	width:100%;
}

/*gNavi home*/
h3 {
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: absolute;
	height: 200px;
	width: 200px;
	left: 30px;
	top: -70px;
	opacity: 1;/*透明にする*/
}
	
.gNavi {
	font-family: Impact, 'Anton', sans-serif;
	background: -moz-linear-gradient(left center, rgba(225,225,225,0), rgba(225,225,225,0.9) 10%, rgba(225,225,225,0.9) 80%, rgba(225,225,225,0)); /* Firefox用 */  
	background: -o-linear-gradient(left, rgba(225,225,225,0), rgba(225,225,225,0.9) 10%, rgba(225,225,225,0.9) 80%, rgba(225,225,225,0)); /* Opera */
	background: -webkit-gradient(linear, left center, right center, from(rgba(225,225,225,0)) , color-stop(10%, rgba(225,225,225,0.9)), color-stop(10%, rgba(225,225,225,0.9)), color-stop(80%, rgba(225,225,225,0.9)), to(rgba(225,225,225,0))); /* Safari,Google Chrome用 */
	background: linear-gradient(to right, rgba(225,225,225,0), rgba(225,225,225,0.9) 10%, rgba(225,225,225,0.9) 80%, rgba(225,225,225,0));
	height: 40px;
	width: 890px;
	top: 520px;
	right: 0px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	line-height: 50px;
	border-top:1px solid #300000;
	border-bottom:1px solid #300000;
}
.gNavi:before {
	content:"";
	height: 58px;
	width: 890px;
	top: -9px;
	right: 0px;
	position: absolute;
	background: -moz-linear-gradient(left center, rgba(225,225,225,0), rgba(225,225,225,0.3) 10%, rgba(225,225,225,0.3) 80%, rgba(225,225,225,0)); /* Firefox用 */  
	background: -o-linear-gradient(left, rgba(225,225,225,0), rgba(225,225,225,0.3) 10%, rgba(225,225,225,0.3) 80%, rgba(225,225,225,0)); /* Opera */
	background: -webkit-gradient(linear, left center, right center, from(rgba(225,225,225,0)) , color-stop(10%, rgba(225,225,225,0.3)), color-stop(80%, rgba(225,225,225,0.3)), to(rgba(225,225,225,0))); /* Safari,Google Chrome用 */
	background: linear-gradient(to right, rgba(225,225,225,0), rgba(225,225,225,0.3) 10%, rgba(225,225,225,0.3) 80%, rgba(225,225,225,0));
}
.gNavi ul {
	margin-left: 280px;
	position:relative;
}
#gNavi .menu li .sub {/*ドロップダウンした時にでるBG
	background-color: #000;*/
	height: 50px;
	width: 100px;
	margin: 0px auto 0px -10px;
	padding: 0px auto 0px auto;
	top: 50px;/*ここでbtnの高さより少し小さめに設定することによって、下のボーダーを隠せる*/
	position: absolute;
	background-image: url(../img/gNavi/gNavi_hoverBG.png);
}
#gNavi .menu li .sub .dropdown a {/*下のaでpaddingの両サイドに10pxを足して、選択範囲を広げてるので、widthは80-20の60px*/
	height: 50px;
	width: 80px;
	text-align: center;
	top: -5px;/*ここでbtnの高さより少し小さめに設定することによって、下のボーダーを隠せる*/
	position: relative;
}
#gNavi ul li a {
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height:40px
}
#gNavi ul li a:hover,#gNavi #here {/*
	background-image: url(../img/gNavi/luster.png);
	background-position: center;*/
	text-shadow: 5px 5px 20px #ffffff, 5px -5px 20px #ffffff, -5px 5px 20px #ffffff, -5px -5px 20px #ffffff, 0px 0px 30px #fff;
	color: #ff0d5e;
}
/*gNavi homeここまで*/


/*contents homeのみ*/

.contentsWrap {
	font-size: 16px;
	max-width: 1000px;
	width: 100%;
	margin:50px auto;
	height:650px;
	text-align:center;
}
.content01 {/**/
	height: 600px;
	width: 45%;
	margin: 0px 2%;
	display:inline-block;
}
.contentsName {/*---News&Youtube---*/
	font-family: Impact, 'Anton', sans-serif;
	border-bottom: 1px solid #fff;
	font-size: 36px;
	padding: 0 0.2em 0 0;
	margin:0 0 15px;
	font-style: italic;
	color:#fff;
}
.contentSNS {/*SNS 全体*/
	height: 600px;
	width: 30%;
	margin: 0px 9px;
	display: inline-block;
}
.newsDatas ,.YT-BoxWrap{/*---News 詳細---*/
	padding: 0 10px 40px;
	overflow-y: scroll;
	height: 600px;
	background: #FFF;
}
.newsDatas .date, .YT-Box01 h1 {/*---News日付, YT Title---*/
	width: 95%;
	padding: 3px 0 3px 20px;
	margin:10px auto;
	font-size: 18px;
	color: #e40000;
	background: #252525;
	text-align:left;
	border-bottom:1px dotted #FFFFFF;
}
.newsDatas .detail {/*News詳細情報*/
	word-break: break-all;/*英語だと自動改行されないので、強制的に改行させる*/
	padding: 20px;
	font-size: 16px;
	color: #666;
	line-height: 18px;
}
.contentNews a{
  color: #03c;
	font-weight: bold;	
}
.contentNews a:hover{/*Hoverレインボー文字*/
	font-size: 120%;
	font-weight: bold;	
	color: #03c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -moz-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -o-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
	background-image: -ms-linear-gradient(left, #f69, #fc0, #3c3, #09f, #96f);
}
.contentNews a:hover.rainbow{/*class=レインボーのhover*/
	font-size: 150%;
	font-weight: bold;	
	color: #03c;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #96f, #09f, #3c3, #fc0, #f69);
	background-image: -moz-linear-gradient(left, #96f, #09f, #3c3, #fc0, #f69);
	background-image: -o-linear-gradient(left, #96f, #09f, #3c3, #fc0, #f69);
	background-image: -ms-linear-gradient(left, #96f, #09f, #3c3, #fc0, #f69);
}
.embed-youtube{
	margin: 20px 20px 50px;
}



.contentDetail01 {/*FB 詳細*/
	padding: 10px;
	overflow-y: scroll;
	height: 600px;
	background:#fff;
}
.contentDetail02 {/*FB 詳細*/
	padding: 10px;
	overflow-y: scroll;
	height: 600px;
	font-family: Impact;
	font-size: 16px;
	line-height: 20px;
	margin: 0 auto;
	text-align:left;
	background:#FFFFFF;
}
.contentDetail02 h4 {
	color: #666;
	font-weight: normal;
	margin: 15px auto;
	line-height: 18px;
	padding-bottom: 20px;
	text-align: center;
}
.contentDetail02 ul {
	font-size: 20px;
	text-indent: 1em;
	margin-left: 20px;
	line-height: 30px;
}
.contentDetail02 ul li{
	text-indent: -1em;
	padding:0 0 0 1em;
}
.contentDetail02 a {
	color: #999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
.contentDetail02 a:hover {
	color: #fff;
	text-shadow: -1px 1px 5px #03c, 1px -1px 5px #03c;
}
/*contentsここまで*/



footer {
	position: absolute;
	bottom:0;
	width:100%;
	background-image: url(../img/footer/footerLineCover.png) no-repeat;
	font-style: normal;
	margin: 0px auto;
	text-align:center;
}
footer .bottomLine {
	font-family:"Times New Roman", Times, serif;
	color: #fff;
	font-size: 14px;
	height: 40px;
	background:rgba(0,0,0,0.7);
}
footer ul.sns{ 
	float:left;
}
footer ul.sns li{
	margin:0 0 0 40px;
	width: auto;
	float:left;
}
footer .copy {
	display:inline-block;
	line-height: 40px;
}
/*footer hここまで*/



@media only screen and (max-width: 768px){
.pcNone{display:block!important;}
.h2 p {
	font-size:50px!important;
	line-height:24px;
}
.f24px{font-size:12px!important;}
ul.sns, footer ul.sns{
	float: none;
	min-width: 170px;
	text-align: center;
}
ul.sns li,footer ul.sns li {
  display: inline-block;
	position:relative;
	float:none;
	margin:0;
}
.gNavi{
	height: 36px;
	width: 100%;
	top: 222px;
	margin:0 auto;
	position: relative;
	font-size: 20px;
	line-height: 40px;
}
.gNavi:before {
	content:"";
	height: 54px;
	width: 100%;
	top: -7px;
	margin:0 auto;
	position: absolute;
	}
.gNavi ul {
  margin-left: 200px;
}
.parallax {
  height: 475px;
}
.contentsWrap {
  height: 425px;
	width: 740px;
	margin: 25px 2%;
	background: #333;
}
.contentsName{
	font-size: 24px;
	line-height: 40px;
}
.content01,.contentSNS{
  height: 415px;
	margin: 10px;
} 
.newsDatas, .YT-BoxWrap, .contentDetail01,.contentDetail02{
  height: 315px;
	padding: 0px 10px 20px;
}
    
.detail iframe{
	width:85%;
	vertical-align:top;
}
section h1.ABC02 {
  line-height: 475px;
	font-family:"Times New Roman", Times, serif;
}
.BG01{
	background: url(../img/BG/2016/JUN_BG_2015-01-sp.jpg) no-repeat 50% 0% fixed;
}
.BG02{
	background: url(../img/BG/2016/JUN_BG_2015-02-sp.jpg) no-repeat 50% 0% fixed;
}
.BG03{
	background: url(../img/BG/2016/JUN_BG_2015-03-sp.jpg) no-repeat 50% 50% fixed;
}
.BG04{
	background: url(../img/BG/2016/JUN_BG_2015-04-sp.jpg) no-repeat 50% 0% fixed;
}
.BG05{
	background: url(../img/BG/2016/JUN_BG_2015-05-sp.jpg) no-repeat 50% bottom fixed;
}
section h1.ABC02 {
	line-height: 475px;
	font-size: 48px;
}
section h1.ABC03 {
	font-size: 36px;
}
}

@media only screen and (max-width: 749px){
.parallax{
  overflow-x: scroll;
}
.gNavi h3{
	display:none;
}
.gNavi {
	background: -moz-linear-gradient(left center, rgba(225,225,225,0), rgba(225,225,225,0.9) 20%, rgba(225,225,225,0.9) 80%, rgba(225,225,225,0)); /* Firefox用 */  
	background: -o-linear-gradient(left, rgba(225,225,225,0), rgba(225,225,225,0.9) 20%, rgba(225,225,225,0.9) 80%, rgba(225,225,225,0)); /* Opera */
	background: -webkit-gradient(linear, left center, right center, from(rgba(225,225,225,0)) , color-stop(20%, rgba(225,225,225,0.9)), color-stop(10%, rgba(225,225,225,0.9)), color-stop(80%, rgba(225,225,225,0.9)), to(rgba(225,225,225,0))); /* Safari,Google Chrome用 */
	background: linear-gradient(to right, rgba(225,225,225,0), rgba(225,225,225,0.9) 20%, rgba(225,225,225,0.9) 80%, rgba(225,225,225,0));
}
.gNavi:before {
	background: -moz-linear-gradient(left center, rgba(225,225,225,0), rgba(225,225,225,0.3) 20%, rgba(225,225,225,0.3) 80%, rgba(225,225,225,0)); /* Firefox用 */  
	background: -o-linear-gradient(left, rgba(225,225,225,0), rgba(225,225,225,0.3) 20%, rgba(225,225,225,0.3) 80%, rgba(225,225,225,0)); /* Opera */
	background: -webkit-gradient(linear, left center, right center, from(rgba(225,225,225,0)) , color-stop(20%, rgba(225,225,225,0.3)), color-stop(80%, rgba(225,225,225,0.3)), to(rgba(225,225,225,0))); /* Safari,Google Chrome用 */
	background: linear-gradient(to right, rgba(225,225,225,0), rgba(225,225,225,0.3) 20%, rgba(225,225,225,0.3) 80%, rgba(225,225,225,0));
}
.gNavi ul {
	margin: 0 5%;
	text-align: center;
}
.gNavi ul li{
	display:inline-block;
}
section h1.ABC02 {
	font-size: 36px;
}
section h1.ABC03 {
	font-size: 24px;
  width: 90%;
}
footer ul.sns {
  float: none;
}
.spNone{display:none!important;}
}
@media only screen and (max-width: 499px){
.gNavi {
	height:80px;
	font-size: 18px;
  line-height: 1em;
}
.gNavi:before {
	height: 96px;
}
}
@media only screen and (max-width: 320px){
section h1.ABC02 {
	font-size: 30px;
}
}


/*gotoTop　共通*/
#gotoTop {
	position: fixed;
	bottom: 110px;
	z-index: 10;
	margin-left: -90px;/*leftを設定するとブラウザが大きくなるとかなり左にいくので、leftは設定せず、ここだけ設定する。*/
	background-color: #8C7C00;
	height: 60px;
	width: 60px;
	border-radius:8px;
	text-align: center;
	opacity: 0.6;
	line-height: 60px;
	border: 2px ridge #FF6;
}
#gotoTop a {
	color: #FF9;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-family: Impact;
}
#gotoTop a:hover{
	color: #525200;
	background-color: #FFFFCC;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-family: Impact;
}
/*gotoTopここまで*/