@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: #000;  transition-duration: 0.5s;}.btn{  padding: 1px 10px 2px;  color: #000;  border: 1px solid #000;  font-size: 15px;  display: inline-block;  border-radius: 50px;}.jp{  font-family: 'Neue Haas Grotesk Disp W01_55Rm', a-otf-gothic-bbb-pr6n, sans-serif;  font-feature-settings: "palt" 1;}/**** layout*//* header */#header{  width: 100%;  height: 50px;  position: fixed;  top: 0;  background: #fff;  border-bottom: 1px solid #000;  z-index: 6666;}#header .logo{  width: 66px;  margin: 12px auto;}#btnBack{  position: absolute;  top: 20px;  left: 15px;  font-size: 10px;}#nav{  position: absolute;  top: 20px;  right: 15px;  font-size: 10px;}#nav li{  margin-right: 15px;  display: inline-block;}#nav li:last-child{  margin-right: 0;}#nav a.active{  color: #c40018;}/* footer */#footer{  padding-top: 150px;  border-top: 1px solid #000;  text-align: center;}#footer .logo{  width: 107px;  margin: 0 auto 30px;}#footerTxt{  width: 272px;  margin: 0 auto;  margin-bottom: 80px;  font-size: 10px;  line-height: 1.4;}#btnPageTop{  margin-bottom: 80px;  display: block;  font-size: 10px;}#copy{  padding-bottom: 23px;  font-size: 11px;}}