@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*//* intro */#loader{  width: 100%;  height: 100%;  position: fixed;  top: 0;  background: #fff;  z-index: 5555;  overflow: hidden;  transition-duration: 0.5s;}#loader.hide{  height: 0;  overflow: hidden;  transition-duration: 0.5s;}.bg-expand{  width: 85px;  height: 100px;  position: absolute;  top: 50%;  left: 50%;  background: #3f64ab;  transform: translate(-50%, -50%);  z-index: 10;  opacity: 0;  margin-top: 40px;  visibility: hidden;  transition-duration: 0.5s;}.bg-expand.show{  opacity: 1;  margin-top: 0;  visibility: visible;  transition-duration: 0.5s;}.bg-expand.active{  width: 100vw;  height: 100vh;  transition-duration: 1s;}#introLogo{  width: 57px;  position: fixed;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  z-index: 3333;  opacity: 0;  margin-top: 40px;  visibility: hidden;  transition-duration: 0.5s;}#introLogo.active{  opacity: 1;  margin-top: 0;  visibility: visible;  transition-duration: 0.5s;}#loader.hide #introLogo.active{  opacity: 0;  visibility: hidden;  transition-duration: 0.5s;}html a{ color: #3f64ab;}#header{  width: 100%;  position: fixed;  z-index: 3333;}#logo{  width: 85px;}#nav{  position: absolute;  top: 20px;  right: 20px;  padding-right: 0;}#nav li{  font-size: 24px;  margin-right: 16px;  display: inline-block;  -webkit-text-stroke: 1px #3f64ab;  text-stroke: 1px #3f64ab;}#nav .active a{  color: transparent;  -webkit-text-stroke: 1px #3f64ab;  text-stroke: 1px #3f64ab;}#nav li:last-child{  margin-right: 0;}/* footer */#footer{  width: 100%;  height: 500px;}#footerNav{  position: relative;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  text-align: center;}#footerNav li{  margin-right: 0;  font-size: 25px;  line-height: 1.6;  letter-spacing: -0.02em;  display: block;}#footerNav li:last-child{  margin-right: 0;}#btnTopPage{  font-size: 12px;  position: absolute;  bottom: 22px;  left: 20px;}#copy{  font-size: 10px;  letter-spacing: -0.02em;  position: absolute;  bottom: 22px;  right: 20px;}}