@charset "UTF-8";
/* Scss Document */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-family: 'apercu' ,'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
  background: #fff;
  color: #000;
  /*letter-spacing: 0.05em;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media screen and (min-width: 970px) {
    body {
      font-size: 12px;
      line-height: 19px; } }
  @media screen and (max-width: 970px) {
    body {
      font-size: 12px;
      line-height: 18px; } }

ul li {
  list-style: none; }

img {
  vertical-align: top;
  width: 100%; }

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@media screen and (min-width: 970px) {
  .pc_none {
    display: none; } }
@media screen and (max-width: 970px) {
  .pc_none {
    display: block; } }

@media screen and (min-width: 970px) {
  .sp_none {
    display: block; } }
@media screen and (max-width: 970px) {
  .sp_none {
    display: none; } }

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transition: 0.6s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transition: 0.6s;
  transition-delay: 0.8s; }

.fadeInUp2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transition: 0.8s;
  transition-delay: 0.5s; }

.fadeInUp3 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewLeft {
  opacity: 0;
  transform: translate(-15px, 0);
  -webkit-transform: translate(-15px, 0);
  transition: 0.8s;
  transition-delay: 0.5s; }

.left {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewRight {
  opacity: 0;
  transform: translate(15px, 0);
  -webkit-transform: translate(15px, 0);
  transition: 0.8s;
  transition-delay: 0.5s; }

.right {
  opacity: 1.0;
  transform: translateX(0);
  -webkit-transform: translateX(0); }

/* ---------------------------------------------------
 Common
--------------------------------------------------- */
#wrap {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden; }

/* ---------------------------------------------------
 Main
--------------------------------------------------- */
.main_container {
  width: 100%;
  height: 100vh;
  position: relative; }
  .main_container .bg_mask {
    width: 100vw;
    height: 100vh;
    margin-bottom: 20vh;
    position: fixed;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s; }
    .main_container .bg_mask.end {
      opacity: 0;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
      transition: opacity 0.8s, -webkit-transform 0.8s;
      transition: transform 0.8s, opacity 0.8s;
      transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s; }
    .main_container .bg_mask.z-index {
      z-index: -1; }
    .main_container .bg_mask .bg_img {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 970px) {
        .main_container .bg_mask .bg_img {
          background: url("../images/main_pc.jpg") no-repeat center center;
          background-size: cover; } }
      @media screen and (max-width: 970px) {
        .main_container .bg_mask .bg_img {
          background: url("../images/main_sp.jpg") no-repeat center center;
          background-size: cover; } }
  @media screen and (min-width: 970px) {
    .main_container .main_text {
      margin-top: 8%; } }
  @media screen and (max-width: 970px) {
    .main_container .main_text {
      margin-top: 20%; } }
  .main_container h1 {
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
    text-align: center; }
    @media screen and (min-width: 970px) {
      .main_container h1 {
        font-size: 50px;
        line-height: 42px; } }
    @media screen and (max-width: 970px) {
      .main_container h1 {
        font-size: 30px;
        line-height: 22px; } }
  .main_container p {
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 970px) {
      .main_container p {
        font-size: 22px;
        padding: 15px 20px 0 0; } }
    @media screen and (max-width: 970px) {
      .main_container p {
        font-size: 17px;
        padding: 10px 20px 0 0; } }

@keyframes line {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-webkit-keyframes line {
  from {
    width: 0; }
  to {
    width: 100%; } }
.p-prj-client-hr-mask {
  width: 70%;
  margin: 0 auto;
  overflow: hidden; }

.p-prj-client-hr {
  width: 0;
  margin-top: 15px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  -webkit-animation: line 0.3s linear 1.0s 1 normal forwards running;
  animation: line 0.3s linear 1.0s 1 normal forwards running; }

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
    transform: translate3d(0, 185px, 0); }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
    transform: translate3d(0, 175px, 0); }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
    transform: translate3d(0, 280px, 0); } }
@-webkit-keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
@-webkit-keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); } }
@-webkit-keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
    transform: rotate(-163deg) translate3d(0, 40px, 0); }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
    transform: rotate(-163deg) translate3d(0, 0, 0); }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
    transform: rotate(-163deg) translate3d(0, -37px, 0); } }
@-webkit-keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
    transform: rotate(163deg) translate3d(0, -34px, 0); }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
    transform: rotate(163deg) translate3d(0, 0, 0); }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
    transform: rotate(163deg) translate3d(0, 38px, 0); } }
