@import url(http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Calligraffitti);

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}

#clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*/
  height: auto;
  overflow: hidden;
  /**/
}

/* */
body{
	background:url(images/op-bg.jpg) center center no-repeat #000;
-moz-background-size:auto 100%;
background-size:auto 100%;


}
#fullpage{
	z-index:100;
}
#alpha{
	background:url(images/bg-dot.png) repeat top left;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;

}
/* section0 */
#section0{
}
#section0 p + img{
	margin-bottom:-149px;
	padding-bottom: 50px;
}
#section0 h1{
	text-align:center;
	font-size:30px;
	color:#fff;
	font-weight:900;
	font-family:'IM Fell Double Pica', serif;
	padding: 30px 0 0;
	letter-spacing: 2px;
	margin-bottom:20px;
}
#section0 p{
	text-align:center;
	width:800px;
	font-size:16px;
	margin:0 auto -20px;
	padding:30px 0 0;
	color:#FFF;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}
#section0 #turquoiseStone{
	opacity: 0;
	padding: 10px 0 150px;
	width: 290px;
	position: relative;
	margin-top: -20px;
}

#section1 li{
	position:relative;
}

#section1 li#s1_list1{
	opacity:0;
	margin-left:-100px;
}

#section1 li#s1_list2{
	opacity:0;
	margin-left:-100px;
}

#section1 li#s1_list3{
	opacity:0;
	margin-left:-100px;
}

#section1 li#s1_list4{
	opacity:0;
	margin-left:-100px;
}

#section1 li#s1_list5{
	opacity:0;
	margin-left:-100px;
}


/* section1 */
#section1 .turquoise_list{
	
}
#section1 ul.turquoise_list{
	width:700px;
	margin:0 auto;
}
#section1 .turquoise_list li{
	width:100px;
	float:left;
	margin-right:50px;
}
#section1 h2{
	font-size:40px;
	color:#00fffc;
	font-weight:900;
	font-family: 'IM Fell Double Pica', serif;
}
#section1 h2 + p{
	font-size:14px;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:850px;
	margin:0 auto;
	color:#FFF;
	padding:50px 0;
}
#section1 .turquoise_list li h4{
	font-size:12px;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
	padding:10px 0;
	letter-spacing:0.1em;
}
#section1 .turquoise_list li:last-child{
	margin-right:0;
}
#section1 .turquoise_list li img{
	width:100%;
}
/* section3 */
#section3{
}
#section3 h2{
	font-size:40px;
	color:#00fffc;
	font-weight:900;
	font-family: 'IM Fell Double Pica', serif;
	padding:0 0 50px
}
#section3 p{
	font-size:14px;
	color:#FFF;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 0 50px;
	margin:0 auto;
}
#section3 img{
	margin:0 auto;
}

#section2 .bottomBox{
	background: rgba(0,0,0,0.5);
	width: 1140px;
	height: 140px;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
}
#section2 .bottomBox li{
	background:url(images/mine-item-bg.png) center center no-repeat;
	width:107px;
	height:108px;
	padding:16px 0;
	float:left;
	margin-right:40px;
}
#section2 .bottomBox li span{
	display:block;
	width:100%;
	height:100%;
	background:url(images/loader.gif) no-repeat center center;
}
#section2 .bottomBox li img{
	width:80%;
	padding:10%;
}
#section2 .bottomBox li a{
}
#section2 .bottomBox li:last-child{
	margin-right:0;
}
#section2 .slide{
	
}
#section2 .slide .leftBox{
	width:640px;
	margin-right:30px;
	float:left;
}
#section2 .slide .rightBox{
	width:470px;
	float:left;
}
#section2 .slide .rightBox h1{
	font-size:23px;
	color:#fff;
	font-weight:900;
	font-family: 'IM Fell Double Pica', serif;
	padding:0 0 20px;
	text-align: left;
	line-height:1.2em;
}
#section2 .slide .rightBox h1 font{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-family: 'Calligraffitti', cursive;
	padding:0 0 10px;
	margin:20px 0 0 0;
}
#section2 .slide .rightBox .grade{
	font-size:35px;
	padding:0 0 30px;
	color:#fff;
	text-align:left;
	display:block;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#section2 .slide .rightBox p{
	font-size: 14px;
	color: #FFF;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	padding: 0px 0 30px 0;
	margin: 0 auto;
	text-align: left;
	height: 131px;
