@charset "utf-8";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
img{vertical-align:bottom;}
ol,ul {list-style:none;}


html,body{
    font-family:  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 13px;
    line-height: 150%;
    font-weight: 300;
    color: #28282d;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

i{
  margin-right: 6px;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media only screen and (max-width: 375px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}
/*----------------------------------------------------
 webfont
--------------------------------------------------- */


/*----------------------------------------------------
 link
--------------------------------------------------- */

a:link,
a:visited,
a:active{
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:hover{
    text-decoration: none;
}

/*----------------------------------------------------
  #wrapper
--------------------------------------------------- */
#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
#loading .loadingIcon{
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  margin-top: -10px;
  letter-spacing: -0.4em;
  text-align: center;
}
#loading .loadingIcon li{
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px;
}
#loading .loadingIcon li svg{
  height: 20px;
  width: auto;

      fill:#ccc;
      stroke:#000;
      stroke-dasharray: 2000;
      stroke-dashoffset: 0;
      stroke-width: 1;
      -webkit-animation: logo_colored 2s ease-in 0s;
      animation: logo_colored 2s ease-in 0s; 

}

@keyframes logo_colored {
  0% {
    stroke-dashoffset: 2000;
    fill:transparent
  }
  100% {
    stroke-dashoffset: 0;
    fill:#ccc;
  }
}
@-webkit-keyframes logo_colored {
  0% {
    stroke-dashoffset: 2000;
    fill:transparent
  }
  100% {
    stroke-dashoffset: 0;
    fill:#ccc;
  }
}

#loading.out .loadingIcon{
  opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
       -moz-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
        -ms-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
         -o-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
            transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
  -webkit-transform: scale3d(0.95,0.95,0.95) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(0.95,0.95,0.95) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(0.95,0.95,0.95) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(0.95,0.95,0.95) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(0.95,0.95,0.95) translate3d(0px,0px,0px) rotate(0deg);

}
#loading.out{
/*  opacity: 0;
    -webkit-transition: all 0.7s linear;
       -moz-transition: all 0.7s linear;
        -ms-transition: all 0.7s linear;
         -o-transition: all 0.7s linear;
            transition: all 0.7s linear;*/
}

#loading ul.cover{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
#loading ul.cover li.l{
  position: absolute;
  top: 50%;
  margin-top: -1000px;
  left: 50%;
  margin-left: -2000px;
  width: 2000px;
  height: 2000px;
  background: rgba(255,255,255,1);
  -webkit-transform-origin:100% 50%;
     -moz-transform-origin:100% 50%;
      -ms-transform-origin:100% 50%;
       -o-transform-origin:100% 50%;
          transform-origin:100% 50%;
  -webkit-transform: scale3d(1,1,1) translate3d(1px,0px,0px) rotate(45deg);
     -moz-transform: scale3d(1,1,1) translate3d(1px,0px,0px) rotate(45deg);
      -ms-transform: scale3d(1,1,1) translate3d(1px,0px,0px) rotate(45deg);
       -o-transform: scale3d(1,1,1) translate3d(1px,0px,0px) rotate(45deg);
          transform: scale3d(1,1,1) translate3d(1px,0px,0px) rotate(45deg);
    -webkit-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
       -moz-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
        -ms-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
         -o-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
            transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
}
#loading.out ul.cover li.l{
  -webkit-transform: scale3d(1,1,1) translate3d(-80%,0px,0px) rotate(45deg);
     -moz-transform: scale3d(1,1,1) translate3d(-80%,0px,0px) rotate(45deg);
      -ms-transform: scale3d(1,1,1) translate3d(-80%,0px,0px) rotate(45deg);
       -o-transform: scale3d(1,1,1) translate3d(-80%,0px,0px) rotate(45deg);
          transform: scale3d(1,1,1) translate3d(-80%,0px,0px) rotate(45deg);

}
#loading ul.cover li.r{
  position: absolute;
  top: 50%;
  margin-top: -1000px;
  right: 50%;
  margin-right: -2000px;
  width: 2000px;
  height: 2000px;
  background: rgba(255,255,255,1);
  -webkit-transform-origin:0% 50%;
     -moz-transform-origin:0% 50%;
      -ms-transform-origin:0% 50%;
       -o-transform-origin:0% 50%;
          transform-origin:0% 50%;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px) rotate(45deg);
    -webkit-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
       -moz-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
        -ms-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
         -o-transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
            transition: all 0.8s cubic-bezier(0.800, -0.005, 0.220, 1.005);
}

