@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
 }

.pc { display: block; }
.sp { display: none; }

/*html {
  width: 1260px;
  background: #333333;
  height: 768px;
  background-position: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

header li > span,
.solo_link > span {
  opacity: 0.2;
}

body {
  font-size:14px;
  line-height: 1.8em;
  letter-spacing: .05em;
  font-weight: 400;
  /*font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;*/
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #F9F9F9;
  background-color: #cb3740;
  min-height: 808px;
}

h1 {
    font-size: 8rem;
    font-weight: 500 !important;
}
h2 { font-size: 3.6rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.8rem; }
h5 { font-size: 1.6rem; }
p, dl, dt, dd, li, th, td, span, a { font-size: 1.2rem; }

ul, li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.8;
}

a {
  color: #F9F9F9;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

a:visited { color: #EFEFEF; }

a:hover,
a:focus,
a:active {
  color: #cb3740;
  text-decoration: none;
}

#nav_content {
    position: fixed;
    top: 0;
    left: inherit;
    z-index: 110;
    width: 25%;
    max-width: 292px;
    padding: 0 15px;
    background: rgba(0,0,0,0.4);
}

header {
  background: none;
  border: none;
  position: relative;
  left: 0;
  -webkit-height: calc(100vh - 60px);
  -moz-height: calc(100vh - 60px);
  -ms-height: calc(100vh - 60px);
  -o-height: calc(100vh - 60px);
  height: calc(100vh - 60px);
  max-height: 768px;
  min-height: 470px !important;
}

header h1 {
  float: none;
  margin: 60px 0 0;
  width: 60px;
  height: 120px;
  overflow: hidden;
  font-size: 4rem;
}

header h1 > * {
  width: 60px;
  height: 60px;
  display: block;
}

h1 .solo_link.pc {
  width: 60px;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

header h1 img {
  width: 60px;
}

.index {
  background-size: cover;
  background-repeat: no-repeat;
  /*overflow: hidden;*/
  margin: 0 auto;
  max-width: 1170px;
}

/*.home {
  background-image: url(../img/013_b.jpg);
  background-size: 130% auto;
  background-position: left 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.business {
  background-image: url(../img/pj_005b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.company {
  background-image: url(../img/bg_013b.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact {
  background-image: url(../img/bg_004b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/

body > * { z-index: 1; }

body > div.bg-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

body.business.case > div.bg-area,
body.privacypolicy > div.bg-area,
body.press > div.bg-area {
  display: none !important;
}

#bg0, .home {
  background-image: url(../img/bg_01_b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#bg1 {
  background-image: url(../img/pj_005b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#bg2 {
  background-image: url(../img/bg_013b.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#bg3 {
  background-image: url(../img/bg_004b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.business.case {
  /*background-image: url(../img/bg_001b2.jpg);*/
  background-image: url(../img/pj_007b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.privacypolicy {
  background-image: url(../img/pj_001b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.press {
  background-image: url(../img/pj_004b.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

article.page {
  padding: 0 0 120px;
  overflow: hidden;
}

article#home.page {
  -webkit-height: calc(100vh - 180px);
  -moz-height: calc(100vh - 180px);
  -ms-height: calc(100vh - 180px);
  -o-height: calc(100vh - 180px);
  height: calc(100vh - 180px);
}

.wrapper {
  background: none;
  position: relative;
/*  top: 0;*/
/*  left: 50%;*/
  /*min-height: 808px;*/
  max-width: 1170px;
/*    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);*/
}

section.data {
  background: rgba(0,0,0,0.4);
  padding: 20px 30px 10px 20px;
  margin: -20px 0 60px;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: linear;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
section.data:hover,
section.data:focus,
section.data:active {
  background: rgba(0,0,0,0.8);
}

section.data a {
  color: #cb3740;
  opacity: 1;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: color;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: linear;
  transition-property: color;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
section.data:hover a,
section.data:focus a,
section.data:active a {
  color: #cb3740;
}

section.data a:hover {
  color: #FFFFFF;
}

#contact section.data {
  background: rgba(0,0,0,0);
  padding: 0;
  margin: 0;
}

#content {
  overflow: auto;
  /*height: 750px;*/
  max-width: 100%;
  /*margin-left: 25%;*/
}

.content >* {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

h1.catchcopy {
  /*font-size: 70px;*/
  margin: 0 0 40px;
  line-height: 0.9;
  font-weight: bold;
}

/*h1.catchcopy {
  font-size: 50px;
  margin: 0 0 40px;
  line-height: 1;
  padding-left: 15px;
  text-align: center;
}*/

.index h2 {
  /*font-size: 50px;*/
  margin: 0 0 40px;
  line-height: 1;
  padding-left: 15px;
  font-weight: bold;
}

#home p {
    font-size: 1.8rem;
    font-weight: 100;
}

#home p.scroll_button {
  text-align: center;
  position: absolute;
  top: 30vh;
  left: 50%;
  -webkit-transform: translate(-50%,0);
     -moz-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
       -o-transform: translate(-50%,0);
          transform: translate(-50%,0);
}

#home p.scroll_button a {
  background: #CB3840;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  opacity: 0.8;
  opacity: 0.9;
  -webkit-transition-property: opacity, color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: opacity, color;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: linear;
  transition-property: opacity, color;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

#home p.scroll_button a:hover {
  opacity: 0.8;
  background-color: #EFEFEF;
  color: #cb3740;
}

#home p.scroll_button a span:before {
  width: 26px;
  height: 25px;
  display: block;
  top: 2px;
  position: relative;
}

#side_nav li {
  border-bottom: 2px solid #CB3840;
  width: 0%;
  -webkit-transition-property: width;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: width;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

#side_nav li.active {
    border-bottom: 2px solid #CB3840;
    width: 100%;
}

/*#side_nav li.active a {
  background: #CB3840;
}*/

/*#home p.scroll_button a:*/

#side_nav.pc ul li {
  line-height: 2.4;
}

.solo_link {
  margin-top: 40px;
}

.solo_link span.active_page {
  font-weight: bold;
}

.footer_text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_text p {
  color: #F9F9F9;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.content-title {
    text-align: right;
    margin: 0 0 12px;
}

#contents_area {
  padding-top: 180px;
}

