@charset "UTF-8";

/* ------------------------------------
◆　all
------------------------------------ */
html, body {
  color: #333;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  width: 100%;
  min-width: 980px;
  height: auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

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

a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hover:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.c_width {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

img {
  display: block;
}

.hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.forpc {
  display: block;
}

.forsp {
  display: none;
}

h1, h2, h3 {
  font-weight: normal;
}

/* ------------------------------------
◆　#wrapper
------------------------------------ */
#wrapper {
  width: 100%;
}

#wrapper .pages {
  width: 100%;
  padding: 130px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#wrapper .pages .topic {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}

#wrapper .btn_all {
  width: 412px;
  height: 70px;
  background-image: url("../imgs/btn_all.png");
  background-repeat: repeat;
  background-position: left top;
  margin: 0 auto 80px;
}
#wrapper .btn_all:hover {
  background-position: left bottom;
}

#wrapper .btn_all a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ------------------------------------
◆　#load
------------------------------------ */
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

#load .rectangle {
  width: 340px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  margin: -20px 0 0 -170px;
}

#load .rectangle div {
  width: 40px;
  height: 40px;
  background-color: #231815;
  position: absolute;
  top: 0;
  left: 0;
}
#load .rectangle .r2 {
  margin: 0 0 0 150px;
}
#load .rectangle .r3 {
  margin: 0 0 0 300px;
}
#load .rectangle .anime1 {
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  -moz-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

#load .rectangle .anime2 {
  -webkit-animation: rolling 1.8s linear;
  -moz-animation: rolling 1.8s linear;
  animation: rolling 1.8s linear;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@-moz-keyframes sk-rotateplane {
  0% { -moz-transform: perspective(120px) }
  50% { -moz-transform: perspective(120px) rotateY(180deg) }
  100% { -moz-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes rolling {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
  }
  60% {
    left: 432px;
    opacity: 1;
    -webkit-transform: rotate(540deg);
  }
  100% {
    left: 720px;
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-moz-keyframes rolling {
  0% {
    left: 0;
    -moz-transform: rotate(0deg);
  }
  60% {
    left: 432px;
    opacity: 1;
    -moz-transform: rotate(540deg);
  }
  100% {
    left: 720px;
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@keyframes rolling {
  0% {
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  60% {
    left: 432px;
    opacity: 1;
    transform: rotate(540deg);
    -webkit-transform: rotate(540deg);
  }
  100% {
    left: 720px;
    opacity: 0;
    transform: rotate(900deg);
    -webkit-transform: rotate(900deg);
  }
}
#load .txt1 {
  width: 340px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -21px 0 0 -170px;
}

#load .txt1 div {
  display: none;
  height: 42px;
  background-image: url("../imgs/txt_load_renovation.png");
  background-repeat: no-repeat;
  position: absolute;
}

#load .txt1 .t1 {
  width: 30px;
  left: 0;
  background-position: 0px top;
}
#load .txt1 .t2 {
  width: 30px;
  left: 30px;
  background-position: -30px top;
}
#load .txt1 .t3 {
  width: 36px;
  left: 60px;
  background-position: -60px top;
}
#load .txt1 .t4 {
  width: 46px;
  left: 96px;
  background-position: -96px top;
}
#load .txt1 .t5 {
  width: 34px;
  left: 142px;
  background-position: -142px top;
}
#load .txt1 .t6 {
  width: 34px;
  left: 176px;
  background-position: -176px top;
}
#load .txt1 .t7 {
  width: 30px;
  left: 210px;
  background-position: -210px top;
}
#load .txt1 .t8 {
  width: 16px;
  left: 240px;
  background-position: -240px top;
}
#load .txt1 .t9 {
  width: 46px;
  left: 256px;
  background-position: -256px top;
}
#load .txt1 .t10 {
  width: 38px;
  left: 302px;
  background-position: -302px top;
}

#load .txt2 {
  width: 282px;
  height: 32px;
  padding: 5px 0 5px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -21px 0 0 -129px;
}

