@charset "UTF-8";

.spNone{display: block !important; }
.spNone02{display: inline-block !important; }
.pcNone{display: none !important; }

.mobile-head_left{
	display: none;
}

/* index ---------------------------------------*/
/*フェードインアニメーション*/
.fadein-from-scroll{
	opacity:0;
	position: relative;
	top:30px;
}

/*背景のループ*/
#main{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#firstBlock{
	background: url(../img/index/kv_fixed.png) 0 0 no-repeat fixed;
	background-size: 100%;
	position: relative;
	background-color:#000000;
}
#firstBlock #topKeyvisual{
	display: block;
	padding-top: 47%;
}

#firstBlock #bgKeyvisulal{
	display: none;
}

#firstBlockMovie {
	margin: 0;
	padding: 48% 0 0 0;
	background: url(img.jpg) center center fixed repeat;
	background-color: rgba(255,255,255,0.1);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFF),color-stop(.75, #FFF), color-stop(.75, transparent),to(transparent));
	background-size: 3px 3px;
}

video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

.wrapper{
	background: #FFF;
}

#newsBlock{
	background-color: #000;
	padding: 1.5% 15%;
	font-size: 1.3vw;
	color: #FFF;
}

#secondBlock {
	background: url(../img/index/bg.jpg) 0 0 repeat-y fixed;
	background-size: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 10%;
}

#thirdBlock {
	background: url(../img/index/bg.jpg) 0 0 repeat fixed;
	background-size: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 10%;
	color: #FFF;
}

#forthBlock {
	background: url(../img/index/bg.jpg) 0 0 repeat-y fixed;
	background-size: 100%;
	position: relative;
	overflow: hidden;
	/*margin-top: 120px;*/
	padding-bottom: 30%;
}

#fifthBlock {
	/*background: url("../img/live.gif") 50% 0 no-repeat fixed;*/
	background: url(../img/index/bg_02.jpg) 0 0 repeat-y fixed;
	background-size: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0%;
	min-height: 540px;
	padding-bottom: 30%;
}

#contactBlock {
	/*background: url("../img/live.gif") 50% 0 no-repeat fixed;*/
	background: url(../img/index/bg_diagmonds.png) repeat 0 0;
	background-size: 300px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0%;
	padding-bottom: 100%;
}

/*キービジュアル*/

#topKeyvisual,#bgKeyvisulal{
	width:100%;
/*	box-shadow: 0px 5px 4px -3px #000;
	-moz-box-shadow: 0px 5px 4px -3px #000;
	-webkit-box-shadow: 0px 5px 4px -3px #000;*/
}

#topKeyvisual img{
	position: relative;
	width: 100%;
}

img#bgKeyvisulal{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #000;
}

/*各ブロックごとのcss*/

#firstBlock .readArea{
	width: 100%;
	position: absolute;
	top: 17%;
	left: 0%;
	text-align: center;
}

#firstBlock .readArea h1{
	display: block;
	margin:0 auto;
	width:10%;
}

#firstBlock .readArea h1 img{
	width: 300px;
}

/*動画あり*/

#firstBlockMovie .readArea{
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0%;
	text-align: center;
}

#firstBlockMovie .readArea h1{
	display: block;
	margin:0 auto;
	width:30%;
}

#firstBlockMovie .readArea h1 img{
	width: 300px;
}

/*動画あり*/

#newsBlock dl dt{
	display: inline-block;
}

#newsBlock dl dd{
	display: inline-block;
	width: 20%;
}

#secondBlock .readArea{
	width:100%;
	position: absolute;
	top:0;
	left:0%;
	text-align: center;
	padding-top: 8%;
}

#secondBlock .readArea h2{
	font-family: 'Share Tech Mono', monospace;
	margin-bottom: 6%;
	font-size: 3vw;
	letter-spacing: 9px;
	color: #FFF;
}

#secondBlock .readArea h2 img{
	width: 14%;
	display: block;
	margin: 0.2% auto 0;
}

#secondBlock .readArea p{
	margin: 3% 15%;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2vw;
	letter-spacing: 1px;
	line-height: 2.4;
}

#thirdBlock .readArea{
	width:100%;
	position: absolute;
	top:0;
	left:0%;
	text-align: center;
	padding-top: 5%;
}

#thirdBlock .readArea h2{
	font-family: 'Share Tech Mono', monospace;
	margin-bottom: 3%;
	font-size: 3vw;
	letter-spacing: 9px;
}

#thirdBlock .readArea h2 img{
	width: 10%;
	display: block;
	margin: 0.2% auto 0;
}

