@charset "UTF-8";

* {
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1*/
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
    height: 1px!important;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body {
  font-size: 13px;
  line-height: 1.55;
  color: #333;
  text-align: center;
}
.mainW {
  width: 960px;
  margin: auto;
}
#flow,#company {
  width: 100%;
  background: #F7F7F7;
  padding-bottom: 30px;
}
.catch {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 25px;
}
.tit {
  margin: 90px 0 30px;
}
h3.sent {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

header {
          border-bottom: 1px solid #ccc;
          height: 82px;
          width: 100%;
          background: #fff;
          position: relative;
          z-index: 2;;
}
header h1 {
          float: left;
          padding-top: 10px;
}

header nav ul {
          float: left;
          padding-top: 0px;
          padding-bottom: 12.5px;
}
header nav ul li { float: left; }
header nav ul li a {
      display: block;
          width: 137px;
          border-left: 1px solid #ccc;
          color: #333;
          text-decoration: none;
          font-size: 15px;
}

.slidernavi {
  margin-top: 30px!important;
}

.wrapper {
  position: relative;
  z-index: 2;
}
.parallax div {
  position: fixed;
  z-index: 1;
  -moz-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -ms-transition-duration:0.5s;
}
#parallax01 {
  background: url(../images/company/solution_bg01.png) left top no-repeat;
  width: 364px;
  height: 369px;
  left: 920px;
  top: -110px;
}
#parallax02 {
  background: url(../images/company/solution_bg02.png) left top no-repeat;
  width: 1278px;
  height: 730px;
  left: -100px;
  top: 60px;
}
#parallax03 {
  background: url(../images/company/solution_bg03.png) left top no-repeat;
  width: 1074px;
  height: 390px;
  left: 140px;
  top: 100px;
}
#parallax04 {
  background: url(../images/company/solution_bg04.png) left top no-repeat;
  width: 839px;
  height: 92px;
  left: 150px;
  top: 600px;
}
#parallax05 {
  background: url(../images/company/solution_bg05.png) left top no-repeat;
  width: 845px;
  height: 50px;
  left: 280px;
  top: 200px;
}

#mv {
  position: relative;
  height: 760px;
  padding-top: 160px;
  overflow: hidden;
}

#mv .tit,
#mv .catch,
#mv .scroll {
  position: relative;
  text-align: center;
  z-index: 2;
}

#mv .scroll {
  position: absolute;
  top: 88%;
  text-align: center;
  z-index: 2;
  left: 50%;
  margin-left: -40px;
}

#mv #mv_logo {
  position: relative;
  padding: 50px 0 180px;
  z-index: 2;
}

#mv #mv_canvas {
  z-index: 1;
  width: 1020px;
  height: 600px;
}
#concept {
  min-width: 960px;
  position: relative;
}
#concept:before,
#concept:after {
  position: absolute;
  width: 100%;
  height: 470px;
}

#concept .tit {
  position: absolute;
  z-index: 600;
  width: 194px;
  height: 47px;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
}

#concept ul {
  width: 100%;
  display: table;
  position: relative;
  z-index: 2;
}
#concept li {
  display: table-cell;
  width: 50%;
  height: 470px;
  text-align: center;
  vertical-align: middle;

}
#concept li .inner{
  z-index: 500;
}


#concept01 .inner {
  background: #39BFB4;
}


#concept02 .inner {
  background: #83d959;
}


#concept03 .inner {
  background: #ff8cba;
}


#concept04 .inner{
  background: #ffe11a;
}

#top_solution{
  padding-bottom: 160px;
}
#top_solution .tit {
  margin: 160px 0 55px;
}

#top_solution .catch {
  margin-bottom: 40px;
}

#top_solution .sent {
}

#contents {
  min-width: 960px;
  position: relative;
}
#contents:before,
#contents:after {
  position: absolute;
  width: 100%;
  height: 470px;
}

#contents .tit {
  position: absolute;
  z-index: 3;
  width: 221px;
  height: 47px;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
}

