/*--------------------------------------------------
 *Google Fonts 読み込み*
 -------------------------------------------------*/


/*--------------------------------------------------
 *リセット*
 -------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,dd,dt,dl,
a, ul, li,figure, figcaption, footer, header, hgroup
{
  margin: 0;
  padding: 0;
  border: 0;
  font: sans-serif;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}


/*--------------------------------------------------
 *共通設定*
 -------------------------------------------------*/
 

a {
  text-decoration: none;
  color: #00bfff;
}




@media only screen and (max-width: 768px) {*--- ハンバーガー非表示gnav表示 ---*/


html {
  font-size: 12px;
}

  body {
  font-family: 'Open Sans',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
  background-color: #FFF;
  }

  .wrap {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

.center {
  text-align: center;
}


      .center a {
        color: #000000;
        display: block;
        margin: 0 auto;
      }
      .center a:hover {
        color: #000000;
        cursor: pointer;
        text-decoration: none;
      }

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.small {
  font-size: 0.7rem;
}



/*--------------------------------------------------
 *ヘッダ・フッタ*
 -------------------------------------------------*/

  /*--- ロゴ ---*/

  .center  {
   padding-top: 5px;
   margin: 0 auto; 
   font-family: 'Reenie Beanie';
   font-size: 10vw;
   margin-top: 10px;
  }

  /*menu*/
.menu{
    height: 20px;
    position: absolute;
    left: 10%;
    top: 30px;
    width: 30px;
    z-index: 100;
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 10px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}


  .navi {
    display: none;
  }
   
  .rightnavi {
   display: none; 
   position: absolute;
   top: 4vw;
   left: 30px;
   width: 8%;
   margin-bottom: 20px;
  }

   .rightnavi img {
    max-width: 30px;

  }
  
  .insta {
    display: none;
  }

  /*gnav*/
.gnav{
    background: rgba(0,0,0,0);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}

  .site-header{
      background: rgba(255,255,255,0.8);
      position: fixed;
      top: 0;
      transition: .5s;
      width: 100%;
      height: 20vw;
      z-index: 99;
  }
   
  .site-header.hide{
      transform: translateY(-100%);
  }

  .footer {
    text-align: center;
    height: 30px;
    padding-top: 15vh;
    margin: 0 auto;
    clear: both;
    background-color: #fff;
    box-sizing: border-box;
    font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
  }


   
  /*--------------------------------------------------
   *パーツ*
   -------------------------------------------------*/
   


   /*--- メインビジュアル ---*/
   .side-navi {
    display: none;
   }

   .container{
    width: 100%;
    display: flex;
    display: flex;
    display: -webkit-flex;
    min-height: 100vh;
   }


   .main {
      width:100%;
      margin: 0 auto;
      margin-top: 15vw;
      margin-bottom: 50px;
    }

  
  .main img {
        width:100%;
      }
  .slider { 
  padding-top: 75%;
  margin:0 auto;
  position:relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.slider ul{
  margin:0 auto;
  padding:0;
  list-style:none;
  }
.slider ul li{
  height: 100vh;
  position:absolute;
  top:0;
  left:0;
  animation-iteration-count:infinite;
  animation-duration:24s;
}
.slider img{
  max-width: 100%;
}


.slider ul li:nth-child(1){
  animation-name:slider;
  animation-delay:-3s;
}
.slider ul li:nth-child(2){
  animation-name:slider;
  animation-delay:5s;
  opacity:0;
}
.slider ul li:nth-child(3){
  animation-name:slider;
  animation-delay:13s;
  opacity:0;
}


@keyframes slider{
  0%{
    opacity:0;
  }
  20.83%{
    opacity:1;
  }
  33.33%{
    opacity:1;
  }
  45.83%{
    opacity:0;
    transform: scale(1.1) ;
  }
  100%{
    opacity:0;
  } 
}


  .newswrap {
    width: 100%;
    margin-top: 0px;
    background-color:#D0D09E;
    font-family:  'Open Sans','Noto Serif JP', serif,  sans-serif;
    letter-spacing: 0.1vw;
    font-size: 3.1vw;
    line-height: 4;
    text-align: center;
    color: #fff;
  }

   .newswrap p {
     width: 88%;
     margin: 0 auto;
     margin-top: 5vw;
     margin-bottom: 5vw;
   }
  

  .headline   {
     font-size: 6vw;
     width: 50vw;
     margin: 0 auto;
     margin-bottom: 3vw;
     padding: 2em ;
     background-color: #fff;
     color: #D0D09E;

  }

  .headline p { 
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  text-align: center;
  }

  .topicon {
    width:100%;
  }
  
  .topicon img {
    margin-top: 5px;
    margin-bottom: 10px;
  }


  .contacticon img {
    filter: brightness(10%);
  }

  .aboutmaalisukuu {
    margin-bottom: 48px;
  }

  figure.snip1384 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: block;
}

figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1384 img {
  width: 100%;
  backface-visibility: hidden;
  text-align: center;
  vertical-align: top;
  display: block;
}

figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  height: 98%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1384:after {
  content: '';
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.snip1384 figcaption {
  z-index: 1;
}
figure.snip1384 p {
  position: relative;
  text-align: center;
  font-size: 10vw;
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 0.9;
  top: 46%;
  font-family: 'Open Sans', serif,  sans-serif;
  
}
figure.snip1384 i {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 10px 10px;
  font-size: 24px;
  opacity: 0;

}
figure.snip1384 a {
  position: absolute;
  padding-top: 4vh;
  padding-bottom: 4vh;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
}


/*--- アバウト ---*/
   .aboutmaalisukuu {
    margin-bottom: 8vw;
  }


 .about1 img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
  }

  .about1 p {
    width: 90%;
    margin: 0 auto;
    font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
    letter-spacing: 0.35vw;
    font-size: 3.1vw;
    line-height: 2.5;
    text-align: left;
    margin-bottom: 5vw;
  }

  .photo {
    text-align: center;
  }

  .thanks  {
    width: 90%;
    margin: 0 auto;
    font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
    letter-spacing: 0.35vw;
    font-size: 3.3vw;
    line-height: 5.5vw;
    text-align: left;
    margin-bottom: 5vw;
  }

  .thanks a {
     margin: 0 auto;
     color: black;
     cursor: pointer;
   }


  /*ワークス*/
figure.workspic {
  font-family: 'Open Sans', serif,  sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

figure.workspic img {
  width: 100%;
  backface-visibility: hidden;
  text-align: center;
  vertical-align: top;
}

figure.workspic p {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 100;
  top: 40%;
}

.items  {
  padding-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.item  {
    width: 80%;/* 幅を指定 */
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 8px;
}

.item  img {
  max-width: 100%;
}

.item a :hover {
    transition: all .2s ease-in-out;
    opacity: 0.5;
}

.item a :after {
    transition: all .2s ease-in-out;
    opacity: 0.5;
}

.item p {
  font-size: 10px;
  font-style: 'Noto Serif JP','Open Sans', serif,  sans-serif;
}

.detail img {
 width: 100%;
 height: auto;
}

.load-hidden {
    visibility: hidden;
}


.arrowleft {
position: relative;
display: inline-block;
width: 0%;
height: 50px;
left:30%;
margin-top: 60px;
}


.arrowleft:hover:before {
  opacity: 0.4;
  transition: all .2s ease;
} 

.arrowleft::before {
     content: "";
     position: absolute;
     right: 20px;
     width: 20px;
     height: 20px;
     border-bottom: solid 0.7px #000;
     border-left: solid 0.7px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     cursor: pointer;
}

.arrowright {
display: inline-block;
position: relative;
width: 0%;
height: 50px;
left:70%;
margin-top: 60px;
}

.arrowright:hover:after {
  opacity: 0.4;
  transition: all .3s ease;
} 

.arrowright::after {
     content: "";
     position: absolute;
     left: 20px;
     width: 20px;
     height: 20px;
     border-top: solid 0.7px #000;
     border-right: solid 0.7px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}



.detail ul {
  padding-top: 20px;
}

  /*フォーム*/
#formWrap {
  width:90%;
  height: 400px;
  padding-top: 20vh;
  padding-bottom: 100px;
  margin:0 auto;
  color:#555;
  line-height: 4vh;
  font-size: 2.5vw;
  font-family: 'Open Sans', serif,  sans-serif;
}

#formWrap p {
  margin-bottom: 4px;

}

table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding:5px;
  font-size: 1.3vw;
}
table.formTable th{
  width:25%;
  font-weight:inherit;
  font-size: 1.3vw;
  background:#efefef;
  text-align:left;
}

    .thanks  {
    width: 100%;  
    margin: 0 auto;
    font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
    .thanks p {
    margin-bottom: 40px;
  }

   .thanks a {
     font-size: 8px;
     color: black;
     cursor: pointer;
     text-align: center;
   }

/*--- ハンバーガー ---*/
.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 4vw;
  right:4vw;
  z-index: 10000;
  padding: 5px;
  border: none;
  border-color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: transparent;
}
.hamburger__icon {
  position: relative;
  top: 10px;
  right: -3px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 28px;
  height: 2.6px;
  background-color: #222;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -10px;
}
.hamburger__icon:after {
  top: 10px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(208, 208, 158, 0.9);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 3.5vh;
  font-size: 4.5vw;
  font-family:  'Open Sans', serif,  sans-serif;
}
.fat-nav li, .fat-nav li a {
  color: #fff;
}
.fat-nav li a {
  text-decoration: none;
}


}


     @media only screen and (min-width: 769px) {*--- ハンバーガー非表示gnav表示 ---*/


   

    html {
      font-size: 12px;
    }

      body {
      font-family: 'Open Sans',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1.6rem;
      letter-spacing: 0.1em;
      background-color: #FFF;
      }

      .wrap {
        width: 100%;
        margin-top: 4vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-family: 'Open Sans', serif,  sans-serif;
      }


    .clearfix {
      *zoom: 1;
    }

    .small {
      font-size: 0.7rem;
    }

    /* パソコンで見たときは"pc"のclassがついた画像が表示される */


    /*--------------------------------------------------
     *ヘッダ・フッタ*
     -------------------------------------------------*/

      /*--- ロゴ ---*/
      .center {
        text-align: left; 
        font-family: 'Reenie Beanie';
        font-size: 6vw;
        margin-top: 3vw;
        margin-left: 3vw;
      }

      .center a {
        color: #000000;
        display: block;
        margin: 0 auto;
      }
      .center a:hover {
        color: #000000;
        cursor: pointer;
        text-decoration: none;
      }


      /*menu*/
    .menu{
        height: 20px;
        position: absolute;
        left: 10%;
        top: 20px;
        width: 30px;
        z-index: 100;
    }
    .menu__line{
        background: #000;
        display: block;
        height: 2px;
        position: absolute;
        transition:transform .3s;
        width: 100%;
    }
    .menu__line--center{
        top: 10px;
    }
    .menu__line--bottom{
        bottom: 0;
    }
    .menu__line--top.active{
        top: 8px;
        transform: rotate(45deg);
    }
    .menu__line--center.active{
        transform:scaleX(0);
    }
    .menu__line--bottom.active{
        bottom: 10px;
        transform: rotate(135deg);
    }

/*--- グローバルナビゲーション ---*/
      .navi {
        position: absolute;
        top: 5px;
        left: 0%;
        width:20%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 0px dotted #000000;
        border-bottom: 0px dotted #000000;
        display: block;
      }
       
      .navi li {
        width: 100%;
        text-align: left;
        font-size: 10pt;
        line-height: 12px;
      }
      .navi a {
        color: #000000;
        display: block;
        width: 45%;
        margin: 0 auto;
        padding: 2pt;
      }
      .navi a:hover {
        text-decoration: underline;
        text-decoration-style: dotted; 
        color: #000000;

      }
      .navi a.active {
        text-decoration: underline;
        color: #000000;
      }



      .rightnavi {
       display: none;
       }
   

        /*gnav*/
      .gnav{
          background: rgba(255,255,255,0.8);
          display: none;
          height: 100%;
          position: fixed;
          width: 100%;
          z-index: 98;
      }
      .gnav__wrap{
          align-items:center;
          display: flex;
          height: 100%;
          justify-content: center;
          position: absolute;
          width: 100%;
      }
      .gnav__menu__item{
          margin: 40px 0;
      }
      .gnav__menu__item a{
          color: #fff;
          font-size: 2em;
          font-weight: bold;
          padding: 40px;
          text-decoration: none;
          transition: .5s;
      }
      .gnav__menu__item a:hover{
          color: #666;
      }

      .site-header{
          top: 0;
          width: 100%;
          height: 3vw;
          z-index: 99;
      }
       
      .site-header.hide{
        font-family:  'Open Sans', serif,  sans-serif;
      }

      .footer {
        text-align: center;
        height: 30px;
        padding-top: 10vw;
        margin: 0 auto;
        clear: both;
        background-color: #fff;
        box-sizing: border-box;
        font-family: 'Open Sans',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 10pt;
      }
      /*--------------------------------------------------
       *パーツ*
       -------------------------------------------------*/
       
       /*--- メインビジュアル ---*/

      .container {
        width: 100%;
        text-align: left;
        margin-top: 40px;
        font-size: 10pt;
        line-height: 12px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        min-height: 100vh;
      }

     .side-navi {
        width:25%;
        margin: 0 auto;
        top: 100px;
        height: 100%;
        font-family: 'Open Sans',  sans-serif , serif ;
        font-size: 1.5vw;
        letter-spacing: 0.1vw;
        line-height: 5.0vh;
        text-align: left;
        position: sticky; 
        position: -webkit-sticky; 
        z-index: 1;
     }  
      .side-navi li {
        width: 100%;
      }
      .side-navi a {
        color: #000000;
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 2pt;
      }
      .side-navi a:hover {
        opacity: 0.4;
        transition: all .2s ease;
      }
      .side-navi a.active {
        text-decoration: underline;
        color: #000000;
      }

      .insta {
        display: none;
      }
      
      .insta img {  
      margin-top: 2vh;  
      max-width: 30px;
      }

     .main {
        width:60%;
        margin: 0 auto;
        font-family: 'Open Sans', serif,  sans-serif;
        font-size: 1vw;
        letter-spacing: 0.1vw;
        line-height: 1.3vw;
        text-align: left; 
        display: block;
      }

      .mainimage img {
        width: 100%;
        margin-bottom: 60px;
      }

.slider { 
  padding-top: 75%;
  margin:0 auto;
  position:relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.slider ul{
  margin:0 auto;
  padding:0;
  list-style:none;
  }
.slider ul li{
  height: 100vh;
  position:absolute;
  top:0;
  left:0;
  animation-iteration-count:infinite;
  animation-duration:24s;
}
.slider img{
  max-width: 100%;
}


.slider ul li:nth-child(1){
  animation-name:slider;
  animation-delay:-3s;
}
.slider ul li:nth-child(2){
  animation-name:slider;
  animation-delay:5s;
  opacity:0;
}
.slider ul li:nth-child(3){
  animation-name:slider;
  animation-delay:13s;
  opacity:0;
}


@keyframes slider{
  0%{
    opacity:0;
  }
  20.83%{
    opacity:1;
  }
  33.33%{
    opacity:1;
  }
  45.83%{
    opacity:0;
    transform: scale(1.1) ;
  }
  100%{
    opacity:0;
  } 
}

.newswrap {
    width: 100%;
    margin-top: 0px;
    background-color:#D0D09E;
    font-family:  'Open Sans','Noto Serif JP', serif,  sans-serif;
    letter-spacing: 0.1vw;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    color: #fff;
  }

   .newswrap p {
     width: 88%;
     margin: 0 auto;
     margin-top: 3vw;
     margin-bottom: 3vw;
   }
  

  .headline   {
     font-size: 28px;
     width: 30vw;
     margin: 0 auto;
     margin-bottom: 20px;
     padding: 2em ;
     background-color: #fff;
     color: #D0D09E;
  }

  .headline p { 
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  top: 14px;
  }


/*--- ナビアイコン ---*/
      .topicon {
        width:100%;
        margin: 0 auto;
        display: flex;
        justify-content:space-between;
        font-family:  'Open Sans', sans-serif;
        font-size: 1.2vw;
        letter-spacing: 0.1vw;
        line-height: 24pt;
        text-align: left;
        margin-bottom: 60px;
      }

      figure.snip1384 {
      position: relative;
      overflow: hidden;
      margin-bottom: 15px;
      width: 31%;
      color: #ffffff;
      font-size: 16px;
    }
    figure.snip1384 * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
    }
    figure.snip1384 img {
      width: 100%;
      backface-visibility: hidden;
      text-align: center;
      vertical-align: top;
    }
    figure.snip1384:after,
    figure.snip1384 figcaption {
      position: absolute;
      margin: 0 auto;
      text-align: center;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
    figure.snip1384:after {
      content: '';
      text-align: center;
      background-color: rgba(208, 208, 158, 0.7);
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      opacity: 0;
    }
    figure.snip1384 figcaption {
      z-index: 1;
    }
    figure.snip1384 p {
      position: relative;
      text-align: center;
      font-size: 2vw;
      letter-spacing: 2px;
      opacity: 0;
      top: 44%;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
    figure.snip1384 i {
      position: absolute;
      bottom: 1%;
      right: 1%;
      padding: 5% 5%;
      font-size: 3vw;
      opacity: 0;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    figure.snip1384 a {
      position: absolute;
      text-align: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
    }
    figure.snip1384:hover img,
    figure.snip1384.hover img {
      zoom: 0;
      filter: alpha(opacity=50);
      -webkit-opacity: 0.5;
      opacity: 0.5;
    }
    figure.snip1384:hover:after,
    figure.snip1384.hover:after {
      opacity: 1;
      position: absolute;
      text-align: center;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
    }
    figure.snip1384:hover h3,
    figure.snip1384.hover h3,
    figure.snip1384:hover p,
    figure.snip1384.hover p,
    figure.snip1384:hover i,
    figure.snip1384.hover i {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      opacity: 1;
    }

    figure.contact img {
      filter: brightness(0%);
    }

/*--- アバウト ---*/
     .about1 {
        width:100%;
        margin: 0 auto;
        font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
        text-align: left; 
        display: block;
      }
     .about1 img {
        width: 95%;
        height: auto;
        margin-top: 15px;
        margin: 0 auto;
        margin-bottom: 15px;
        display: inline-block;
        text-align: left;
      }

      .about1 p {
        max-width: 95%;
        font-size: 13px;
        line-height: 3;
        letter-spacing: 1px;
        margin-bottom: 15px;
      }
       .aboutmaalisukuu {
        margin-bottom: 48px;
      }

      /*ワークス*/
.items  {
  padding-top: 10px;
  width: 100%;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.item  {
    width: 48%;/* 幅を指定 */
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;    
}

.item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.item p {
  font-size: 10px;
  font-style: 'Noto Serif JP', sans-serif;
}

.item a :hover {
    transition: all .3s ease;
    opacity: 0.5;
}

.item a :after {
    transition: all .2s ease-in-out;
    opacity: 0.5;
}


.detail img {
 width: 70%;
 height: auto;
 max-width: 100%;
 max-height: 100%;
 margin-bottom: 50px;
}

.load-hidden {
    visibility: hidden;
}


.arrowleft {
position: relative;
display: inline-block;
width: 0%;
height: 50px;
left:30%;
margin-top: 60px;
}


.arrowleft:hover:before {
  opacity: 0.4;
  transition: all .2s ease;
} 

.arrowleft::before {
     content: "";
     position: absolute;
     right: 20px;
     width: 20px;
     height: 20px;
     border-bottom: solid 0.7px #000;
     border-left: solid 0.7px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     cursor: pointer;
}

.arrowright {
display: inline-block;
position: relative;
width: 0%;
height: 50px;
left:70%;
margin-top: 60px;
}

.arrowright:hover:after {
  opacity: 0.4;
  transition: all .3s ease;
} 

.arrowright::after {
     content: "";
     position: absolute;
     left: 20px;
     width: 20px;
     height: 20px;
     border-top: solid 0.7px #000;
     border-right: solid 0.7px #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}


.flexbox {
  width: 100%;
  display: flex; 
}

.flexbox:nth-child(odd) {
        flex-direction: row-reverse;
    }
 
 
.flexbox:nth-child(odd) .txt {
        padding-right: 10px;
    }
 
.flexbox:nth-child(even) .txt {
        padding-left: 10px;
    }

    /*フォーム*/
    #formWrap {
      width:70%;
      height: 600px;
      padding-bottom: 100px;
      margin:0 auto;
      color:#555;
      line-height:20px;
      font-size: 10px;
      font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
    }

    #formWrap p {
      margin-bottom: 4px;
      font-size: 10px;
    }

    table.formTable{
      width:100%;
      margin:0 auto;
      border-collapse:collapse;
    }
    table.formTable td,table.formTable th{
      border:1px solid #ccc;
      padding:6px;
      font-size:10px;
    }
    table.formTable th{
      width:25%;
      font-weight:inherit;
      font-size: 10px;
      background:#efefef;
      text-align:left;
    }
    .button {
      font-size: 10px;
    }

   .thanks {
    width: 100%;  
    margin: 0 auto;
    font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    }

 .thanks p{
    margin-bottom: 40px;
  }

   .thanks a{
     font-size: 10px;
     color: black;
     cursor: pointer;
     text-align: center;
   }


/*--- ハンバーガー ---*/

.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: transparent;
}
.hamburger__icon {
  position: relative;
  top: 20px;
  left: 8px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #222;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -10px;
}
.hamburger__icon:after {
  top: 10px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(208, 208, 158, 0.9)
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 2em;
}
.fat-nav li, .fat-nav li a {
  color: #fff;
}
.fat-nav li a {
  text-decoration: none;
}

 }

@media print {*--- ハンバーガー非表示gnav表示 ---*/

    a {
      text-decoration: none;
      color: #00bfff;
    }
    a:hover {
      color: #00d4ff;
      text-decoration: underline;
    }

    a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
      opacity: 0.75;
    }


    html {
      font-size: 12px;
    }

      body {
      font-family: 'Open Sans',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1.6rem;
      letter-spacing: 0.1em;
      background-color: #FFF;
      }

      .wrap {
        width: 100%;
        margin-top: 4vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-family: 'Open Sans', serif,  sans-serif;
      }

    .clearfix {
      *zoom: 1;
    }

    .small {
      font-size: 0.7rem;
    }

    /* パソコンで見たときは"pc"のclassがついた画像が表示される */


    /*--------------------------------------------------
     *ヘッダ・フッタ*
     -------------------------------------------------*/

      /*--- ロゴ ---*/
      .center {
        text-align: left; 
        font-family: 'Reenie Beanie', cursive;
        font-size: 6vw;
        margin-top: 3vw;
        margin-left: 3vw;
      }

      .center a {
        color: #000000;
        display: block;
        margin: 0 auto;
      }
      .center a:hover {
        color: #000000;
        cursor: pointer;
        text-decoration: none;
      }


      /*menu*/
    .menu{
        height: 20px;
        position: absolute;
        left: 10%;
        top: 20px;
        width: 30px;
        z-index: 100;
    }
    .menu__line{
        background: #000;
        display: block;
        height: 2px;
        position: absolute;
        transition:transform .3s;
        width: 100%;
    }
    .menu__line--center{
        top: 10px;
    }
    .menu__line--bottom{
        bottom: 0;
    }
    .menu__line--top.active{
        top: 8px;
        transform: rotate(45deg);
    }
    .menu__line--center.active{
        transform:scaleX(0);
    }
    .menu__line--bottom.active{
        bottom: 10px;
        transform: rotate(135deg);
    }

/*--- グローバルナビゲーション ---*/
      .navi {
        position: absolute;
        top: 5px;
        left: 0%;
        width:20%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 0px dotted #000000;
        border-bottom: 0px dotted #000000;
        display: block;
      }
       
      .navi li {
        width: 100%;
        text-align: left;
        font-size: 10pt;
        line-height: 12px;
      }
      .navi a {
        color: #000000;
        display: block;
        width: 45%;
        margin: 0 auto;
        padding: 2pt;
      }
      .navi a:hover {
        text-decoration: underline;
        text-decoration-style: dotted; 
        color: #000000;

      }
      .navi a.active {
        text-decoration: underline;
        color: #000000;
      }



      .rightnavi {
       display: none;
       }
   

        /*gnav*/
      .gnav{
          background: rgba(255,255,255,0.8);
          display: none;
          height: 100%;
          position: fixed;
          width: 100%;
          z-index: 98;
      }
      .gnav__wrap{
          align-items:center;
          display: flex;
          height: 100%;
          justify-content: center;
          position: absolute;
          width: 100%;
      }
      .gnav__menu__item{
          margin: 40px 0;
      }
      .gnav__menu__item a{
          color: #fff;
          font-size: 2em;
          font-weight: bold;
          padding: 40px;
          text-decoration: none;
          transition: .5s;
      }
      .gnav__menu__item a:hover{
          color: #666;
      }



      .site-header{
          top: 0;
          width: 100%;
          height: 3vw;
          z-index: 99;
      }
       
      .site-header.hide{
        font-family:  'Open Sans', serif,  sans-serif;
      }

      .footer {
        text-align: center;
        height: 30px;
        padding-top: 10vw;
        margin: 0 auto;
        clear: both;
        background-color: #fff;
        box-sizing: border-box;
        font-family: 'Open Sans',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 10pt;
      }


       
      /*--------------------------------------------------
       *パーツ*
       -------------------------------------------------*/
       


       /*--- メインビジュアル ---*/

      .container {
        width: 100%;
        text-align: left;
        margin-top: 40px;
        font-size: 10pt;
        line-height: 12px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        min-height: 100vh;
      }

     .side-navi {
        width:25%;
        margin: 0 auto;
        top: 100px;
        height: 100%;
        font-family: 'Open Sans',  sans-serif , serif ;
        font-size: 1.5vw;
        letter-spacing: 0.1vw;
        line-height: 5.0vh;
        text-align: left;
        position: sticky; 
        position: -webkit-sticky; 
        z-index: 1;
     }  
      .side-navi li {
        width: 100%;
      }
      .side-navi a {
        color: #000000;
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 2pt;
      }
      .side-navi a:hover {
        text-decoration: underline;
        text-decoration-style: dotted; 
        color: #000000;
      }
      .side-navi a.active {
        text-decoration: underline;
        color: #000000;
      }

      .insta {
        display: none;
      }
      
      .insta img {  
      margin-top: 2vh;  
      max-width: 30px;
      }

     .main {
        width:70%;
        margin: 0 auto;
        font-family: 'Open Sans', serif,  sans-serif;
        font-size: 1vw;
        letter-spacing: 0.1vw;
        line-height: 1.3vw;
        text-align: left; 
        display: block;
      }

      .mainimage img {
        width: 100%;
        margin-bottom: 6vw;
      }


  

.newswrap {
    width: 100%;
    margin-top: 0px;
    background-color:#D0D09E;
    font-family:  'Open Sans','Noto Serif JP', serif,  sans-serif;
    letter-spacing: 0.1vw;
    font-size: 15px;
    line-height: 5.5vw;
    text-align: center;
    color: #fff;
  }

   .newswrap p {
     width: 88%;
     margin: 0 auto;
     margin-bottom: 2vw;
   }
  

  .headline   {
     font-size: 28px;
     width: 30vw;
     margin: 0 auto;
     margin-bottom: 3vw;
     padding: 2em ;
     background-color: #fff;
     color: #D0D09E;

  }

  .headline p { 
   text-align: center;
  }


/*--- ナビアイコン ---*/
      .topicon {
        width:100%;
        margin: 0 auto;
        display: flex;
        justify-content:space-between;
        font-family:  'Open Sans', sans-serif;
        font-size: 1.2vw;
        letter-spacing: 0.1vw;
        line-height: 24pt;
        text-align: left;
        margin-bottom: 50px;
      }

      .contacticon img {
      filter: brightness(10%);
  }


      figure.snip1384 {
      position: relative;
      overflow: hidden;
      margin-bottom: 15px;
      width: 31%;
      color: #ffffff;
      font-size: 16px;
    }
    figure.snip1384 * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
    }
    figure.snip1384 img {
      width: 100%;
      backface-visibility: hidden;
      text-align: center;
      vertical-align: top;
    }
    figure.snip1384:after,
    figure.snip1384 figcaption {
      position: absolute;
      margin: 0 auto;
      text-align: center;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
    figure.snip1384:after {
      content: '';
      text-align: center;
      background-color: rgba(208, 208, 158, 0.7);
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      opacity: 0;
    }
    figure.snip1384 figcaption {
      z-index: 1;
    }
    figure.snip1384 p {
      position: relative;
      text-align: center;
      font-size: 2vw;
      letter-spacing: 2px;
      opacity: 0;
      top: 44%;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
    figure.snip1384 i {
      position: absolute;
      bottom: 1%;
      right: 1%;
      padding: 5% 5%;
      font-size: 3vw;
      opacity: 0;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    figure.snip1384 a {
      position: absolute;
      text-align: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
    }
    figure.snip1384:hover img,
    figure.snip1384.hover img {
      zoom: 0;
      filter: alpha(opacity=50);
      -webkit-opacity: 0.5;
      opacity: 0.5;
    }
    figure.snip1384:hover:after,
    figure.snip1384.hover:after {
      opacity: 1;
      position: absolute;
      text-align: center;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
    }
    figure.snip1384:hover h3,
    figure.snip1384.hover h3,
    figure.snip1384:hover p,
    figure.snip1384.hover p,
    figure.snip1384:hover i,
    figure.snip1384.hover i {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      opacity: 1;
    }

    figure.contact img {
      filter: brightness(0%);
    }

/*--- アバウト ---*/
     .about1 {
        width:100%;
        margin: 0 auto;
        font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
        font-size: 1.0vw;
        letter-spacing: 0.1vw;
        line-height: 1.4vw;
        text-align: left; 
        display: block;
      }
     .about1 img {
        width: 95%;
        height: auto;
        margin-top: 15px;
        margin: 0 auto;
        margin-bottom: 15px;
        display: inline-block;
        text-align: left;
      }

       .about1 p {
        margin-bottom: 1.1rem;
        max-width: 95%;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 32px;
        margin-bottom: 1.2vw;
      }
     
      
       .aboutmaalisukuu {
        margin-bottom: 48px;
      }


      /*ワークス*/
.items  {
  padding-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.item  {
    width: 50%;/* 幅を指定 */
    height: auto;
    overflow: hidden;
    
}

.item  img {
  max-width: 100%;
  border-radius: 50%;
}

.item a :hover {
    transition: all .3s ease-in-out;
    filter: brightness(115%);
}

.item a :after {
    transition: all .4s ease-in-out;
    filter: brightness(115%);
}

.detail img {
 width: 50%;
 height: auto;
}

.detail ul {
  padding-top: 20px;
}


.detail ul {
  padding-top: 20px;
}


.flexbox {
  width: 100%;
  display: flex; 
}

.flexbox:nth-child(odd) {
        flex-direction: row-reverse;
    }
 
 
.flexbox:nth-child(odd) .txt {
        padding-right: 10px;
    }
 
.flexbox:nth-child(even) .txt {
        padding-left: 10px;
    }





    /*フォーム*/
    #formWrap {
      width:70%;
      height: 600px;
      padding-bottom: 100px;
      margin:0 auto;
      color:#555;
      line-height:20px;
      font-size: 15px;
      font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;

    }

    #formWrap p {
      margin-bottom: 4px;
      font-size: 12px;
      

    }

    table.formTable{
      width:100%;
      margin:0 auto;
      border-collapse:collapse;
    }
    table.formTable td,table.formTable th{
      border:1px solid #ccc;
      padding:10px;
      font-size:12px;
    }
    table.formTable th{
      width:15%;
      font-weight:inherit;
      font-size: 12px;
      background:#efefef;
      text-align:left;
    }
     .button{
      font-size: 12px;
    }

   .thanks  {
    width: 100%;  
    margin: 0 auto;
    font-family: 'Noto Serif JP','Open Sans', serif,  sans-serif;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    }

 .thanks p{
    margin-bottom: 40px;
  }

   .thanks a{
     font-size: 10px;
     color: black;
     cursor: pointer;
     text-align: center;
   }

   


/*--- ハンバーガー ---*/

.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: transparent;
}
.hamburger__icon {
  position: relative;
  top: 20px;
  left: 8px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #222;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -10px;
}
.hamburger__icon:after {
  top: 10px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}



.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(208, 208, 158, 0.9)
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 2em;
}
.fat-nav li, .fat-nav li a {
  color: #fff;
}
.fat-nav li a {
  text-decoration: none;
}

 }