#load .txt2 div {
  display: none;
  height: 32px;
  background-image: url("../imgs/txt_load_initia.png");
  background-repeat: no-repeat;
  position: absolute;
}

#load .txt2 .t1 {
  width: 42px;
  left: 0;
  background-position: 0px top;
}
#load .txt2 .t2 {
  width: 46px;
  left: 42px;
  background-position: -42px top;
}
#load .txt2 .t3 {
  width: 46px;
  left: 88px;
  background-position: -88px top;
}
#load .txt2 .t4 {
  width: 46px;
  left: 134px;
  background-position: -134px top;
}
#load .txt2 .t5 {
  width: 44px;
  left: 180px;
  background-position: -180px top;
}
#load .txt2 .t6 {
  width: 46px;
  left: 224px;
  background-position: -224px top;
}

#load .logo {
  display: none;
  width: 344px;
  height: 326px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -163px 0 0 -172px;
  background-image: url("../imgs/logo_load.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* ------------------------------------
◆　#header_index, #header_child
------------------------------------ */
.header_block {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 888;
}
#header_child_bg {
  display: none;
  width: 100%;
  height: 659px;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
#header_child_bg.on,
#header_child_bg.on .bg_right_child {
  display: block;
}

#header_child_bg .bg_right_child {
  display: none;
  width: 659px;
  height: 659px;
  background-image: url("../imgs/bg_mark.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: -119px;
  right: 50%;
  margin: 0 -702px 0 0;  z-index: 10;
}

#header_index {
  width: 601px;
  top: 85px;
  margin: 0 0 0 -300px;
}
#header_child {
  width: 100%!important;
  position: absolute!important;
  top: 14px;
  left: 0;
  margin: 0;
  background-image: url("../imgs/bg_header.png");
  background-repeat: repeat;
  background-position: left top;
}

#header_index .logo {
  width: 138px;
  margin: 0 auto 46px;
}
#header_child .logo {
  width: 103px;
  float: left;
  margin: 0 30px 0 55px;
  background-color: #fff;
}
.header_block .logo img {
  width: 100%;
  height: auto;
}

.header_block ul {
  width: 501px;
  margin: 0 0 0 57px;
}
#header_child ul {
  float: left;
  width: 637px;
  margin: 47px 0 0 0;
  position: relative;
}

#header_child ul:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 100;
  display: none;
}
#header_child ul.on:before {
  display: block;
}

.header_block ul li {
  float: left;
  height: 13px;
  margin: 0 23px 0 24px;
}
#header_child ul li {
  margin: 0 38px 0 39px;
}

.header_block ul li.menu1 {
  margin: 0 6px 0 0!important;
}
.header_block ul li.menu3 {
  margin: 0 18px 0 21px!important;
}
#header_child ul li.menu3 {
  margin: 0 32px 0 35px!important;
}
.header_block ul li.menu5 {
  margin: 0 33px 0px 20px!important;
}
#header_child ul li.menu5 {
  margin: 0 51px 0px 34px!important;
}
.header_block ul li.menu6 {
  margin: 0!important;
}

.header_block ul li a {
  display: block;
  width: 66px;
  height: 15px;
//  width: 33px;
//  height: 13px;
  background-image: url("../imgs/btn_header_menu1_hover.png");
  background-repeat: no-repeat;
  background-position: center 1px;
  position: relative;
}
.header_block ul li a:hover {
  background-position: center -15px!important;
}
.header_block ul li.current a {
  background-position: center -32px;
}

.header_block ul li a:hover:after {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("../imgs/bg_header_menu.gif");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -26px;
}
.header_block ul li.menu2 a:hover:after {
  left: -21px;
}
.header_block ul li.menu5 a:hover:after {
  left: -16px;
}