#contents ul {
  width: 100%;
  display: table;
  position: relative;
  z-index: 2;
}
#contents li {
  display: table-cell;
  width: 50%;
  height: 470px;
  text-align: center;
  vertical-align: middle;
}

#contents01 .inner{
  background: #839ce4;
}

#contents02 .inner{
  background: #D7A4FF;
}

#contents03 .inner{
  background: #99fd5d;
}

#contents04 .inner{
  background: #baa55d;
}

#access {
}

#access .tit {
  margin: 160px 0 55px;
}

#access address {
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
#access .tel,
#access .fax {
  font-weight: bold;
  font-size: 20px;
}

#access .root {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

#access #map {
  width: 100%;
  height: 470px;
  background: #F3F3F3;
  margin-top: 70px;
}
#access #map iframe {
  width: 100%;
  height: 100%;
}
.fbArea a {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #3b5998;
  padding-top: 20px;
  -moz-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -ms-transition-duration:0.5s;
}
.fbArea a:hover {
  opacity: 0.7;
}

#solution .titArea,
#solution #total,
#flow .titArea,
#flow ol li,
#contact,
#company .mainW {
  position: relative;
  opacity: 0;
  top: 30px;
}
#confirm #contact,
#thanks #contact {
  opacity: 1;
  top: 0;
}
#solution #total li {
  opacity: 0;
}

#total {
  position: relative;
  width: 960px;
  height: 890px;
  background: url(../images/company/total_bg01.png);
  margin: 80px 0  ;
}
#total li {
  position: absolute;
  text-align: left;
}
#total #ico01 { left: 571px; top: 72px;}
#total #ico02 { left: 703px; top: 355px;}
#total #ico03 { left: 410px; top: 648px;}
#total #ico04 { left: 114px; top: 355px;}
#total #ico05 { left: 254px; top: 72px;}


#total li h3 {
  margin-bottom: 5px;
}
#total li .cont p {
}
#total li .cont p:before {
  content:"●";
  padding-right: 5px;
}


#flow .mainW ol {
          margin-top: 60px;
}

#flow .mainW ol li {
          width: 208px;
          display: inline-block;
          height: 240px;
          vertical-align: top;
          margin-left: 37px;
          margin-bottom: 35px;
}
#flow .mainW ol li:first-child,
#flow .mainW ol li:nth-child(5) {
  margin-left: 0;
}
#flow .mainW ol li .ico {
}

#flow .mainW ol li h3 {
          font-size: 20px;
          margin-bottom: 12px;
}

#flow .mainW ol li .sent {
          text-align: left;
}

#flow .mainW .note {
          font-size: 12px;
          text-align: right;
}

#contact {
          padding-bottom: 90px;
}
#contact .sent {
          margin-bottom: 30px;
}
#contact p.sent { font-size: 12px; line-height: 1.7;}

#contact .tel p {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 8px;
}
#contact .tel h3 {
          margin-bottom: 8px;
}
#contact .tel h3 img {
}
#contact .tel .open {
          font-size: 16px;
          font-weight: normal;
}
#formArea {
  text-align: left;
  padding: 30px 160px;
}
#confirm #formArea {
  padding: 30px 200px 50px;
}
#formArea .note {
  margin-bottom: 15px;
}
#formArea .once {
  margin-bottom: 10px;
}
#formArea .required {
  color: #F00;
}
#formArea #input2 th:after,
#formArea #input3 th:after,
#formArea #input4 th:after,
#formArea #input5 th:after {
  content:"※";
  color: #F00;
  padding-left: 0.5em;
}

#formArea input,
#formArea select {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 460px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #FAFAFA;
  margin: 12px 0;
}
#formArea select {
  padding-right: 0;
}
#formArea #email { margin-bottom: 0; }
#formArea #input3 > td > .emailformError > .formErrorContent {
  margin-top: 10px;
}
#formArea select  {
  height: 36px;
}

#formArea th,
#formArea td {
  padding: 15px 0;
}

