@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif");
/* ---------------- Common ---------------- */
/* -------- Base Font Family -------- */
/* -------- Base Font Size -------- */
/* -------- Base Color -------- */
/* -------- BackGround Color -------- */
/* -------- Font Size TOPタイトル -------- */
/* -------- Font Size ページタイトル -------- */
/* -------- Font Size 大項目タイトル -------- */
/* -------- Font Size 見出し・大 -------- */
/* -------- Font Size 見出し・小 -------- */
/* -------- Font Size ボタン -------- */
/* -------- Font Size 本文 -------- */
/* -------- Font Size TOP英語 -------- */
/* -------- Font Size サービスタイトル -------- */
/* -------- 個別 line Hight -------- */
/*本文以外*/
/*本文PC*/
/*本文SP*/
/* -------- Font TOPカバータイトル -------- */
/* -------- Font ページタイトル -------- */
/* -------- Font 大項目タイトル -------- */
/* -------- Font 見出し・大 -------- */
/* -------- Font 見出し・小 -------- */
/* -------- Font ボタン -------- */
/* -------- Font 本文 -------- */
/* -------- Font TOPページ 英語 -------- */
/* -------- Font サービスタイトル -------- */
/* -------- Font サービスタイトル フッター用 -------- */
/* -------- Font リスト -------- */
/* -------- Margin 180px -------- */
/* -------- Margin 150px -------- */
/* -------- Margin 120px -------- */
/* -------- Margin 90px -------- */
/* -------- Margin 75px -------- */
/* -------- Margin 60px -------- */
/* -------- Margin 54px -------- */
/* -------- Margin 40px -------- */
/* -------- Margin 30px -------- */
/* -------- Margin 20px -------- */
/* -------- Margin 15px -------- */
/* -------- Margin Top 180px -------- */
/* -------- Margin Bottm 180px -------- */
/* -------- Margin Top 150px -------- */
/* -------- Margin Top 120px -------- */
/* -------- Margin Bottm 120px -------- */
/* -------- Margin Top 90px -------- */
/* -------- Margin Bottm 90px -------- */
/* -------- Margin Bottm 75px -------- */
/* -------- Margin Bottm 75px -------- */
/* -------- Margin Bottm 60px -------- */
/* -------- Margin Bottm 60px -------- */
/* -------- Margin Top 54px -------- */
/* -------- Margin Bottm 54px -------- */
/* -------- Margin Bottm 40px -------- */
/* -------- Margin Bottm 30px -------- */
/* -------- Margin Bottm 20px -------- */
/* -------- Margin Bottm 15px -------- */
/* -------- Padding Top 180px -------- */
/* -------- Padding Bottm 180px -------- */
/* -------- Padding Top 120px -------- */
/* -------- Padding Top 90px -------- */
/* -------- Padding Bottm 120px -------- */
/* -------- Padding Top 90px -------- */
/* -------- Padding Bottm 90px -------- */
/* -------- Padding Top 60px -------- */
/* -------- Padding Bottm 60px -------- */
/* -------- Padding Top 40px -------- */
/* -------- Padding Bottm 40px -------- */
/* -------- Padding Top 30px -------- */
/* -------- Padding Bottm 30px -------- */
@-webkit-keyframes burger-hover {
  0% {
    width: 100%; }
  50% {
    width: 10%; }
  100% {
    width: 100%; } }

@keyframes burger-hover {
  0% {
    width: 100%; }
  50% {
    width: 10%; }
  100% {
    width: 100%; } }

html {
  font-size: 100%;
  /* 16px（16pt） */ }

body {
  background-color: #fff;
  word-wrap: break-word;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1; }

h1, h2, h3, h4, h5, h6, p, ul li, dl dt, dl dd, label, tr th, tr td, button, time, label {
  font-family: "Sawarabi Mincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #2a2a2a;
  list-style: none;
  outline: 0; }

ul, dl {
  margin: 0;
  padding: 0; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2rem; }
  @media (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 1.8; } }

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000; }
  a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #969696; }
    a:hover img {
      opacity: 0.65; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    border: none; }
  a p {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

img {
  color: #ffffff;
  border: none; }

.logo {
  position: absolute;
  width: auto;
  height: auto;
  top: 40px;
  left: 40px;
  z-index: 6; }
  @media (max-width: 767px) {
    .logo {
      display: none;
      top: auto;
      left: 20px;
      bottom: 20px; } }
  .logo img {
    width: 180px;
    height: auto; }
    @media (max-width: 767px) {
      .logo img {
        width: 100px; } }

header {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 5; }
  header.fixed {
    position: fixed;
    top: 0;
    width: 100%; }

main {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    main {
      margin-top: 0px; } }

footer {
  width: 100%;
  height: auto;
  float: left;
  z-index: 1; }

.blankTop {
  width: 100%; }
  .blankTop img {
    width: 100%;
    height: 100%; }

/* -------- OverWrite -------- */
.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1620px) {
    .container {
      /* 設定最大幅1600pxに両サイドのPadding30pxを足した数値 */
      width: 1560px; } }
  @media (max-width: 1619px) {
    .container {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      padding-right: 16px;
      padding-left: 16px; } }

