#header{
	position: fixed;
	z-index: 100;
	top: 0;
	left:0;
	width: 100%;
}

/*----------------------------------------------------
  #historyTop
--------------------------------------------------- */
#history{
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #FFF;
}
#historyTop{
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #FFF;
}

#historyTop .mainvisual{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#historyTop .mainvisual .bg{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/mainvisual.jpg) no-repeat center top;
	background-size: cover;
	z-index: 1;
  -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
       -o-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
          transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
}

#historyTop .mainvisual .bg li{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#historyTop .mainvisual .bg li.bg01 span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mainvisual.jpg) no-repeat center top;
  background-size: cover;
  -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
       -o-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
          transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
}
#historyTop .mainvisual .bg li.bg02 span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mainvisual2.jpg) no-repeat center bottom;
  background-size: cover;
  -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
       -o-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
          transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
}
#historyTop .mainvisual .bg li.bg03 span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mainvisual3.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
       -o-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
          transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
}
#historyTop .mainvisual .bg li.bg04 span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mainvisual4.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
       -o-transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
          transform: scale3d(1.2,1.2,1.2) translate3d(0px,0px,0px);
}


#historyTop .mainvisual .bg li.bg01.zoomOut span,
#historyTop .mainvisual .bg li.bg02.zoomOut span,
#historyTop .mainvisual .bg li.bg03.zoomOut span,
#historyTop .mainvisual .bg li.bg04.zoomOut span{
    -webkit-transition: all 8.0s linear;
       -moz-transition: all 8.0s linear;
        -ms-transition: all 8.0s linear;
         -o-transition: all 8.0s linear;
            transition: all 8.0s linear;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}


#historyTop  .contentsTitle{
  /*mix-blend-mode: exclusion;*/
    mix-blend-mode: exclusion;
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	text-align: center;
	z-index: 1;
  -webkit-transform: translate(0px,-50%);
     -moz-transform: translate(0px,-50%);
      -ms-transform: translate(0px,-50%);
       -o-transform: translate(0px,-50%);
          transform: translate(0px,-50%);
}
@media only screen and (max-width: 375px) {

	#historyTop  .contentsTitle{
		position: absolute;
		height: 15%;
	}
}
#historyTop .contentsTitle h1{
	font-size: 60px;
	font-family: "Montserrat";
	letter-spacing: 0.1em;
	opacity: 0;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,20px,0px);
          transform: scale3d(1,1,1) translate3d(0px,20px,0px);
}
#historyTop .contentsTitle h1.view{
	opacity: 1;
    -webkit-transition: all 1.0s 0.2s ease;
       -moz-transition: all 1.0s 0.2s ease;
        -ms-transition: all 1.0s 0.2s ease;
         -o-transition: all 1.0s 0.2s ease;
            transition: all 1.0s 0.2s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}
#historyTop .scroll a{
	mix-blend-mode: exclusion;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	background: url(../../img/arrow.png) no-repeat;
	background-size: contain;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#historyTop .scroll a:hover{
  -webkit-transform: scale3d(1,1,1) translate3d(0px,10px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,10px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,10px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,10px,0px);
          transform: scale3d(1,1,1) translate3d(0px,10px,0px);
}


#historyTop .detail{
	position: relative;
	z-index: 10;
	background: #000 no-repeat center bottom;
	min-height: 200px;
	text-align: center;
	color: #FFF;
}

@media only screen and (max-width: 375px) {
	#historyTop .contentsTitle h1{
		font-size: 20px;
		font-family: "Montserrat";
		letter-spacing: 0.1em;
	}
}



/*----------------------------------------------------
  year
--------------------------------------------------- */
#history .year{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#history .year h2{
	padding: 80px 0;
	font-size: 60px;
	font-family: "Montserrat";
	letter-spacing: 0.1em;
	text-align: center;
	color: #c9a86f;
}
#history .year dl{
	width: 800px;
	margin: 0 auto;
	letter-spacing: -0.4em;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 40px;
}
#history .year dl dt{
	display: inline-block;
	letter-spacing: normal;
	width: 13%;
	margin-right: 0%;
	vertical-align: top;
	margin-bottom: 10px;
	color: #c9a86f;
}
#history .year dl dd{
	display: inline-block;
	letter-spacing: normal;
	width: 87%;
	vertical-align: top;
	margin-bottom: 10px;
}
#history .year dl dd b{
	font-weight: bold;
}
#history .year .image{
	letter-spacing: -0.4em;
}
#history .year ul.image.s{
	width: 70%;
	margin:0 auto;
	text-align: center;
}
#history .year ul.image li{
	letter-spacing: normal;
	display: inline-block;
	height: 200px;
	vertical-align: top;
}
#history .year ul.image li img{
	
}
#history .year ul.image.c3 li{
	width: 33.33333%;
}
#history .year ul.image.c2 li{
	width: 50%;
	height: 300px;
}
#history .year ul.image.s li{
	width: 28%;
	height: auto;
	margin: 0 10px;
}
#history .year ul.image.s li img{
	width: 100%;
	height: auto;
}
#history .year ul.image.c1 li{
	width: 100%;
	height: 400px;
}
#history .year ul.image.c5 li{
	width: 20%;
}