.header_block ul li.menu2 a {
  width: 68px;
//  width: 67px;
  background-image: url("../imgs/btn_header_menu2_hover.png");
}
.header_block ul li.menu3 a {
  width: 55px;
//  width: 50px;
  background-image: url("../imgs/btn_header_menu3_hover.png");
}
.header_block ul li.menu4 a {
  width: 68px;
//  width: 61px;
  background-image: url("../imgs/btn_header_menu4_hover.png");
}
.header_block ul li.menu5 a {
  width: 52px;
  background-image: url("../imgs/btn_header_menu5_hover.png");
}
.header_block ul li.menu6 a {
  width: 91px;
//  width: 62px;
  background-image: url("../imgs/btn_header_menu6_hover.png");
}

/* ------------------------------------
◆　#index
------------------------------------ */
#index {
  width: 100%;
  padding: 0!important;
}

#index .index_scroll_block {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#index .bg_left,
#index .bg_right {
  width: 659px;
  height: 659px;
  background-image: url("../imgs/bg_mark.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 100px!important;
  z-index: 1;
}

#index .bg_left {
  left: -420px;
}

#index .bg_right {
  right: -420px!important;
}

#index .slide {
  width: 597px;
  height: 403px;
  position: fixed;
  top: 234px;
  left: 50%;
  z-index: 10;
  margin: 0 0 0 -298px;
}

#index .bx-wrapper {
  width: 100%;
}

#index .slide ul li {
  width: 597px!important;
  height: 403px!important;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
}

#index .slide .poly1 {
  background-image: url("../imgs/pic_poly1.png");
}
#index .slide .poly2 {
  background-image: url("../imgs/pic_poly2.png");
}
#index .slide .poly3 {
  background-image: url("../imgs/pic_poly3.png");
}
#index .slide .poly4 {
  background-image: url("../imgs/pic_poly4.png");
}
#index .slide .poly5 {
  background-image: url("../imgs/pic_poly5.png");
}

#index .circle {
  width: 658px;
  height: 658px;
  position: absolute;
  top: 100px;
  z-index: 100;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  transform:rotate(0deg);
}
#index .circle.left {
  left: -420px;
}
#index .circle.right {
  right: -420px;
}

#index .circle .block {
  position: absolute;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  transform:rotate(0deg);
  width: 1px;
  height: 1px;
}

#index .circle .block:hover {
  z-index: 100;
}

#index .circle .block .pic {
  width: 170px;
  height: 151px;
  position: absolute;
  top: -75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 170px 151px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out; 
  -moz-transition: 0.2s ease-out; 
  transition: 0.2s ease-out; 
}
#index .circle .block .pic.big {
  width: 228px;
  height: 203px;
  top: -101px;
  background-size: 228px 203px;
}
#index .circle.left .block .pic {
  left: -85px;
}
#index .circle.left .block .pic.big {
  left: -114px;
}
#index .circle.right .block .pic {
  right: -85px;
}
#index .circle.right .block .pic.big {
  right: -114px;
}

#index .circle .block.b1 .pic {
  background-image: url("../imgs/pic_index_works.png");
}
#index .circle .block.b2 .pic {
  background-image: url("../imgs/pic_index_concept.png");
}
#index .circle .block.b3 .pic {
  background-image: url("../imgs/pic_index_topics.png");
}
#index .circle .block.b4 .pic {
/*  background-image: url("../imgs/pic_index_B22601.png");
  background-image: url("../imgs/pic_index_B22576.png");*/
  background-image: url("../imgs/pic_index_C51010.png");
}
#index .circle .block.b5 .pic {
  background-image: url("../imgs/pic_index_B22587.png");
}
#index .circle .block.b6 .pic {
  background-image: url("../imgs/pic_index_project3.png");
}
#index .circle .block.b7 .pic {
  background-image: url("../imgs/pic_index_project4.png");
}
#index .circle .block.b8 .pic {
  background-image: url("../imgs/pic_index_project6.png");
}
#index .circle .block.b9 .pic {
  background-image: url("../imgs/pic_index_project7.png");
}
#index .circle .block.b13 .pic {
  background-image: url("../imgs/pic_index_project9.png");
}
#index .circle .block.b15 .pic {
  background-image: url("../imgs/pic_index_project16.png");
}
#index .circle .block.b18 .pic {
  background-image: url("../imgs/pic_index_B22576.png");
}
#index .circle .block.b19 .pic {
  background-image: url("../imgs/pic_index_C51010.png");
}
#index .circle .block.b20 .pic {
  background-image: url("../imgs/pic_index_B22572.png");
}
#index .circle .block.b21 .pic {
  background-image: url("../imgs/pic_index_C51002.png");
}
#index .circle .block.b22 .pic {
  background-image: url("../imgs/pic_index_C51005.png");
}
#index .circle .block.C51009 .pic {
  background-image: url("../imgs/pic_index_C51009.png");
}
#index .circle .block.C51005 .pic {
  background-image: url("../imgs/pic_index_C51005.png");
}