.row {
  line-height: 0;
  margin-right: -30px;
  margin-left: -30px;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease; }
  @media (max-width: 767px) {
    .row {
      margin-right: -8px;
      margin-left: -8px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 30px;
  padding-left: 30px;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease; }
  @media (max-width: 767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 8px;
      padding-left: 8px; } }

[class*="block-grid-"] {
  display: block;
  margin: 0 -30px;
  padding: 0; }
  @media (max-width: 767px) {
    [class*="block-grid-"] {
      margin: 0 -8px; } }

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 0 30px;
  height: auto;
  float: left;
  list-style: none; }
  @media (max-width: 767px) {
    .block-grid-item {
      padding: 0 8px; } }

/* -------- TOP -------- */
.hero {
  position: relative;
  overflow: hidden;
  margin-top: 54px; }
  @media (max-width: 767px) {
    .hero {
      margin-top: 50px; } }
  .hero .heroSlider {
    position: relative;
    z-index: 0; }
    .hero .heroSlider .swiper-wrapper {
      position: relative;
      z-index: 1; }
      .hero .heroSlider .swiper-wrapper .swiper-slide {
        position: relative;
        width: 100%;
        height: 550px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .hero .heroSlider .swiper-wrapper .swiper-slide {
            height: 300px; } }
        .hero .heroSlider .swiper-wrapper .swiper-slide.slide01 {
          background-image: url(../img/top_bnr/top_2019aw_01.jpg); }
        .hero .heroSlider .swiper-wrapper .swiper-slide.slide02 {
          background-image: url(../img/top_bnr/top_2019aw_02.jpg); }
        .hero .heroSlider .swiper-wrapper .swiper-slide.slide03 {
          background-image: url(../img/top_bnr/top_2019aw_03.jpg); }
        .hero .heroSlider .swiper-wrapper .swiper-slide.slide04 {
          background-image: url(../img/top_bnr/top_2019aw_04.jpg); }
        .hero .heroSlider .swiper-wrapper .swiper-slide.slide05 {
          background-image: url(../img/top_bnr/top_2019aw_05.jpg); }