#thirdBlock .readArea ul{margin: 1% 0;}
#thirdBlock .readArea ul li{
	display: inline-block;
	width: 14%;
	margin: 0% 2% 3%;
	transition-property: all;
	transition: 0.3s linear;
}

#thirdBlock .readArea ul li:hover{
	opacity: 0.7;
}

#thirdBlock .readArea ul li img:hover{

}

#thirdBlock .readArea ul li img{
	width: 140px;
	border-radius: 20px;
	border:2px solid #FFF;
	box-sizing: border-box;
}

#thirdBlock .readArea ul li h3{
	display: block;
	font-size: 1.2vw;
	letter-spacing: 2px;
	margin-top: 3%;
	font-family: "Noto Sans Japanese";
}

#thirdBlock .readArea ul li h3 span{
	display: block;
	font-size: 0.9vw;
	letter-spacing: 2px;
	padding-top: 1%;
	color: #8c8b8b;
	font-family: 'Share Tech Mono', monospace;
}

#forthBlock .readArea{
	width:100%;
	position: absolute;
	top:15.5%;
	left:0%;
	text-align: center;
	padding-top: 6%;
}

#forthBlock .readArea h2{
	font-family: 'Share Tech Mono', monospace;
	margin: 0% 0 4%;
	font-size: 3vw;
	letter-spacing: 9px;
	color: #FFF;
}

#forthBlock .readArea h2 img{
	width: 7%;
	display: block;
	margin: 0.2% auto 0;
}

#forthBlock .youtubeArea{
	margin-bottom: 3%;
}
#forthBlock .youtubeArea h5{
	color: #FFF;
	font-size: 15px;
	letter-spacing: 2px;
	padding-bottom: 2%;
}

#forthBlock .youtubeArea ul li{
	display:inline-block;
	width:48%;
}

#forthBlock .youtubeArea ul li iframe{
	width: 80%;
	height:320px;
}

#forthBlock a{
	margin: 3% 0;
	padding: 0.5% 3%;
	display: inline-block;
	font-size: 1.2vw;
	text-decoration: none;
	border-radius: 0px;
	letter-spacing: 3px;
	color: #FFF;
	border: 1px solid #FFF;
	font-family: "Sawarabi Mincho";
}

#forthBlock a:hover{
	background-color: #FFF;
	color: #111;
	transition-property: all;
	transition: 0.3s linear;
}

#fifthBlock .readArea{
	width:100%;
	position: absolute;
	top:25%;
	left:0%;
	text-align: center;
}

#fifthBlock .readArea{
	width:100%;
	position: absolute;
	top:7%;
	left:0%;
	text-align: center;
	overflow: hidden;
	padding-top: 4%;
}

#fifthBlock .readArea h2{
	font-family: 'Share Tech Mono', monospace;
	margin: 5%;
	font-size: 3vw;
	letter-spacing: 9px;
	color: #FFF;
	padding-bottom: 3%;
}

#fifthBlock .readArea h2 img{
	width: 18%;
	display: block;
	margin: 0.2% auto 0;
}

#fifthBlock .readArea #newsArea h2 img{
	width: 12%;
}

#fifthBlock .leftBox{
	float: left;
	width: 50%;
}

#fifthBlock .rightBox{
	float: right;
	width: 50%;
	margin-top: -4%;
	padding-top: 4%;
}

#fifthBlock .CalendarArea iframe{
	width: 80%;
	margin: 0 auto;
	min-height: 350px;
}

#fifthBlock .readArea #newsArea .block{
	width: 80%;
	margin: 0 auto;
	min-height: 350px;
	background-color: rgba(255, 255, 255, 0.8);
}

#fifthBlock .readArea #newsArea .block ul{
	padding:3%;
}

#fifthBlock .readArea #newsArea .block ul li{
	text-align: left;
	font-size: 14px;
	padding: 2% 3%;
	border-bottom: 1px dotted #555;
}

#fifthBlock .readArea #newsArea .block ul li:last-child{
	border-bottom:none;
}

#fifthBlock .readArea #newsArea .block ul li span{
	display: inline-block;
	width: 20%;
}



#fifthBlock .rightBox .block a{
	margin: 3% 0 5%;
	padding: 1.5% 3%;
	display: inline-block;
	font-size: 1.2vw;
	text-decoration: none;
	border-radius: 0px;
	letter-spacing: 3px;
	color: #000;
	border: 1px solid #222;
	font-family: "Sawarabi Mincho";
}