@-webkit-keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0); }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
    transform: translate3d(45px, 0, 0); } }
.animation-start .c-scroll-icon {
  opacity: 1;
  -webkit-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.c-scroll-icon {
  width: 21px;
  height: 100px;
  margin: 30px auto 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 100px;
  margin: 0 auto; }

.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #ffffff;
  top: -150px;
  left: 10px;
  -webkit-animation: scroll-line 3s infinite;
  animation: scroll-line 3s infinite;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  -webkit-animation: triangle-bounce 3s infinite;
  animation: triangle-bounce 3s infinite; }

.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden; }

.c-scroll-icon-triangle-mask {
  position: absolute; }

.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #ffffff;
  width: 30px;
  right: 0;
  -webkit-animation: triangle-first 3s infinite;
  animation: triangle-first 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-line {
  position: absolute; }

.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0; }

.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #ffffff;
  height: 44px;
  -webkit-transform: rotate(-163deg);
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  -webkit-animation: triangle-right 3s infinite;
  animation: triangle-right 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1; }

.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #ffffff;
  height: 40px;
  -webkit-transform: rotate(163deg);
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  -webkit-animation: triangle-left 3s infinite;
  animation: triangle-left 3s infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden; }

.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #ffffff;
  width: 120px;
  left: 0;
  -webkit-animation: triangle-last 3s infinite;
  animation: triangle-last 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

/* ---------------------------------------------------
 Prologue
--------------------------------------------------- */
.prologue_container {
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000; }
  @media screen and (min-width: 970px) {
    .prologue_container {
      width: 500px;
      margin: 100px auto 0;
      text-align: center; } }
  @media screen and (max-width: 970px) {
    .prologue_container {
      width: 90%;
      margin: 50vh auto 0;
      position: relative; } }
  .prologue_container h2 {
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 970px) {
      .prologue_container h2 {
        font-size: 16px;
        padding: 30px 0 5px; } }
    @media screen and (max-width: 970px) {
      .prologue_container h2 {
        font-size: 14px;
        padding: 25px 0 5px; } }
  @media screen and (min-width: 970px) {
    .prologue_container p {
      padding: 15px 0 30px; } }
  @media screen and (max-width: 970px) {
    .prologue_container p {
      padding: 10px 0 25px; } }

/* ---------------------------------------------------
 LINE UP
--------------------------------------------------- */
.line_up {
  font-family: 'Lobster', cursive; }
  @media screen and (min-width: 970px) {
    .line_up {
      margin-top: 120px; } }
  @media screen and (max-width: 970px) {
    .line_up {
      margin-top: 70px; } }

h3 {
  text-align: center; }
  @media screen and (min-width: 970px) {
    h3 {
      font-size: 40px;
      padding-bottom: 35px; } }
  @media screen and (max-width: 970px) {
    h3 {
      font-size: 30px;
      padding-bottom: 10px; } }