/*	overflow-y: scroll;*/
	margin-bottom: 20px;
}
/*
#section2 .slide .rightBox p::-webkit-scrollbar {
    width: 1px;
    background: rgba(100,100,100,0.3);
}

#section2 .slide .rightBox p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#section2 .slide .rightBox p::-webkit-scrollbar-thumb {
     cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(0,235,235,1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

*/

#section2 .wrapBox{
	width:1200px;
	margin:0 auto;
}
#section2 .itemLinkBox{
	background:#FFF;
	color:#000;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:900;
	padding:10px 0;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
}
#section2 a.itemLinkBox{
	display:block;
}
#section2 a.itemLinkBox:hover{
	background:#00fffc;
	color:#fff;
	opacity:0.7;
}

#section0 #s0_img{
	opacity:0;
	top:130px;
}
#section0 #s0_title,#section0 #s0_content,#section0 #s0_img{
	position: relative;
}

#section0 #s0_title,#section0 #s0_content{
	opacity: 0;
}

#section3 #mapBox{
	position:relative;
	width:980px;
	height:580px;
	margin: 0 auto;
}
#section3 #mapBox img{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
#section0 .scrollIcon{
	width:100%;
	position:absolute;
	bottom:20px;
}
#section0 .scrollIcon img{
	width:79px;
	height:55px;
}
/* section4 */

#section4{
	
}
#section4 h1{
	text-align:center;
	font-size:30px;
	color:#fff;
	font-weight:900;
	font-family:'IM Fell Double Pica', serif;
	padding: 30px 0 0;
	letter-spacing: 2px;
	margin-bottom:20px;	
}
#section4 h1 font{
	font-size:10px;
	padding:5px 0 10px;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#section4 p{
	font-size:14px;
	width:980px;
	color:#FFF;
	margin:0 auto;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:50px 0;
}
#section4 p+a{
	margin:0 auto;
	display:block;
	background:turquoise;
	color:#000;
	padding:10px 0;
	font-size:14px;
	font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	width:980px;
	font-weight:900;
}
#section4 .re_top{
	text-align:center;
	position:absolute;
	bottom:20px;
	width:100%;
}
#section4 .re_top img{
	height:55px;
	width:auto;
	cursor:pointer;
}
#section4 img{
	width:150px;
}

#section0 p#s0_content{
}
.fp-controlArrow.fp-prev{
	background:url(images/mine-prev.png) center center no-repeat;
	background-size:60%;
}
.fp-controlArrow.fp-next{
	background:url(images/mine-next.png) center center no-repeat;
	background-size:60%;
}




@media screen and (max-width: 1200px) {
	#section3 #mapBox{
		width:750px;
		height:444px;
		
	}
	#section3 #mapBox img{
		width:100%;
	}
	#section2 .slide .leftBox {
		width: 460px;
		margin-right: 30px;
		float: left;
		overflow: hidden;
	}
	#section2 .slide .rightBox {
		width: 470px;
		float: left;
	}
	#section2 .wrapBox,#section2 .bottomBox{
		width:980px;
	}
	#section2 .bottomBox li{
		display:none;
	}
	#section2 .bottomBox li:nth-child(-n+7){
		display:block;
	}
	#section2 .bottomBox li{
		margin-right:35px;
	}
	#section2 .bottomBox li:nth-child(7){
		margin-right:0;
	}
}

