@charset "UTF-8";
/* CSS Document */

/***
* common_sp.css
*/

@media only print, only screen and (min-width: 18.75em){
	
.tab,
.pc,
.pc_tab{
	display:none;
}

.sp{
	display:block;
}

.hover:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.hyphen{
  position: relative;
  top: -0.5vw;
}

a{
  color: #979697;
  transition-duration: 0.5s;
}

.btn{
  padding: 10px 0 11px;
  color: #fff;
  background: #000;
  font-size: 13px;
  text-align: center;
}

.jp{
  font-family: 'Neue Haas Grotesk Disp W01_55Rm', a-otf-gothic-bbb-pr6n, sans-serif;
  font-feature-settings: "palt" 1;
}

/***
* layout
*/

/* loader */

#wrapper{
  opacity: 0;
}

/* header */

#header{
  width: 100%;
  position: fixed;
  z-index: 1111;
  font-size: 14px;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 800ms cubic-bezier(0.87, 0, 0.13, 1);
}

#header.active{
  transform: translate3d(0, 0, 0);
}

#nav ul{
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

#logo{
  width: 100px;
}

/* footer */

#footer{
  padding: 150px 0 200px;
  position: relative;
}

#footerLogo{
  width: 160px;
  margin: 0 auto 70px;
}

#footerNav{
  position: relative;
  text-align: center;
}

#footerNav li{
  font-size: 16px;
  line-height: 2.4;
  margin-right: 0;
  display: block;
}

#copyright{
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  font-size: 11px;
}

}
