@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;}.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*/#wrapper{  opacity: 0;}#header{  width: 100%;  position: fixed;  top: 0;  z-index: 3333;  transform: translate3d(0, -49px, 0);	transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);}#header.show{  transform: translate3d(0, 0, 0);	transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);}#headerInner{  font-size: 13px;  position: relative;}#btnBack{  position: absolute;  top: 4px;  left: 15px;  padding-left: 18px;  display: block;  transition-duration: 0.5s;}#btnBack::after{  content: "";  width: 12px;  height: 12px;  position: absolute;  top: 2px;  left: 0;  background: url("../img/icon_back.svg") center no-repeat;  background-size: 12px auto;}#btnBack:hover{  opacity: 0.3;  transition-duration: 0.5s;}#logo{  width: 90px;  margin: 12px auto;}#nav{  position: absolute;  top: 4px;  right: 15px;}#nav li{  display: inline-block;}#nav li::after{  content: '/';  padding: 0 3px 0 6px;  color: #bbb;}#nav li:last-child::after{  display: none;}#nav a{  color: #bbb;  transition-duration: 0.5s;}#nav a.active{  color: #000;  transition-duration: 0.5s;}/* footer */#footerInner{  position: relative;  padding: 0 15px 100px;  text-align: center;}#footerNav li{  font-size: 13px;  line-height: 1.85;  display: block;}#copy{  padding-bottom: 20px;  font-size: 9px;  text-align: center;}}