#formArea th {
  text-align: left;
  width: 138px;
  font-weight: normal;
}
#formArea .textarea {
  vertical-align: top;
  padding-top: 10px;
}

#formArea textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 460px;
  height: 160px;
  padding: 11px 12px 14px;
  border: 1px solid #ccc;
  background: #FAFAFA;
   margin: 10px 0;
}
#formArea #submit,
#formArea input#back,
#formArea input#send {
  display: inline-block;
  width: 250px;
  height: 60px;
  background: url(../images/company/submit_btn_off.png);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -moz-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -ms-transition-duration:0.5s;
  margin: 70px 13px 40px;
}
#formArea #submit:hover {
  opacity: 0.7;
}
#formArea input#back {
  background: url(../images/company/back_btn_off.png);
}
#formArea input#back:hover {
  opacity: 0.7;
}
#formArea input#send {
  background: url(../images/company/send_btn_off.png);
}
#formArea input#send:hover {
  opacity: 0.7;
}

#thanks .catch  {
  font-size: 20px;
}
#thanks #topBtn {
  margin: 70px 0 130px;
  display: block;
  -moz-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -ms-transition-duration:0.5s;
}
#thanks #topBtn:hover {
  opacity: 0.7;
}

#company {
  padding-bottom: 50px;
}
#company .mainW .catch {
          margin-bottom: 60px;
}
#company .mainW .content dl {
          text-align: left;
          padding-left: 70px;
          float: left;
}
#company .mainW .content dl dt,
#company .mainW .content dl dd {
  margin-bottom: 25px;
  line-height: 1.75;
}
#company .mainW .content dl dt {
          width: 110px;
          float: left;
          clear: both;
}
#company .mainW .content dl dd {
      float: left;
}
#company .mainW .content dl dd #location01 { margin-bottom: 20px; }
#company .mainW .content dl dd .location h3 { font-weight: normal; }
#company .mainW .content .fb {
          width: 320px;
          height: 470px;
          float: right;
          margin-right: 75px;
}

#pagetop {
  position: fixed;
  z-index: 800;
  right: 35px;
  bottom: 35px;
  -moz-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -ms-transition-duration:0.5s;
}
#pagetop:hover {
  opacity: 0.7;
}


footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
footer .footerIn {
  height: 82px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
footer h1 {
          float: left;
          padding-top: 12px;
}
footer nav ul {
          float: left;
          padding-bottom: 12px;
}
footer nav ul li { float: left; }
footer nav ul li a {
      display: block;
          width: 137px;
          border-left: 1px solid #ccc;
          color: #333;
          text-decoration: none;
          font-size: 15px;
}
footer .copy {
          padding: 30px 0;
          display: block;
          width: 100%;
}





/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  display: block;
  width: 460px;
  background: #F00;
  position:relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  margin-bottom: 15px;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}




/*--------------------------------------------------------------------------

  mv,solution  モーション

----------------------------------------------------------------------------*/

#mv .drawArea {
    width: 960px;
    height: auto;
    position: absolute;
    margin: 0 auto 0 -480px;
    z-index: 300;
    clear: both;
    height: 600px;
    left: 50%;
}
#mv .startpoint {
    position: absolute;
    left: 45%;
    top: 40%;
    width: 10px;
    height: 10px;
    display: block;

}

#mv .startpoint .circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    opacity: 0;
    left: -50%;
    top:-50%;
}


#top_solution {
    width: 100%;
    overflow: hidden;
}
#top_solution .drawArea {
    width: 960px;
    height: auto;
    position: relative;
    margin: 0 auto;
    z-index: 300;
}

#top_solution .texArea {
    z-index: 500;
    position: relative;

}
#top_solution .startpoint {
    position: absolute;
    right: -100px;
    top: -143px;
    width: 10px;
    height: 10px;
    display: block;
}
#mv .startpoint .obj,
#top_solution .startpoint .obj {
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
    opacity: .9;
}

