@charset "utf-8";

/*
                                              tttt                                                
                                           ttt:::t                                                
                                           t:::::t                                                
                                           t:::::t                                                
    cccccccccccccccc    ssssssssss   ttttttt:::::ttttttt      aaaaaaaaaaaaa   ppppp   ppppppppp   
  cc:::::::::::::::c  ss::::::::::s  t:::::::::::::::::t      a::::::::::::a  p::::ppp:::::::::p  
 c:::::::::::::::::css:::::::::::::s t:::::::::::::::::t      aaaaaaaaa:::::a p:::::::::::::::::p 
c:::::::cccccc:::::cs::::::ssss:::::stttttt:::::::tttttt               a::::a pp::::::ppppp::::::p
c::::::c     ccccccc s:::::s  ssssss       t:::::t              aaaaaaa:::::a  p:::::p     p:::::p
c:::::c                s::::::s            t:::::t            aa::::::::::::a  p:::::p     p:::::p
c:::::c                   s::::::s         t:::::t           a::::aaaa::::::a  p:::::p     p:::::p
c::::::c     cccccccssssss   s:::::s       t:::::t    tttttta::::a    a:::::a  p:::::p    p::::::p
c:::::::cccccc:::::cs:::::ssss::::::s      t::::::tttt:::::ta::::a    a:::::a  p:::::ppppp:::::::p
 c:::::::::::::::::cs::::::::::::::s       tt::::::::::::::ta:::::aaaa::::::a  p::::::::::::::::p 
  cc:::::::::::::::c s:::::::::::ss          tt:::::::::::tt a::::::::::aa:::a p::::::::::::::pp  
    cccccccccccccccc  sssssssssss              ttttttttttt    aaaaaaaaaa  aaaa p::::::pppppppp    
                                                                               p:::::p            
                                                                               p:::::p            
                                                                              p:::::::p           
                                                                              p:::::::p           
                                                                              p:::::::p           
                                                                              ppppppppp           
*/


