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

body {
  font-family: 'Muli','Noto Sans JP', sans-serif;
  font-size: 100%;
  line-height:normal;
  letter-spacing:normal;
  text-align:left;
  background:none;
}

a {
  color:#000;
  transition: color .4s;
}

a:hover {
  text-decoration:none;
}

/* header */
.top-header {
  width:1000px;
  overflow: hidden;
  zoom: 1;
  margin:30px auto 20px;
}

.top-logo {
  width:142px;
  float:left;
}

.top-right-navi {
  width:400px;
  float:right;
}

.top-header-sns {
}

.top-header-sns ul {
  float:right;
  overflow: hidden;
  zoom: 1;
  list-style:none;
  margin-bottom:30px;
}

.top-header-sns ul li {
  float:left;
  font-size:26px;
  font-weight:800;
  margin-left:20px;
}

.top-header-navi ul {
  float:right;
  overflow: hidden;
  zoom: 1;
  font-size:14px;
  list-style:none;
}

.top-header-navi ul li {
  float:left;
  margin-left:30px;
}

.top-global-navi {
  width:1000px;
  margin:0 auto;
}

.top-global-navi ul {
  width:1070px;
 display: table;
/*  table-layout: fixed; */
  text-align: center;
  list-style:none;
  margin:0 -35px 20px -35px;
}

.top-global-navi ul li {
  font-size:18px;
  font-weight:500;
  display: table-cell;
  vertical-align: middle;
}

/* keyvisual */
.top-main-visual {
  height:400px;
}

.top-main-visual img {
  position:absolute;
  left:50%;
  width:1620px;
  margin-left:-810px;
}

.top-main {
  width:1000px;
  margin:80px auto 80px;
}

/* main */
.top-main-column {
  overflow: hidden;
  zoom: 1;
  margin-left:-10px;
  margin-right:-10px;
}

.top-main-column-item {
  overflow: hidden;
  width:320px;
  height:320px;
  float:left;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  position:relative;
}

.top-main-column-item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.top-main-column-item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.top-main-column-item:hover .figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

.figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.figcaption  h3 {
  font-size:28px;
  color:#fff;
  text-align:center;
  padding-top:90px;
}


/* footer */
.top-footer {
  padding-top:10px;
  border-top:4px solid #bfbfbf;
}

.top-footer-inner {
  width:1000px;
  overflow: hidden;
  zoom: 1;
  margin:0 auto 20px;
}

.top-footer-company {
  width:240px;
  float:left;
}

.top-company-name {
  font-size:26px;
  font-weight:800;
}

.top-footer-navi {
  width:300px;
  float:left;
  margin-top:10px;
}

.top-footer-navi ul {
  list-style:none;
}

.top-footer-sns {
}

.top-footer-sns ul {
  float:right;
  overflow: hidden;
  zoom: 1;
  list-style:none;
  margin-bottom:35px;
}

.top-footer-sns ul li {
  float:left;
  font-size:26px;
  font-weight:800;
  margin-left:20px;
}

.top-footer-copyright {
  width:400px;
  float:right;
}

.top-footer-copyright p {
  text-align:right;
}
