<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//fonts.googleapis.com/css?family=Montserrat:400,500&amp;display=swap");
#page-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99; }

#page-top a {
  height: 100%;
  background: #161616;
  padding: 0 13px;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

.filter {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s, filter 1s, transform 1s; }

.filter.scrollin {
  opacity: 1;
  filter: blur(0); }

.left {
  transform: translate(-10%, 0);
  transition-delay: .4s; }

.left.scrollin {
  transform: translate(0, 0); }

.right {
  transform: translate(10%, 0);
  transition-delay: .4s; }

.right.scrollin {
  transform: translate(0, 0); }

@media (max-width: 1024px) {
  .filter-sp {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1s, filter 1s; } }

@media (max-width: 1024px) {
  .filter-sp.scrollin {
    opacity: 1;
    filter: blur(0); } }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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, sub, sup, 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,
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; }

a:not([class]) {
  text-decoration: none;
  color: #333333; }

a:not([class]):hover {
  text-decoration: none; }

*, *::before, *::after {
  box-sizing: border-box; }

*:focus {
  outline: none !important; }

b {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.875;
  color: #333333;
  overflow-x: hidden; }
  @media (max-width: 640px) {
    body {
      font-size: 1.5rem; } }

.global-footer {
  background: #161616;
  padding: 120px 0;
  position: relative; }
  @media (max-width: 640px) {
    .global-footer {
      padding: 60px 0; } }
  .global-footer__inner {
    width: 100%;
    max-width: 1460px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 calc(60vw * 100 / 1920); }
    @media (max-width: 640px) {
      .global-footer__inner {
        padding: 0 15px; } }
  .global-footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .global-footer__logo {
    width: 100%;
    max-width: 140px;
    position: relative;
    z-index: 1; }
    @media (max-width: 640px) {
      .global-footer__logo {
        max-width: 100px; } }
  .global-footer__sns {
    display: flex;
    position: relative;
    z-index: 1; }
  .global-footer__sns li {
    width: 30px;
    margin-left: 20px; }
  .global-footer__copyright {
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.0rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }
    @media (max-width: 640px) {
      .global-footer__copyright {
        margin-top: 30px;
        position: relative;
        top: auto;
        left: auto;
        transform: none; } }

.visual {
  height: 100vh;
  background: #161616;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1280px) {
    .visual {
      height: auto;
      padding-top: 56.25%; } }
  @media (max-width: 900px) {
    .visual {
      padding-top: 800px; } }
  @media (max-width: 640px) {
    .visual {
      padding-top: 600px; } }
  .visual-bg {
    width: 100%;
    height: 100%;
    background: url("../img/visual-bg.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .visual-logo {
    width: 100%;
    max-width: 140px;
    position: absolute;
    top: calc(60vw * 100 / 1920);
    left: calc(60vw * 100 / 1920);
    z-index: 99; }
    @media (max-width: 1024px) {
      .visual-logo {
        max-width: 120px; } }
    @media (max-width: 640px) {
      .visual-logo {
        max-width: 100px;
        top: 20px;
        left: 20px; } }
  .visual-img {
    width: 100%;
    max-width: 500px;
    margin-left: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; }
    @media (max-width: 1680px) {
      .visual-img {
        max-width: calc(500vw * 100 / 1680); } }
    @media (max-width: 900px) {
      .visual-img {
        max-width: calc(360vw * 100 / 900);
        margin: calc(-80vw * 100 / 900) 0 0; } }
    @media (max-width: 640px) {
      .visual-img {
        max-width: 240px; } }
  .visual-inner {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: calc(120vw * 100 / 1920);
    z-index: 9; }
    @media (max-width: 900px) {
      .visual-inner {
        width: 100%; } }
    @media (max-width: 768px) {
      .visual-inner {
        bottom: calc(80vw * 100 / 768); } }
  .visual-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .visual-box {
        padding: 0 15px; } }
  .visual-title {
    text-align: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.4;
    font-size: 3.6rem;
    letter-spacing: 1px;
    color: #FFFFFF; }
    @media (max-width: 640px) {
      .visual-title {
        font-size: 2.4rem;
        letter-spacing: normal; } }
  .visual-title small {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 2px;
    display: block; }
    @media (max-width: 640px) {
      .visual-title small {
        margin-bottom: 5px; } }

@media (max-width: 1024px) {
  .concept {
    margin-bottom: calc(100vw * 100 / 1024); } }
.concept-text {
  width: 100%;
  max-width: 760px;
  padding: calc(200vw * 100 / 1920) 30px;
  margin: 0 auto; }
  @media (max-width: 500px) {
    .concept-text {
      padding: calc(200vw * 100 / 1920) 15px; } }
.concept-bg {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-top: 39.0625%;
  position: relative; }
  @media (max-width: 640px) {
    .concept-bg {
      padding-top: 250px; } }
.concept-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }
.concept-img {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 1680px) {
    .concept-img {
      max-width: calc(770vw * 100 / 1680); } }
  @media (max-width: 1024px) {
    .concept-img {
      margin-top: calc(-200vw * 100 / 1024); } }
  @media (max-width: 900px) {
    .concept-img {
      max-width: 460px; } }
  @media (max-width: 640px) {
    .concept-img {
      max-width: 300px;
      margin-top: calc(-200vw * 100 / 640); } }

.design {
  margin-top: calc(-100vw * 100 / 1920);
  padding-top: 1000px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1920px) {
    .design {
      padding-top: calc(1000vw * 100 / 1920); } }
  @media (max-width: 1024px) {
    .design {
      margin-top: 0;
      padding-top: calc(800vw * 100 / 1024); } }
  @media (max-width: 640px) {
    .design {
      padding-top: 500px; } }
  .design-bg {
    width: 100%;
    height: calc(1800vw * 100 / 1920);
    background: url("../img/img02.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 1024px) {
      .design-bg {
        height: 100%; } }
  .design-text {
    width: 400px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media (max-width: 1024px) {
      .design-text {
        width: 100%;
        text-align: center;
        display: block;
        top: auto;
        right: auto;
        left: 0; } }
  .design-text p {
    padding: calc(50vw * 100 / 1920);
    line-height: 2;
    color: #FFFFFF; }
    @media (max-width: 500px) {
      .design-text p {
        font-size: 1.3rem; } }

.features {
  padding-top: calc(200vw * 100 / 1920); }
  .features-text {
    width: 100%;
    max-width: 760px;
    box-sizing: border-box;
    margin: 0 auto calc(200vw * 100 / 1920);
    padding: 0 30px; }
    @media (max-width: 640px) {
      .features-text {
        padding: 0 15px; } }
  .features-text p {
    margin-bottom: 2em; }
    .features-text p:last-child {
      margin-bottom: 0; }
  .features-img {
    width: 100%;
    max-width: 2000px;
    background: #000000;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }

.movement {
  width: 100%;
  max-width: 1460px;
  box-sizing: border-box;
  margin: calc(200vw * 100 / 1920) auto calc(160vw * 100 / 1920);
  padding: 0 30px;
  overflow: hidden; }
  @media (max-width: 640px) {
    .movement {
      padding: 0 15px; } }
  .movement-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 900px) {
      .movement-inner {
        display: block; } }
  .movement-img {
    width: 100%;
    max-width: 440px;
    margin-right: 60px; }
    @media (max-width: 1280px) {
      .movement-img {
        max-width: 340px; } }
    @media (max-width: 900px) {
      .movement-img {
        margin: 0 auto; } }
    @media (max-width: 640px) {
      .movement-img {
        padding: 0 40px; } }
  .movement-text {
    width: 100%;
    max-width: 800px; }
    @media (max-width: 900px) {
      .movement-text {
        max-width: inherit; } }
  .movement-text p {
    margin-bottom: 2em; }
    .movement-text p:last-child {
      margin-bottom: 0; }

.collection {
  width: 100%;
  max-width: 1720px;
  background: #161616;
  margin: 0 auto calc(200vw * 100 / 1920);
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 640px) {
    .collection {
      padding: 50px 0; } }
  .collection-bg {
    width: 100%;
    height: 100%;
    background: url("../img/bg02.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .collection-inner {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 9; }
  .collection-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 640px) {
      .collection-item {
        display: block; } }
  .collection-main {
    width: 50%; }
    @media (max-width: 640px) {
      .collection-main {
        width: 100%;
        margin-bottom: 30px; } }
  .collection-img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .collection-img {
        max-width: 180px; } }
  .collection-data {
    width: 50%; }
    @media (max-width: 640px) {
      .collection-data {
        width: 100%; } }
    .collection-data__text {
      margin-bottom: 20px;
      text-align: center;
      line-height: 1.5;
      font-size: 1.4rem;
      color: #FFFFFF; }
    .collection-data__name {
      margin-bottom: 2px;
      text-align: center;
      font-weight: 500;
      line-height: 1;
      font-size: 3.0rem;
      letter-spacing: 1px;
      color: #FFFFFF; }
      @media (max-width: 640px) {
        .collection-data__name {
          font-size: 2.6rem; } }
    .collection-data__movement {
      margin-bottom: 36px;
      text-align: center;
      font-size: 1.4rem;
      color: #FFFFFF; }
      @media (max-width: 640px) {
        .collection-data__movement {
          margin-bottom: 18px; } }
    .collection-data__btn {
      width: 100%;
      max-width: 200px;
      margin: 0 auto; }
    .collection-data__btn a {
      background: none;
      border: 1px solid #FFFFFF;
      padding: 10px;
      text-align: center;
      font-size: 1.5rem;
      letter-spacing: .5px;
      color: #FFFFFF;
      display: block;
      position: relative;
      transition: color 0.4s, background 0.4s; }
    .collection-data__btn a:hover {
      background: #FFFFFF;
      color: #333333; }
</pre></body></html>