#top_solution .startpoint .square {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 100px 60px;
    border-color: transparent transparent #e2e419 transparent;
}



#mv .startpoint .col1 {background:#e2e419;}
#mv .startpoint .col2 {background:#16c0f3;}
#mv .startpoint .col3 {background:#d7a4ff;}
#mv .startpoint .col4 {background:#ff8cba;}
#mv .startpoint .col5 {background:#fcfe62;}
#mv .startpoint .col6 {background:#839ce4;}
#mv .startpoint .col7 {background:#83d959;}
#mv .startpoint .col8 {background:#99fd5d;}



#mv .startpoint .size1{width:20px;height:20px;}
#mv .startpoint .size2{width:60px;height:60px;}
#mv .startpoint .size3{width:90px;height:90px;}
#mv .startpoint .size3{width:130px;height:130px;}

#mv .startpoint .blur {
  -webkit-filter: blur(0px);
     -moz-filter: blur(0px);
      -ms-filter: blur(0px);
       -o-filter: blur(0px);
          filter: blur(0px);
}

#mv .startpoint .addblur {

  -webkit-filter: blur(4px);
     -moz-filter: blur(4px);
      -ms-filter: blur(4px);
       -o-filter: blur(4px);
          filter: blur(4px);
  width: 180px;
  height: 180px;
}

#top_solution .startpoint .col1 {border-color: transparent transparent #e2e419 transparent;}
#top_solution .startpoint .col2 {border-color: transparent transparent #16c0f3 transparent;}
#top_solution .startpoint .col3 {border-color: transparent transparent #83d959 transparent;}
#top_solution .startpoint .col4 {border-color: transparent transparent #ff8cba transparent;}
#top_solution .startpoint .col5 {border-color: transparent transparent #fcfe62 transparent;}
#top_solution .startpoint .col6 {border-color: transparent transparent #839ce4 transparent;}
#top_solution .startpoint .col7 {border-color: transparent transparent #d7a4ff transparent;}
#top_solution .startpoint .col8 {border-color: transparent transparent #99fd5d transparent;}

#top_solution .startpoint .size1{border-width: 0 30px 50px 30px;}
#top_solution .startpoint .size2{border-width: 0 48px 80px 48px;}
#top_solution .startpoint .size3{border-width: 0 60px 100px 60px;}


/*-------------------------------------

  contents モーション(パネル反転)

---------------------------------------*/

#contents li{
  position: relative;
}

#contents li .inner{
    -webkit-transition:all .4s ease-in;
       -moz-transition:all .4s ease-in;
        -ms-transition:all .4s ease-in;
         -o-transition:all .4s ease-in;
            transition:all .4s ease-in;
    -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
         -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

#contents li .inner{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;

}
#contents li .inner .ttl{
    display: block;
    margin-top: 150px;
    margin-bottom: 70px;
    height: 141px;
}

#contents li.active1 .inner{
    -webkit-transition:all .6s ease-in;
       -moz-transition:all .6s ease-in;
        -ms-transition:all .6s ease-in;
         -o-transition:all .6s ease-in;
            transition:all .6s ease-in;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
         -o-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 1;
}
#contents li.active2 .inner{
    -webkit-transition:all .6s ease-out;
       -moz-transition:all .6s ease-out;
        -ms-transition:all .6s ease-out;
         -o-transition:all .6s ease-out;
            transition:all .6s ease-out;
    -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
         -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
}



#contents #contents01.ov .inner{
    border: 10px solid #839CE4;
    background: #FFF;
}
#contents #contents02.ov .inner{
    border: 10px solid #D7A4FF;
    background: #FFF;
}
#contents #contents03.ov .inner{
    border: 10px solid #99fd5d;
    background: #FFF;
}
#contents #contents04.ov .inner{
    border: 10px solid #baa55d;
    background: #FFF;
}

.hoverArea{
    width: 40%;
    margin: 0 auto 0 -25%;
    min-height: 238px;
    position: relative;
    display: inline-block;
    position: absolute;
    z-index: 100000;
    top: 159px;
    left: 55%;
    cursor: pointer;
}