#index .circle .block .pic:hover {
  width: 365px;
  height: 326px;
  top: -163px;
  background-size: 365px 326px;
}

#index .circle.modern .block.b1 .pic:hover {
  background-image: url("../imgs/pic_index_works_hover.png");
}
#index .circle.modern .block.b2 .pic:hover {
  background-image: url("../imgs/pic_index_concept_hover.png");
}
#index .circle.modern .block.b3 .pic:hover {
  background-image: url("../imgs/pic_index_topics_hover.png");
}
#index .circle.modern .block.b4 .pic:hover {
/*  background-image: url("../imgs/pic_index_B22601_hover.png");
  background-image: url("../imgs/pic_index_B22576_hover.png");*/
  background-image: url("../imgs/pic_index_C51010_hover.png");
}
#index .circle.modern .block.b5 .pic:hover {
  background-image: url("../imgs/pic_index_B22587_hover.png");
}
#index .circle.modern .block.b6 .pic:hover {
  background-image: url("../imgs/pic_index_project3_hover.png");
}
#index .circle.modern .block.b7 .pic:hover {
  background-image: url("../imgs/pic_index_project4_hover.png");
}
#index .circle.modern .block.b8 .pic:hover {
  background-image: url("../imgs/pic_index_project6_hover.png");
}
#index .circle.modern .block.b9 .pic:hover {
  background-image: url("../imgs/pic_index_project7_hover.png");
}
#index .circle.modern .block.b13 .pic:hover {
  background-image: url("../imgs/pic_index_project9_hover.png");
}
#index .circle.modern .block.b15 .pic:hover {
  background-image: url("../imgs/pic_index_project16_hover.png");
}
#index .circle.modern .block.b18 .pic:hover {
  background-image: url("../imgs/pic_index_B22576_hover.png");
}
#index .circle.modern .block.b19 .pic:hover {
  background-image: url("../imgs/pic_index_C51010_hover.png");
}
#index .circle.modern .block.b20 .pic:hover {
  background-image: url("../imgs/pic_index_B22572_hover.png");
}
#index .circle.modern .block.b21 .pic:hover {
  background-image: url("../imgs/pic_index_C51002_hover.png");
}
#index .circle.modern .block.b22 .pic:hover {
  background-image: url("../imgs/pic_index_C51005_hover.png");
}
#index .circle.modern .block.C51009 .pic:hover {
  background-image: url("../imgs/pic_index_C51009_hover.png");
}
#index .circle.modern .block.C51005 .pic:hover {
  background-image: url("../imgs/pic_index_C51005_hover.png");
}


#index .circle.left .b1 {
  top: 20px;
  left: 222px;
}
#index .circle.left .b2 {
  top: 52px;
  left: 504px;
}
#index .circle.left .b3 {
  top: 294px;
  left: 656px;
}
#index .circle.left .C51009 {
  top: 559px;
  left: 563px;
}
#index .circle.left .C51005 {
  top: 655px;
  left: 293px;
}
#index .circle.left .b4 {
  top: 503px;
  left: 53px;
}
#index .circle.left .b5 {
  top: 220px;
  left: 20px;
}


