@CHARSET "ISO-8859-1";

/* font styles
--------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Poiret+One);

@font-face {
	 font-family: 'KozGoPro-ExtraLight';
	 src: url('font/KozGoPro-ExtraLight.otf');
}

/* 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:underline;
	color: #FFFFFF;
}
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;
}
.bold{
	font-weight: bold;
}


/* Defining each section background and styles
* --------------------------------------- */
#section0{
	background-color: #000000;
	height:auto !important;
	background-image: url(imgs/001.jpg);
}
#section0 h1{
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
#section1{
	background-color: #1a2320;
	padding: 8% 0 6% 0;
	height:auto !important;
	}
#section2{
	padding: 8% 0 0 0;
}
#section2 h2{
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
#section3{
	background-color: #1a2320;
	padding: 8% 0 6% 0;
	height:auto !important;
}

#section4{
	background-color: #333333;
	padding: 8% 0 6% 0;
	height:auto !important;
}

.manmaru{
	position: absolute;
	right: 2%;
	bottom: 0%;
	width: 618px;
	height: 664px;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Poiret One' , cursive , 'KozGoPro-ExtraLight';
	color: #333;
	color: rgba(0,0,0,0.5);
	font-size: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	font-family: 'Poiret One' , cursive , 'KozGoPro-ExtraLight';
}
.font140{
	font-size: 140%;
}

.font180{
	font-size: 180%;
}

.font240{
	font-size: 240%;
}

.font300{
	font-size: 300%;
	line-height: 1.3em;
}

.white{
	color: #FFFFFF;
}

p.title{
	width: 86%;
	margin: 0 auto;
	font-size: 100%;
	color: #FFFFFF;
	text-align: left;
	line-height: 130%;
	padding-top: 6%;
	padding-bottom: 20px;
	font-family: 'Poiret One' , cursive , 'KozGoPro-ExtraLight';
}

p.text{
	width: 86%;
	margin: 0 auto;
	font-size: 100%;
	color: #FFFFFF;
	text-align: left;
	line-height: 130%;
	padding-bottom: 0%;
	font-family: 'Poiret One' , cursive , 'KozGoPro-ExtraLight';
}

.jp{
	font-size:82%;
	line-height:1.5em;
	font-family: 'Poiret One' , cursive , 'KozGoPro-ExtraLight';
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
	font-family: 'Poiret One' , cursive , 'KozGoPro-ExtraLight';
}
.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;
}
#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;
}



/* Custom
 * --------------------------------------- */
.top-left {
  position: absolute;
  left: 5%;
  top: 5.5%;
	color: #FFFFFF;
	text-align: left;
	text-shadow: 0px 0px 5px #000;
}

.top-left-contents {
  position: absolute;
  left: 1%;
  top: 1%;
	color: #FFFFFF;
	text-align: left;
}

.bottom-right{
  position: absolute;
  right: 5%;
  bottom: 5.5%;
	color: #FFFFFF;
	text-align: right;	
	text-shadow: 0px 0px 5px #000;
}

.bottom-right-contents {
  position: absolute;
  right: 1%;
  bottom: 1%;
	color: #FFFFFF;
	text-align: left;
}

.top-right{
  position: absolute;
  right: 5%;
  top: 5.5%;
	color: #FFFFFF;
	text-align: right;	
	text-shadow: 0px 0px 5px #000;
}


/* NEWS
 * --------------------------------------- */
.news {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:2%;
	text-align: left;
	color: #FFFFFF;
	height: 450px;
}

.upcoming {
	width:47%;
	height:450px;
	float:left;
}

.recent {
	width:47%;
	height:450px;
	float:left;
	margin-left:6%;
}

.box {
	width: auto; 
	height:100%; 
	overflow: auto;
	padding:15px;
	border: 1px dotted #666666;
	background-color:rgba(255,255,255,0.1);
}

.font_news_important{
	font-weight: 600;
}

.italic{
	font-style:italic;
}


/* OTHERS
 * --------------------------------------- */
.cd-scrolling-bg {
  position: relative;
  padding: 0;
  line-height: 1.6;
  z-index: 2;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------------
// Vimeoの動画埋め込み ここから
----------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
/* サムネイル画像をリスト状に並べる（「display-posts」ショートコード対応版）*/
.boxlist ul.display-posts-listing {
    padding-left: 0 !important;
    text-align: left;
}
 
.boxlist ul.display-posts-listing li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    word-wrap: normal;
    margin: 0;
    padding: 2px;
}
 