.hoverArea .btn{
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -100px;
    display: block;
    width: 200px;
    height: 45px;
}

.more{
  position: absolute;
  top: 70%;
  left: 50%;
  cursor: pointer;
  z-index: 9999;
}

.more .arr{
  position: absolute;
  left: 50%;
  top:0;
  width: 45px;
  height:45px;
  margin: 0 auto 0 -22.5px;
  opacity: 1;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
      -ms-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear;
}

.ov .more .arr{
  opacity: 0;
}

.more .btn{
  opacity: 0;
  position: absolute;
  left: 50%;
  top:0;
  line-height: 45px;
  text-decoration: none;
  margin: 0 auto 0 -100px;

  font-size: 14px;
}

.ov .more .btn{
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
      -ms-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear;
  opacity: 1;
}

#contents #contents01 .inner .more .arr{
  background: url(../images/btn_contents_arr01.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}
#contents #contents02 .inner .more .arr{
  background: url(../images/btn_contents_arr02.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}
#contents #contents03 .inner .more .arr{
  background: url(../images/btn_contents_arr03.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}
#contents #contents04 .inner .more .arr{
  background: url(../images/btn_contents_arr04.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}


#contents #contents01 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #839ce4;
    border:1px solid #839ce4;
  display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}
#contents #contents02 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #d7a4ff;
  border:1px solid #d7a4ff;
display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}
#contents #contents03 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #99fd5d;
  border:1px solid #99fd5d;
display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}
#contents #contents04 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #baa55d;
  border:1px solid #baa55d;
display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

#contents #contents01 .inner .more .btn.active{
  background: #839ce4;
  color:#fff;

}

#contents #contents02 .inner .more .btn.active{
  background: #d7a4ff;
  color:#fff;

}

#contents #contents03 .inner .more .btn.active{
  background: #99fd5d;
  color:#fff;

}

#contents #contents04 .inner .more .btn.active{
  background: #baa55d;
  color:#fff;

}


/*-------------------------------------

  concept マウスクリック時　モーション(パネル反転)

---------------------------------------*/

#concept01.ov .inner {
  border:10px solid #39BFB4;
  background: #fff;
}

#concept02.ov .inner {
  border:10px solid #83d959;
  background: #fff;
}

#concept03.ov .inner {
  border:10px solid #ff8cba;
  background: #fff;
}

#concept04.ov .inner {
  border:10px solid #ffe11a;
  background: #fff;
}

#concept li {
    position: relative;
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;
}

#concept li:nth-child(1) .inner {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
}
#concept li:nth-child(2) .inner {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
}
#concept li:nth-child(3) .inner {
    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
}
#concept li:nth-child(4) .inner {
    -webkit-transform-origin: bottom right;
       -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
}

#concept li.active {
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;
}

#concept ul{
    z-index: 40;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}
#concept ul.active{
    z-index: 50;
}

#concept li.active{
    z-index: 5000;
}

#concept li .inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#concept01.bg-active .inner {
  border:10px solid #39BFB4;
  background: #fff;
}


#concept02.bg-active .inner {
  border:10px solid #83d959;
  background: #fff;
}


#concept03.bg-active .inner {
  border:10px solid #ff8cba;
  background: #fff;
}


#concept04.bg-active .inner {
  border:10px solid #ffe11a;
  background: #fff;
}



#concept li .inner .ttl{
    margin-top: 150px;
    margin-bottom: 70px;
    height: 141px;
}



#concept .tit {
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    opacity: 1;
}

#concept .tit.active {
    opacity: 0;
}

#concept li .inner .ttl{
    position: relative;
}

#concept li .inner .ttl img{
    opacity: 0;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -170px;
}
#concept li .inner .ttl .active.on{
    opacity: 1;
    -webkit-transition: all .4s linear .4s;
       -moz-transition: all .4s linear .4s;
        -ms-transition: all .4s linear .4s;
         -o-transition: all .4s linear .4s;
            transition: all .4s linear .4s;
}

