/* 
	@elements
--------------------------------------
  Base element styles
-------------------------------------- */

html {
	height: 100%;
}

.site {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
html.is-showing-site-nav .site {
	overflow: hidden;
}

img,
video {
	width: 100%;
	height: auto;
}

section {
	position: relative;
}

input {
	font-family: "source-sans-pro";
	-webkit-appearance: none;
	border-radius: 0;
}

button:hover, input:hover,
button:focus, input:focus {
  outline: none;
  box-shadow: none;
}


.btn {
	font-family: "source-sans-pro";
	color: #0b0b0b;
	font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 18px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background: none;
	position: relative;
	z-index: 100;
}
.btn:hover, .btn:focus {
	color: white;
	background: #0b0b0b;
	border-color: #0b0b0b;
}

.dropdown {
	margin-bottom: 8px;
}
.dropdown .btn {
	width: 100%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #0b0b0b;
	position: relative;
}

.dropdown .btn .caret {
	position: absolute;
	top: 50%;
	right: 20px;
}

.open > .dropdown-toggle.btn-default {
	background: white;
	color: #0b0b0b;
	background: #ffffff;
	border: 2px solid #0b0b0b;
	border-bottom: 2px solid transparent;
}

.dropdown .btn:hover,
.dropdown .btn:focus {
	color: #0b0b0b;
	background: #f4f4f4;
	border: 2px solid #0b0b0b;
}


.dropdown-menu {
	width: 100%;
	border-radius: 0;
	margin-top: -2px;
	border: 2px solid #0b0b0b;
	border-top: none;
	border-radius: 0 0 2px 2px;
}

.dropdown-menu > li > a {
	font-family: "source-sans-pro";
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 15px;
	padding-bottom: 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #0b0b0b;
	background: #f4f4f4;
}

/* 
	@grid
--------------------------------------
    Bootstrap grid customizations
-------------------------------------- */

/* Default XS */

.container,
.container-fluid {
	width: 100%;
	max-width: 480px;
	padding-top: 4em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
[class*='col-'] {
  padding-right: 3px;
  padding-left: 3px;
}
.col-xs-float-none {
	float: none;
}

.col-xs-clear-left {
	clear: left;
}


/* 
	@well
--------------------------------------
  Wells with responsive modifiers
-------------------------------------- */

.well {
	padding: 0;
	border: none;
	background: none;
	min-height: 20px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* 
	@thumbs
--------------------------------------
  thumb
-------------------------------------- */

.thumb {
	position: relative;
	padding: 0;
	border: none;
}

.thumb h3 {
	margin-top: .5em;
}



/* 
	@body
--------------------------------------
  Body layout styles
-------------------------------------- */

body {
	margin: 0;
    background-color:rgba(0,0,0,1.00);
}


/* 
	@typography
--------------------------------------
  Typography styles
-------------------------------------- */

html {
	-webkit-font-smoothing: antialiased;
}

h1, .h1 {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	line-height: 0px;
	padding: 20px 0px 30px 10px;
}

h2, .h2 {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0px 10px 10px;
	font-weight: 800;
}

.h2-large {
	font-family: "ヒsource-han-sans-japanese";
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 42px;
	line-height:54px
}

h3, .h3 {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 10px 0px 10px 10px;
 }

h4, .h4 {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: rgba(11, 11, 11, 0.5);
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 17px;
}

p {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin: 40px 20px 20px 20px;
}
.narrow {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin: 20px 20px 40px 20px;
}

/* Vertical Spacing */
p + p {
	margin-top: 15px;
}



/* Links within headings should not add styling */
a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}




/* 
	@header
--------------------------------------
  The site header
-------------------------------------- */

.header {
	position: fixed;
	z-index: 200;
	top: 0;
	height: 60px;
	width: 100%;
	background: rgba(0,0,0,0.6); 
}

.navbar {
	margin-bottom: 0;
    border: none;
}

.navbar-header {
	position: relative;
	padding: 0px;
}

.navbar-brand {
	height: auto;
	width: 200px;
}

.navbar-toggle {
	z-index: 250;
}

.navbar-toggle,
.search-toggle  {
	position: relative;
  float: right;
  padding: 0;
  width: 26px;
  margin: 7px 7px 7px 24px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
	background: none;
}

.navbar-toggle .navbar-toggle-icon-close {
	display: none;
}


.header.is-showing-nav .navbar-toggle .navbar-toggle-icon-close {
	display: block;
}
.header.is-showing-nav .navbar-toggle .navbar-toggle-icon-open {
	display: none;
}


.navbar-toggle .icon-bar {
  display: block;
  background: #151515;
  width: 22px;
  height: 3px;
  border-radius: 0;
 }

.header-social {
	position: relative;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 30px 0 26px;
}

.header-social:before {

}

.header-social li {
    display: inline;

}
.header-social a {
	display: inline-block;
	width: 20px;
	opacity: .7;
	margin: 0 10px;
}
.header-social a:hover,
.header-social a:focus {
	opacity: 1;
}
.header {
}


@media (max-height: 430px) {
  .header.is-showing-nav .navbar {
	height: 100vh;
	overflow: scroll;
  }
}
@media (min-height: 431px) {
  .header-social {
  	position: absolute;
  	bottom: 60px;
  	left: 0;
  	right: 0;
  }
}


.site-search,
.site-nav {
	opacity: 0;
}

.site-search.in,
.site-search.collapsing {
  position: absolute;
  z-index: 260;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh !important;
  opacity: 1;
  background-color: rgba(11, 11, 11, 0.8);
}

.site-nav.in,
.site-nav.collapsing {
	position: fixed;
	z-index: 230;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
  background-color: transparent;
	height: 100vh !important;
}


.navbar-nav > li > a {
	font-family: "a-otf-ud-shin-go-pr6n";
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	color: #ffffff;
	text-align: center;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #ffffff;
	background: none;
}

.navbar-tagline {
	margin-bottom: 10%;
}

.navbar-tagline h3 {
  position: relative;
  color: white;
  height: 45px;
  line-height: 46px;
  position: relative;
  text-align: center;
  font-size: 14px;
}
.navbar-tagline h3:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 1px;
	background: white;
	opacity: .2;
}

.navbar-contact {
	display: none;
}



/* 
	@sections
--------------------------------------
  Custom styles per section
-------------------------------------- */

/* top */

#top {
	height: 300px;
	margin-top: 30px;
	margin-bottom: 20px;
	/*--background-image: url(../images/bg_top.png);--*/
	background-size: cover;
}
#top .section-title {
	text-align: center;
	position: fixed;
	margin-bottom: 0%;
}
#top .section-title:before {
  
}

