  @charset "UTF-8";/* CSS Document *//**** common_pc.css*/@media only print, only screen and (min-width: 1000px){.sp,.tab,.tab_sp{	display:none;}.pc,.pc_tab,.pcw_pc{	display:block;}.hover{	opacity:1;	transition-duration: 0.5s;}.hover:hover{	opacity:0.3;	transition-duration: 0.5s;}.hyphen{  position: relative;  top: -0.1vw;}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;}.btn:hover{  color: #fff;  background: #000;}.jp{  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, sans-serif;  font-feature-settings: "palt" 1;}/**** layout*//* intro */#loader{  width: 100%;  height: 100vh;  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: 120px;  height: 141px;  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: 81px;  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: 120px;}#nav{  position: absolute;  top: 30px;  left: 50%;  right: auto;  padding-right: 10px;  transform: translateX(-50%);}#nav li{  font-size: 30px;  margin-right: 24px;  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: 100vh;}#footerNav{  position: relative;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  text-align: center;}#footerNav li{  margin-right: 0;  font-size: 3.29vw;  letter-spacing: -0.02em;  display: block;}#footerNav li a{  -webkit-text-stroke: 1px #3f64ab;  text-stroke: 1px #3f64ab;}#footerNav li a:hover{  color: transparent;  -webkit-text-stroke: 1px #3f64ab;  text-stroke: 1px #3f64ab;}#footerNav li:last-child{  margin-right: 0;}#btnTopPage{  font-size: 16px;  position: absolute;  bottom: 32px;  left: 30px;}#copy{  font-size: 14px;  letter-spacing: -0.02em;  position: absolute;  bottom: 34px;  right: 30px;}}