@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
   font-family: Noto CJK;
   src: url('./fonts/NotoSansCJKjp-Medium.otf') format("opentype");
}

body {
	font-family: 'Noto Sans Japanese', serif;
    color: #bbb;
    background-color: #000;
    line-height: 2.0;
}

body p > a {
  color: #fff;
}
body p > a:hover,
body p > a:focus {
  color: #fff;
}

hr {
	border-top: 1px solid #aaa;
}

.container {
  background: rgba(0,0,0,.60);
}

.container-pad {
  padding-top: 100px;
}

#sampleVideo {
  position: fixed; right: 0; top: 0;
  min-width: 100%; min-height: 95%;
  width: auto; height: auto; z-index: -100;
  background: url(img/poster.png) no-repeat;
  background-size: cover;
}

div#bgvid {
  position: fixed; right: 0; top: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -10;
  background: rgba(0,0,0,.50) no-repeat;
  background-size: cover;
}

#foot-img {
  align: center;
  max-hight: 120px;
  max-width: 120px;
  display: block;
  margin-left: 40px;
  margin-right: auto;
}
.contets-top {
  height: 90vh;
  width: auto;
}

.contets-top > img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.fuctory-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 5%;
  max-width: 100%;
  max-height: 100%;
}

.fuctory-image {
  width: 100%;
  height: 200px;
}

.fuctory-text > img{
  max-width: 100%;
  max-height: 100%;
}

.text-back{
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
    margin-top: 10% !important;
}

.collection-text {
  position: absolute;
  top: 50%;
  margin-top: -50px !important;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.collection-back{
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
}

.sep-image{
    height: 100％;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -o-filter: sepia(100%);
    -ms-filter: sepia(100%);
    filter: sepia(100%);
}

.sep-image-none{
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -o-filter: sepia(100%);
    -ms-filter: sepia(100%);
    filter: sepia(100%);
}

/* extend bootstrap */
.navbar-default {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
  vertical-align: bottom;
  padding: 5px 15px 5px 15px;
}

.navbar-brand {
  background: url("img/logo1.png") no-repeat left center;
  background-size: contain;
  height: 64px;
  width: 160px;
}

.navbar-text {
    font-weight: bold;
    text-align: center;
	padding: 0 10px ;
}
@media (max-width: 600px) {
    .navbar-text {
        display:none;
    }
}
/*
.navbar-default ul {
	height: 20px;
	padding: 0;
}
*/
.navbar .nav li {
	height: 10px;
	padding: 15px 0;
}

.navbar .nav li a {
    font-weight: bold;
    text-align: center;
	padding: 0 10px ;
    border-right: 1px solid rgba(0, 0, 0, .75);
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #777;
}

.carousel-inner > .item > img {
max-height: 344px;
margin: 0 auto;
}

.carousel-inner > .item > a > img {
max-height: 344px;
margin: 0 auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
    margin: 0px;
}

/* ------------------------------------- <em>/
/</em>    Footer
/* ------------------------------------- */
.footer-link {
    padding: 40px 0;
	margin-top: 40px;
    background-color: #000;
}

.footer-link li {
	list-style-type:none;
	color: #fff;
	font-size: 9pt;
}

.footer-link li > a {
  color: #fff;
}
.footer-link li > a:hover,
.footer-link li > a:focus {
  color: #fff;
}


/*  copy
/*--------------------------------- */
.copy{
    margin-top: 20px;
	text-align: center;
}

.copy span{
	color: #fff;
	font-size: 9pt;
}

.comp-hist li {
	margin-bottom: 10px;
}

.product-detail {
	margin-bottom: 20px;
	margin-left: 20px;
}

.order-info {
	width: 80px;
	float:left;
}
.order-body {
	max-width: 400px;
	float:left;
}

.jfma-outline {
	float:right;
}

.jfma-info {
	width: 60px;
	float:left;
}
.jfma-body {
	max-width: 300px;
	float:left;
}

.prof {
	width: 100px;
	float:left;
}
.prof-body {
	max-width: 400px;
	float:left;
}

a.btn {
	width:100px;
	text-decoration:none;
/*	display:block;*/
	text-align:center;
	padding:8px 0 10px;
	color:#fff;
	background-color:#000;
	border-radius:25px;
}

a:hover.btn,
a:focus.btn {
	color: #fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: “alpha( opacity=60 )”;
}

h2 {
	font-size: 30px;
	text-align: center;
}
h4 {
	font-size: 30px;
	text-align: left;
}
h5,
.h5 {
  font-size: 18px;
}

@media screen and (max-width: 500px) {
  .fb-page-parent {
    width: 100% !important;
  }
}

.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fb_iframe_widget span{
	width: 100% !important;
}

.body-list {
    padding: 0 auto;
	margin: 0 auto;
}

.body-list li {
	list-style-type:none;
}

.body-list li > a {
  color: #000;
}
..body-list li > a:hover,
..body-list li > a:focus {
  color: #000;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
