@charset "UTF-8";/* CSS Document *//**** common.css*//* reset *//* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {  display: block;}body {  line-height: 1;}ol, ul {  list-style: none;}blockquote, q {  quotes: none;}blockquote:before, blockquote:after,q:before, q:after {  content: '';  content: none;}table {  border-collapse: collapse;  border-spacing: 0;}img {  vertical-align: top;  font-size:0;  line-height: 0;}a:focus,button:focus{  outline: none;}input{  -webkit-appearance: none;  border-radius: 0;  outline:none;}sup,sub{  line-height: 1;  vertical-align: baseline;  position: relative;   }sup{ bottom: 5px; }sub{ top: 0.5em; }small{  font-size:72.5%;}/* utility */.floatL{  float:left;	}.floatR{  float:right;	}.clearBoth{  clear:both;	}.clearfix:after{  content:".";   display:block;   height:0;   clear:both;   visibility:hidden;}.clearfix {display: inline-block;}/* Hides from IE-mac \*/* html .clearfix{ height:1%; }.clearfix{ display:block; }/* End hide from IE-mac */.anti{  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.transition{	transition-duration: 0.5s;}::-moz-selection { opacity:0.1; background: #eee; }::selection { opacity:0.1; background: #eee; }sup{  font-size:68.75%;}a{  color:#000;  text-decoration:none;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}img{  width: 100%;  touch-callout:none;  user-select:none;  -webkit-touch-callout:none;  -webkit-user-select:none;  -moz-touch-callout:none;  -moz-user-select:none;}.fade_off{  opacity: 0;  transform: translate3d(0,40px,0);  transition: all 1600ms cubic-bezier(0.230, 1.000, 0.320, 1.000);	-webkit-transition: all 1600ms cubic-bezier(0.230, 1.000, 0.320, 1.000);}.fade_on{  opacity: 1;  transform: translate3d(0,0,0);  transition: all 1600ms cubic-bezier(0.230, 1.000, 0.320, 1.000);  -webkit-transition: all 1600ms cubic-bezier(0.230, 1.000, 0.320, 1.000);}.mbNone{  margin-bottom: 0 !important;}.en{  display:none;}.lang-en .en{  display:block;}.lang-en .jp{  display:none;}.clearfix:after{  content: "";  display: block;  clear: both;}.hover:hover{  opacity: 0.6;  transition: 0.5s;}/**********************/:root{  --easing_1: cubic-bezier(0.87, 0, 0.13, 1);  --letter-delay: 0.035s;  --logoSlideDelay: 1.6s;  --logoFromX: 0px;}html,body{  color: #fff;  background: #000;  color-scheme: dark;  scrollbar-color: #555 #000;}body{  position: relative;}::-webkit-scrollbar{  width: 12px;  height: 12px;}::-webkit-scrollbar-track{  background: #000;}::-webkit-scrollbar-thumb{  background: #555;  border: 3px solid #000;  border-radius: 8px;}::-webkit-scrollbar-thumb:hover{  background: #777;}html.isIntroLock,body.isIntroLock{  overflow: hidden;  height: 100%;  touch-action: none;}/* loaderLogo fade-in */#loader #loaderLogo{  display: inline-block;  position: relative;  will-change: transform;  backface-visibility: hidden;  -webkit-font-smoothing: antialiased;  animation: logoSlide 1.2s var(--easing_1, ease) var(--logoSlideDelay, 1.6s) forwards;}#loader #loaderLogo span{  opacity: 0;  -webkit-filter: blur(1px);  filter: blur(1px);  transform: translateZ(0);  will-change: opacity, filter;  backface-visibility: hidden;  animation: logoLetterFadeIn 2s var(--easing_1, ease) forwards;  animation-delay: calc(0.8s + (var(--i, 0) * var(--letter-delay, 0.05s)));}body.isLogoIn #loaderLogo span{  opacity: 1;}@keyframes logoLetterFadeIn{  0%{    opacity: 0;    -webkit-filter: blur(1px);    filter: blur(1px);  }  45%{    opacity: 1;    -webkit-filter: blur(0px);    filter: blur(0px);  }  100%{    opacity: 1;    -webkit-filter: blur(0px);    filter: blur(0px);  }}#horizontalEnd{  height: 1px;}/**** common*/html,body{  height:100%;  margin:0;  font-family: "neue-haas-grotesk-text", Helvetica, sans-serif;  font-weight: 500;	-webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.jp{  font-family: "linotype-sabon", "MFW-RyuminPr6-Light", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";  font-weight: normal;  font-feature-settings: "palt" 1;}.en{  font-family: "linotype-sabon", "Times New Roman", Times, "serif";  font-weight: 400;}html.hidden,body.hidden{	overflow: hidden;}html{ visibility: hidden; }html.lang-en, html.lang-jp{ visibility: visible; }#wrapper{	position: relative;  height:auto !important;  height: 100%;  min-height: 100%;	-webkit-text-size-adjust:100%;	-webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}#loaderVideo{  width: 100%;}