/*
-----------------------------------
Reset
-----------------------------------
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, p, em, img, strong, dl, dt, dd, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, footer, header, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
ul {
	list-style:none;
}


@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?66930647');
  src: url('/font/fontello.eot?66930647#iefix') format('embedded-opentype'),
       url('/font/fontello.woff?66930647') format('woff'),
       url('/font/fontello.ttf?66930647') format('truetype'),
       url('/font/fontello.svg?66930647#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-twitter:before { content: '\e806'; }
.icon-slideshare:before { content: '\e804'; }
.icon-phone:before { content: '\e803';margin-right:.3em; }
.icon-location:before { content: '\e808'; margin-left:.3em; }
.icon-facebook:before { content: '\e805'; }
.icon-cog:before { content: '\e807'; font-size:12px;}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  display: inline-block;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;

}

/*
-----------------------------------
Link
-----------------------------------
*/
a, a span, a em {
	color: #bc9d51;
	text-decoration: none;
	line-height: inherit;
 -moz-transition:.4s ease;
 -webkit-transition:.4s ease;
 -o-transition:.4s ease;
 -ms-transition:.4s ease;
	-ms-filter: "alpha(opacity=100)"
}
a:hover, a:focus {
	color: #fff;
	outline: none;
}
/*
-----------------------------------
Body
-----------------------------------
*/
body {
	color:#ccc;
	background: #000;
	font: 64.5%/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
::-moz-selection {
	background:#AF924F;
	color:#fff
}
::selection {
	background:#AF924F;
	color:#fff
}
h2, h3, h4, label, caption, button {
	font-weight:700
}
h2 {
	margin-bottom: 40px;
	font-size:4em;
	color: #BC9D51;
	font-weight:200;
}
h3 {
	position: relative;
	margin-bottom: 40px;
	font-size:4em;
	color: #BC9D51;
	font-weight:200;
	line-height:1.5;
}
h3:before {
	content: "";
	display: block;
	border-top: solid 1px #BC9D51;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
h3 span {
	background: #000;
	position: relative;
	z-index: 5;
	padding: 0 30px;
}
h3 em {
	display:inline-block;
	font-style:normal;
}
h4 {
	margin-bottom: 30px;
	font-size:2.5em;
	color: #fff;
	font-weight:200;
	text-align:left;
}
p, ul, ol, dl {
	font-size:1.8em;
	text-align:justify;
	text-justify:distribute
}
ol li ol {
	font-size:1em;
}
p {
	margin-bottom:12px;
}
ol li {
	margin-left:1.6em;
}
header {
	position: fixed;
	width: 100%;
	z-index: 10000;
}
#banner {
	padding-top:100px;
	width: 100%;
	height: 400px;
	background: url(/images/bg_dark.png);
}
.list_disc {
	padding-left:1.5em;
	list-style:disc;
}
/*
-----------------------------------
Contents
-----------------------------------
*/
#content {
	padding:200px 0 50px;
	width: 100%;
	position: relative;
	text-align:center;
	z-index: 1000;
}
.background {
	background: #000 url(/images/bg_stars.gif);
	position: fixed;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	z-index: -1
}
.column {
	margin:0 auto 60px;
	overflow:hidden;
	max-width:1200px;
	width:98%;
}
.home #content {
	padding-top:50px;
}
/*
-----------------------------------
Navi
-----------------------------------
*/
.navi {
	margin: 0 auto;
	height: 100px;
	background: #fff url(../images/bg3.png);
}
nav a#pull {
	display: none;
}
.navi li {
	float: left;
	width: 20%;
}
.ie8 .navi li {
	width: 19.9%;
}
.navi li.cur {
	background: url('../images/navi_arrow2.png') no-repeat 50% 100%;
}
.navi li.pc_logo img {
	margin-top:15px
}
.navi li.mobile_logo {
	display:none;
}
.navi li a {
	height: 100px;
	display: block;
	text-align: center;
	padding: 0px 0px 17px;
	color: #BC9D51;
	font-size: 10px;
	line-height: 100px;
}
.navi li a span {
	padding:.5em;
	color: #000;
	font-size: 26px;
	vertical-align:middle;
}
.ie8 .navi li a span {
	vertical-align: baseline;
}
.navi li.cur a span {
	color: #BC9D51;
}
.navi li a:hover span, .navi li a:hover em {
	color: #BC9D51;
}
.navi li a em {
	color: #000;
	font-size: 28px;
	vertical-align:middle;
	font-style:normal;
}
/*
-----------------------------------
Banner
-----------------------------------
*/
#banner p {
	text-align:left;
}
/*
-----------------------------------
Footer
-----------------------------------
*/
footer {
	border-top:1px solid #333;
	clear:both;
	background: url(/images/bg_dark.png);
	position:relative;
	z-index:999;
}
#footerContents {
	margin:0 auto;
	max-width:1200px;
	width:98%;
	padding:40px 0;
	overflow:hidden;
	font-size:.8em;
}
footer p {
	text-align:left;
}
.foot1 {
	float:left;
	overflow:hidden;
	width:32%;
}
.foot2 {
	width:38%;
}
.foot3 {
	width:30%;
}
#footerContents h4 {
	margin-bottom:10px;
	font-size:2em;
	font-weight:700;
	color:#fff;
}
#footerContents h5 {
	font-size:1.8em;
}
#footerContents a {
	outline:none
}
#footerContents ul, #footerContents p {
	margin:0;
	line-height:1.6;
}
#footerContents ul {
	line-height:1.8;
}
#list_social {
	margin:0 auto 10px;
}
#list_social li {
	margin:0 10px 0 0;
	display:inline-block
}
#list_social li a {
margin-right:10px;
	display:block;
font-size:32px;
}
#list_social li a:hover {
	opacity:.8;
}

.copyright {
	font-size:1.4em;
	margin:0;
	padding:20px 0;
	text-align:center;
}
.copyright li {
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #fff;
	display:inline;
}
.copyright li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
}


video {
width:700px;
height:530px;
}

/*
-----------------------------------
Table
-----------------------------------
*/
table {
	margin-bottom:80px;
	width: 100%;
	border: 1px #999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:1.6em;
	text-align:left;
	background:#000;
}
table th {
	padding: 10px;
	border: #999 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
}
table td {
	padding: 10px;
	border: 1px #999 solid;
	border-width: 0 0 1px 1px;
}

