#contentsWrap {
  color: #444;
}

.article {
  width: 812px;
  margin: auto;
}

/*********/
#keyVisual {
  position: relative;
  height: 501px;
  background: url(../images/main.jpg?2) no-repeat center;
  background-size: cover;
}
#keyVisual h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 215px;
  z-index: 2;
}

#hisImgMain {
  position: relative;
  z-index: 1;
}

#hisCopy {
  margin-top: 50px;
  margin-bottom: 80px;
}
#hisCopy.fixed {
  margin-top: 133px;
}

.photoCaption {
  color: #d7c6a3;
}

.shadow {
  text-shadow: 0 0 10px #666;
}

.grid {
  margin-bottom: 64px;
}

.grid2-l {
  float: left;
  width: 406px;
}
.grid-text .second {
  margin-top: 35px;
}
.grid2-r {
  float: right;
  text-align: right;
}
.grid2-r.grid-text {
  text-align: left;
  width: 406px;
}
.grid-img {
  padding-top: 138px;
  width: 406px;
}
.grid-img.line1{
  padding-top: 110px;
}

/* HISTORY */
.HISTORY #contentsWrap {
  margin-bottom: 100px;
}

.arrow_l, .arrow_r {
  position: fixed;
  transition: .5s;
  height: 91px;
  width: 39px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
}
.arrow_l:hover, .arrow_r:hover {
  opacity: .5;
  transition: .5s;
}

.arrow_l {
  left: 40px;
}

.arrow_r {
  right: 40px;
}

.photoCaption {
  font-size: 10px;
  color: #fff;
  position: absolute;
  bottom: 12px;
  right: 104px;
}

.hStyleY {
  margin-bottom: 13px;
}

.hStyleCl {
  margin-bottom: 13px;
}

.hStyle03 {
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 36px;
}

.hStyle04 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.hStyle04 span {
  font-size: 16px;
  line-height: 1;
  display: block;
  text-indent: -0.5em;
  margin-top: 8px;
}

#column .hStyle04 {
  margin-bottom: 10px;
}

.HISTORY .hStyle02 {
  letter-spacing: -0.033em;
  color: #595758;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#tl_menu {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #000;
  position: relative;
}
#tl_menu.fixed {
  position: fixed;
  top: 0px;
}
#tl_menu #tl_menuInner {
  height: 32px;
  width: 622px;
  background: url(../images/tl_menuBg.png) no-repeat bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#tl_menu #tl_menuInner .line {
  width: 120px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 17px;
}
#tl_menu #tl_menuInner ul li {
  float: left;
  opacity: 0;
  transition: 1s;
  height: 30px;
  width: 80px;
  text-align: center;
}
#tl_menu #tl_menuInner ul li.active {
  opacity: 1;
}
#tl_menu #tl_menuInner ul li:hover {
  opacity: 1;
  transition: .2s;
  cursor: pointer;
}
#tl_menu #tl_menuInner ul li img {
  vertical-align: top;
}
#tl_menu #tl_menuInner ul li:nth-child(1) {
  width: 137px;
}
#tl_menu #tl_menuInner ul li a {
  height: 30px;
  display: block;
}
.HISTORY .grid2-r .imgCaption01 {
    text-align: right;
    margin-right: auto;
}


/* column */

#column {
  background-color: #f5f5f5;
  margin: auto;
  padding: 35px 0 40px;
  margin-top: 61px;
}
#column .inner{
  width: 720px;
  margin: auto;
}
#column .grid2-l{
  width: 53%;  
}
#column .grid2-r{
  width: 47%;
}
#column .grid-img{
  padding-top: 76px;
}
#column .grid-img img {
  width: 290px;
}
