@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

ol li,
ul li {
  list-style: none; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  text-decoration: none;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto;
  vertical-align: bottom; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap; }

.u-font-en {
  font-family: 'Oswald', sans-serif; }

.u-duration-100 {
  transition-duration: 0.1s !important; }

.u-animation-delay-100 {
  animation-delay: 0.1s !important; }

.u-duration-200 {
  transition-duration: 0.2s !important; }

.u-animation-delay-200 {
  animation-delay: 0.2s !important; }

.u-duration-300 {
  transition-duration: 0.3s !important; }

.u-animation-delay-300 {
  animation-delay: 0.3s !important; }

.u-duration-400 {
  transition-duration: 0.4s !important; }

.u-animation-delay-400 {
  animation-delay: 0.4s !important; }

.u-duration-500 {
  transition-duration: 0.5s !important; }

.u-animation-delay-500 {
  animation-delay: 0.5s !important; }

.u-duration-600 {
  transition-duration: 0.6s !important; }

.u-animation-delay-600 {
  animation-delay: 0.6s !important; }

.u-duration-700 {
  transition-duration: 0.7s !important; }

.u-animation-delay-700 {
  animation-delay: 0.7s !important; }

.u-duration-800 {
  transition-duration: 0.8s !important; }

.u-animation-delay-800 {
  animation-delay: 0.8s !important; }

.u-duration-900 {
  transition-duration: 0.9s !important; }

.u-animation-delay-900 {
  animation-delay: 0.9s !important; }

.u-duration-1000 {
  transition-duration: 1s !important; }

.u-animation-delay-1000 {
  animation-delay: 1s !important; }

@keyframes show {
  from {
    opacity: 0;
    transform: translateX(-160px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes showCard {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes showContents {
  from {
    opacity: 0;
    transform: translateY(80px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes scrollIcon {
  0%, 100% {
    opacity: 1;
    transform: translateY(12px); }
  50% {
    opacity: 0;
    transform: translateY(0); } }

@keyframes barScale {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1, 0); } }

.a-font-en {
  font-family: "rosewood-std-fill", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em; }

.a-headline {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400; }
  @media print, screen and (max-width: 1079px) {
    .a-headline {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.21429; } }

.page-teaser {
  background: #000;
  letter-spacing: 0.08em;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media print, screen and (max-width: 1079px) {
    .page-teaser {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .page-teaser .figure {
    max-width: 320px; }
    @media print, screen and (max-width: 1079px) {
      .page-teaser .figure {
        max-width: 40%; } }
  .page-teaser .figure01 {
    margin-right: 0;
    margin-left: auto; }
  .page-teaser .figure02 {
    margin-top: 100px; }
    @media print, screen and (max-width: 1079px) {
      .page-teaser .figure02 {
        margin-top: 230px; } }
  .page-teaser .main {
    position: relative;
    top: -60px; }
    @media print, screen and (max-width: 1079px) {
      .page-teaser .main {
        top: 140px; } }
  .page-teaser .logo .title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 400; }
    @media print, screen and (max-width: 1079px) {
      .page-teaser .logo .title {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.21429; } }
    .page-teaser .logo .title .label {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.75; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .logo .title .label {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2; } }
  .page-teaser .head {
    margin-top: 32px; }
    .page-teaser .head .headline {
      font-size: 62px;
      font-size: 6.2rem;
      line-height: 1.25806;
      font-weight: 400; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .head .headline {
          font-size: 44px;
          font-size: 4.4rem;
          line-height: 1.31818; } }
    .page-teaser .head .data {
      font-size: 56px;
      font-size: 5.6rem;
      line-height: 1.39286; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .head .data {
          font-size: 44px;
          font-size: 4.4rem;
          line-height: 1.31818; } }
  .page-teaser .concept {
    margin-top: 120px; }
    .page-teaser .concept .lead {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.625;
      letter-spacing: 0.12em;
      margin-top: 40px; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .concept .lead {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.83333;
          margin-top: 20px;
          letter-spacing: 0.08em; } }
      .page-teaser .concept .lead .small {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2.11111; }
        @media print, screen and (max-width: 1079px) {
          .page-teaser .concept .lead .small {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.66667; } }
    .page-teaser .concept .content {
      margin-top: 32px; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .concept .content {
          margin-top: 24px; } }
      .page-teaser .concept .content p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.2em; }
        @media print, screen and (max-width: 1079px) {
          .page-teaser .concept .content p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 2; } }
  .page-teaser .access {
    margin-top: 160px; }
    .page-teaser .access .map {
      margin-top: 20px;
      max-width: 600px; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .access .map {
          width: 100%;
          position: relative;
          padding-top: 56.25%; } }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .access .map iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .page-teaser .access .info {
      max-width: 600px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 12px; }
      .page-teaser .access .info .name {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2; }
        @media print, screen and (max-width: 1079px) {
          .page-teaser .access .info .name {
            order: 2;
            margin-top: 40px; } }
        .page-teaser .access .info .name span {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.33333;
          margin-right: 12px; }
      .page-teaser .access .info .link {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.33333;
        letter-spacing: 0; }
        @media print, screen and (max-width: 1079px) {
          .page-teaser .access .info .link {
            order: 1; } }
    .page-teaser .access .content {
      margin-top: 32px; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .access .content {
          margin-top: 0px; } }
      .page-teaser .access .content p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.2em; }
        @media print, screen and (max-width: 1079px) {
          .page-teaser .access .content p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 2; } }
      .page-teaser .access .content .annotation {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2; }
  .page-teaser .reservation {
    margin-top: 160px; }
    .page-teaser .reservation .link {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.33333;
      margin-top: 12px; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .reservation .link {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.77778;
          margin-top: 20px; } }
      .page-teaser .reservation .link a {
        text-decoration: none; }
  .page-teaser .check {
    margin-top: 160px; }
    .page-teaser .check .link {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.5;
      margin-top: 12px; }
      @media print, screen and (max-width: 1079px) {
        .page-teaser .check .link {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.6;
          margin-top: 20px; } }

.t-contents {
  width: 100%;
  z-index: 0;
  padding-top: 80px; }
  @media print, screen and (max-width: 1079px) {
    .t-contents {
      padding-top: 62px; } }

body {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'Shippori Mincho B1', "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", sans-serif;
  font-weight: 400;
  background: #231815; }
  body * {
    font-feature-settings: "palt"; }
  body a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.2s ease-out; }
    body a:hover {
      opacity: 0.7; }
  body .inner {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (max-width: 1079px) {
      body .inner {
        padding-left: 20px;
        padding-right: 20px; } }
  @media print, screen and (min-width: 1080px) {
    body .is-pc {
      display: block; } }
  @media print, screen and (max-width: 1079px) {
    body .is-pc {
      display: none; } }
  @media print, screen and (min-width: 1080px) {
    body .is-sp {
      display: none; } }
  @media print, screen and (max-width: 1079px) {
    body .is-sp {
      display: block; } }