#history .year .release{
	overflow: hidden;
	letter-spacing: -0.4em;
	text-align: center;
	margin-bottom: 40px;
}
#history .year .release .column{
	width: 400px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
#history .year .release .column img{
	width: 50%;
	height: auto;
	float: left;
}
#history .year .release .column figcaption{
	float: right;
	width: 45%;
	text-align: left;
}
#history .year .release .column figcaption h3{
	font-weight: bold;
}
#history .year .release .column figcaption p{
	font-size: 11px;
}
@media only screen and (max-width: 375px) {

	#history .year h2{
		font-size: 40px;
		padding-bottom: 30px;
	}
	#history .year dl{
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
		margin-bottom: 30px;
	}
	#history .year dl dt{
		width: 20%;
	}
	#history .year dl dd{
		width: 80%;
	}

	#history .year ul.image.s{
		width: 70%;
		margin:0 auto;
		text-align: center;
	}
	#history .year .release .column{
		width: 80%;
		margin-bottom: 20px;
	}
	#history .year ul.image.c3 li{
		width: 100%;
		height: 200px;
	}
	#history .year ul.image.c2 li{
		width: 100%;
		height: 200px;
	}
	#history .year ul.image.s li{
		width: auto;
		margin-bottom: 20px;
	}
	#history .year ul.image.c1 li{
		width: 100%;
		height: 200px;
	}
	#history .year ul.image.c5 li{
		width: 100%;
		height: 200px;
	}
}



/*----------------------------------------------------
  #menu
--------------------------------------------------- */
#menu{
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height:100%;
    z-index: 999;
    background: #000;
    color: #FFF;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#menu.view{
  opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
          transform: scale3d(1,1,1) translate3d(0%,0px,0px);
  
}

#menu .inner{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
#menu .inner ul{
	letter-spacing: -0.4em;
	text-align: left;
}
#menu .inner li{
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
	width: 50%;
	margin-bottom: 15px;
	text-align: center;
}
#menu .inner li a{
	font-size: 16px;
	font-family: "Montserrat";
	letter-spacing: 0.1em;
	color: #c9a86f;
}

/*----------------------------------------------------
  #menuButton
--------------------------------------------------- */
#menuButton {
    position: fixed;
    top: 0px;
    right: 0px;
    display: none;
    width: 100px;
    height:80px;
    z-index: 1000;
  -webkit-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
     -moz-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
      -ms-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
       -o-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
          transform: scale3d(0,1,1) translate3d(0%,0px,0px);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#menuButton.view{
  -webkit-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
          transform: scale3d(1,1,1) translate3d(0%,0px,0px);
}

#menuButton.view{
  -webkit-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
          transform: scale3d(1,1,1) translate3d(0%,0px,0px);
  
}
#menuButton .hamburger{
  position: absolute;
  top: 0;
  right: 0px;
  outline: none;
}
#menuButton .hamburger-box {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
}
.hamburger-inner,.hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 32px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    border-radius: 0px;
    background-color: #FFF;
}
#menuButton.page .hamburger-inner,#menuButton.page  .hamburger-inner:after,#menuButton.page  .hamburger-inner:before {
    background-color: #FFF;
}

@media only screen and (max-width: 375px) {
  #menuButton {
    display: block;
    -webkit-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
       -moz-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
        -ms-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
         -o-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
            transform: scale3d(1,1,1) translate3d(0%,0px,0px);
  }
  #menuButton.page{
  }
  #menuButton .hamburger-inner,#menuButton  .hamburger-inner:after,#menuButton  .hamburger-inner:before {
      background-color: #FFF;
  }
  #menuButton.page .hamburger-inner,#menuButton.page  .hamburger-inner:after,#menuButton.page  .hamburger-inner:before {
      background-color: #FFF;
  }
}
/*----------------------------------------------------
  
--------------------------------------------------- */
#pagetop{
	right: 0px;
	bottom: -10px;
}
#nav{
	position: fixed;
	z-index: 100;
	width: 80px;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
}
#nav ul{
	position: absolute;
	top: 50%;
	right: 20px;
  -webkit-transform: translate(0px,-50%);
     -moz-transform: translate(0px,-50%);
      -ms-transform: translate(0px,-50%);
       -o-transform: translate(0px,-50%);
          transform: translate(0px,-50%);
}
#nav li{
	margin-bottom: 5px;
	text-align: right;
}
#nav li a{
	font-size: 12px;
	font-family: "Montserrat";
	letter-spacing: 0.1em;
	color: #c9a86f;
}
#nav li a:hover,
#nav li a.active{
	color: #FFF;
}
@media only screen and (max-width: 375px) {
	#nav{
		display: none;
	}
}