#loading.out ul.cover li.r{
  -webkit-transform: scale3d(1,1,1) translate3d(80%,0px,0px) rotate(45deg);
     -moz-transform: scale3d(1,1,1) translate3d(80%,0px,0px) rotate(45deg);
      -ms-transform: scale3d(1,1,1) translate3d(80%,0px,0px) rotate(45deg);
       -o-transform: scale3d(1,1,1) translate3d(80%,0px,0px) rotate(45deg);
          transform: scale3d(1,1,1) translate3d(80%,0px,0px) rotate(45deg);

}
#wrapper{
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130px;
    -webkit-transition: all 0.5s cubic-bezier(0.790, 0.010, 0.245, 0.995);
       -moz-transition: all 0.5s cubic-bezier(0.790, 0.010, 0.245, 0.995);
        -ms-transition: all 0.5s cubic-bezier(0.790, 0.010, 0.245, 0.995);
         -o-transition: all 0.5s cubic-bezier(0.790, 0.010, 0.245, 0.995);
            transition: all 0.5s cubic-bezier(0.790, 0.010, 0.245, 0.995);
}
#wrapper.out{
  -webkit-transform: scale3d(1,1,1) translate3d(-220px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(-220px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(-220px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(-220px,0px,0px);
          transform: scale3d(1,1,1) translate3d(-220px,0px,0px);

}


/*----------------------------------------------------
  #header
--------------------------------------------------- */
#header{
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 130px;
  z-index: 120;
  background: #FFF;
}
#header.fix{
  position: fixed;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 120;
  background: #FFF;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,-50px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,-50px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,-50px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,-50px,0px);
          transform: scale3d(1,1,1) translate3d(0px,-50px,0px);
}
#header.fix.view{
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
  -webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
          transform: scale3d(1,1,1) translate3d(0px,0px,0px);

}
#header .inner{
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
}
#header .inner .inner-block{
  position: relative;
  margin: 0 50px;
}
#header h1{
  position: absolute;
  top: 36px;
  left: 50%;
}
#header h1 span.www{
  position: absolute;
  top: 0;
  left: -193px;
}
#header h1 span.wwwx{
  position: absolute;
  top: 0;
  left: 20px;
}
#header.fix h1{
  position: absolute;
  top: 13px;
  left: 50%;
}
#header.fix h1 span.www{
  position: absolute;
  top: 0;
  left: -430px;
}
#header.fix h1 span.wwwx{
  position: absolute;
  top: 0;
  left: 362px;
}
#header.fix h1 img{
  height: 15px;
  width: auto;
}
#header ul.menu{
  letter-spacing: -0.4em;
  text-align: center;
  padding-top: 100px;
}
#header.fix ul.menu{
  letter-spacing: -0.4em;
  text-align: center;
  padding-top:15px;
}
#header ul.menu li{
  display: inline-block;
  letter-spacing: normal;
  margin: 0 19px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
#header ul.menu li a{
  display: block;
  position: relative;
}
#header ul.menu li a span{
  position: absolute;
  top: 25px;
  left:0px;
  width: 0%;
  height: 5px;
  background: #000;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#header.fix ul.menu li a span{
  position: absolute;
  top: 30px;
}
#header ul.menu li a:hover span,
#header ul.menu li a.active span{
  width: 100%;
}

#header ul.menu li a.like{
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#header ul.menu li a.like:hover{
  color: #c82850;
}

