@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*/#wrapper{  opacity: 0;}#loader{  width: 100%;  height: 100%;  position: fixed;  z-index: 2222;  background: #fff;  opacity: 1;  visibility: visible;  transition-duration: 0.5s;}#loader.hide{  opacity: 0;  visibility: hidden;  transition-duration: 0.5s;}#loaderInner{  width: 312px;  height: 140px;  position: absolute;  top: 50%;  left: 50%;  margin-bottom: 30px;  transform: translate(-50%, -50%);}.loaderLogo{  position: absolute;  opacity: 0;  visibility: hidden;  transform: translate(-20px, 0);  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}.show.loaderLogo{  opacity: 1;  visibility: visible;  transform: translate(0, 0);  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}/* header */#header{  width: 100%;  position: fixed;  top: 0;  font-size: 13px;  z-index: 1111;}#header ul{  width: auto;  float: none;  margin-top: 0;  padding: 18px 20px;  display: flex;  justify-content: space-between;}#logo{  margin-top: 0;  padding: 0;}#header li{  display: inline-block;  margin-right: 0;}#header li:first-child{  display: block;}#header li:last-child{  margin-right: 0;}#header a{  color: #fff;  display: inline-block;  transition-duration: 0.5s;}#header.active a{  color: #000;  transition-duration: 0.5s;}#header .bar{  font-size: 11px;  position: relative;  top: -1px;}/* footer */#footer{  font-size: 13px;}#footerLogo{  width: 8.78vw;  margin: 160px auto;}#footerNav ul{  padding: 20px;  text-align: center;}#footerNav li{  margin-right: 56px;  display: inline-block;}#footerNav li:last-child{  margin-right: 0;}#footerNav li a{  position: relative;}#footerNav li a::after{  content: '';  width: 0;  height: 1px;  position: absolute;  bottom: 0;  left: 0;  background: #000;  transition-duration: 0.5s;}#footerNav li:hover a::after{  width: 100%;  transition-duration: 0.5s;}#copy{  padding-bottom: 20px;  font-size: 13px;  text-align: center;}}