.top-1 {
	height: 0;
	width: 100%;
	padding-top: 100%;
	padding-bottom: 20px;
	background-size: cover;
	background-position:center;
	background-size: 50%;
}

.top-2 {
	position: relative;
	overflow: hidden;
}
.top-2 img {
	position: relative;
	z-index: 1;
}
.top::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: -1px;
	width: 50%;
	background: #e90063;
	mix-blend-mode: multiply; /*low support*/
	opacity: .9; /* for other browsers */
	-webkit-transform: translateX(100%);
  transform: translateX(100%);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.top-2:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.top-3 {
	position: relative;
}

.top-3:hover figcaption {
	opacity: 0;
}


/* contents */

#contents {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.3);
	background-size: cover;
}
#contents .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 8%;
}

.contents-1 {
	height: 0;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position:center;
	background-size: 50%;
}

.contents-2 {
	position: relative;
	overflow: hidden;
}

.contents-2::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0px;
	right: -1px;
	width: 50%;
	background: #e90063;
	mix-blend-mode: multiply; /*low support*/
	opacity: .9; /* for other browsers */
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.contents-2:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


.contents-3 {
	position: relative;
}

#contents ul {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding-top: 0px;
}
#contents li {
	margin-bottom: 10px;
}



/* achievement */
#achievement {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 20px;
    background: rgba(0,0,0,0.2);
	background-size: cover;
}
	
#achievement .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 9%;
}
#achievement .section-title:before {
  
}

.achievement-2 {
	position: relative;
}