.boxlist ul.display-posts-listing li a {
    font-weight: bold;
}
 
#ie7 .boxlist ul.display-posts-listing li {
    display: inline;
    position: relative;
    width: 500px;
}

.boxlist ul.display-posts-listing li .excerpt a {
    font-size: 11px;
    float: right;
}
 
.boxlist.w100 ul.display-posts-listing > li {
    width: 100%;
}
 
.boxlist.w50 ul.display-posts-listing > li {
    width: 45.5%;
    margin-left: 2.5% !important;
	margin-bottom: 2.5% !important;
}
 
.boxlist.w33 ul.display-posts-listing > li {
    width: 31%;
    margin-left: 1.5% !important;
	margin-bottom: 1.5% !important;
}
 
@media screen and (max-width : 980px) {
    .boxlist.w33 ul.display-posts-listing > li {
        width: 45.5%;
        margin-left: 1.5% !important;
		margin-bottom: 1.5% !important;
    }
}

@media (max-width: 767px) {
    .boxlist ul.display-posts-listing li .excerpt {
        width: 93%;
    }
	
	.boxlist.w50 ul.display-posts-listing > li,.boxlist.w33 ul.display-posts-listing > li {
        width: 100%;
    }
 
    .boxlist.w50 ul.display-posts-listing,.boxlist.w33 ul.display-posts-listing {
        margin: 0 1em 1.625em;
    }
}

/*------------------------------------------
// Vimeoの動画埋め込み ここまで
----------------------------------------- */


@media screen and (max-width: 480px) and (orientation:portrait){
/* スマホ縦 */
	/* Defining each section background and styles
	* --------------------------------------- */
	#section1{
		padding: 18% 0 6% 0;
		height:auto !important;
	}
	#section2{
		padding: 8% 0 0 0;
	}
	#section3{
		padding: 18% 0 6% 0;
	}
	#section4{
		padding: 18% 0 6% 0;
	}
	
	.manmaru{
		position: absolute;
		right: 2%;
		bottom: 0%;
		width: 300px;
		height: 295px;
	}
	
	.font300{
		font-size: 250%;
	}
	.font140{
		font-size: 120%;
	}
	
	.top-left-contents {
	  left: 1%;
	  top: 0.2%;
	}

	p.title{
		width: 96%;
		font-size: 100%;
		line-height: 170%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	p.text{
		width: 96%;
		font-size: 100%;
		color: #FFFFFF;
		text-align: left;
		line-height: 130%;
		padding-bottom: 30px;
	}
	.news {
	  width: 100%;
	  max-width: 1000px;
	  padding-bottom:0;
		text-align: left;
		color: #FFFFFF;
		height: 980px;
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.upcoming {
		width:94%;
		height:400px;
		padding-left: 3%;
		padding-right: 3%;
		float:left;
		margin-bottom: 80px;
	}

	.recent {
		width:94%;
		height:450px;
		padding-left: 3%;
		padding-right: 3%;
		float:left;
		margin-left:0;
	}

}

@media screen and (max-width: 736px) and (orientation:landscape){
/* スマホ横 */
	#section1{
		padding: 14% 0 6% 0;
		height:auto !important;
	}
	#section2{
		padding: 8% 0 0 0;
	}
	#section3{
		padding: 14% 0 6% 0;
	}
	#section4{
		padding: 14% 0 6% 0;
	}
	
	.manmaru{
		position: absolute;
		right: 2%;
		bottom: 0%;
		width: 400px;
		height: 394px;
	}
	.top-left-contents {
	  left: 1%;
	  top: 0.2%;
	}
	p.title{
		width: 96%;
		font-size: 100%;
		line-height: 130%;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	p.text{
		width: 96%;
		font-size: 70%;
		color: #FFFFFF;
		text-align: left;
		line-height: 130%;
		padding-bottom: 30px;
	}
	.news {
	  width: 98%;
	  max-width: 1100px;
	  margin-left: auto;
	  margin-right: auto;
		text-align: left;
		color: #FFFFFF;
		height: 450px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.upcoming {
		width:49%;
		height:450px;
		float:left;
	}

	.recent {
		width:49%;
		height:450px;
		float:left;
		margin-left:2%;
	}

	.box {
		width: auto; 
		height:100%; 
		overflow: auto;
		padding:15px;
		border: 1px dotted #666666;
		background-color:rgba(255,255,255,0.1);
	}

}