#fifthBlock .rightBox .block a:hover{
	background-color: #222;
	color: #FFF;
	transition-property: all;
	transition: 0.3s linear;
}


/*contactBlock*/

#contactBlock .readArea{
	width:100%;
	position: absolute;
	top:25%;
	left:0%;
	text-align: center;
}

#contactBlock .readArea{
	width:100%;
	position: absolute;
	top:7%;
	left:0%;
	text-align: center;
	overflow: hidden;
	padding-top: 4%;
}

#contactBlock .readArea h2{
	font-family: 'Share Tech Mono', monospace;
	margin: 3%;
	font-size: 3vw;
	letter-spacing: 9px;
	color: #FFF;
	padding-bottom: 3%;
}

#contactBlock .readArea h2 img{
	width: 9%;
	display: block;
	margin: 0.2% auto 0;
}

footer{
	width: 100%;
	padding:3% 0;
	background: #FFF;
}

footer .footerInner{
	text-align: center;
	color: #333;
	font-family: 'Share Tech Mono', monospace;
}

/*モーダルのcss*/
#modal1,#modal2,#modal3,#modal4,#modal5,#modal6,#modal7,#modal8{
	width: 80%;
	margin: 0 auto;
}

.modal .modalInner{
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.modal .modalInner h5{
	position: absolute;
	letter-spacing: 2px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	text-shadow:
	2px 2px 2px rgba(255, 255, 255, 0.7),
	-2px -2px 2px rgba(255, 255, 255, 0.7);
}
.modal .modalInner h5 small{
	font-family: 'Share Tech Mono', monospace;
	font-size: 1.4vw;
	display: block;
}

.close{
	display: block;
	background: #000;
	padding: 1.5% 0;
	text-align: center;
	color: #FFF;
}
.close:hover{
	background-color: #ddd;
	color: #111;
	transition-property: all;
	transition: 0.3s linear;
}

/*メンバー個別absolte設定*/
#modal1 h5{
	top: 5%;
	left: 2%;
	font-size: 4vw;
}
#modal1 h5 small{
	margin: -10px 0 0 5px;
}

#modal2 h5{
	top: 63%;
	left: 3%;
	font-size: 4vw;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
#modal2 h5 small{
	margin: -10px 0 0 5px;
}

#modal3 h5{
	top: 2%;
	left: 2%;
	font-size: 4vw;
}
#modal3 h5 small{
	margin: -10px 0 0 5px;
}

#modal4 h5{
	top: 63%;
	left: 3%;
	font-size: 4vw;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
#modal4 h5 small{
	margin: -10px 0 0 5px;
}

#modal5 h5{
	top: 2%;
	left: 2%;
	font-size: 4vw;
}
#modal5 h5 small{
	margin: -10px 0 0 5px;
}

#modal6 h5{
	top: 63%;
	left: 3%;
	font-size: 4vw;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
#modal6 h5 small{
	margin: -10px 0 0 5px;
}

#modal7 h5{
	top: 2%;
	left: 2%;
	font-size: 4vw;
}
#modal7 h5 small{
	margin: -10px 0 0 5px;
}

#modal8 h5{
	top: 63%;
	left: 3%;
	font-size: 4vw;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
#modal8 h5 small{
	margin: -10px 0 0 5px;
}


.modal .modalInner img{
	width: 50%;
	float: left;
}

.modal .modalInner .textBlock{
	width: 50%;
	float: right;
}

.modal .modalInner .textBlock ul,.modal .modalInner .textBlock p{
	padding:5%;
}
.modal .modalInner .textBlock ul li{
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}
.modal .modalInner .textBlock ul li span{
	display: inline-block;
	width:30%;
}
.modal .modalInner .textBlock ul li:last-child{
	border-bottom: none;
}
.modal .modalInner .textBlock h6{
	font-family: 'Share Tech Mono', monospace;
	letter-spacing: 5px;
	font-size: 1.6vw;
	text-align: center;
}

.css_btn_class {
	font-size:16px;
	font-family:Trebuchet MS;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff) );
	background-color:#f6f6f6;
}.css_btn_class:active {
	position:relative;
	top:1px;
}


/*thanks*/
#thanks{
	background: url(../img/index/bg.jpg) 0 0 repeat fixed;
	background-size: 100%;
	margin-top: -3%;
	padding: 8% 0 2.5%;
}
#thanks .thanksArea{
		width: 50%;
		margin: 6% auto 5%;
		padding: 3% 5%;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.7);
		border-radius: 10px;
		color: #FFF;
		font-size: 13px;
}