#contents_data {
  padding-top: 270px;
}

/*#company .no_1 { min-height: 310px; }
#company .no_2 { min-height: 380px; }
#company .no_3 { min-height: 200px; }*/

.data ul li { overflow: hidden; }

/*.data ul li span {
  display: block;
  -webkit-width: calc(38% - 1%);
  -moz-width: calc(38% - 1%);
  -ms-width: calc(38% - 1%);
  -o-width: calc(38% - 1%);
  width: calc(38% - 1%);
  text-align: right;
  padding-left: 10px;
  float: left;
}*/

.data ul li span {
  display: block;
  width: auto;
  text-align: left;
  padding-left: 0.5em;
  float: left;
  text-indent: -1em;
}

.data ul li span.list_detail,
.data ul li ul.list_detail {
  display: block;
  width: auto;
  float: left;
  text-align: left;
  list-style: none;
  text-indent: 0;
}

.data ul li ul.list_detail li { list-style: none; }

/*business*/

/*.business .no_1 { min-height: 260px; }
.business .no_2 { min-height: 160px; }
.business .no_3 { min-height: 398px; }*/

/*.business.case .content-title.no_2 { min-height: 1040px; }
.business.case .content-title.no_3 { min-height: 460px; }
.business.case .content-title.no_4 { min-height: 460px; }*/

ul.pj_contents {
  overflow: hidden;
  margin: 0;
}

ul.pj_contents li {
  -webkit-width: calc(50% - 1%);
  -moz-width: calc(50% - 1%);
  -ms-width: calc(50% - 1%);
  -o-width: calc(50% - 1%);
  width: calc(50% - 1%);
  padding: 1%;
  display: inline-block;
}

ul.pj_contents li a {
  display: block;
  width: 100%;
  padding: 58% 1% 1%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

ul.pj_contents li a img {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  -webkit-transition-property: opacity, background-color, width;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: opacity, background-color, width;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: linear;
  transition-property: opacity, background-color, width;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  opacity: 1;
  background-color: #555555;
}

ul.pj_contents li a:hover img {
  opacity: 0.5;
  background-color: #000000;
  width: 120%;
}



/*.contact*/

#contact .no_1 { min-height: 20px; }
#contact .no_2 { min-height: 20px; }
#contact .no_3 { min-height: 20px; }

#contact .no_1,
#contact .no_2,
#contact .no_3,
#contact .no_4,
#contact .no_5 {
  min-height: 30px;
  margin: 0;
}