#header ul.menu li a.like span.on{
  position: absolute;
    top: 0px;
    left: 0px;
  color: #c82850;
  display: none;
  opacity: 1;
  width: auto;
  height: auto;
  background:none;
  -webkit-transform: scale3d(1.6,1.6,1.6) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1.6,1.6,1.6) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1.6,1.6,1.6) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(1.6,1.6,1.6) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(1.6,1.6,1.6) translate3d(0px,0px,0px) rotate(0deg);
    -webkit-transition: all 0s ease;
       -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
         -o-transition: all 0s ease;
            transition: all 0s ease;

}
#header ul.menu li a.like span.on.out{
  opacity: 0;
  -webkit-transform: scale3d(3.4,3.4,3.4) translate3d(0px,0px,0px) rotate(0deg);
     -moz-transform: scale3d(3.4,3.4,3.4) translate3d(0px,0px,0px) rotate(0deg);
      -ms-transform: scale3d(3.4,3.4,3.4) translate3d(0px,0px,0px) rotate(0deg);
       -o-transform: scale3d(3.4,3.4,3.4) translate3d(0px,0px,0px) rotate(0deg);
          transform: scale3d(3.4,3.4,3.4) translate3d(0px,0px,0px) rotate(0deg);
    -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;

}
#header ul.menu li a.like span.on i{
  margin:0px;
}
#header ul.submenu{
  position: absolute;
  top: 100px;
  right: 0px;
  overflow: hidden;
}
#header.fix ul.submenu{
  display: none;
}
#header ul.submenu li{
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-left: 28px;
}
#header ul.submenu li a span{
  font-size: 10px;
}
#header ul.submenu li a.sns01{
  display: block;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#header ul.submenu li a.sns01:hover{
  color: #2ca7e0;
}
#header ul.submenu li a.sns02,
#header ul.submenu li a.sns04{
  display: block;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#header ul.submenu li a.sns02:hover,
#header ul.submenu li a.sns04:hover{
  color: #3765a3;
}
#header ul.submenu li a.sns03{
  display: block;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#header ul.submenu li a.sns03:hover{
  color: #ba388e;
}

/*----------------------------------------------------
  #contents
--------------------------------------------------- */
#contents{
  position: relative;
}
/*----------------------------------------------------
  #footer
--------------------------------------------------- */
#footer{
  line-height: 50px;
  text-align: center;
  background: #28282d;
  color: #FFF;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
}

/*----------------------------------------------------
  #line
--------------------------------------------------- */
#line{
  border-bottom: 1px #dcdce1 dotted;
  margin-bottom: 50px;
}
.columnBlock{
  overflow: hidden;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) {
  .columnBlock{
    max-width: 1400px;
  }
}
.columnBlock-inner{
  margin: 0px;
  letter-spacing: -0.4em;
}


/*----------------------------------------------------
  #news
--------------------------------------------------- */
#news{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
#news .newsList{
  margin-bottom: 20px;
}
#news dl{
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
#news dl dt{
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  background: #28282d;
  color: #FFF;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#news dl dd{
  padding-left: 65px;
}
#news dl dd p.date{
  line-height: 10px;
  font-size: 10px;
  margin-bottom: 5px;
}

#news dl dd p.entry{
  font-size: 12px;
  line-height: 150%;
}
#news a.list{
  width: 70%;
  margin: 0 auto;
  display: block;
  box-shadow: inset 0px 0px 0px 2px #000;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#news a.list:hover{
  box-shadow: inset 0px 0px 0px 4px #000;
}

/*----------------------------------------------------
  #banner
--------------------------------------------------- */
#banner{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
}
#banner ul{

}
#banner ul li{
  margin-bottom: 14px;

}
#banner ul li a{
  display: block;
  box-shadow: inset 0px 0px 0px 1px #dcdce1;
  padding: 12px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 100%;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
/*#banner ul li:last-child a{
  color: #c82850;
  box-shadow: inset 0px 0px 0px 4px #c82850;
}*/
#banner ul li a:hover{
  color: #000;
  box-shadow: inset 0px 0px 0px 4px #000;
}
#banner ul li a span{
  line-height: 100%;
  display: block;
  color: #78787d;
    padding-top: 4px;
  font-size: 11px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
/*#banner ul li:last-child a span{
  color: #c82850;
}*/


/*----------------------------------------------------
  #bannerImage
--------------------------------------------------- */
#bannerImage{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
}
#bannerImage ul li{
  margin-bottom: 15px;
}
#bannerImage ul li a{
  display: block;
  box-shadow: inset 0px 0px 0px 1px #dcdce1;
  text-align: center;
  padding: 4px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#bannerImage ul li a:hover{
  box-shadow: inset 0px 0px 0px 4px #000;

}
#bannerImage ul li img{
  width: 100%;
  height: auto;

}




/*----------------------------------------------------
  #map
--------------------------------------------------- */
#map{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  position: relative;
}

#map #GoogleMap{
  height: 320px;
  width: 100%;
}
#map .link{
  position: absolute;
  bottom: 45px;
  left: 0%;
  width: 100%;

}
#map .link a{
  width: 70%;
  margin: 0 auto;
  display: block;
  box-shadow: inset 0px 0px 0px 2px #000;
  background: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#map .link a:hover{
  box-shadow: inset 0px 0px 0px 4px #000;
}