.achievement-3 {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.achievement-3::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 50%;
	background: #e90063;
	mix-blend-mode: multiply; /*low support*/
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.achievement-3:hover::after {
  opacity: 1;
}

/* 

	@xs
===========================================
	XS Breakpoint 480px 
=========================================== */

@media (min-width: 480px) {

	.row {
		margin-right: -3px;
		margin-left: -3px;
	}
	
	h3, .h3 {
		font-size: 14px;
		font-weight: 800;
	}

	.navbar-tagline h3 {
  		height: 58px;
  		line-height: 50px;
	}

	.navbar-nav > li > a {
	font-size: 10px;
	line-height: 11px;
	}
	
	.achievement-2 figcaption {
		font-size: 12px;
	}

	.achievement-3 figcaption {
		font-size: 12px;
	}

	.contents-3 figcaption {
		font-size: 12px;
	}


/* overview */
#overview {
	padding-top: 50px;
	background: rgba(0,0,0,0.1);
	background-size: cover;
}
	
#overview .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 9%;
}

.overview-2 {
	position: relative;
}
.overview-2 img {

.overview-3 {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.overview-3::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 50%;
	background: #e90063;
	mix-blend-mode: multiply; /*low support*/
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.overview-3:hover::after {
  opacity: 1;
}

.white {
	font-family: "a-otf-ud-shin-go-pr6n";
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}


}





/* 

	@custom bp
===========================================
	Breakpoint 640, no classes assoc.
=========================================== */

@media (min-width: 640px) {

	.contents-3 figcaption {
		font-size: 12px;
	}
	
	.achievement-2 figcaption {
		font-size: 12px;
	}

	.achievement-3 figcaption {
		font-size: 12px;
	}

}




/* 

	@sm
===========================================
	SM Breakpoint 768px 
=========================================== */

@media (min-width: 768px) {

	.site {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		overflow: visible;
	}

	.container,
	.container-fluid {
	max-width: 768px;
	padding-top: 5em;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
}
	.row {
		margin-right: -3px;
		margin-left: -3px;
	}
	[class*='col-'] {
	  padding-right: 3px;
	  padding-left: 3px;
	}
	.col-xs-clear-left {
		clear: none;
	}
	.col-sm-clear {
		clear: both;
	}
	.col-sm-float-right {
		float: right;
	}
	.col-sm-float-left {
		float: left;
	}

	h1, .h1 {
		font-size: 16px;
	}
	h2, .h2 {
		font-size: 14px;
	}
	.h2-large {
		font-size: 16px;
		margin-top: 48px;
		line-height: 45px;
		margin-bottom: 5px;
}
	h3, .h3 {
    font-size: 14px;
	font-weight: 800;
	}
	h4, .h4 {
		font-size: 12px;
	}
	p {
		font-size: 14px;
		line-height: 18px;
	}

	.text-sm-center {
		text-align: center;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-left {
		text-align: left;
	}
	.text-sm-justify {
		text-align: justify;
	}

	.navbar-header {
		position: absolute;
		width: 100%;
		padding: 0px;
	}
	.navbar-brand {
		width: 200px;
	}

	.search-toggle {
    width: 34px;
 	}

	.site-nav,
	.site-nav.in,
	.site-nav.collapse {
		position: static;
		z-index: 230;
		top: auto;
		left: auto;
		right: auto;
		height: auto !important;
		opacity: 1;
	  background: none;
	  width: 100%;
	  padding-top: 19px;
	
		min-height: 0 !important;
}
	.site-nav .navbar-nav {
		width: 100%;
		float: none !important;
		text-align: center;
	}
	.navbar-nav > li {
		display: inline-block;
		float: none !important;
	}

	.navbar-nav > li > a {
	font-family: "a-otf-ud-shin-go-pr6n";
	font-size: 10px;
	padding: 11px;
	line-height: 11px;
	color: #ffffff;
	text-align: left;
	position: relative;
	font-weight: normal;
}

	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus,
	.navbar-nav > li > a.active {
	color: #FFFFFF;
	}

	.navbar-nav > li > a:hover:after,
	.navbar-nav > li > a:focus:after,
	.navbar-nav > li > a.active:after {
		position: absolute;
		content: "";
		height: 1px;
		background: rgba(0,70,160,1.00);
		width: 40px;
		top: 100%;
		left: 50%;
		margin-left: -20px;
		z-index: 400;
	}


  .navbar-tagline{
  	display: none !important;
  }

	.navbar-contact {
		display: inline-block;
	}  	

	.header-social {
		display: none;
	}

	.contents-1 {
		padding-top: 112%;
	}

	#contents {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	#contents:before {
		
	}

	#contents-1 {
	position: relative;
	top: 0px;
	}

	#contents-2 {
		position: relative;
		top: 0px;
	}

	#contents-3 {
		position: relative;
		top: 0px;
	}


	.thumb-sm-reverse-caption h3 {
    position: absolute;
    top: 0;
    width: 0;
    margin: 0;
	}
	.thumb-sm-reverse-caption {
		padding-top: 40px;
	
		margin-bottom: 6px;
}