@media screen and (max-width: 640px) {
	.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{
		width:30px;
		height:30px;
	}
	.fp-controlArrow{
		bottom:20px;
		top:inherit;
	}
	#s0_img{
		width:40%;
	}
	#section0 h1{
		font-size:20px;
	}
     #section0 p {
		margin: -20px auto -20px;
		width:90%;
		font-size:12px;
     }
	 #section0 #turquoiseStone{
		 width:32%;
	 }
	 
	 /* 2 */
	 #section1 h2 + p{
		 width:90%;
		 font-size:12px;
		 text-align:left;
	 }
	 
	 #section1 ul.turquoise_list{
		 width:90%;
	 }
	#section1 .turquoise_list li {
		width: 18%;
		float: left;
		margin-right: 2.5%;
	}
	#section3 #mapBox,#section3 p{
		width:90%;
	}
	#section3 #mapBox{
		height:200px;
	}
	#section3 #mapBox img{
		width:100%;
	}
	.scrollIcon{
	}
	.scrollIcon img{
		width:10%;
	}
	
	
	#section2 .slide .leftBox,#section2 .slide .rightBox{
		float:none;
	}
	#section2 .wrapBox{
		width:90%;
	}
	#section2 .bottomBox{
		width:90%;
		display:none;
	}
	#s1_list5{
		display:none;
	}
	#section2 .bottomBox li{
		width:18%;
		margin-right:2.5%;
	}
	#section2 .bottomBox li:last-child{
		margin-right:0;
	}
	#section2 .slide .leftBox,#section2 .slide .rightBox{
		width:100%;
	}
	#section2 .slide .leftBox{
		max-height:150px;
		margin-bottom: 40px;
		overflow:hidden;
	}
	#section2 .slide .leftBox img{
		width:100%;
	}
	#section2 .slide .rightBox p{
		width:100%;
		font-size:12px;
	}
	.fp-controlArrow.fp-next{
		right: 15px;
	}
	.fp-controlArrow.fp-prev{
		left: 15px;
	}
	#section4 p{
		width:90%;
		margin:0 auto;
		text-align:left;
		padding:30px 0;
		font-size:12px;
	}
	#section4 p+a{
		width:90%;
		margin:0 auto;
		text-align:center;
		font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight:900;
	}
	#section4 h1{
		font-size:20px;
		margin-bottom:0;
	}
	#section4 .re_top img,#section0 .scrollIcon img{
		width: 14%;
		height: auto;
	}
	#section2 .slide .rightBox h1{
		font-size:20px !important;
	}
	#section2 .slide .rightBox h1 font {
		font-family: 'Calligraffitti', cursive;
		padding: 0 10px 10px;
		margin: 20px 0 0 0;
		display: inline !important;
		font-size: 20px !important;
	}
	#section2 .itemLinkBox{
		font-family:Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#section2 .itemLinkBox,.#section3 p{
		font-size:14px;
	}
}

@media screen and (max-height: 480px) {
	#section4 h1{
		font-size:14px;
	}
	
	#section4 p{
		padding: 20px 0;
	}
	
	#section1 h2 + p{
		padding: 20px 0;
	}
	#section1 li#s1_list2{
		margin-left: -130px;
	}
	#section1 li#s1_list3{
		margin-left: -150px;
	}
	#section1 li#s1_list4{
		margin-left: -170px;
	}
	#section3 p{
		padding:0 0 20px 0;
	}
	#section2 .slide .leftBox{
		height:100px;
		margin-bottom:20px;
	}
	#section2 .slide .rightBox h1{
		padding: 0 0 0px;
	}
	#section2 .slide .rightBox .grade{
		font-size:15px;
	}
	#section2 .slide .rightBox p{
		font-size:11px;
		padding: 0px 0 10px 0;
	}
	#fp-nav.right{
		right:0px;
	}
	#section2 .itemLinkBox{
		font-size: 12px;
		padding: 3px;
	}
	
	.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev{
		width: 15px;
		height: 15px;
	}
	#section4 h1{
		padding: 10px 0 0;
	}
	
	#section4 img {
		width: 100px;
	}
	#section4 p+a{
		padding:5px 0;
		font-size:12px;
	}
	.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{
		background-size:100%;
	}
	
}

@media screen and (max-width: 375px) {
	#section1 li#s1_list2{
		margin-left:-110px;
	}
	#section1 li#s1_list3{
		margin-left:-120px;
	}
	#section1 li#s1_list4{
		margin-left:-130px;
	}
}

@media screen and (max-height: 568px) {
	#section1 li#s1_list2{
		margin-left:-130px;
	}
	#section1 li#s1_list3{
		margin-left:-150px;
	}
	#section1 li#s1_list4{
		margin-left:-170px;
	}

}