#contact .data input {
  line-height: 24px;
  -webkit-width: calc(100% - 3%);
  -moz-width: calc(100% - 3%);
  -ms-width: calc(100% - 3%);
  -o-width: calc(100% - 3%);
  width: calc(100% - 3%);
  background-color: rgba(0,0,0,0.6);
  border: 0.5px solid #999999;
}

#contact .data.no_4 input { height: 80px; }
#contact .data.no_5 input {
  width: 25%;
  background-color: #cb3740;
}
#contact .data.no_5 input:hover {
  opacity: 0.9;
  background-color: #EFEFEF;
  color: #cb3740;
}

#contents_area .content-title {
  line-height: 30px;
  margin-bottom: 10px;
}

#contact section.data.gmap {
  margin: -20px 0 60px;
}

/*privacypolicy*/

.privacypolicy #contents_data,
.press #contents_data {
    padding-top: 320px;
}


/*paginate*/

footer {
  position: fixed;
    top: 455px;
    left: 50%;
    z-index: 250;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}

footer.container {
  max-width: 1170px;
  width: 100%;
}

.paginate_links {
  overflow: hidden;
  margin: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.paginate_links li {
  padding: 0;
  position: relative;
}

.paginate_links li a img {
  width: 33px;
  top: 0;
  position: relative;
}

.paginate_links li a img.off {
  opacity: 1;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.paginate_links li a:hover img.off {
  opacity: 0;
}

.paginate_links li a img.on {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.paginate_links li a:hover img.on {
  opacity: 1;
}

.paginate_links li a:hover img {
  opacity: 0.6;
}

.paginate_links li.arrowLeft a img.on { left: -33px;}
.paginate_links li.arrowRight a img.off { left: 33px;}

.paginate_links li.arrowLeft a { float: left; }
.paginate_links li.arrowRight a { float: right; }

.nav_pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50px;
  margin: 0 auto;
  padding: 15px 0;
  background: rgba(0,0,0,0.7);
  z-index: 2;
}

.nav_pagination li {
  padding: 15px 0;
  width: 100%;
  position: relative;
}

.nav_pagination li a {
  background: #CCCCCC;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  margin: 0 auto;
  -webkit-transition-property: opacity,background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: opacity,background;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  transition-property: opacity,background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.nav_pagination li.active a,
.nav_pagination li a:hover {
  background: #cb3740;
  opacity: 1;
}

.nav_pagination li a span {
  display: block;
  width: 130px;
  padding: 10px;
  background-color: #cb3740;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: lighter;
  z-index: 1;
  position: absolute;
  left: 50px;
  top: 0px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  -moz-transition-property: visibility,opacity,-moz-transform;
  -o-transition-property: visibility,opacity,-o-transform;
  transition-property: visibility,opacity,transform;
  -webkit-transition-duration: 0s,.4s,.4s;
  -moz-transition-duration: 0s,.4s,.4s;
  -o-transition-duration: 0s,.4s,.4s;
  transition-duration: 0s,.4s,.4s;
  -webkit-transition-delay: .6s,.01s,.01s;
  -moz-transition-delay: .6s,.01s,.01s;
  -o-transition-delay: .6s,.01s,.01s;
  transition-delay: .6s,.01s,.01s;
  -o-transition-timing-function: cubic-bezier(.6,0,.3,1);
  transition-timing-function: cubic-bezier(.6,0,.3,1);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.nav_pagination li.active a span,
.nav_pagination li.active:hover a span,
.nav_pagination li:hover a span {
  display: block;
  background-color: #cb3740;
  color: #F9F9F9;
  position: absolute;
  /*left: 60px;*/
  top: 0px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0s,.2s,.4s;
  -moz-transition-delay: 0s,.2s,.4s;
  -o-transition-delay: 0s,.2s,.4s;
  transition-delay: 0s,.2s,.4s;
}

/*TopToButton*/

a#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #cb3740;
  text-align: center;
  font-size: 26px;
  opacity: 1;
  -webkit-transition-property: opacity, color;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: opacity, color;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: linear;
  transition-property: opacity, color;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

a#pageTop:hover {
  opacity: 0.9;
  background-color: #EFEFEF;
  color: #cb3740;
}

.glyphicon-chevron-up:before {
  font-size: 2.6rem;
}

/*lording*/

#preloader_1{
    position:relative;
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#9b59b6;
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}

#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
  0% {height:5px;transform:translateY(0px);background:#9b59b6;}
  25% {height:30px;transform:translateY(15px);background:#3498db;}
  50% {height:5px;transform:translateY(0px);background:#9b59b6;}
  100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}

/*fadein*/
.csstransitions .float_up {
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transform: translate(0,100px);
  -moz-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
}
.csstransitions .float_upped {
  -webkit-transform: translate(0,0px);
  -moz-transform: translate(0,0px);
  transform: translate(0,0px);
  opacity: 1;
}

/*loading*/

#loader{
  /*border: solid;*/
  width: 170px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px -85px;
}

#loader div{
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 0%;
  position: absolute;
  -webkit-animation: animate 1.4s ease infinite;
}


#loader div:nth-child(2) {
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -webkit-animation-delay: .08s;
}

#loader div:nth-child(3) {
  transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -webkit-animation-delay: .16s;
}

