@charset "UTF-8";
/* retina対応背景画像 */
/* テキストを隠す */
/* line 13, ../../sass/_tools.scss */
h1, footer .links a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* 要素の後で回り込みをクリア　※:after内で展開すること */
/* line 20, ../../sass/_tools.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 選択禁止 */
/* 基本的な変化のタイミング */
/* line 39, ../../sass/_tools.scss */
.item * {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/*-- 共通 --*/
@font-face {
  font-family: mplus-1c-light;
  src: url("/fonts//mplus-1c-light.ttf") format("truetype");
}
@font-face {
  font-family: mplus-1c-medium;
  src: url("/fonts//mplus-1c-medium.ttf") format("truetype");
}
@font-face {
  font-family: mplus-1c-bold;
  src: url("/fonts//mplus-1c-bold.ttf") format("truetype");
}
/* line 30, ../../sass/style.scss */
html {
  font-size: 62.5%;
}

/* line 34, ../../sass/style.scss */
body {
  background-color: #fff;
  margin: 0;
  font-family: 'mplus-1c-light', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  box-sizing: border-box;
}
/* line 41, ../../sass/style.scss */
body * {
  box-sizing: border-box;
}

/* line 46, ../../sass/style.scss */
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* line 53, ../../sass/style.scss */
ul {
  padding: 0;
}

/* line 57, ../../sass/style.scss */
.stageBase {
  text-align: center;
}

/* line 62, ../../sass/style.scss */
.vCenter {
  vertical-align: middle;
  display: table-cell;
}

/*-- headerはじまり --*/
/* line 70, ../../sass/style.scss */
h1 {
  width: 399px;
  height: 132px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  opacity: 0;
  background-image: url(/images/logo_animation.gif);
  background-repeat: no-repeat;
  background-position: center -0px;
  position: relative;
  top: 50%;
  margin-top: -76px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  /* line 70, ../../sass/style.scss */
  h1 {
    background-image: url(/images/logo_animation@2x.gif);
    -moz-background-size: 399px 1188px;
    -o-background-size: 399px 1188px;
    -webkit-background-size: 399px 1188px;
    background-size: 399px 1188px;
  }
}
/* line 83, ../../sass/style.scss */
h1.animate {
  -moz-animation: logo_type 4.5s step-end 1s 1;
  -webkit-animation: logo_type 4.5s step-end 1s 1;
  animation: logo_type 4.5s step-end 1s 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 88, ../../sass/style.scss */
h1.logoL {
  width: 399px;
  height: 132px;
  background-image: url("/images/logo_animation.gif");
  background-repeat: no-repeat;
  background-position: 0 -1056px;
  opacity: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  /* line 88, ../../sass/style.scss */
  h1.logoL {
    background-image: url("/images/logo_animation@2x.gif");
    -moz-background-size: 399px 1188px;
    -o-background-size: 399px 1188px;
    -webkit-background-size: 399px 1188px;
    background-size: 399px 1188px;
  }
}
/* line 95, ../../sass/style.scss */
h1.logoS {
  width: 272px;
  height: 90px;
  background-image: url(/images/logo_animation_mini.gif);
  background-repeat: no-repeat;
  background-position: 0 -720px;
  opacity: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  /* line 95, ../../sass/style.scss */
  h1.logoS {
    background-image: url(/images/logo_animation_mini@2x.gif);
    -moz-background-size: 272px 810px;
    -o-background-size: 272px 810px;
    -webkit-background-size: 272px 810px;
    background-size: 272px 810px;
  }
}

/* line 104, ../../sass/style.scss */
.oldAndroid h1,
.oldAndroid h1.animate {
  width: 272px !important;
  height: 90px !important;
  background-image: url(/images/logo_animation_mini.gif);
  background-repeat: no-repeat;
  background-position: 0 -720px !important;
  opacity: 1 !important;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  /* line 104, ../../sass/style.scss */
  .oldAndroid h1,
  .oldAndroid h1.animate {
    background-image: url(/images/logo_animation_mini@2x.gif);
    -moz-background-size: 272px 810px;
    -o-background-size: 272px 810px;
    -webkit-background-size: 272px 810px;
    background-size: 272px 810px;
  }
}

@-moz-keyframes logo_type {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  44% {
    opacity: 0;
    background-position: 0 0;
  }
  55% {
    opacity: 1;
    background-position: 0 -132px;
  }
  60% {
    background-position: 0 -264px;
  }
  66% {
    background-position: 0 -396px;
  }
  69% {
    background-position: 0 -528px;
  }
  71% {
    background-position: 0 -660px;
  }
  75% {
    background-position: 0 -792px;
  }
  79% {
    background-position: 0 -792px;
  }
  88% {
    background-position: 0 -924px;
  }
  100% {
    opacity: 1;
    background-position: 0 -1056px;
  }
}
@-webkit-keyframes logo_type {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  44% {
    opacity: 0;
    background-position: 0 0;
  }
  55% {
    opacity: 1;
    background-position: 0 -132px;
  }
  60% {
    background-position: 0 -264px;
  }
  66% {
    background-position: 0 -396px;
  }
  69% {
    background-position: 0 -528px;
  }
  71% {
    background-position: 0 -660px;
  }
  75% {
    background-position: 0 -792px;
  }
  79% {
    background-position: 0 -792px;
  }
  88% {
    background-position: 0 -924px;
  }
  100% {
    opacity: 1;
    background-position: 0 -1056px;
  }
}
@keyframes logo_type {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  44% {
    opacity: 0;
    background-position: 0 0;
  }
  55% {
    opacity: 1;
    background-position: 0 -132px;
  }
  60% {
    background-position: 0 -264px;
  }
  66% {
    background-position: 0 -396px;
  }
  69% {
    background-position: 0 -528px;
  }
  71% {
    background-position: 0 -660px;
  }
  75% {
    background-position: 0 -792px;
  }
  79% {
    background-position: 0 -792px;
  }
  88% {
    background-position: 0 -924px;
  }
  100% {
    opacity: 1;
    background-position: 0 -1056px;
  }
}
/* line 131, ../../sass/style.scss */
.ie_9 h1 {
  opacity: 1;
  background-position: 0 -1056px;
}

@media screen and (max-width: 435px) {
  /* line 136, ../../sass/style.scss */
  h1 {
    width: 272px;
    height: 90px;
    background-image: url(/images/logo_animation_mini.gif);
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 435px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 435px) and (min-resolution: 192dpi) {
  /* line 136, ../../sass/style.scss */
  h1 {
    background-image: url(/images/logo_animation_mini@2x.gif);
    -moz-background-size: 272px 810px;
    -o-background-size: 272px 810px;
    -webkit-background-size: 272px 810px;
    background-size: 272px 810px;
  }
}

@media screen and (max-width: 435px) {
  @-moz-keyframes logo_type {
    0% {
      opacity: 0;
    }
    11% {
      opacity: 1;
    }
    22% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    44% {
      opacity: 0;
      background-position: 0 0;
    }
    55% {
      opacity: 1;
      background-position: 0 -90px;
    }
    60% {
      background-position: 0 -180px;
    }
    66% {
      background-position: 0 -270px;
    }
    69% {
      background-position: 0 -360px;
    }
    71% {
      background-position: 0 -450px;
    }
    75% {
      background-position: 0 -540px;
    }
    79% {
      background-position: 0 -540px;
    }
    88% {
      background-position: 0 -630px;
    }
    100% {
      opacity: 1;
      background-position: 0 -720px;
    }
  }
  @-webkit-keyframes logo_type {
    0% {
      opacity: 0;
    }
    11% {
      opacity: 1;
    }
    22% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    44% {
      opacity: 0;
      background-position: 0 0;
    }
    55% {
      opacity: 1;
      background-position: 0 -90px;
    }
    60% {
      background-position: 0 -180px;
    }
    66% {
      background-position: 0 -270px;
    }
    69% {
      background-position: 0 -360px;
    }
    71% {
      background-position: 0 -450px;
    }
    75% {
      background-position: 0 -540px;
    }
    79% {
      background-position: 0 -540px;
    }
    88% {
      background-position: 0 -630px;
    }
    100% {
      opacity: 1;
      background-position: 0 -720px;
    }
  }
  @keyframes logo_type {
    0% {
      opacity: 0;
    }
    11% {
      opacity: 1;
    }
    22% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    44% {
      opacity: 0;
      background-position: 0 0;
    }
    55% {
      opacity: 1;
      background-position: 0 -90px;
    }
    60% {
      background-position: 0 -180px;
    }
    66% {
      background-position: 0 -270px;
    }
    69% {
      background-position: 0 -360px;
    }
    71% {
      background-position: 0 -450px;
    }
    75% {
      background-position: 0 -540px;
    }
    79% {
      background-position: 0 -540px;
    }
    88% {
      background-position: 0 -630px;
    }
    100% {
      opacity: 1;
      background-position: 0 -720px;
    }
  }
  /* line 157, ../../sass/style.scss */
  .ie_9 h1 {
    background-position: 0 -720px;
  }
}
/*-- headerおしまい --*/
/*-- 実績紹介はじまり --*/
/* line 169, ../../sass/style.scss */
.stageSlide h2 {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: 'mplus-1c-bold';
  line-height: 1.2em;
  margin: 0 0 20px 0;
}
/* line 174, ../../sass/style.scss */
.stageSlide h2:nth-of-type(1) {
  margin: 0 !important;
}
/* line 179, ../../sass/style.scss */
.stageSlide h3 {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
}

/* line 185, ../../sass/style.scss */
.webApp_box,
.iPhoneApp_box {
  position: relative;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 192, ../../sass/style.scss */
.webApp_box img.pc {
  width: 60%;
  max-width: 586px;
  height: auto;
  position: relative;
  opacity: 0;
  top: 200px;
  background-color: transparent;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
/* line 205, ../../sass/style.scss */
.webApp_box .headlines {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25%;
}

/* line 214, ../../sass/style.scss */
.iPhoneApp_box img.mobile {
  width: 12%;
  max-width: 113px;
  height: auto;
  position: relative;
  opacity: 0;
  top: 100px;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
/* line 226, ../../sass/style.scss */
.iPhoneApp_box .headlines {
  margin: 0 0 35px 0;
  position: relative;
}
/* line 229, ../../sass/style.scss */
.iPhoneApp_box .headlines img.line {
  position: absolute;
  width: 0;
  max-width: 121px;
  height: auto;
  top: 0;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
}
/* line 239, ../../sass/style.scss */
.iPhoneApp_box .headlines img.line.left {
  left: 50%;
  margin-left: -220px;
}
/* line 243, ../../sass/style.scss */
.iPhoneApp_box .headlines img.line.right {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 50%;
  margin-right: -220px;
}

/* line 252, ../../sass/style.scss */
.oldAndroid img.line {
  display: none;
}

@media screen and (max-width: 800px) {
  /* line 259, ../../sass/style.scss */
  .stageSlide h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 15px 0;
  }
  /* line 263, ../../sass/style.scss */
  .stageSlide h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* line 269, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line {
    max-width: 100px;
  }
  /* line 271, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line.left {
    margin-left: -200px;
  }
  /* line 272, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line.right {
    margin-right: -200px;
  }
}
@media screen and (max-width: 620px) {
  /* line 279, ../../sass/style.scss */
  .stageSlide h2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin: 0 0 13px 0;
  }

  /* line 286, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line {
    max-width: 90px;
  }
  /* line 288, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line.left {
    margin-left: -170px;
  }
  /* line 289, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line.right {
    margin-right: -170px;
  }
}
@media screen and (max-width: 525px) {
  /* line 296, ../../sass/style.scss */
  .stageSlide h2 {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 0 8px 0;
  }
  /* line 300, ../../sass/style.scss */
  .stageSlide h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* line 306, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line {
    max-width: 80px;
  }
  /* line 308, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line.left {
    margin-left: -150px;
  }
  /* line 309, ../../sass/style.scss */
  .iPhoneApp_box .headlines img.line.right {
    margin-right: -150px;
  }
}
@media screen and (max-width: 460px) {
  /* line 316, ../../sass/style.scss */
  .stageSlide .headlines {
    position: relative;
    top: initial;
    margin-bottom: 29px;
  }
  /* line 321, ../../sass/style.scss */
  .stageSlide h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 324, ../../sass/style.scss */
  .stageSlide h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* line 330, ../../sass/style.scss */
  .iPhoneApp_box .headlines img {
    display: none;
  }
}
/* line 339, ../../sass/style.scss */
.active img.pc {
  opacity: 1;
  top: 0;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-animation: yurayura_pc 1.5s ease 0.5s 1;
  -webkit-animation: yurayura_pc 1.5s ease 0.5s 1;
  animation: yurayura_pc 1.5s ease 0.5s 1;
}
/* line 345, ../../sass/style.scss */
.active img.mobile {
  opacity: 1;
  top: 0;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-animation: yurayura_mobile 1.5s ease 0.5s 1;
  -webkit-animation: yurayura_mobile 1.5s ease 0.5s 1;
  animation: yurayura_mobile 1.5s ease 0.5s 1;
}
/* line 351, ../../sass/style.scss */
.active .headlines img.line {
  width: 121px;
}

@-moz-keyframes yurayura_pc {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -moz-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  85% {
    -moz-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes yurayura_pc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  85% {
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes yurayura_pc {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  70% {
    -moz-transform: rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  85% {
    -moz-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    -webkit-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes yurayura_mobile {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  70% {
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes yurayura_mobile {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes yurayura_mobile {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  70% {
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* line 374, ../../sass/style.scss */
.item {
  display: inline-flex;
  flex-wrap: wrap;
  width: 250px;
  margin: 0 20px;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
/* line 382, ../../sass/style.scss */
.item * {
  width: 100%;
  opacity: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
/* line 388, ../../sass/style.scss */
.item img {
  background-color: #c9c9ca;
  width: 250px;
  height: 250px;
}
/* line 393, ../../sass/style.scss */
.item h4 {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 9px;
  margin-top: 23px;
  font-family: 'mplus-1c-bold';
}
/* line 399, ../../sass/style.scss */
.item .detail {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 404, ../../sass/style.scss */
.ie_9 .hoverArea, .ie_10 .hoverArea, .oldAndroid .hoverArea, .iOS .hoverArea {
  display: inline-block;
}
/* line 407, ../../sass/style.scss */
.ie_9 .item, .ie_10 .item, .oldAndroid .item, .iOS .item {
  display: block;
  float: left;
}
/* line 410, ../../sass/style.scss */
.ie_9 .item img, .ie_10 .item img, .oldAndroid .item img, .iOS .item img {
  border: none;
}

/* line 416, ../../sass/style.scss */
.PC .hoverArea {
  display: inline-block;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 421, ../../sass/style.scss */
.PC .hoverArea:hover .item:not(:hover) * {
  opacity: 0.3;
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

/* ブロック登場・消滅アニメーション */
/* line 431, ../../sass/style.scss */
.activePanel .item:nth-of-type(1) {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 436, ../../sass/style.scss */
.item:nth-of-type(3) {
  opacity: 0;
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 431, ../../sass/style.scss */
.activePanel .item:nth-of-type(2) {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* line 436, ../../sass/style.scss */
.item:nth-of-type(2) {
  opacity: 0;
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* line 431, ../../sass/style.scss */
.activePanel .item:nth-of-type(3) {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

/* line 436, ../../sass/style.scss */
.item:nth-of-type(1) {
  opacity: 0;
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

@media screen and (max-width: 1070px) {
  /* line 444, ../../sass/style.scss */
  .item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 449, ../../sass/style.scss */
  .item {
    width: 200px;
  }
  /* line 451, ../../sass/style.scss */
  .item img {
    width: 200px;
    height: 200px;
  }
  /* line 455, ../../sass/style.scss */
  .item h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 3px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 815px) {
  /* line 463, ../../sass/style.scss */
  .item {
    width: 150px;
  }
  /* line 465, ../../sass/style.scss */
  .item img {
    width: 150px;
    height: 150px;
  }
  /* line 469, ../../sass/style.scss */
  .item h4 {
    font-family: "mplus-1c-medium";
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 645px) {
  /* line 477, ../../sass/style.scss */
  .item {
    width: 130px;
  }
  /* line 479, ../../sass/style.scss */
  .item img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 575px) {
  /* line 486, ../../sass/style.scss */
  .PC .hoverArea {
    display: block;
  }

  /* line 489, ../../sass/style.scss */
  .item {
    width: 64%;
    display: block;
    margin: 0 auto;
    clear: both;
  }
  /* line 494, ../../sass/style.scss */
  .item img {
    height: 100px;
    width: 100px;
    float: left;
    margin: 0 10px 15px 0;
  }
  /* line 500, ../../sass/style.scss */
  .item h4 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 2px;
    margin-top: 4px;
    line-height: 2.2rem;
  }
  /* line 506, ../../sass/style.scss */
  .item .detail {
    line-height: 1.3em;
  }
  /* line 507, ../../sass/style.scss */
  .item * {
    text-align: left;
  }

  /* line 510, ../../sass/style.scss */
  .ie_9 .hoverArea, .ie_10 .hoverArea, .oldAndroid .hoverArea, .iOS .hoverArea {
    width: 70%;
    margin: 0 auto;
    height: 200px;
    display: block;
  }
  /* line 516, ../../sass/style.scss */
  .ie_9 .item, .ie_10 .item, .oldAndroid .item, .iOS .item {
    width: 100%;
  }
}
/* line 524, ../../sass/style.scss */
.iOS.landscape .hoverArea,
.android.landscape .hoverArea {
  width: auto;
  height: auto;
  margin: 0;
}
/* line 529, ../../sass/style.scss */
.iOS.landscape .item,
.android.landscape .item {
  width: 22%;
  margin: 0 1%;
  display: inline-block;
  float: none;
  vertical-align: top;
}
/* line 535, ../../sass/style.scss */
.iOS.landscape .item img,
.android.landscape .item img {
  float: none;
  margin: 0 0 5px 0;
  width: 100%;
  height: auto;
}
/* line 541, ../../sass/style.scss */
.iOS.landscape .item *,
.android.landscape .item * {
  text-align: center;
}

@media screen and (max-width: 320px) {
  /* line 549, ../../sass/style.scss */
  .item h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
  /* line 553, ../../sass/style.scss */
  .item .detail {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*-- 実績紹介おしまい --*/
/*-- footerはじまり --*/
/* line 566, ../../sass/style.scss */
footer h3 {
  font-family: 'mplus-1c-medium';
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 25px;
  margin-top: -20px;
}
/* line 571, ../../sass/style.scss */
footer h3 .font_90 {
  font-size: 90%;
}
/* line 574, ../../sass/style.scss */
footer h3 .font_130 {
  font-size: 130%;
}
/* line 578, ../../sass/style.scss */
footer .detail {
  margin-bottom: 14px;
}
/* line 581, ../../sass/style.scss */
footer .links {
  margin-bottom: 17px;
}
/* line 583, ../../sass/style.scss */
footer .links a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  margin: 0 10px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 595, ../../sass/style.scss */
footer .links .mail {
  background-image: url(/images/ico_mail.svg);
}
/* line 597, ../../sass/style.scss */
footer .links .mail:hover {
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
/* line 599, ../../sass/style.scss */
footer .links .hatena {
  background-image: url(/images/ico_hatena.svg);
}
/* line 601, ../../sass/style.scss */
footer .links .hatena:hover {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
/* line 604, ../../sass/style.scss */
footer .fb-page_wrapper {
  overflow: hidden;
  max-width: 100%;
}
/* line 608, ../../sass/style.scss */
footer #sns {
  position: relative;
  text-align: center;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  margin-top: 24px;
}
/* line 615, ../../sass/style.scss */
footer #sns * {
  vertical-align: top;
}
/* line 618, ../../sass/style.scss */
footer #sns .fb-like {
  display: inline-block;
}
/* line 622, ../../sass/style.scss */
footer .copyright {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: -30px;
  width: 100%;
}

/* line 632, ../../sass/style.scss */
.ie_9 footer .links, .ie_10 footer .links, .oldAndroid footer .links, .iOS footer .links {
  height: 44px;
  width: 128px;
  margin-left: auto;
  margin-right: auto;
}
/* line 637, ../../sass/style.scss */
.ie_9 footer .links a, .ie_10 footer .links a, .oldAndroid footer .links a, .iOS footer .links a {
  display: block;
  float: left;
}
/* line 642, ../../sass/style.scss */
.ie_9 footer .fb-page_wrapper, .ie_10 footer .fb-page_wrapper, .oldAndroid footer .fb-page_wrapper, .iOS footer .fb-page_wrapper {
  clear: both;
}

@media screen and (max-width: 435px) {
  /* line 651, ../../sass/style.scss */
  footer h3 {
    font-size: 29px;
    font-size: 2.9rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 320px) {
  /* line 660, ../../sass/style.scss */
  footer h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 663, ../../sass/style.scss */
  footer .detail {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
}
/*-- footerおしまい --*/
/* line 1, ../../sass/_jQueryOnePageScroll.scss */
body {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

/* #container
--------------------------- */
/* line 9, ../../sass/_jQueryOnePageScroll.scss */
#container {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* .stageBase
--------------------------- */
/* line 19, ../../sass/_jQueryOnePageScroll.scss */
.stageBase {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 24, ../../sass/_jQueryOnePageScroll.scss */
.stageBase .fieldWrap {
  padding: 100px 0 0 0;
  text-align: center;
}

/* line 28, ../../sass/_jQueryOnePageScroll.scss */
#stage1 {
  background: #fff;
}

/* line 29, ../../sass/_jQueryOnePageScroll.scss */
#stage2 {
  background: #eee;
}

/* line 30, ../../sass/_jQueryOnePageScroll.scss */
#stage3 {
  background: #ddd;
}

/* line 31, ../../sass/_jQueryOnePageScroll.scss */
#stage4 {
  background: #ccc;
}

/* line 32, ../../sass/_jQueryOnePageScroll.scss */
#stage5 {
  background: #bbb;
}

/* .stageSlide
--------------------------- */
/* line 36, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

/* line 41, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .slideWrap {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}

/* line 47, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
  content: " ";
  display: table;
}

/* line 52, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .slideWrap:after {
  clear: both;
}

/* line 53, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .slideWrap {
  *zoom: 1;
}

/* line 55, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .slidePanel {
  float: left;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(1) {
  z-index: 1;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(2) {
  z-index: 2;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(3) {
  z-index: 3;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(4) {
  z-index: 4;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(5) {
  z-index: 5;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(6) {
  z-index: 6;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(7) {
  z-index: 7;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(8) {
  z-index: 8;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(9) {
  z-index: 9;
}

/* line 63, ../../sass/_jQueryOnePageScroll.scss */
.oldAndroid .stageSlide .slidePanel:nth-of-type(10) {
  z-index: 10;
}

/* line 69, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .sdPrev,
.stageSlide .sdNext {
  margin-top: -25px;
  top: 50%;
  width: 17px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 99;
  background: url(/images/slide_arrow.svg) no-repeat;
  background-size: cover;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
/* line 84, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .sdPrev.noClick,
.stageSlide .sdNext.noClick {
  cursor: default;
}

/* line 87, ../../sass/_jQueryOnePageScroll.scss */
.ie_11 .stageSlide .sdPrev,
.ie_11 .stageSlide .sdNext {
  background-size: 200% 100%;
}

/* line 92, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .sdPrev {
  left: 8%;
  background-position: left top;
}

/* line 96, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .sdNext {
  right: 8%;
  background-position: right top;
}

/* line 101, ../../sass/_jQueryOnePageScroll.scss */
.ie_9 .stageSlide .sdPrev, .ie_10 .stageSlide .sdPrev, .oldAndroid .stageSlide .sdPrev {
  background-image: url(/images/slide_arrow_left.png);
  background-size: 100% 100%;
}
/* line 105, ../../sass/_jQueryOnePageScroll.scss */
.ie_9 .stageSlide .sdNext, .ie_10 .stageSlide .sdNext, .oldAndroid .stageSlide .sdNext {
  background-image: url(/images/slide_arrow_right.png);
  background-size: 100% 100%;
}

/* line 112, ../../sass/_jQueryOnePageScroll.scss */
.stageSlide .slideNav {
  display: none;
}

@media screen and (max-width: 435px) {
  /* line 117, ../../sass/_jQueryOnePageScroll.scss */
  .stageSlide .sdPrev {
    left: 5%;
  }

  /* line 120, ../../sass/_jQueryOnePageScroll.scss */
  .stageSlide .sdNext {
    right: 5%;
  }
}
/*
.stageSlide .slideNav {
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 98;
}
.stageSlide .slideNav a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background-color: #000;
    display: inline-block;
    overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
    background-color: #000;
}
*/
/* #pageNav
--------------------------- */
/* line 152, ../../sass/_jQueryOnePageScroll.scss */
#pageNav {
  display: none;
  top: 0;
  left: 4%;
  width: 8px;
  text-align: center;
  position: fixed;
  z-index: 2;
}

/* line 161, ../../sass/_jQueryOnePageScroll.scss */
#pageNav ul {
  width: 8px;
  display: block;
}

/* line 165, ../../sass/_jQueryOnePageScroll.scss */
#pageNav ul li {
  padding-bottom: 24px;
  width: 8px;
  height: 8px;
  display: block;
  overflow: hidden;
}

/* line 172, ../../sass/_jQueryOnePageScroll.scss */
#pageNav ul li a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  opacity: 0.3;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* line 182, ../../sass/_jQueryOnePageScroll.scss */
#pageNav ul li.activeStage a {
  opacity: 1;
}

@media screen and (max-width: 435px) {
  /* line 186, ../../sass/_jQueryOnePageScroll.scss */
  #pageNav {
    display: none !important;
  }
}
/* #pageDown #pageUp
--------------------------- */
/* line 193, ../../sass/_jQueryOnePageScroll.scss */
#pageDown, #pageUp {
  display: none;
}

@media screen and (max-width: 435px) {
  /* line 197, ../../sass/_jQueryOnePageScroll.scss */
  #pageDown, #pageUp {
    display: block;
    left: 0;
    width: 100%;
    height: 29px;
    text-align: center;
    position: fixed;
    z-index: 3;
  }

  /* line 206, ../../sass/_jQueryOnePageScroll.scss */
  #pageUp {
    top: 3%;
  }

  /* line 209, ../../sass/_jQueryOnePageScroll.scss */
  #pageDown {
    bottom: 3%;
  }

  /* line 212, ../../sass/_jQueryOnePageScroll.scss */
  #pageDown a, #pageUp a {
    margin: 0 auto;
    width: 88px;
    height: 29px;
    display: block;
    opacity: 0;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
  }
  /* line 224, ../../sass/_jQueryOnePageScroll.scss */
  #pageDown a.show, #pageUp a.show {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 229, ../../sass/_jQueryOnePageScroll.scss */
  #pageUp a {
    background: url(/images/pageUp_arrow.svg) no-repeat;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 233, ../../sass/_jQueryOnePageScroll.scss */
  #pageDown a {
    background: url(/images/pageDown_arrow.svg) no-repeat;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