#contents .section-title {
  text-align: left;
  position: relative;
  left: -2%;
  margin-bottom: 2vw;
  padding-left: 67px;
  top: 8px;
}
#contents .section-title:before {

}

	.contents-1 {
		padding-top: 112%;
	
		position: relative;
		top: -6vw;
}

	.contents-3 figcaption {
		font-size: 40px;
	}


	#achievement:before {
      
	}

	#achievement .section-title {
		position: absolute;
		top: 10px;
		right: -2%;
		padding-right: 9%;
	}
	#achievement .section-title:before {
		
	}
	
}





/* 

	@custom bp
===========================================
	Breakpoint 856, no classes assoc.
=========================================== */

@media (min-width: 865px) {



/* 

	@md
===========================================
	MD Breakpoint, 992px
=========================================== */

@media (min-width: 992px) {

	.container,
	.container-fluid {
  	  max-width: 1044px;
	
  	  padding: 5em 32px 0;
  	  /* overflow: hidden; */
}
	.row {
		margin-right: -4px;
		margin-left: -4px;
	}
	[class*='col-'] {
	  padding-right: 4px;
	  padding-left: 4px;
	}
	.col-md-float-right {
		float: right;
	}
	.col-md-float-none {
  	float: none;
  }


    h1, .h1 {
		font-size: 16px;
	}
	h2, .h2 {
		font-size: 14px;
	}
	.h2-large {
		font-size: 14px;
    }
	p {
		font-size: 14px;
		line-height: 20px;
	}


	.text-md-center {
		text-align: center;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-left {
		text-align: left;
	}
	.text-md-justify {
		text-align: justify;
	}
	
	.navbar-header {
		padding: 0px;
	}

	.navbar-brand {
		width: 200px;
	}

	.search-toggle {
		width: 30px
	}
	
	.navbar-nav {
		padding-top: 0px;
	}

	.navbar-nav > li > a {
	font-size: 10px;
	line-height: 11px;
	padding: 11px;
	}
	
	#contents:before {
		
	}

	#contents .section-title {
		position: absolute;
		z-index: 5;
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		transform: rotate(90deg);
		transform-origin: right bottom;
		right: 6.5%;
		top: 43.5%;
		left: auto;
		padding: 0 0 0 212px;
		margin: 0;
	}
	#contents .section-title:before {
		
	}
	.contents-1 {
		padding-top: 94%;
	}

	#contents-1 {
	
	}
	
	
	#contents-2 {
	top: 0px;
	}

	#contents-3 {
    top: -30px;
	}

	#achievement:before { 
	  
	}

	#achievement .section-title {
		position: absolute;
		
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		
		-webkit-transform-origin: bottom right;
		transform-origin: bottom right;
		
		padding-right: 0;
		padding-left: 212px;
		left: auto;
		right: 40%;
		top: 50%;
    
}
    #achievement .section-title:before {
    
    }

	#achievement-2 {
		margin-top: 96px;
	}

	#achievement-3 {
		position: absolute;
		top: 0px;
		right: 0;
	}


	.achievement-2 figcaption {
		font-size: 14px;
	}


	.achievement-3 figcaption {
		font-size: 14px;
	}

.container {
}


}