/*----------------------------------------------------
  #access
--------------------------------------------------- */
#access{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
  text-align: center;
}
#access .access01{
  margin-bottom: 90px;
}
#access h2 {
  margin-bottom: 20px;
}
#access h2 img{
  height: 15px;
}
#access h2 p{
  line-height: 133%;
  font-size: 12px;
}
/*----------------------------------------------------
  #information
--------------------------------------------------- */
#information{
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
  text-align: center;
}
#information .attention{
  background: #c82850;
  padding:28px 0;
  color: #FFF;
  margin-bottom: 20px;
}
#information .attention h2{
  font-size: 20px;
  margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
#information .attention p{
  line-height: 133%;
  font-size: 12px;
}
#information .sns{
  background: #28282d;
  padding:42px 0 36px;
} 
#information .sns .sns01{
  letter-spacing: -0.4em;
  margin-bottom: 30px;
} 
#information .sns .sns01 li{
  letter-spacing: normal;
  display: inline-block;
  margin: 0 19px;
} 
#information .sns .sns01 li a{
  font-size: 20px;
  color: #FFF;
}

#information .sns .sns01 li a.sns1{
  display: block;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#information .sns .sns01 li a.sns1:hover{
  color: #2ca7e0;
}
#information .sns .sns01 li a.sns2{
  display: block;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#information .sns .sns01 li a.sns2:hover{
  color: #3765a3;
}
#information .sns .sns01 li a.sns3{
  display: block;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#information .sns .sns01 li a.sns3:hover{
  color: #ba388e;
}


#information .sns .sns02{
  letter-spacing: -0.4em;
} 
#information .sns .sns02 li{
  letter-spacing: normal;
  display: inline-block;
  margin-right: 10px;
} 
#information .sns .sns02 li:after{
  content: "|";
  letter-spacing: normal;
  display: inline-block;
  margin-left: 10px;
  color: #FFF;
}
#information .sns .sns02 li:last-child:after{
  content: "";
  letter-spacing: normal;
  display: inline-block;
  margin: 0px;
  color: #FFF;
}
#information .sns .sns02 li a{
  font-size: 10px;
  color: #FFF;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#information .sns .sns02 li a:hover{
  color: #ccc;
}


/*----------------------------------------------------
 wipe
--------------------------------------------------- */

#wipe{
  position: fixed;
  z-index: 1100;
}
#wipe span{
  position: absolute;
  top: -100px;
  left: -100px;
  width: 200px;
  height: 200px;
          border-radius:0px;
  -webkit-border-radius:0px;
     -moz-border-radius:0px;
  display: block;
  background: #FFF;
  -webkit-transform: scale(0.01,0.01) translate3d(0%,0px,0px) rotate(0deg);
     -moz-transform: scale(0.01,0.01) translate3d(0%,0px,0px) rotate(0deg);
      -ms-transform: scale(0.01,0.01) translate3d(0%,0px,0px) rotate(0deg);
       -o-transform: scale(0.01,0.01) translate3d(0%,0px,0px) rotate(0deg);
          transform: scale(0.01,0.01) translate3d(0%,0px,0px) rotate(0deg);
}
#wipe.view span{
          border-radius: 2px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-transform: scale(14,14) translate3d(0%,0px,0px) rotate(180deg);
     -moz-transform: scale(14,14) translate3d(0%,0px,0px) rotate(180deg);
      -ms-transform: scale(14,14) translate3d(0%,0px,0px) rotate(180deg);
       -o-transform: scale(14,14) translate3d(0%,0px,0px) rotate(180deg);
          transform: scale(14,14) translate3d(0%,0px,0px) rotate(180deg);
    -webkit-transition: all 1s cubic-bezier(0.800, -0.005, 0.220, 1.005);
       -moz-transition: all 1s cubic-bezier(0.800, -0.005, 0.220, 1.005);
        -ms-transition: all 1s cubic-bezier(0.800, -0.005, 0.220, 1.005);
         -o-transition: all 1s cubic-bezier(0.800, -0.005, 0.220, 1.005);
            transition: all 1s cubic-bezier(0.800, -0.005, 0.220, 1.005);

}