#loader div:nth-child(4) {
  transform:translateX(90px);
  -webkit-transform: translateX(90px);
  -webkit-animation-delay: .24s;
}

#loader div:nth-child(5) {
  transform: translateX(120px);
  -webkit-transform: translateX(120px);
  -webkit-animation-delay: .32s;
}

#loader div:nth-child(6) {
  transform: translateX(150px);
  -webkit-transform: translateX(150px);
  -webkit-animation-delay: .40s;
}

@-webkit-keyframes animate {
  0%{left: 0px; top: 0px;}
  5%{left: -2px; top: 4px; width: 24px; height: 16px; -webkit-filter: blur(0.1px);}
  10%{left: -1px; top: 4px; width: 22px; height: 18px; -webkit-filter: blur(0.1px);}

  15%{left: 1px; top: -17px; width: 18px; height: 22px; -webkit-filter: blur(0.3px);}

  22%{left: 0px; top: -34px; width: 20px; height: 20px; -webkit-filter: blur(0.2px);}

  29%{left: 1px; top: -17px; width: 18px; height: 22px; -webkit-filter: blur(0.3px);}

  34%{left: 1px; top: 0px;  width: 18px; height: 22px; -webkit-filter: blur(0.2px);}

  40%{left: -1px; top: 4px; width: 22px; height: 18px; -webkit-filter: blur(0.1px);}

  43%{left: 0px; top: 0px; width: 20px; height: 20px;-webkit-filter: blur(0px)}
  100%{left: 0px; top: 0px;}
}

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #cb3740;
  z-index: 12000;
}
#loader {
  display: block;
  position: fixed;
/*  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;*/
  text-align: center;
  color: #fff;
  z-index: 12001;
}


/*pre*/
header { max-height: 540px }

#contents_area {
    padding-top: 70px;
}