#index .circle.right .b1 {
  top: 655px;
  left: 365px;
}
#index .circle.right .b2 {
  top: 503px;
  left: 606px;
}
#index .circle.right .b3 {
  top: 220px;
  left: 637px;
}
#index .circle.right .b22 {
  top: 52px;
  left: 155px;
}
#index .circle.right .b20 {
  top: 20px;
  left: 437px;
}
#index .circle.right .b19 {
  top: 294px;
  left: 3px;
}
#index .circle.right .b5 {
  top: 559px;
  left: 96px;
}


#index .SP_TOPIC {
  display: none;
}


#index .slide.bglayer {
  width: 1150px;
  height: 768px;
  position: absolute;
  top: 234px;
  left: 50%;
  z-index: 10;
  margin: -204px 0 0 -575px;
}
#index .slide svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#index .footer {
  margin: 50px 0 0 0;
}

/* ------------------------------------
◆　#concept
------------------------------------ */
#concept {
  width: 100%;
}

#concept .body {
  width: 730px;
  background-image: url("../imgs/bg_pages_body.png");
  background-repeat: repeat;
  background-position: left top;
  margin: 0 auto 30px;
}

#concept .body .topic {
  padding: 22px 0 31px 50px;
}

#concept .body .desc {
  font-size: 14px;
  line-height: 50px;
  padding: 0 0 30px 50px;
}

/* ------------------------------------
◆　#topics
------------------------------------ */
#topics {
  width: 100%;
}

#topics .body {
  width: 850px;
  margin: 0 auto;
  padding: 18px 0 0 0;
}


#topics .photo {
  border-bottom: #d7d7d7 solid 1px;
}
#topics .photo img {
  max-width: 100%;
}
#topics .ttl {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
#topics .wrapper {
  padding-left: 0; padding-right: 0;
}
#topics .blocks {
  width: 890px;
  margin-left: -10px;
}
#topics .blocks .box {
  position: relative;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  width: 268px;
  border: #d7d7d7 solid 1px;
}
#topics .blocks .box.new:after {
  content: "NEW";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
  background-color: #ad4553;
}
#topics .blocks .box.main {
  position: relative;
  width: 558px;
  overflow: hidden;
  max-height: 370px;
}
#topics .blocks .box.main .txtBox .txt p {
  display:none;
}
#topics .blocks .box.main .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
#topics .blocks .box.main .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 120%;
  margin-left: -279px;
  margin-top: -204px;
}


#topics .blocks .txtBox {
  padding: 7px 10px 35px;
  background: #fff;
}
#topics .blocks .box.main .txtBox {
  padding: 7px 10px 15px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  width: 538px;
  border-top: #d7d7d7 solid 1px;
}
#topics .box .txtBox .sttl {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
#topics .blocks a {
  display: block;
  color: #212121;
  text-decoration: none;
  cursor: pointer;
}
#topics .blocks .caption {
  position: absolute;
  right: 5px;
  bottom: 3px;
}
#topics span.hoverArea {
  opacity: 0;
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background: url(../imgs/bg-overlay.png) repeat center top;
  cursor: pointer;
  z-index: 10;
}
#topics  span.hoverArea img {
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left:-20px;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
}
#topics span.hoverArea em {
  position: absolute;
  left: 50%;
  margin-left:-5em;
  top: 60%;
  font-style: normal;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
}




/* ------------------------------------
◆　#project
------------------------------------ */
#project {
  width: 100%;
}

#project .body {
  width: 850px;
  margin: 0 auto;
}

#project .topic {
  padding: 22px 0 32px 0;
}

#project .topic2,
#works .topic2 {
  width: 100%;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  color: #6c6e70;
  margin: 54px 0 32px 0;
  letter-spacing: 2px;
  font-family: "小塚ゴシック Pro","KozGoPro-Regular","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
}
#project .topic2 span,
#works .topic2 span {
  border-left: 1px solid;
  border-right: 1px solid;
  margin: 0 16px 0 0;
  padding: 1px 16px 0 16px;
  float: left;
}

