@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: 7px 15px;  color: #000;  border-radius: 50px;  background-color: rgba(240, 240, 240, 0.5);  -webkit-backdrop-filter: blur(10px);  backdrop-filter: blur(10px);  display: inline-block;}.jp{  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, sans-serif;  font-feature-settings: "palt" 1;}/**** layout*//* loader */#loader{  width: 100%;  height: 100%;  position: fixed;  background: #fff;  z-index: 3333;}#loaderLogo{  width: 26.35vw;  position: absolute;  top: 50%;  left: 50%;  padding-bottom: 120px;  transform: translate(-50%, -50%);}.loaderLogo{  opacity: 0;  position: absolute;}.loaderLogo.active{  opacity: 1;  transition-duration: 0.5s;}#wrapper{  opacity: 0;}/* header */#header{  width: 100%;  position: fixed;  top: 0;  font-size: 13px;  z-index: 1111;}#header a{  color: #000;  transition-duration: 0.5s;}#header.positive a{  color: #fff;  transition-duration: 0.5s;}#header a:hover{  color: #bbb;  transition-duration: 0.5s;}#logo{  width: 180px;  position: absolute;  top: 10px;  left: 15px;  z-index: 111;}#header #logo .path{  fill: #000;  transition-duration: 0.5s;}#header.positive #logo .path{  fill: #fff;  transition-duration: 0.5s;}#header .bar{  font-size: 12px;  padding: 0 10px;  position: relative;  top: -0.5px;}#nav{  width: 100%;  padding-top: 22px;  text-align: center;  position: relative;  top: auto;  right: auto;}#nav li{  margin-right: 18px;  display: inline-block;}#nav li:last-child{  margin-right: 0;}#navSub{  position: absolute;  top: 22px;  right: 15px;  z-index: 111;}/* main */#main{  padding-bottom: 180px;}/* footer */#footer{  padding: 20px 0 30px;}#footerNav{  font-size: 13px;  text-align: center;}#footerNav li{  margin-right: 60px;  display: inline-block;}#footerNav li:last-child{  margin-right: 0;}#footerNav a{  position: relative;}#footerNav a::after{  content: '';  width: 0;  height: 1px;  background: #000;  position: absolute;  bottom: 0;  left: 0;  transition-duration: 0.5s;}#footerNav li:hover a::after{  width: 100%;  transition-duration: 0.5s;}#footerLogo{  width: 200px;  margin: 100px auto 100px;}#copy{  font-size: 11px;  letter-spacing: 0.005em;  text-align: center;}}@media only print, only screen and (min-width: 1800px){#footerLogo{  width: 200px;  margin: 200px auto 200px;}}