@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: #fff;  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*/#loader{  width: 100%;  height: 100vh;  background: #000;  position: fixed;  z-index: 7777;}#loaderLogo{  width: 56.8vw;  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  opacity: 0;  visibility: hidden;  margin-top: 40px;  padding-bottom: 40px;  transition-duration: 0.5s;}#loaderLogo.active{  opacity: 1;  visibility: visible;  margin-top: 0;  transition-duration: 0.5s;}/* header */#header{  width: 100%;  position: fixed;  top: 0;  z-index: 3333;  opacity: 0;  visibility: hidden;  transition-duration: 0.5s;}#header.active{  opacity: 1;  visibility: visible;  transition-duration: 0.5s;}#logo{  position: absolute;  top: 30px;  left: 15px;  font-size: 6.40vw;}#logo .cross{  font-size: 9.5vw;}.nav{  position: absolute;  top: 40px;  right: 15px;}.nav li{  display: inline-block;}.nav li::after{  content: '/';  padding: 0 4px 0 6px;}.nav li:last-child::after{  display: none;}/* footer */#footer{  width: 100%;  height: 100vh;  background: #000;  border-top: 1px solid #666;  position: relative;  z-index: 3334;}#footerImg{  width: 53.33vw;  position: absolute;  top: 50%;  left: 50%;  padding-bottom: 40px;  transform: translate(-50%, -50%);}#copy{  width: 100%;  position: absolute;  bottom: 30px;  font-size: 14px;  line-height: 1.08;  text-align: center;}}