@charset "UTF-8";
@import "./common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#index2 .wrapper {
  /* コンテンツ
  ---------------------------------------------------------------------------- */
}
#index2 .wrapper .contents {
  margin-left: 0 !important;
  /* コンテンツ中
  ---------------------------------------------------------------------------- */
}
#index2 .wrapper .contents .contents-box {
  width: 100%;
  z-index: 9999 !important;
}

.wrapper {
  width: 100% !important;
  margin: 0 !important;
  position: relative;
  /* コンテンツ
  ---------------------------------------------------------------------------- */
  /* clear hack */
}
.wrapper .main {
  position: relative;
  /* ヘッダー
  ---------------------------------------------------------------------------- */
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  /* fullSlideShow
  --------------------------- */
}
.wrapper .main header {
  position: absolute !important;
  top: 0;
  left: 0;
  background: none;
  color: #fff;
}
.wrapper .main header .header-in {
  position: static !important;
  margin: 0 !important;
}
.wrapper .main header .header-in nav ul li a {
  color: #fff;
}
.wrapper .main header .header-in nav ul li.nav_top a {
  border-bottom: 4px solid #f21c00;
  padding-bottom: 4px !important;
}
.wrapper .main header .header-in nav ul li.nav_top a.hvr-underline-reveal:before {
  background: none !important;
}
.wrapper .main .flexslider {
  position: relative;
  margin-bottom: 0;
}
.wrapper .main .fullSlideShow {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.wrapper .main .fullSlideShow h1 img {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 9999 !important;
}
.wrapper .main .fullSlideShow ul {
  display: inline-block;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
}
.wrapper .main .fullSlideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wrapper .main .fullSlideShow ul li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  text-align: center;
}
.wrapper .main .fullSlideShow ul li img {
  width: auto;
  width: 100%;
}
.wrapper .main .pagiNation {
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute; /* absolute or fixed */
  z-index: 9999; /* 非表示にする場合は「90」以下に */
  visibility: visible; /* 非表示にする場合は「hidden」に */
}
.wrapper .main .pagiNation a {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  background: #ccc;
}
.wrapper .main .pagiNation a.pnActive {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.wrapper .contents {
  width: 100% !important;
  /* コンテンツ中
  ---------------------------------------------------------------------------- */
}
.wrapper .contents .contents-box {
  /* concept */
  /* about */
  /* works */
  /* news */
}
.wrapper .contents .contents-box .concept .inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 2.5em;
}
.wrapper .contents .contents-box .concept .sub-t img {
  margin-left: 0.25em;
  vertical-align: middle;
  max-width: 45px;
}
.wrapper .contents .contents-box .concept .sub-t a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.wrapper .contents .contents-box .concept .waku {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}
.wrapper .contents .contents-box .concept .waku .inner {
  padding: 100px 0;
}
.wrapper .contents .contents-box .concept .waku .inner p {
  margin-bottom: 2em;
  text-align: center;
}
.wrapper .contents .contents-box .concept .more a {
  display: block;
  padding: 230px 0;
  text-align: center;
  background: url("../image/bg_concept.jpg") no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.wrapper .contents .contents-box .concept .more i {
  margin: 0.5em;
  font-size: 2.5em;
  display: block;
}
.wrapper .contents .contents-box .bg-img {
  -webkit-perspective: auto;
  perspective: auto;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  opacity: 0;
  height: auto;
}
.wrapper .contents .contents-box .on {
  -webkit-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
  opacity: 1;
}
.wrapper .contents .contents-box .about .inner {
  padding: 300px 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 2.5em;
}
.wrapper .contents .contents-box .about .sub-t img {
  margin-left: 0.25em;
  vertical-align: middle;
  max-width: 50px;
}
.wrapper .contents .contents-box .about .sub-t a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.wrapper .contents .contents-box .about .waku {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}
.wrapper .contents .contents-box .about .waku .inner {
  padding: 100px 0;
}
.wrapper .contents .contents-box .about .waku .inner p {
  margin-bottom: 2em;
  text-align: center;
}
.wrapper .contents .contents-box .about .more a {
  display: block;
  padding: 8em 0;
  text-align: center;
  background: url("../image/bg_about.jpg") no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.wrapper .contents .contents-box .about .more i {
  margin: 0.5em;
  font-size: 2.5em;
  display: block;
}
.wrapper .contents .contents-box .works {
  padding: 4em 0 6em 0;
  background: url("../image/bg_work.jpg") no-repeat 0 0;
  background-size: 100%;
}
.wrapper .contents .contents-box .works .t-work {
  max-width: 450px;
  padding: 2em 0;
  margin: 0 auto 2em;
  background-image: url("../image/works_ic01.png"), url("../image/works_ic02.png");
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}
.wrapper .contents .contents-box .works .t-work h2 {
  margin-bottom: 0;
  text-align: center;
}
.wrapper .contents .contents-box .works .t-work h3 {
  text-align: center;
}
.wrapper .contents .contents-box .works .work-list {
  width: 100%;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
.wrapper .contents .contents-box .works .work-list ul {
  margin: 0 auto 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper .contents .contents-box .works .work-list ul li {
  width: 25%;
  margin: 0;
  padding: 0;
}
.wrapper .contents .contents-box .works .work-list ul li img {
  width: 100%;
  height: 280px;
  vertical-align: bottom;
}
.wrapper .contents .contents-box .works .work-list ul li.voice {
  overflow: hidden;
  position: relative;
}
.wrapper .contents .contents-box .works .work-list ul li.voice .caption {
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
}
.wrapper .contents .contents-box .works .work-list ul li.voice .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(0); /* 大きさを０にして表示しない */
  transform: scale(0);
}
.wrapper .contents .contents-box .works .work-list ul li.voice:hover .mask {
  -webkit-transform: scale(1); /* 大きさを１にして表示する */
  transform: scale(1);
}
.wrapper .contents .contents-box .works p {
  text-align: center;
}
.wrapper .contents .contents-box .news {
  padding: 6em 0;
  -webkit-box-shadow: -3px 0px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -3px 0px 6px 0 rgba(0, 0, 0, 0.05);
}
.wrapper .contents .contents-box .news .t-work {
  text-align: center;
}
.wrapper .contents .contents-box .news .inblock .pen {
  width: 25%;
  float: left;
}
.wrapper .contents .contents-box .news .inblock .kiji {
  width: 75%;
  float: left;
  margin-bottom: 4em;
  /* clear hack */
}
.wrapper .contents .contents-box .news .inblock .kiji dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
}
.wrapper .contents .contents-box .news .inblock .kiji dl dt {
  width: 100px;
}
.wrapper .contents .contents-box .news .inblock .kiji dl dd {
  width: calc(100% - 120px);
  font-size: 1.1em;
}
.wrapper .contents .contents-box .news .inblock .kiji dl dd span {
  max-width: 100px;
  display: block;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0.1em 1em;
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
}
.wrapper .contents .contents-box .news .inblock .kiji dl dd span.ic-works {
  background: #f21c00;
}
.wrapper .contents .contents-box .news .inblock .kiji dl {
  zoom: 1;
}
.wrapper .contents .contents-box .news .inblock .kiji dl:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.wrapper .contents .contents-box .news .inblock {
  zoom: 1;
}
.wrapper .contents .contents-box .news .inblock:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.wrapper .contents .contents-box .news p {
  text-align: center;
}
.wrapper .contents {
  zoom: 1;
}
.wrapper .contents:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 1300px) {
  /* コンテンツ
  ---------------------------------------------------------------------------- */
  .contents {
    width: 100% !important;
    /* コンテンツ中
    ---------------------------------------------------------------------------- */
  }
  .contents .contents-box {
    /* concept */
    /* about */
  }
  .contents .contents-box .concept .more {
    background: url("../image/bg_concept.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .contents .contents-box .concept .more a {
    padding: 8em 0 !important;
    background: none !important;
    display: block;
  }
  .contents .contents-box .concept .more i {
    font-size: 0.9em !important;
    display: inline-block !important;
  }
  .contents .contents-box .about .more {
    background: url("../image/bg_about.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .contents .contents-box .about .more a {
    display: block;
    padding: 8em 0 !important;
    background: none !important;
    font-size: 1.5em;
  }
  .contents .contents-box .about .more i {
    font-size: 0.9em !important;
    display: inline-block !important;
  }
  .fullSlideShow {
    height: 1000px !important;
  }
  .fullSlideShow ul {
    margin-top: -500px !important;
    height: 1000px !important;
  }
  .fullSlideShow ul li {
    height: 1000px !important;
  }
}
@media screen and (max-width: 1025px) {
  .fullSlideShow {
    height: 700px !important;
  }
  .fullSlideShow ul {
    margin-top: -350px !important;
    height: 700px !important;
  }
  .fullSlideShow ul li {
    height: 700px !important;
  }
  .fullSlideShow ul li a img {
    width: 80% !important;
  }
  .works .work-list ul li img {
    width: 100%;
    height: 195px;
  }
  /* concept */
  .concept .waku {
    border: 1px solid #fff;
  }
  .concept .waku .inner {
    padding: 3em 0;
  }
  .concept .waku .inner p {
    margin-bottom: 2em;
    text-align: center;
  }
  .concept .more a {
    display: block;
    padding: 3em 0;
    text-align: center;
  }
  .concept .more i {
    margin: 0.5em;
    font-size: 2.5em;
    display: block;
  }
  /* about */
  .about .inner {
    padding: 3em 0;
  }
  .about .waku {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
  }
  .about .waku .inner {
    padding: 0;
  }
  .about .waku .inner p {
    margin-bottom: 2em;
    text-align: center;
  }
  .about .more a {
    display: block;
    padding: 3em 0;
    font-size: 1.2em;
  }
  .about .more i {
    margin: 0.5em;
    font-size: 2.5em;
    display: block;
  }
}
@media screen and (max-width: 769px) {
  /*===========================================================================*/
  /*  media quary:767px  */
  /*===========================================================================*/
  .fullSlideShow {
    height: 400px !important;
  }
  .fullSlideShow ul {
    margin-top: -200px !important;
    height: 400px !important;
  }
  .fullSlideShow ul li {
    height: 400px !important;
  }
  .fullSlideShow ul li a img {
    width: 50% !important;
  }
  .works {
    padding: 3em 0;
  }
  .works .t-work h2 {
    font-size: 1.8em;
  }
  .works .work-list {
    width: 100%;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
  }
  .works .work-list ul {
    margin: 0 auto 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .works .work-list ul li {
    width: 50% !important;
    margin: 0;
    padding: 0;
  }
  .works .work-list ul li img {
    width: 100%;
    height: 240px !important;
    vertical-align: bottom;
  }
  .works .work-list ul li.voice {
    overflow: hidden;
    position: static;
  }
  .works .work-list ul li.voice .caption {
    font-size: 1.1em;
    position: static !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    -webkit-transform: none !important;
    transform: none !important;
    text-align: center;
  }
  .works .work-list ul li.voice .mask {
    width: auto !important;
    height: auto !important;
    position: static !important;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.4s !important;
    transition: all 0.4s !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .works .work-list ul li.voice:hover .mask {
    -webkit-transform: scale(1); /* 大きさを１にして表示する */
    transform: scale(1);
    -webkit-transform: none !important;
    transform: none !important;
  }
  .concept {
    padding-top: 30px !important;
  }
  .concept .bg-img {
    -webkit-perspective: auto;
    perspective: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
    opacity: 1 !important;
    height: auto;
  }
  .concept .on {
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
    opacity: 1;
  }
  .about {
    padding-top: 30px !important;
  }
  /* about */
  /* news */
  .news {
    padding: 2em 1em !important;
  }
  .news .inblock .pen {
    width: 15%;
    float: left;
  }
  .news .inblock .kiji {
    width: 85%;
    float: left;
    margin-bottom: 0;
  }
  .news .inblock .kiji dl {
    display: block !important;
    margin-bottom: 0.5em;
  }
  .news .inblock .kiji dl dt {
    width: 100% !important;
  }
  .news .inblock .kiji dl dd {
    width: 100% !important;
    font-size: 1em;
  }
}
@media screen and (max-width: 479px) {
  /*===========================================================================*/
  /*  media quary:479px  */
  /*===========================================================================*/
  .fullSlideShow {
    height: 350px !important;
  }
  .fullSlideShow ul {
    margin-top: -200px !important;
    height: 350px !important;
  }
  .fullSlideShow ul li {
    height: 350px !important;
  }
  .fullSlideShow ul li a img {
    width: 60% !important;
  }
  .works .work-list ul li img {
    width: 100%;
    height: 170px !important;
  }
}