.pageCover {
  width: 100%;
  height: auto;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-top: 54px;
  height: 550px; }
  @media (max-width: 767px) {
    .pageCover {
      margin-top: 50px;
      height: 300px; } }
  .pageCover.top {
    background-image: url(../img/cover_top.jpg); }
  .pageCover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    z-index: 1; }
  .pageCover .logo {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pageCover .logo img {
      width: 200px;
      height: auto; }
      @media (max-width: 767px) {
        .pageCover .logo img {
          width: 100px; } }

.pageExp {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 90px;
  text-align: center; }
  @media (max-width: 767px) {
    .pageExp {
      margin-top: 60px; } }
  .pageExp img {
    width: 100%;
    height: auto; }
  .pageExp .section_title_s {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 54px;
    color: #000; }
    @media (max-width: 767px) {
      .pageExp .section_title_s {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .pageExp .section_title_s {
        margin-bottom: 36px; } }
    .pageExp .section_title_s span {
      display: none;
      line-height: 0; }
      @media (max-width: 767px) {
        .pageExp .section_title_s span {
          display: block; } }
  .pageExp p {
    margin-bottom: 54px;
    text-align: center; }
    @media (max-width: 767px) {
      .pageExp p {
        margin-bottom: 36px; } }
    .pageExp p:last-of-type {
      margin-bottom: 0; }
    .pageExp p.btn_cmn {
      text-align: center; }
    @media (max-width: 1100px) {
      .pageExp p {
        text-align: left; } }
  .pageExp .hello {
    text-align: center; }
    .pageExp .hello .boxExp {
      display: inline-block;
      max-width: 700px;
      width: 100%; }
    .pageExp .hello p {
      width: 100%;
      text-align: left; }
      .pageExp .hello p.btn_cmn {
        text-align: center;
        float: none; }

.productSection {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 75px;
  text-align: center; }
  @media (max-width: 767px) {
    .productSection {
      margin-top: 50px; } }
  .productSection img {
    width: 100%;
    height: auto; }
  .productSection h1 {
    background-color: #000;
    width: 100%;
    padding: 20px 0;
    line-height: 1.5;
    font-size: 28px;
    font-family: "Noto Serif", serif;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .productSection h1 {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .productSection h1 {
        font-size: 20px;
        padding: 15px 10px; } }
  .productSection .productRow {
    margin-bottom: 90px;
    border-bottom: solid 1px #666; }
    @media (max-width: 767px) {
      .productSection .productRow {
        margin-bottom: 60px; } }
    .productSection .productRow img {
      margin-bottom: 90px; }
      @media (max-width: 767px) {
        .productSection .productRow img {
          margin-bottom: 60px; } }
    .productSection .productRow.last {
      border-bottom: none;
      margin-bottom: 0; }

.contactSection {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .contactSection {
      margin-bottom: 60px; } }
  .contactSection .btn_cmn {
    text-align: center;
    margin-bottom: 54px; }
    @media (max-width: 767px) {
      .contactSection .btn_cmn {
        margin-bottom: 36px; } }
  .contactSection .section_title_s {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 40px;
    color: #000; }
    @media (max-width: 767px) {
      .contactSection .section_title_s {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .contactSection .section_title_s {
        margin-bottom: 27px; } }
  .contactSection p {
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .contactSection p {
        margin-bottom: 27px; } }
    .contactSection p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .contactSection p {
        text-align: left; } }

.otherInfo {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #EDEDED; }
  @media (max-width: 767px) {
    .otherInfo {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .otherInfo {
      padding-bottom: 60px; } }
  .otherInfo img {
    width: 100%;
    height: auto; }
  .otherInfo .midashi {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 54px;
    color: #000; }
    @media (max-width: 767px) {
      .otherInfo .midashi {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .otherInfo .midashi {
        margin-bottom: 36px; } }
    @media (max-width: 767px) {
      .otherInfo .midashi span {
        display: none; } }
  .otherInfo .mametimeTitle {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .otherInfo .mametimeTitle {
        margin-bottom: 27px; } }
    .otherInfo .mametimeTitle .title {
      margin-top: 10px; }
      @media (max-width: 767px) {
        .otherInfo .mametimeTitle .title {
          margin-top: 0px;
          padding: 0 10%;
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .otherInfo .mametimeTitle .paper {
        padding: 0 30%; } }
  .otherInfo .detail {
    margin-top: 40px;
    text-align: center; }
    .otherInfo .detail a {
      text-decoration: underline; }
      .otherInfo .detail a:hover {
        opacity: 1;
        color: #7744bb; }
  .otherInfo.mtTop {
    margin-top: 54px; }
    @media (max-width: 767px) {
      .otherInfo.mtTop {
        margin-top: 50px; } }

.shops {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .shops {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .shops {
      padding-bottom: 60px; } }
  .shops h1 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .shops h1 {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .shops h1 {
        text-align: left; } }
  .shops h2 {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .shops h2 {
        margin-bottom: 27px; } }
  .shops ul {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .shops ul {
        margin-bottom: 60px; } }
    .shops ul li {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .shops ul li {
          margin-bottom: 20px; } }
      .shops ul li a {
        text-decoration: underline; }
        .shops ul li a:hover {
          opacity: 1.0;
          color: #7744bb; }
      .shops ul li:last-child {
        margin-bottom: 0; }
      .shops ul li span:first-of-type {
        width: 120px;
        float: left; }
      .shops ul li span:last-of-type {
        float: left;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px); }

.btn_cmn {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  line-height: 0; }
  .btn_cmn a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.1rem;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    width: 180px;
    border: solid 2px #000;
    color: #000;
    background-color: #fff; }
    @media (max-width: 767px) {
      .btn_cmn a {
        font-size: 14px;
        font-weight: 400; } }
    .btn_cmn a:hover {
      background-color: #7744bb;
      border-color: #7744bb;
      color: #fff; }

.btn_cnt {
  width: 100%;
  text-align: center;
  line-height: 0; }
  .btn_cnt a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.1rem;
    text-align: center;
    display: inline-block;
    width: 200px;
    color: #000;
    background-color: #fff; }
    @media (max-width: 767px) {
      .btn_cnt a {
        font-size: 14px;
        font-weight: 400; } }
    .btn_cnt a span {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 15px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      text-align: center;
      display: inline-block; }
      @media (max-width: 767px) {
        .btn_cnt a span {
          margin-bottom: 15px; } }
      .btn_cnt a span:last-of-type {
        margin-bottom: 0; }
      .btn_cnt a span.map {
        height: 40px;
        background-image: url(../img/icon_mapin.svg); }
      .btn_cnt a span.arrow {
        height: 12px;
        background-image: url(../img/icon_map_arrow.svg); }
    .btn_cnt a:hover span.arrow {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
    .btn_cnt a:hover span.map {
      background-image: url(../img/icon_mapin_hover.svg); }

.btn_more a {
  position: relative;
  display: block;
  -webkit-transition: color 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 150ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .btn_more a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 90px;
    height: 10px;
    margin-top: 2px;
    background-image: url(../img/arrow_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media (min-width: 769px) {
    .btn_more a:hover:after {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); } }

.btn_more.services a:after {
  left: -webkit-calc(50% - 45px);
  left: calc(50% - 45px);
  background-image: url(../img/arrow_white.svg); }

.btn_more.page a:after {
  left: 0;
  background-image: url(../img/arrow_white.svg); }

/* -------- Loading -------- */
/* -------- Loading -------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999; }
  #loader .progressbar {
    width: 0;
    height: 1px;
    background: #000;
    position: fixed;
    top: 50%;
    left: 0%;
    transition: all 0.2s linear 0s;
    z-index: 999999; }

/* -------- Header -------- */
.header-common {
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -ms-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  padding: 0;
  width: 100%;
  height: 54px;
  float: left;
  text-align: center; }
  @media (max-width: 767px) {
    .header-common {
      padding: 0px;
      height: 50px; } }
  .header-common .header_logo {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 18px 0;
    width: auto;
    display: inline-block;
    line-height: 1; }
    @media (max-width: 767px) {
      .header-common .header_logo {
        padding: 18px 0; } }
    .header-common .header_logo a {
      width: auto;
      height: 18px;
      float: left; }
      @media (max-width: 767px) {
        .header-common .header_logo a {
          height: 14px; } }
      .header-common .header_logo a img {
        width: auto;
        height: 18px;
        float: left; }
        @media (max-width: 767px) {
          .header-common .header_logo a img {
            height: 14px; } }
    @media (max-width: 767px) {
      .header-common .header_logo {
        float: left;
        margin-left: 20px; } }
  .header-common .header_menu {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: auto;
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .header-common .header_menu {
        height: 50px;
        padding: 0;
        position: relative;
        float: right; } }
    .header-common .header_menu .insta {
      float: left;
      width: 60px;
      height: 54px; }
      @media (max-width: 767px) {
        .header-common .header_menu .insta {
          width: 60px;
          height: 50px; } }
      .header-common .header_menu .insta a {
        display: block;
        width: 60px;
        height: 54px;
        line-height: 50px; }
        @media (max-width: 767px) {
          .header-common .header_menu .insta a {
            width: 60px;
            height: 50px;
            line-height: 47px; } }
        .header-common .header_menu .insta a img {
          width: 30px;
          height: 30px; }
          @media (max-width: 767px) {
            .header-common .header_menu .insta a img {
              width: 26px;
              height: 26px; } }
    .header-common .header_menu .shop {
      float: left;
      height: 54px;
      width: auto;
      font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
      @media (max-width: 767px) {
        .header-common .header_menu .shop {
          width: 60px;
          height: 50px; } }
      .header-common .header_menu .shop a {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.0;
        letter-spacing: 0.1rem;
        text-align: center;
        background-color: #000;
        width: 180px;
        height: 54px;
        line-height: 54px;
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .header-common .header_menu .shop a {
            font-size: 14px;
            font-weight: 400; } }
        .header-common .header_menu .shop a:hover {
          background-color: #7744bb;
          text-decoration: none;
          color: #fff; }
        .header-common .header_menu .shop a span {
          background-image: url(../img/icon_cart.svg);
          background-position: left center;
          background-repeat: no-repeat;
          background-size: 16px 15px;
          padding-left: 30px; }
          @media (max-width: 767px) {
            .header-common .header_menu .shop a span {
              background-size: 30px 28px;
              background-position: center center;
              width: 60px;
              height: 50px;
              display: inline-block; } }
        @media (max-width: 767px) {
          .header-common .header_menu .shop a {
            float: right;
            width: 60px;
            font-size: 12px;
            height: 50px;
            line-height: 50px; } }
    .header-common .header_menu .contact {
      float: left;
      width: 60px;
      height: 54px;
      background-color: #bfbfbf;
      border-left: solid 1px #fff; }
      @media (max-width: 767px) {
        .header-common .header_menu .contact {
          width: 60px;
          height: 50px; } }
      .header-common .header_menu .contact a {
        display: block;
        width: 60px;
        height: 54px;
        line-height: 50px; }
        @media (max-width: 767px) {
          .header-common .header_menu .contact a {
            width: 60px;
            height: 50px;
            line-height: 47px; } }
        .header-common .header_menu .contact a img {
          width: 30px;
          height: 30px; }
          @media (max-width: 767px) {
            .header-common .header_menu .contact a img {
              width: 26px;
              height: 26px; } }
        .header-common .header_menu .contact a:hover {
          background-color: #7744bb;
          text-decoration: none;
          color: #fff; }
          .header-common .header_menu .contact a:hover img {
            opacity: 1; }

/* -------- Modal Menu -------- */
.modalMenu {
  transition-property: all;
  transition-duration: 340ms;
  transition-timing-function: cubic-bezier(0.27, 0.68, 0.23, 0.98);
  position: fixed;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  background: black;
  visibility: hidden;
  opacity: 0;
  z-index: 6;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .modalMenu {
      top: 30px;
      left: 30px;
      right: 30px;
      bottom: 30px; } }

/* 開閉用ボタンがクリックされた時のスタイル */
.openModal {
  overflow: hidden;
  /*
	.header-common{
		.header_logo{
			a{
				background-image: url(../img/logo_white.svg);
			}
		}
		.header_menu{
			.header_btn{
				@include transition-normal-02;
				background-image: url(../img/icon_menuBtn_close.svg);
				color: $myBrownLight;
			}
		}
	}
*/ }
  .openModal .modalMenu {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .openModal .modalMenu .global_menu.global-modal .modal_header {
      -webkit-animation: hdBgVisibe 0s ease-in-out 0.5s 1 forwards;
      animation: hdBgVisibe 0s ease-in-out 0.5s 1 forwards; }
      .openModal .modalMenu .global_menu.global-modal .modal_header .modal_close {
        -webkit-animation: menuVisibe 0.5s ease-in-out 0s 1 forwards;
        animation: menuVisibe 0.5s ease-in-out 0s 1 forwards; }
    @media (max-width: 767px) {
      .openModal .modalMenu .global_menu.global-modal .menu_list {
        padding-left: 14px; } }
    .openModal .modalMenu .global_menu.global-modal .menu_list ul li {
      -webkit-animation: menuVisibe 0.53s ease-in-out 0s 1 forwards;
      animation: menuVisibe 0.53s ease-in-out 0s 1 forwards; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m01 {
      -webkit-animation-delay: 0.10s;
      animation-delay: 0.20s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m02 {
      -webkit-animation-delay: 0.15s;
      animation-delay: 0.23s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m03 {
      -webkit-animation-delay: 0.20s;
      animation-delay: 0.26s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m04 {
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.29s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m05 {
      -webkit-animation-delay: 0.30s;
      animation-delay: 0.32s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m06 {
      -webkit-animation-delay: 0.35s;
      animation-delay: 0.35s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m07 {
      -webkit-animation-delay: 0.40s;
      animation-delay: 0.38s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m08 {
      -webkit-animation-delay: 0.45s;
      animation-delay: 0.41s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m09 {
      -webkit-animation-delay: 0.50s;
      animation-delay: 0.44s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m10 {
      -webkit-animation-delay: 0.55s;
      animation-delay: 0.47s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m11 {
      -webkit-animation-delay: 0.60s;
      animation-delay: 0.50s; }
    .openModal .modalMenu .global_menu.global-modal .menu_list .m12 {
      -webkit-animation-delay: 0.65s;
      animation-delay: 0.53s; }

@-webkit-keyframes menuVisibe {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes menuVisibe {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes hdBgVisibe {
  100% {
    background-color: rgba(0, 0, 0, 0.8); } }

@keyframes hdBgVisibe {
  100% {
    background-color: rgba(0, 0, 0, 0.8); } }

/* -------- Footer -------- */
footer {
  background-color: #000; }
  footer .copy {
    width: 100%;
    float: left;
    text-align: center;
    height: 60px; }
    footer .copy h1 {
      height: 60px;
      line-height: 60px;
      font-size: 12px;
      color: #fff;
      letter-spacing: 0.1rem;
      font-family: "Noto Serif", serif; }

/* -------- Global Menu -------- */
.global_menu {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 90px;
  padding-top: 90px; }
  @media (max-width: 767px) {
    .global_menu {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .global_menu {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .global_menu .menu_header {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 90px;
    text-align: center; }
    @media (max-width: 767px) {
      .global_menu .menu_header {
        margin-bottom: 60px; } }
    @media (max-width: 880px) {
      .global_menu .menu_header {
        display: none; } }
    .global_menu .menu_header ul {
      display: inline-block; }
      .global_menu .menu_header ul li {
        width: 90px;
        height: auto;
        float: left;
        margin-right: 60px; }
        .global_menu .menu_header ul li img {
          width: 100%;
          height: auto; }
        .global_menu .menu_header ul li:last-of-type {
          margin: 0; }
  @media (max-width: 880px) {
    .global_menu .menu_list {
      padding-left: 14px; } }
  .global_menu .menu_list ul {
    display: flex;
    width: 100%; }
    @media (max-width: 880px) {
      .global_menu .menu_list ul {
        display: block; } }
    .global_menu .menu_list ul li {
      list-style: none;
      flex-grow: 1;
      box-sizing: border-box;
      border-left: solid 1px #404040;
      padding: 0 10px;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      letter-spacing: 0.2rem;
      line-height: 1.5;
      color: #404040;
      font-size: 20px; }
      @media (max-width: 767px) {
        .global_menu .menu_list ul li {
          font-size: 14px;
          line-height: 1.8; } }
      @media (max-width: 767px) {
        .global_menu .menu_list ul li {
          font-size: 16px; } }
      .global_menu .menu_list ul li:first-child {
        border: none;
        padding-left: 0; }
      .global_menu .menu_list ul li a {
        color: #fff;
        position: relative;
        display: inline-block; }
        .global_menu .menu_list ul li a:hover {
          color: #fff; }
          .global_menu .menu_list ul li a:hover:before {
            width: 100%; }
        .global_menu .menu_list ul li a:before {
          transition-property: all;
          transition-duration: 150ms;
          transition-delay: 0s;
          transition-timing-function: ease;
          position: absolute;
          bottom: -0.4em;
          left: 0;
          content: "";
          display: inline-block;
          width: 0;
          height: 1px;
          background: #fff; }
      .global_menu .menu_list ul li ul {
        margin-top: 30px;
        display: block; }
        .global_menu .menu_list ul li ul li {
          border: none;
          padding: 0;
          margin-bottom: 20px;
          line-height: 1.5; }
          .global_menu .menu_list ul li ul li:last-of-type {
            margin: 0; }
          .global_menu .menu_list ul li ul li span {
            font-size: 14px; }
          .global_menu .menu_list ul li ul li a {
            display: inline-block; }
          @media (max-width: 880px) {
            .global_menu .menu_list ul li ul li {
              border: none; }
              .global_menu .menu_list ul li ul li:first-child {
                border: none;
                padding-left: 0px; }
              .global_menu .menu_list ul li ul li a {
                padding-left: 55px;
                background-position: left 5px center;
                background-repeat: no-repeat;
                background-size: 35px 35px; }
              .global_menu .menu_list ul li ul li.menu_architect a {
                background-image: url(../img/icon_white_architect_notxt.svg); }
              .global_menu .menu_list ul li ul li.menu_growth a {
                background-image: url(../img/icon_white_growth_notxt.svg); }
              .global_menu .menu_list ul li ul li.menu_common a {
                background-image: url(../img/icon_white_scommon_notxt.svg); }
              .global_menu .menu_list ul li ul li.menu_lab a {
                background-image: url(../img/icon_white_lab_notxt.svg); } }
      @media (max-width: 880px) {
        .global_menu .menu_list ul li {
          margin-bottom: 30px;
          line-height: 1.0; }
          .global_menu .menu_list ul li:first-child {
            border-left: solid 1px #404040;
            padding-left: 10px; }
          .global_menu .menu_list ul li:last-child {
            margin-bottom: 0; } }
  .global_menu.global-modal {
    padding-top: 140px; }
    @media (max-width: 767px) {
      .global_menu.global-modal {
        padding-top: 90px; } }
    .global_menu.global-modal .modal_header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      z-index: 1;
      background-color: transparent; }
      @media (max-width: 767px) {
        .global_menu.global-modal .modal_header {
          height: 50px; } }
      .global_menu.global-modal .modal_header .modal_logo {
        padding: 0;
        width: 95px;
        height: 60px;
        margin-left: 60px;
        font-size: 0; }
        @media (max-width: 767px) {
          .global_menu.global-modal .modal_header .modal_logo {
            width: 74px;
            height: 50px;
            margin-left: 20px; } }
        .global_menu.global-modal .modal_header .modal_logo a {
          line-height: 0;
          width: 95px;
          height: 60px;
          float: left;
          background-image: url(../img/logo_white.svg);
          background-size: contain;
          background-position: left center;
          background-repeat: no-repeat; }
          @media (max-width: 767px) {
            .global_menu.global-modal .modal_header .modal_logo a {
              width: 74px;
              height: 50px; } }
      .global_menu.global-modal .modal_header .modal_close {
        width: 60px;
        height: 60px;
        background: none;
        background-image: url(../img/icon_menuBtn_close.svg);
        background-size: 30px 30px;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 0;
        right: 45px; }
        .global_menu.global-modal .modal_header .modal_close:hover {
          cursor: pointer; }
        @media (max-width: 767px) {
          .global_menu.global-modal .modal_header .modal_close {
            width: 50px;
            height: 50px;
            right: 5px;
            background-size: 26px 26px; } }
    .global_menu.global-modal .menu_list {
      text-align: center;
      position: relative;
      z-index: 0; }
      .global_menu.global-modal .menu_list ul {
        display: inline-block; }
        @media (min-width: 768px) {
          .global_menu.global-modal .menu_list ul {
            width: 280px; } }
        .global_menu.global-modal .menu_list ul li {
          margin-bottom: 30px;
          line-height: 1.0;
          text-align: left;
          opacity: 0; }
          .global_menu.global-modal .menu_list ul li:first-child {
            border-left: solid 1px #404040;
            padding-left: 10px; }
          .global_menu.global-modal .menu_list ul li:last-child {
            margin-bottom: 0; }
          .global_menu.global-modal .menu_list ul li ul {
            margin-top: 30px;
            display: block;
            width: 269px; }
            @media (min-width: 768px) {
              .global_menu.global-modal .menu_list ul li ul {
                width: 269px; } }
            .global_menu.global-modal .menu_list ul li ul li {
              line-height: 1.5;
              border: none; }
              .global_menu.global-modal .menu_list ul li ul li:first-child {
                border: none;
                padding-left: 0px; }
              .global_menu.global-modal .menu_list ul li ul li a {
                padding-left: 55px;
                background-position: left 5px center;
                background-repeat: no-repeat;
                background-size: 35px 35px; }
              .global_menu.global-modal .menu_list ul li ul li.menu_architect a {
                background-image: url(../img/icon_white_architect_notxt.svg); }
              .global_menu.global-modal .menu_list ul li ul li.menu_growth a {
                background-image: url(../img/icon_white_growth_notxt.svg); }
              .global_menu.global-modal .menu_list ul li ul li.menu_common a {
                background-image: url(../img/icon_white_scommon_notxt.svg); }
              .global_menu.global-modal .menu_list ul li ul li.menu_lab a {
                background-image: url(../img/icon_white_lab_notxt.svg); }

/* -------- View -------- */
.view_top {
  width: 100%;
  height: auto;
  background-color: #fff;
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media (max-width: 767px) {
    .view_top {
      background: none;
      background-color: #fff; } }
  .view_top img {
    width: 100%;
    height: auto; }
  .view_top.view_top_img01 {
    background-image: url(../img/top/top_1L.jpg); }
  .view_top.view_top_img02 {
    background-image: url(../img/top/top_2L.jpg); }
  .view_top.view_top_img03 {
    background-image: url(../img/top/top_3L.jpg);
    background-attachment: scroll; }

.view {
  width: 100%;
  height: 540px;
  overflow: hidden;
  position: relative;
  background-color: #2a2a2a; }
  .view .view_cover {
    position: absolute;
    opacity: 0.4;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  @media (max-width: 991px) {
    .view {
      height: 400px; } }
  @media (max-width: 767px) {
    .view {
      height: 260px; } }
  .view img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: rotate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* -------- Animation Basic -------- */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transition-timing-function: ease-in-out; }
  100% {
    opacity: 1; } }

.fadeInAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fadeInAnime;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .fadeInAnime {
      animation-duration: 0.5s; } }

@keyframes fwtAnime01 {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fwtAnime01 {
  animation-fill-mode: both;
  animation-duration: 1.0s;
  animation-name: fwtAnime01;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .fwtAnime01 {
      animation-duration: 0.5s; } }

@keyframes fwtAnime02 {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fwtAnime02 {
  animation-fill-mode: both;
  animation-duration: 1.0s;
  animation-name: fwtAnime02;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .fwtAnime02 {
      animation-duration: 0.5s; } }

@keyframes fwtAnime03 {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fwtAnime03 {
  animation-fill-mode: both;
  animation-duration: 1.0s;
  animation-name: fwtAnime03;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .fwtAnime03 {
      animation-duration: 0.5s; } }

@keyframes fwtAnime04 {
  0% {
    opacity: 0;
    transform: translateY(80px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fwtAnime04 {
  animation-fill-mode: both;
  animation-duration: 1.0s;
  animation-name: fwtAnime04;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .fwtAnime04 {
      animation-duration: 0.5s; } }

@keyframes fwtAnime05 {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fwtAnime05 {
  animation-fill-mode: both;
  animation-duration: 1.0s;
  animation-name: fwtAnime05;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .fwtAnime05 {
      animation-duration: 0.5s; } }

@keyframes fwtAnime06 {
  0% {
    opacity: 0;
    transform: translateY(120px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fwtAnime06 {
  animation-fill-mode: both;
  animation-duration: 1.0s;
  animation-name: fwtAnime06;
  visibility: visible !important; }
  @media (max-width: 767px) {
    .fwtAnime06 {
      animation-duration: 0.5s; } }

/* -------- Animation Circle -------- */
@-webkit-keyframes architectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }

@keyframes architectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-70px, -70px);
    -ms-transform: translate(-70px, -70px);
    transform: translate(-70px, -70px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.architectAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: architectAnime;
  -ms-animation-name: architectAnime;
  animation-name: architectAnime;
  visibility: visible !important; }

@-webkit-keyframes commonAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(70px, -70px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }

@keyframes commonAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(70px, -70px);
    -ms-transform: translate(70px, -70px);
    transform: translate(70px, -70px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.commonAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: commonAnime;
  -ms-animation-name: commonAnime;
  animation-name: commonAnime;
  visibility: visible !important; }

@-webkit-keyframes growthAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 70px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }

@keyframes growthAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    transform: translate(0, 70px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.growthAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: growthAnime;
  -ms-animation-name: growthAnime;
  animation-name: growthAnime;
  visibility: visible !important; }

/* -------- Animation TXT -------- */
@-webkit-keyframes txtAnime01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes txtAnime01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.txtAnime01 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  -ms-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: txtAnime01;
  -ms-animation-name: txtAnime01;
  animation-name: txtAnime01;
  visibility: visible !important; }
  @media (max-width: 991px) {
    .txtAnime01 {
      -webkit-animation-duration: 0.5s;
      -ms-animation-duration: 0.5s;
      animation-duration: 0.5s; } }

@-webkit-keyframes txtAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes txtAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.txtAnime02 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  -ms-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: txtAnime02;
  -ms-animation-name: txtAnime02;
  animation-name: txtAnime02;
  visibility: visible !important; }
  @media (max-width: 991px) {
    .txtAnime02 {
      -webkit-animation-duration: 0.5s;
      -ms-animation-duration: 0.5s;
      animation-duration: 0.5s; } }

@-webkit-keyframes txtAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes txtAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.txtAnime03 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  -ms-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: txtAnime03;
  -ms-animation-name: txtAnime03;
  animation-name: txtAnime03;
  visibility: visible !important; }
  @media (max-width: 991px) {
    .txtAnime03 {
      -webkit-animation-duration: 0.5s;
      -ms-animation-duration: 0.5s;
      animation-duration: 0.5s; } }

/* -------- Loading -------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999; }

/* -------- Page Top -------- */
.scrollTop {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 100%;
  z-index: 99999;
  height: 60px;
  width: 60px;
  z-index: 4; }
  @media (max-width: 767px) {
    .scrollTop {
      display: none;
      height: 40px;
      width: 40px; } }
  .scrollTop a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(../img/icon_backTop.svg);
    background-size: 40px 40px;
    background-position: center center;
    text-decoration: none;
    background-color: #000;
    background-repeat: no-repeat;
    color: #000;
    height: 60px;
    width: 60px;
    display: block; }
    @media (max-width: 767px) {
      .scrollTop a {
        height: 40px;
        width: 40px;
        background-size: 30px 30px; } }
    .scrollTop a:hover {
      background-color: #7744bb; }

/* -------- Slide Animation -------- */
.vegas-animation-kenburns {
  animation: kenburns ease-out; }

@keyframes kenburns {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out; }

@keyframes kenburnsUp {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out; }

@keyframes kenburnsDown {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out; }

@keyframes kenburnsRight {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out; }

@keyframes kenburnsLeft {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out; }

@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out; }

@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out; }

@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out; }

@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/* -------- Hamburger Animation -------- */