.line_up_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media screen and (min-width: 970px) {
    .line_up_flex {
      max-width: 1000px;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (max-width: 970px) {
    .line_up_flex {
      width: 95%;
      justify-content: center;
      align-items: baseline; } }
  @media screen and (min-width: 970px) {
    .line_up_flex li {
      width: 15%; } }
  @media screen and (max-width: 970px) {
    .line_up_flex li {
      width: 30%;
      padding-top: 20px; } }
  .line_up_flex li p {
    letter-spacing: 1px; }
    @media screen and (min-width: 970px) {
      .line_up_flex li p {
        font-size: 17px; } }

@media screen and (max-width: 970px) {
  .line_up_flex li:nth-child(1) {
    padding-right: 15px; } }

@media screen and (max-width: 970px) {
  .line_up_flex li:nth-child(2n) {
    padding-right: 15px; } }

/* ---------------------------------------------------
 BOX
--------------------------------------------------- */
.box_first {
  text-align: center; }
  @media screen and (min-width: 970px) {
    .box_first {
      margin: 120px auto 30px; } }
  @media screen and (max-width: 970px) {
    .box_first {
      margin: 70px auto 20px; } }
  .box_first .item_name {
    margin: 0 auto;
    letter-spacing: 1px; }
    @media screen and (min-width: 970px) {
      .box_first .item_name {
        font-size: 25px;
        padding: 20px 0 7px; } }
    @media screen and (max-width: 970px) {
      .box_first .item_name {
        font-size: 18px;
        padding: 13px 0 3px; } }
  .box_first h4 {
    font-family: 'Lobster', cursive;
    font-size: 16px; }
    .box_first h4 span {
      letter-spacing: 3px; }
      @media screen and (min-width: 970px) {
        .box_first h4 span {
          font-size: 45px;
          padding-left: 7px; } }
      @media screen and (max-width: 970px) {
        .box_first h4 span {
          font-size: 35px;
          padding-left: 5px; } }

.img_one {
  margin: 0 auto; }
  @media screen and (min-width: 970px) {
    .img_one {
      width: 50%; } }
  @media screen and (max-width: 970px) {
    .img_one {
      width: 85%; } }

@media screen and (min-width: 970px) {
  .img_one_cre {
    width: 50%;
    margin: 0 auto 50px; } }
@media screen and (max-width: 970px) {
  .img_one_cre {
    width: 100%;
    margin: 0 auto; } }

@media screen and (min-width: 970px) {
  .box {
    padding-bottom: 70px; } }
@media screen and (max-width: 970px) {
  .box {
    padding-bottom: 30px; } }
.box p {
  margin: 0 auto; }
  @media screen and (min-width: 970px) {
    .box p {
      width: 500px;
      padding-top: 30px; } }
  @media screen and (max-width: 970px) {
    .box p {
      width: 85%;
      padding-top: 20px; } }

.img_two_flex {
  width: 100%; }
  @media screen and (min-width: 970px) {
    .img_two_flex {
      display: flex; } }
  .img_two_flex .img_two {
    position: relative; }
    @media screen and (min-width: 970px) {
      .img_two_flex .img_two {
        width: 50%; } }

@media screen and (min-width: 970px) {
  .flexslider {
    width: 50%; } }

.credit {
  position: absolute;
  bottom: 2%;
  left: 4%;
  z-index: 100; }
  @media screen and (min-width: 970px) {
    .credit {
      line-height: 22px; } }
  @media screen and (max-width: 970px) {
    .credit {
      line-height: 20px; } }
  .credit span {
    font-weight: bold; }
  .credit a {
    text-decoration: underline;
    color: #fff; }
  .credit a:hover {
    text-decoration: none; }

.credit_bk a {
  color: #000; }

@media screen and (min-width: 970px) {
  .img_aida {
    padding-top: 30px; } }
@media screen and (max-width: 970px) {
  .img_aida {
    padding-top: 20px; } }

.all_item {
  text-align: center; }
  @media screen and (min-width: 970px) {
    .all_item {
      padding: 50px 0 120px; } }
  @media screen and (max-width: 970px) {
    .all_item {
      padding: 40px 0 70px; } }
  .all_item a {
    border: 1px solid #000;
    color: #000;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    text-decoration: none; }
    @media screen and (min-width: 970px) {
      .all_item a {
        width: 350px; } }
    @media screen and (max-width: 970px) {
      .all_item a {
        width: 300px; } }

/* ---------------------------------------------------
 Footer
--------------------------------------------------- */
footer {
  width: 100%;
  padding: 40px 0;
  background-color: #dfdfdf; }
  footer .logo {
    width: 25vw;
    max-width: 140px; }
    @media screen and (max-width: 970px) {
      footer .logo {
        margin: 0 auto; } }
  footer ul.sns_list {
    width: 30vw;
    margin: 30px auto;
    line-height: 1;
    letter-spacing: 0.1em; }
    footer ul.sns_list li i {
      display: block;
      width: 10%;
      float: left;
      text-align: center; }
    footer ul.sns_list li span {
      display: block;
      float: right;
      width: 76%; }
    footer ul.sns_list li a {
      display: block;
      padding: 5px 0;
      margin: 5px 0;
      color: #000; }
  footer .page_top_sp {
    width: 14px;
    margin: 0 auto; }
  footer .copyright {
    font-size: 10px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    letter-spacing: 0.5px; }

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 60px 80px; }
    footer .galante_logo {
      margin: 0;
      width: 140px;
      float: left; }
    footer .pc_right {
      width: 800px;
      float: right; }
    footer ul.sns_list {
      width: 100%;
      margin: 0;
      text-align: right; }
      footer ul.sns_list li {
        display: inline-block;
        margin-left: 20px; }
        footer ul.sns_list li i {
          width: 1.2em; }
    footer .page_top_sp {
      display: none; }
    footer .copyright {
      text-align: right;
      margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