/*
-----------------------------------
Button
-----------------------------------
*/
a.btn {
	padding:10px 0;
	display: inline-block;
	background: #BC9D51;
	opacity: .9;
	-ms-filter: "alpha(opacity=90)";
	width: 400px;
	font-size:1.6em;
	text-align:center;
}
a.btn span {
	color:#fff;
}
a.btn:hover {
	opacity: 1;
}
dl {
	line-height:2;
}
dl dt {
	float:left;
	width:31em;
	font-weight:700;
}
.contact iframe {
	width:96%;
	height:740px;
	padding:2%;
	vertical-align: bottom;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: linear-gradient(top, #4c4c4c 0%, #131313 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

/*
-----------------------------------
Terms
-----------------------------------
*/
.terms #content ul {
	padding-left:3em;
}
.terms #content ul li {
	text-indent:-1.5em;
}
.terms #content ol li ul {
	padding-left:0em;
font-size:1em;
}
.terms #content ol li ul li {
	list-style:none;
	text-indent:-1.5em;
}

/*
-----------------------------------
Slider
-----------------------------------
*/
.royalSlider {
	width: 600px;
	height: 550px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.rsContent img {
	margin:50px 50px 0 0 !important;
	float:right;
	width:30% !important;
	max-width:400px;
	height: auto !important;
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position:absolute;
	z-index: 0;
}
.grab-cursor {
	cursor:url(../grab.png) 8 8, move;
}
.grabbing-cursor {
	cursor:url(../grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 20;
	background: url(../blank.gif);
	-webkit-backface-visibility: hidden;
}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
	background: #2f2f2f url(/images/bg_dark.png);
	color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW .rsArrowLeft {
	right: 80px;
	bottom: 7px;
}
.rsMinW .rsArrowRight {
	right: 50px;
	bottom: 7px;
}
.rsMinW .rsArrowIcn {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;
	background: url('../images/rs-minimal-white.png') transparent;
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -68px -36px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -68px -68px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
	opacity: .3 !important;
	filter: alpha(opacity=30);
*display: none;
}
/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 116px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}
/*
-----------------------------------
Error
-----------------------------------
*/
.error {
	background: url(/images/toudou.png) no-repeat right center;
}
.error h4 {
	margin:-40px 0 100px;
	font:150px/1 Georgia, 'Times New Roman', Times, serif;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}
@media screen and (min-width: 0px) and (max-width: 800px) {
 .rsMinW .rsThumb {
 width: 59px;
 height: 44px;
}
 .rsMinW .rsThumbsHor {
 height: 44px;
}
 .rsMinW .rsThumbsVer {
 width: 59px;
}
}
/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/images/preloader-white.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}
#full-width-slider {
	width: 100%;
	color: #000;
}
.infoBlock {
	position: absolute;
	top: 50px;
	left: 50px;
	width:55%;
}
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 390px !important;
}
 @media screen and (max-width: 1200px) {
body {
font-size:60%;
}
.navi {
height: 90px;
}
.navi li a {
height: 90px;
line-height: 90px;
}
.navi li a span {
font-size: 24px;
}
.navi li a em {
font-size: 24px;
}
.navi li.pc_logo img {
width:180px;
height:auto
}
p.claim.f1 {
display:none !important;
}
p.claim.f2 {
display:block !important;
}
#content {
padding-top:180px;
}
.column {
margin-bottom:80px;
}
h3 {
margin-bottom: 40px;
font-size:3.8em;
}
h3 span {
padding: 0 20px;
}
.heroSlider .rsOverflow, .royalSlider.heroSlider {
height: 380px !important;
}
.rsMinW .rsArrowLeft {
right: 50px;
}
.rsMinW .rsArrowRight {
right: 20px;
}
.rsMinW .rsBullets {
right: 86px;
}
.infoBlock {
width:65%;
left: 10px;
}
.rsContent img {
margin-right:10px !important;
}
}
@media screen and (max-width: 960px) {
body {
font-size:56%;
}
.navi {
height: 70px;
}
.navi li a {
height: 70px;
line-height: 70px;
}
.navi li a span {
font-size: 20px;
padding:.3em;
}
.navi li a em {
font-size: 20px;
}
.navi li.pc_logo img {
width:130px;
height:auto;
}
#content {
padding-top:140px;
}
h3 {
margin-bottom: 30px;
line-height:1.3;
}
h3 span {
padding: 0 15px;
line-height:1.2;
border:1px solid #0b0b0b
}
.column {
margin-bottom:40px;
}
.heroSlider .rsOverflow, .royalSlider.heroSlider {
height: 330px !important;
}
.contact iframe {
height:720px;
}
#footerContents {
 padding:30px 2%;
 width:96%;
}
.foot1 {
margin:0 0 20px;
 overflow:hidden;
 width:27%;
}
.foot2 {
 width:43%;
}
.foot3 {
 width:29%;
}
}
@media screen and (max-width: 780px) {
p, ul, ol, dl, table {
font-size:14px;
}
header {
position: static;
}
.navi {
padding:0;
height: auto;
overflow:hidden;
}
.navi ul {
position:static;
overflow:hidden;
}
.navi li {
width:100%;
padding:.1em 0em;
margin:0;
border-bottom:1px solid #ddd;
}
.navi li.cur {
background:none;
}
.navi li.logo img {
margin-top:0px
}
.navi li a {
height: auto;
display: block;
padding: 0;
line-height: 1.6;
}
.navi li a span {
font-size: 16px;
}
.navi li a em {
font-size: 16px;
}
.pc_logo {
display:none;
}
.navi li.mobile_logo {
margin:5px 0;
padding:0;
display:block;
}
#banner {
position: static;
height: 450px;
}
#content {
margin:0 auto;
padding:50px 0;
}
.column {
margin-bottom:20px;
width:96%;
}
h2 {
margin-bottom: 10px;
font-size:2em;
}
h3 {
font-size:1.8em;
}
h3 span {
padding: 0 5px;
}
h4 {
font-size:1.6em;
}
footer h4, footer h5,footer p,footer ul {
text-align:center
}
.vimeo  {
margin:0 auto;
width:95%;
height:auto;
}
video {
width:100%;
height:auto;
}
footer {
padding:20px 0;
height:auto;
}
table.responsive {
margin-bottom: 0;
font-size:12px;
}
.pinned {
position: absolute;
left: 0;
top: 0;
width: 12.8em;
overflow: hidden;
overflow-x: scroll;
background:#000;
}
.pinned table th, .pinned table td {
white-space: nowrap;
font-size:12px;
}
.pinned table td {
padding:10px 5px;
}
thead th {
height:5em;
}
div.table-wrapper {
position: relative;
margin-bottom: 20px;
overflow: hidden;
border-right: 1px solid #ccc;
}
div.table-wrapper div.scrollable table {
margin-left: 9em;
}
div.table-wrapper div.scrollable {
overflow: scroll;
overflow-y: hidden;
}
table.responsive td, table.responsive th {
position: relative;
white-space: nowrap;
overflow: hidden;
}
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
display: none;
}
a.btn {
padding:10px 0;
width: 100%;
font-size:1.2em;
}
.heroSlider .rsOverflow, .royalSlider.heroSlider {
height: 470px !important;
}
.rsContent {
text-align:center;
}
.infoBlock {
position:static;
padding:20px 20px 0;
width:94%;
}
.rsMinW .rsArrowLeft {
right: 50px;
}
.rsMinW .rsArrowRight {
right: 20px;
}
.rsMinW .rsBullets {
right: 86px;
}
.rsContent img {
margin:20px auto 0 !important;
float:none;
width:80% !important;
max-width:auto;
}
nav a#pull {
display: block;
background: #fff url(/images/bg3.png);
height:50px;
line-height:50px;
width: 100%;
position: relative;
text-align:center;
}
nav a#pull img {
vertical-align:middle;
}
nav a#pull:after {
content:"";
background: url('/images/nav-icon.png') no-repeat;
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 0;
top: 14px;
}
nav li {
display: block;
float: none;
width: 100%;
}
.contact iframe {
height:850px;
}
.error {
background: none;
}
.error h4 {
 margin:0px auto 30px;
font-size:80px;
 text-align:center;
}
#footerContents {
 padding:20px 2%;
}
.foot1 {
margin:0 0 20px;
 float:none;
 overflow:hidden;
 width:100%;
}
.foot2, .foot3 {
 width:100%;
}
}
@media screen and (max-width: 480px) {
h3:before {
	border-top: none;
}
}