#concept li .inner .ttl .wait.on{
    opacity: 1;
    -webkit-transition: all .4s linear .5s;
       -moz-transition: all .4s linear .5s;
        -ms-transition: all .4s linear .5s;
         -o-transition: all .4s linear .5s;
            transition: all .4s linear .5s;
}

#concept #concept01 .inner .more .arr{
  background: url(../images/btn_concept_arr01.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}
#concept #concept02 .inner .more .arr{
  background: url(../images/btn_concept_arr02.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}
#concept #concept03 .inner .more .arr{
  background: url(../images/btn_concept_arr03.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}
#concept #concept04 .inner .more .arr{
  background: url(../images/btn_concept_arr04.png) no-repeat left top;
  width: 40px;
  height: 40px;
  display: block;
}


#concept #concept01 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #39bfb4;
    border:1px solid #39bfb4;
  display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}
#concept #concept02 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #83d959;
  border:1px solid #83d959;
display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}
#concept #concept03 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #ff8cba;
  border:1px solid #ff8cba;
display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}
#concept #concept04 .inner .more .btn{
  width:200px;
  height: 45px;
  border-radius: 2px;
  color: #ffe11a;
  border:1px solid #ffe11a;
display: block;
  -webkit-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

#concept #concept01 .inner .more .btn.active{
  background: #39bfb4;
  color:#fff;

}

#concept #concept02 .inner .more .btn.active{
  background: #83d959;
  color:#fff;

}

#concept #concept03 .inner .more .btn.active{
  background: #ff8cba;
  color:#fff;

}

#concept #concept04 .inner .more .btn.active{
  background: #ffe11a;
  color:#fff;

}

/*-----------------------------------

  concept マウスオーバー時　モーション

------------------------------------*/

#concept li.active1 .inner{
    -webkit-transition:all .6s ease-in;
       -moz-transition:all .6s ease-in;
        -ms-transition:all .6s ease-in;
         -o-transition:all .6s ease-in;
            transition:all .6s ease-in;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
         -o-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 1;
}
#concept li.active2 .inner{
    -webkit-transition:all .6s ease-out;
       -moz-transition:all .6s ease-out;
        -ms-transition:all .6s ease-out;
         -o-transition:all .6s ease-out;
            transition:all .6s ease-out;
        -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
         -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
}

/*--------------------------------------------------

  ポップアップ

--------------------------------------------------*/

#yoxview {
  border: none!important;
}

.yoxview_imgPanel img{
  display: none;
}
.inline_cont {
  text-align: center;
  padding-right: 100px;
  padding-left: 100px;
  width: 100%!important;
  min-width: 510px;
  min-height: 100%;
  background: #FFF;
  display: none;
  z-index: 15000!important;

}

#concept_inline_cont01 {
  border:10px solid #39BFB4;
  background: #fff;
}


#concept_inline_cont02 {
  border:10px solid #83d959;
  background: #fff;
}


#concept_inline_cont03 {
  border:10px solid #ff8cba;
  background: #fff;
}


#concept_inline_cont04 {
  border:10px solid #ffe11a;
  background: #fff;
}

#yoxview_popupWrap {
  background-color: rgba(255,255,255,.8)!important;
  z-index: 14000!important;
}

.inline_cont .ttl{
    margin-top: 50px;
    margin-bottom: 80px;
    height: 141px;
}

.inline_cont .txt{
    text-align: center;
    opacity: 0;
    font-size: 22px;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 50px;
    -webkit-transition: all .2s linear 0s;
       -moz-transition: all .2s linear 0s;
        -ms-transition: all .2s linear 0s;
         -o-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
}

.inline_cont .txt.active{
    opacity: 1;
    -webkit-transition: all .4s linear .8s;
       -moz-transition: all .4s linear .8s;
        -ms-transition: all .4s linear .8s;
         -o-transition: all .4s linear .8s;
            transition: all .4s linear .8s;
}
