

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Oswald');


body {
    background-color: #000;
    color: #fff;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

main {
	
}

.center {
	text-align: center;
}

.cover {
	border: solid 1px #fff;
}

/* /////////////////////////////////// HEADER /////////////////////////////////// */


header {
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
#head-top { width: 100%; overflow: hidden; clear: both; }

.logo {
	float: left;
	margin-left: 10px;
}
.banner {
	float: right;
	width: 728px;
	height: 90px;
	overflow: hidden;
}
.fbtn {
    float: left;
    width: 140px;
    margin-left: 10px;
    margin-top: 20px;
}

/* sp none */
#sp-header {
	display: none;
}

ul , li {
	list-style: none;
}

.menu-bg { text-align: center; width: 1000px; margin: 0 auto;}

.navbar-collapse {
	padding: 0;
}
.navbar { 
    border: none;
    width: 1000px;
    margin: 0 auto !important;
}
.navbar-default { background-color: transparent !important;}
.navbar-brand { 
  width: 70px;
  height: 50px;
  background: url('') no-repeat center center;
  background-size: 50px;  
}

.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}


.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
  font-size: 16px;

}

.nav > li > a {
padding-left: 20px;
padding-right :20px;
}

.navbar-nav > li {
    float: left;
    font-size: 18px;
     font-family: 'Roboto', sans-serif;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
  padding: 20px 15px 15px;
  border-left: 1px solid #eee; 
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}
.container-fluid-top { margin: 0 auto; width: 100%; background-color: #999;}

.navbar {
    border:none;
        z-index: 99999;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #FFF;
    background-color: #333;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.nav-tabs > li {
	float: none;
}

.nav-tabs li {
    position: relative;
    display: inline-block;
}

.header-nav {
  padding-right: 3em;
  z-index: 999;
  background-color: #999;
  width: 1000px;
}
.header-nav:before, .header-nav:after {
  content: '';
  display: table;
}
.header-nav:after {
  clear: both;
}

.sns-menu {
	margin-left: 80px;
}

.search-button {
  position: absolute;
  right: 20px;
  top: 46%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.search-toggle {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
}
.search-toggle::before, .search-toggle::after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.search-toggle::before {
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top:  0px;
}
.search-toggle::after {
  height: 2px;
  width: 7px;
  background: #FFF;
  top: 10px;
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 4px;
}
.search-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 5px;
}


.search-button a {
	color: #fff;
}


#header-1 .search-box {
  position: absolute;
  top:0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header-1 .search-box .search-input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #fff;
  font-size: 18px;
}
#header-1 .search-box .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#header-1.show .search-box {
  max-height: 50px;
}
#header-1.show .search-box .search-input {
  opacity: 1;
}

.fixbar {
  width: 100%;
    height: 50px;
}
.fixed .fixbar {
  position: fixed;
  margin: 0 auto !important;

  }
 .header2 {
    width: 100%;
    background-color: #999;
}
 .header2.fixed  {
	  top: 0px;
	  position: fixed;
	  z-index: 999;
  }
  

/* top header */

.top_header {
	width: 100%;
	height: 100vh;
	margin-bottom: 50px;
}

.top_txt {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	z-index: 2;
	text-align: center;
}

.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  width: 100%;
}


.sample-one.sample-animation img {
  animation: sample-one 1.2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes sample-one {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}



.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

@keyframes sample-third-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes sample-third-after {
  100% {
    transform: translateY(-100%);
  }
}


/* content */

h1 {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 150%;
}

h1::after {
    content: " ";
    background: #fff;
    display: block;
    width: 150px;
    height: 5px;
    margin: 40px auto;
}

.content_txt {
	margin: 0 auto 100px;
	width: 800px;
	position: relative;
}

.content_txt h2 {
	font-size: 2.5rem;
	line-height: 160%;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.content_txt p {
	font-size: 1.8rem;
	line-height: 180%;
	margin-bottom: 30px;
	text-align: justify;
}



/* Quote */

.blockquote-wrapper {
   display: flex;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    max-width: 100%;
    margin: 40px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote p {
    position: relative; /* for pseudos */
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 180%;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote p:after {
    content:"";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote p:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #000;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}



/* video section */

.video_section {
	margin-bottom: 100px;
}

.slide-wrap {

    overflow-x: scroll;

}
.slide-wrap {

    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0px auto 10px;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

}

.side-box {
    flex: 0 0 68%;
    padding: 0 8px;
}

.inner-ad {
	width: 100%;
    height: 400px;
}


/* release section */

ul,li {
	list-style: none;
}


.release_bg_top {
	margin-bottom: 40px;
	overflow: hidden;
	padding-bottom: 40px;
}

.release_bg {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.release_area {
	width: 33.33333333%;
	margin: 0 auto;
	padding: 0;
	float: left;
}

.release_area li {
	width: 100%;
	padding: 0 50px;
 }


.release_area li img {
	width: 100%;
	height: auto;
}

.btn-ad {

    padding: 15px 0;
    text-align: center;
    background: red;
    margin: 10px 10px 20px;
    line-height: 180%;
    display: block;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;

}

.btn-ad:hover {

    text-decoration: none;
    opacity: .6;

}


/* animation */

.opzero   {
	opacity: 0;
}

.anime {
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
}

.animated {
animation-delay:0.4s;
animation-duration:0.8s;
animation-timing-function:ease;
}


/* footer */


footer {
width: 100%;
	color: #fff;
}

footer li a:hover {
	color: #333;
	text-decoration: none;
}

.footer-wapper {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.footer-wapper h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 5px;
	color: #fff;
	font-size: 26px;
	line-height: 200%;
}

.footer-sns li {
	float: left;
	padding: 10px 15px;
	line-height: 200%;
}

.footer-sns li a {
	font-size: 26px;
	color: #fff;
}

.footer-menu {
width: 100%;
	padding: 20px 0;
}

.footer-menu li {
	float: left;
	margin-right: 20px;
}

.footer-menu li a {
	color: #fff;
}

.border-bottom-dotted {
	border-bottom: dotted 2px #fff;
	margin: 0 auto 10px;
	padding: 0 0 10px;
}
  
@media (max-width: 768px) {
	
	
	.fixbar {
		display: none;
	}
	
	.top_header {
		height: auto;
	}
	
	.content_txt {
		width: 92%;
		margin: 0 4%;
	}
	
	h1 {
		font-size: 2.2rem;
	}
	
	.content_txt h2 {
		font-size: 2rem;
	}
	
	.content_txt p {
		font-size: 15px;
	}
	.release_area {
		width: 100%;
	}
	
	
	.inner-ad {
    width: 100%;
    height: 120px;
}


/* footer */

footer {
	overflow: hidden;
}

.footer-wapper {
    width: 100%;
    }

.col-md-3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.col-md-offset-3.col-md-6 {
    width: 100%;
}
.footer-sns li {
    padding: 10px 
}

.footer-menu {
	padding: 20px;
}
.footer-menu li {
	font-size: 12px;
}

.right {
float: none;
	display: block;
    width: 100%;
    padding: 20px 10px 10px !important;
    text-align: center  !important;
}
	
}