#thanks .thanksArea h3{
		font-size: 17px;
		font-weight: bold;
		margin:3% 0;
}

#thanks .topBtn a{
		margin: 5% 0;
		padding: 0.5% 3%;
		display: inline-block;
		font-size: 1.2vw;
		text-decoration: none;
		border-radius: 0px;
		letter-spacing: 3px;
		color: #FFF;
		border: 1px solid #FFF;
		font-family: "Sawarabi Mincho";
}

#thanks .topBtn a:hover {
		background-color: #FFF;
		color: #111;
		transition-property: all;
		transition: 0.3s linear;
}

#thanks .thanksfoot{
	position: fixed;
	background: #000;
	bottom: 0;
	width: 100%;
	height: 20px;
	padding: 2.5% 0;
}
#thanks footer .footerInner{
	color: #FFF;
}

/*ニュース・アーカイブページ個別*/
#newsArchives{
	background: url(../img/index/keyvisual03.png) 0 0 repeat fixed;
	background-size: 100%;
}
#newsArchives .readBlock{
	padding: 7% 0 4%;
	color: #FFF;
	text-align: center;
}
#newsArchives .wrapper{
	background: transparent;
}

#newsArchives .wrapper h2{
	color: #FFF;
	text-align: center;
}

#newsArchives ul li{
	width: 32%;
	display: inline-block;
}

#newsArchives ul li img{
	width:100%;
}
@media screen and (max-width: 767px){

	.pcNone{display: block !important; }
	.spNone{display: none !important; }
	.spNone02{display: none !important; }

	#firstBlock #topKeyvisual{
		padding-top: 0%;
	}

	#firstBlock #bgKeyvisulal{
		display: block;
	}

	.mobile-head_left{
		display: block;
	}

	#firstBlock{
	padding: 0;
	}

	#global-nav ul li{
		padding-left:3%;
	}
	#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a{
		font-size: 4vw;
	}
	#mobile-head .mobile-head_left{

	}
	#mobile-head .mobile-head_left img{
		width: 10%;
		margin: 3% 2% 2%;
		display: inline-block;
	}
	#mobile-head .mobile-head_left span{
		display: inline-block;
		color: #333;
		font-size: 5vw;
		margin-top: 1%;
		vertical-align: text-top;
		font-family: 'Share Tech Mono', monospace;
	}

	/*キービジュアル*/

	#topKeyvisual{
		width: 100%;
		/*background: url(../img/index/kv_sp.jpg) no-repeat 0 0;*/
		background-size: 100%;
		padding-top: 0%;
	}

	#firstBlock .readArea{
		display: none;
	}

	video{
		display: none;
	}

	img#bgKeyvisulal{
		width: 100%;
		position: relative;
		left: 0%;
		/* margin-left: -100%; */
	}

	#secondBlock{
		overflow: hidden;
	}

	/*ＭＥＭＢＥＲ*/
	#thirdBlock .readArea ul li {
		display: inline-block;
		width: 22%;
		margin: 3%;
	}

	#firstBlock{
		background: url(../img/index/bg.jpg) 0 0 repeat-y fixed;
		background-size: 200%;
	}

	#secondBlock img#bgKeyvisulal{
		width: 300%;
		margin-left: -5%;
	}
	#thirdBlock img#bgKeyvisulal{
	width: 366%;
	margin-left: -75%;
	}
	#forthBlock img#bgKeyvisulal{
		width: 394%;
		margin-left: -8%;
	}
	#fifthBlock img#bgKeyvisulal{
		width: 384%;
		margin-left: -155%;
	}
	#secondBlock,#thirdBlock,#forthBlock,#fifthBlock {
		background: url(../img/index/bg.jpg) 0 0 repeat-y fixed;
		background-size: 200%;
		padding-bottom: 8%;
	}
	#contactBlock{
		margin-bottom: 3%;
		min-height: 702px;
	}

	#secondBlock .readArea h2{
		font-size: 10vw;
		margin-bottom: 10%;
	}
	#secondBlock .readArea h2 img{
		width: 32%;
		display: block;
		margin: -3% auto 0;
	}
	#secondBlock .readArea p{
		margin: 3% 5%;
		color: #FFF;
		font-weight: bold;
		font-size: 3vw;
		letter-spacing: 1px;
		line-height: 2.2em;
	}

	#thirdBlock .readArea h2{
		font-size: 10vw;
	}
	#thirdBlock .readArea h2 img{
		width: 25%;
		display: block;
		margin: -2% auto 0;
	}
	#thirdBlock .readArea ul li{
		width: 38%;
	}
	#thirdBlock .readArea ul li img{
		width: 100%;
	}
	#thirdBlock .readArea ul li h3{
	font-size: 13px;
	}
	#forthBlock .youtubeArea ul li{
		width: 94%;
		margin-bottom: 5%;
		padding: 3% 0;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 20px;
	}
	#forthBlock .youtubeArea ul li iframe{
		width: 90%;
		height: 220px;
	}
	#forthBlock .readArea h2{
		font-size: 10vw;
	}
	#forthBlock .readArea h2 img{
		width: 16%;
		display: block;
		margin: -3% auto 0;
	}
	#forthBlock .youtubeArea{
		padding-top: 3%;
	}
	#forthBlock .youtubeArea h5{
		font-size: 3.4vw;
	}
	#forthBlock a{
		margin: 7% 0 0;
		padding: 0.5% 3%;
		display: inline-block;
		font-size: 4vw;
	}
	#fifthBlock .leftBox{
		float: none;
		width: 100%;
	}
	#fifthBlock .rightBox{
		float: none;
		width: 100%;
	}
	#fifthBlock .readArea h2{
		font-size: 10vw;
	}
	#fifthBlock .readArea h2 img{
		width: 23%;
		display: block;
		margin: -3% auto 0;
	}
	#fifthBlock .readArea #newsArea .block{
		width: 90%;
		margin: 0 auto;
		min-height: auto;
	}
	#fifthBlock .readArea #newsArea .block ul li span{
		display: block;
	}
	#fifthBlock .readArea #newsArea h2 img{
		width:17%;
	}
	#fifthBlock .CalendarArea iframe{
		width: 90%;
		margin: 0 auto;
		min-height: 250px;
	}

	#contactBlock .readArea h2{
		font-size: 10vw;
	}
	#contactBlock .readArea h2 img{
		width: 18%;
		margin: -2% auto 0;
	}
	#fifthBlock .rightBox .block a{
		font-size: 4vw;
	}

	#newsBlock{
	padding: 5%;
	font-size: 3.4vw;
	}
	#newsBlock dl dd{
	display: block;
	width: 100%;
	}