/*--max991px-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .pc { display: none; }
  .sp { display: block; }

  .wrapper { top: 0; }
  body { overflow: auto; font-size: 8px; }
  .home { background-position: 30% 30%; background-size: cover; }

  p { line-height: 1.8; }

  body > div.bg-area {
    position: fixed;
  }

  #content {
    height: 100vh;
    overflow: initial;
  }

  #nav_content {
    position: fixed;
    top: 0;
    left: inherit;
    z-index: 110;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    height: 60px;
    background: rgba(0,0,0,0.2);
  }

  header {
    height: 60px;
    max-height: auto;
    min-height: auto !important;
  }

  header h1 {
    float: none;
    margin: 15px 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
  }

  header h1 img {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }

/*spnav*/

  #gnavi.sp {
    display: none;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    right: 0px;
    padding: 30px 60px;
    height: 100vh;
    width: 100vw;
    text-align: center;
  }

  #gnavi.sp ul.menu_list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  #gnavi.sp .menu_list li {
    margin-bottom: 40px;
  }

  a#gnavi_btn,
  a#gnavi_close {
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }
  a#gnavi_btn { margin: 0; }
  a#gnavi_close { margin: 15px; }

  a#gnavi_btn img,
  a#gnavi_close img {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }

  a#gnavi_btn .off,
  a#gnavi_close .off {
    opacity: 1;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: linear;
  }
  a#gnavi_btn:hover .off,
  a#gnavi_btn:active .off,
  a#gnavi_close:hover .off,
  a#gnavi_close:active .off { opacity: 0; }

  a#gnavi_btn .on,
  a#gnavi_close .on {
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: linear;
  }
  a#gnavi_btn:hover .on,
  a#gnavi_btn:active .on,
  a#gnavi_close:hover .on,
  a#gnavi_close:active .on { opacity: 1; }


  section.data {
    margin-top: 0;
  }

  section.data {
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  article.page {
    overflow: hidden;
  }
  .content-title {
    text-align: left;
  }

  #contents_area #contact .col-md-8 .content-title {
    margin-bottom: 0;
  }

  #contact section.data.gmap {
    margin-top: 0;
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    -ms-width: calc(100% - 30px);
    -o-width: calc(100% - 30px);
    width: calc(100% - 30px);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }

  #contact section.data.gmap > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #contact .titles p {
    margin: 0;
  }

  #contact .data input {
    line-height: 24px;
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    -ms-width: calc(100% - 30px);
    -o-width: calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: rgba(0,0,0,0.6);
    border: 0.5px solid #999999;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1em;
  }

  #contact .data.no_5 input {
    margin-top: 30px;
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    -ms-width: calc(100% - 30px);
    -o-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
  #contact .data.no_5 input:hover {
    opacity: 0.9;
    background-color: #EFEFEF;
    color: #cb3740;
  }

  #contact form .row section.data.no_5.col-md-8.col-sm-12 {
    text-align: center;
  }

/*  .data ul li span {
    display: block;
    -webkit-width: calc(30% - 1%);
    -moz-width: calc(30% - 1%);
    -ms-width: calc(30% - 1%);
    -o-width: calc(30% - 1%);
    width: calc(30% - 1%);
    text-align: right;
    padding-left: 10px;
    float: left;
  }*/

  .data ul li span {
    display: block;
    width: auto;
    text-align: left;
    padding-left: 0.5em;
    float: left;
    text-indent: -1em;
  }

  .data ul li span.list_detail,
  .data ul li ul.list_detail {
    display: block;
    width: 66%;
    float: left;
    text-align: left;
    list-style: none;
    text-indent: 0;
  }

  .footer_text {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    padding: 15px 15px 10px;
  }

  .footer_text p {
    color: #F9F9F9;
    font-size: 10px;
    line-height: 30px;
    font-weight: 100;
    margin: 0;
  }

  a#pageTop {
    bottom: 15px;
    right: 15px;
    z-index: 109;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .glyphicon-chevron-up:before {
    font-size: 1.6rem;
  }

}

/*--max767px-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body { font-size: 6px; }
  .wrapper {
      width: 100%;
      min-height: auto;
  }

  #content {
    height: 100vh;
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    -ms-width: calc(100% - 30px);
    -o-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }

  #bg0,
  .home,
  #bg1,
  #bg2,
  #bg3,
  .business.case,
  .privacypolicy,
  .press {
    background-size: auto 100%;
  }

  #nav_content,
  .footer_text.sp {
    width: 100%;
    height: 60px;
  }

  .data ul li span {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    float: none;
  }

  .data ul li span.list_detail, .data ul li ul.list_detail {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    list-style: none;
    padding-left: 20px;
    overflow: hidden;
    margin-bottom: 1em;
  }
}

/*--max767px-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 500px) {

  body { font-size: 5px; }

  h1.catchcopy {
    font-size: 40px;
  }

  #home p {
    font-size: 1.4rem;
  }

  #home p.scroll_button {
    top: 45vh;
  }

  #contents_area {
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  article#home.page {
    -webkit-height: calc(100vh - 60px);
    -moz-height: calc(100vh - 60px);
    -ms-height: calc(100vh - 60px);
    -o-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow: hidden;
  }

  ul.pj_contents li {
    -webkit-width: calc(100% - 1%);
    -moz-width: calc(100% - 1%);
    -ms-width: calc(100% - 1%);
    -o-width: calc(100% - 1%);
    width: calc(100% - 1%);
  }
}