#project .topic2 span img,
#works .topic2 span img {
  display: inline-block;
}

#project ul.project {
  margin: 0 0 78px 0;
}

#project ul.project li {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  background-image: url("../imgs/bg_pages_body.png");
  background-repeat: repeat;
  background-position: left top;
  margin: 0 0 50px 0;
  padding: 50px 0 58px 0;
}

#project ul.project li .left {
  float: left;
  margin: 0 50px 0 80px;
}
#project ul.project li .left.m_right {
  margin-right: 40px;
}

#project ul.project li .left .title {
  font-size: 24px;
  line-height: 25px;
  margin: 0 0 26px 0;
  position: relative;
}
#project ul.project li .left .title span {
	position: absolute;
	top: 0;
	left: -40px;
	font-size: 10px;
	color: #fff;
	background-color: #AD4553;
	padding: 0 5px;
}

#project ul.project li .left .meta {
  border-left: 4px #808082 solid;
  margin: 0 0 26px 0;
  padding: 6px 0 0 15px;
}

#project ul.project li .left .meta .txt1 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

#project ul.project li .left .meta .txt2 {
  font-size: 13px;
  line-height: 22px;
}

#project ul.project li .left .btn {
  width: 286px;
  height: 52px;
  background-image: url("../imgs/btn_info.png");
  background-repeat: repeat;
  background-position: left top;
}
#project ul.project li .left .btn02 {
  width: 285px;
  height: 50px;
  margin-top: 10px;
  background-image: url("../imgs/btn_res.png");
  background-repeat: repeat;
  background-position: left top;
}

#project ul.project li .left .btn:hover,
#project ul.project li .left .btn02:hover {
  background-position: left bottom;
}

#project ul.project li .left .btn a,
#project ul.project li .left .btn02 a {
  display: block;
  width: 100%;
  height: 100%;
}
#project ul.project li .left .btn02_sp {
  display: none;
}

#project ul.project li .right {
  float: right;
  margin-right: 40px;
}

/* ------------------------------------
◆　#works
------------------------------------ */
#works {
  width: 100%;
}

#works .body {
  width: 850px;
  margin: 0 auto;
}

#works .slide {
  margin: 0 0 34px 0;
  padding: 10px 10px 10px 10px;
  background-color: #e5e6e6;
}

#works .bx-slider {
  height: 450px;
}

#works .bx-slider li {
  width: 830px!important;
  height: 450px;
  position: relative;
}

#works .bx-slider li p {
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: #fff;
  letter-spacing: -1px;
}

#works #bx-pager {
  height: 74px;
}

#works #bx-pager a {
  display: block;
  float: left;
  width: 98px;
  height: 74px;
  margin: 0 6px 0 0;
  overflow: hidden;
  position: relative;
}
#works #bx-pager a.last {
  margin: 0;
}

#works #bx-pager a:after {
  content: "";
  width: 98px;
  height: 74px;
  background-image: url("../imgs/bg_slide.png");
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}

#works #bx-pager a.active:after,
#works #bx-pager a:hover:after {
  background-image: none;
}

#works #bx-pager a img {
  width: auto;
  height: 100%;
}

#works .topic {
  padding: 22px 0 32px 0;
}

#works .body ul.point {
  margin: 0 0 50px 0;
}

#works .body ul.point li {
  float: left;
}

#works .body ul.point li.center {
  margin: 0 20px 0 25px;
}

#works .body ul.point li .title {
  font-size: 17px;
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 0 0 25px;
}
#works .body ul.point li .title span {
  font-size: 13px;
}

#works .body ul.point li .title:after {
  content: "";
  width: 78px;
  height: 74px;
  background-image: url("../imgs/bg_support_topic.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: -18px;
  left: 0;
}

#works .body ul.point li .desc {
  font-size: 12px;
  line-height: 18px;
}