/*モーダル*/
	#modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7, #modal8{
		width: 100%;
		margin: 0 auto;
	}
	.modal .modalInner img{
		width: 100%;
		float: none;
	}
	.modal .modalInner .textBlock{
		width: 100%;
		float: none;
	}
	.close{
		padding: 3% 0;
		font-size: 4.5vw;
	}
	.modal .modalInner .textBlock ul li{
		font-size: 3.8vw;
	}
	.modal .modalInner .textBlock ul li span{
		width: 36%;
	}
	.modal .modalInner .textBlock h6{
		font-size: 5vw;
	}
	.modal .modalInner .textBlock ul, .modal .modalInner .textBlock p{
		padding:3%;
	}
	.modal .modalInner .textBlock p{
		font-size: 3vw;
	}
	.modal .modalInner .imgBlock{
		position: relative;
	}
/*メンバー個別absolte設定*/
	#modal1 h5{
    top: 8%;
    left: 2%;
    font-size: 10vw;
	}
	#modal1 h5 small{
		margin: -10px 0 0 5px;
	}

	#modal2 h5{
    top: 20%;
    left: 3%;
		font-size: 10vw;
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	#modal2 h5 small{
		margin: -10px 0 0 5px;
	}

	#modal3 h5{
    top: 8%;
    left: 2%;
    font-size: 10vw;
	}
	#modal3 h5 small{
		margin: -10px 0 0 5px;
	}

	#modal4 h5{
    top: 20%;
    left: 3%;
		font-size: 10vw;
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	#modal4 h5 small{
		margin: -10px 0 0 5px;
	}

	#modal5 h5{
    top: 8%;
    left: 2%;
    font-size: 10vw;
	}
	#modal5 h5 small{
		margin: -10px 0 0 5px;
	}

	#modal6 h5{
    top: 20%;
    left: 3%;
		font-size: 10vw;
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	#modal6 h5 small{
		margin: -10px 0 0 5px;
	}

	#modal7 h5{
    top: 8%;
    left: 2%;
    font-size: 10vw;
	}
	#modal7 h5 small{
		margin: -10px 0 0 5px;
	}

	#modal8 h5{
    top: 20%;
    left: 3%;
		font-size: 10vw;
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	#modal8 h5 small{
		margin: -10px 0 0 5px;
	}

}