#works .body ul.list {
  margin: 0 0 78px 0;
}

#works .body ul.list li {
  margin: 0 0 30px 0;
  padding: 22px 0 20px 15px;
  border: 1px #ddd solid;
  background-image: url("../imgs/bg_pages_body.png");
  background-repeat: repeat;
  background-position: left top;
}

#works .body ul.list li .left {
  width: 295px;
  float: left;
}

#works .body ul.list li .left .title {
  font-size: 20px;
  line-height: 29px;
  border-top: 1px #ddd solid;
  margin: 8px 0 10px 0;
  padding: 10px 0 0 0;
}

#works .body ul.list li .left .txt1 {
  font-size: 17px;
}

#works .body ul.list li .left .txt2 {
  font-size: 12px;
  margin: 0 0 11px 0;
}

#works .body ul.list li .left .btn {
  width: 232px;
  height: 42px;
  margin: 0 0 0 24px;
  background-image: url("../imgs/btn_info_small.png");
  background-repeat: no-repeat;
  background-position: left top;
}
#works .body ul.list li .left .btn:hover {
  background-position: left bottom;
}

#works .body ul.list li .left .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

#works .body ul.list li .right {
  float: left;
  position: relative;
}

#works .body ul.list li .right p {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  bottom: 5px;
  line-height: 1.5;
}

#works .body ul.list li .right p.t1 {
  text-align: right;
  right: 267px;
}
#works .body ul.list li .right p.t2 {
  right: 5px;
}
#works .body ul.list li .right p.black {
  color: #58595b;
}

/* ------------------------------------
◆　#child_works
------------------------------------ */
#child_works {
  width: 100%;
  padding-top: 20px!important;
}

#child_works .body {
  width: 850px;
  margin: 0 auto;
  position: relative;
}

#child_works .body .btn_work_close {
  width: 58px;
  position: absolute;
  top: 34px;
  right: 0;
}
#child_works .body .btn_work_close img {
  width: 100%;
  height: auto;
}

#child_works .body .title {
  height: 70px;
  padding: 0 0 0 90px;
  background-image: url("../imgs/bg_child_works.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 0 25px 0;
}

#child_works .body .title img {
  padding: 14px 0 10px 10px;
}

#child_works .body .title h1 {
  font-weight: normal;
  font-size: 26px;
  vertical-align: sub;
}

#child_works .body .title h1 span {
  font-size: 12px;
}

#child_works .body .desc {
  font-size: 12px;
  line-height: 20px;
  margin: 5px 0 25px 0;
}

#child_works .body .photo.m_bottom {
//  margin: 0 0 30px 0;
}

#child_works .body .photo li {
  margin: 0 0 14px 0;
  position: relative;
}

#child_works .body .photo li p {
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: #fff;
  letter-spacing: 0;
}
#child_works .body .photo li p.black {
  color: #58595b;
}
#child_works .body .photo li p.lt {
  top: 8px;
  bottom: auto;
  left: 10px;
  right: auto;
}

#child_works .body .photo li.left {
  float: left;
  width: 420px;
}

#child_works .body .photo li.right {
  float: right;
  width: 420px;
}

#child_works .body .photo li img {
  width: 100%;
  height: auto;
}

#child_works .attention {
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0;
  text-align: right;
  margin: 0 0 15px 0;
}

/* ------------------------------------
◆　#support
------------------------------------ */
#support {
  width: 100%;
}

#support .body {
  width: 850px;
  margin: 0 auto;
}

#support .topic {
  position: relative;
  margin: 62px 0 20px 0;
  padding: 0 0 0 10px;
  letter-spacing: 0.05em!important;
  white-space: nowrap;
}

#support .topic:after {
  content: "";
  width: 78px;
  height: 74px;
  background-image: url("../imgs/bg_support_topic.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: -25px;
  left: 0;
}

#support .desc {
  font-size: 12px;
  line-height: 29px;
  margin: 0 0 30px 0;
}

#support ul.support {
  border-top: 4px #998379 solid;
  margin: 0 0 135px 0;
  padding: 15px 0 0 0;
}

#support ul.support li {
  height: 50px;
  margin: 0 0 11px 0;
}

#support ul.support li .left {
  width: 276px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #998379;
  float: left;
  padding: 0 0 0 64px;
  background-color: #e4dcd2;
  background-image: url("../imgs/bg_support_ul.png");
  background-repeat: no-repeat;
  background-position: 8px center;
}

#support ul.support li .left.txt {
  line-height: 17px;
  height: 40px;
  padding-top: 10px;
}

#support ul.support li .left span {
  display: block;
  font-size: 11px;
}

#support ul.support li .right {
  width: 490px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  padding: 0 10px 0 10px;
  color: #808082;
  float: left;
  background-color: #f7f5f0;
}

#support ul.support li .right.txt {
  font-size: 12px;
  line-height: 19px;
  height: 43px;
  padding-top: 7px;
}

/* ------------------------------------
◆　#footer
------------------------------------ */
#gFooter #fNav ul li a:hover,
#cigrCommonFooter .link a:hover {
  text-decoration: underline;
}

#gFooter #fNav ul li.last {
  border-right: none;
}

#cigrCommonFooter {
  width: 960px;
  border-top: 1px #ddd solid;
  margin: 0 auto;
  padding-bottom: 30px;
}

#cigrCommonFooter .wrapper {
  position: relative;
}

#cigrCommonFooter .toTop {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -38px;
  right: 0;
  background-image: url("../imgs/btn_footer_totop.png");
  background-repeat: no-repeat;
  background-position: center;
}

#cigrCommonFooter .link {
  position: absolute;
  height: 9px;
  line-height: 9px;
  top: 15px;
  right: 60px;
  font-size: 9px;
}

#cigrCommonFooter .link .left {
  float: left;
  margin-right: 5px;
  padding-right: 7px;
  position: relative;
}

#cigrCommonFooter .link .left:after {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #0071bc;
  position: absolute;
  top: -1px;
  right: 0;
}

#cigrCommonFooter .link .right {
  float: right;
}

#cigrCommonFooter .link a {
  color: #0071bc;
}
/* works */
  #works .photo {
    border-bottom: #d7d7d7 solid 1px;
  }
  #works .photo img {
    max-width: 100%;
  }
  #works .ttl {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #works .wrapper {
    padding-left: 0; padding-right: 0;
  }
  #works .blocks {
    width: 890px;
    margin-left: -10px;
  }
  #works .blocks .box {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 268px;
    border: #d7d7d7 solid 1px;
  }
  #works .blocks .box.new:after {
    content: "NEW";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    background-color: #ad4553;
  }
  #works .blocks .box.main {
    position: relative;
    width: 558px;
    overflow: hidden;
    max-height: 370px;
  }
  #works .blocks .box.main .txtBox .txt p {
    display:none;
  }
  #works .blocks .box.main .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #works .blocks .box.main .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 120%;
    margin-left: -312px;
    margin-top: -204px;
  }


  #works .blocks .txtBox {
    padding: 7px 10px 35px;
  }
  #works .blocks .box.main .txtBox {
    padding: 7px 10px 15px;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    width: 538px;
    border-top: #d7d7d7 solid 1px;
  }
  #works .box .txtBox .sttl {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #works .blocks a {
    display: block;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(255,255,255,0.7);
  }
  #works .blocks .caption {
    position: absolute;
    right: 5px;
    bottom: 3px;
  }
  #works span.hoverArea {
    opacity: 0;
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: url(../imgs/bg-overlay.png) repeat center top;
    cursor: pointer;
    z-index: 10;
  }
  #works  span.hoverArea img {
    position: absolute;
    left: 50%;
    margin-top: -20px;
    margin-left:-20px;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  }
  #works span.hoverArea em {
    position: absolute;
    left: 50%;
    margin-left:-5em;
    top: 60%;
    font-style: normal;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  }