@import url("//fonts.googleapis.com/css?family=Montserrat:400,500&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: #161616;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

.fadein {
  opacity: 0;
  transition: opacity 2s; }

.fadein.scrollin {
  opacity: 1; }

/* 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: 1600px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 100px; }
    @media (max-width: 1024px) {
      .global-footer__inner {
        padding: 0 50px; } }
    @media (max-width: 640px) {
      .global-footer__inner {
        padding: 0 30px; } }
  .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: 500;
    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 {
  background: #161616;
  padding: 120px 0 90px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 640px) {
    .visual {
      padding: 100px 0 40px; } }
  .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: 9; }
    @media (max-width: 1024px) {
      .visual-logo {
        max-width: 120px; } }
    @media (max-width: 640px) {
      .visual-logo {
        max-width: 100px;
        top: 20px;
        left: 20px; } }
  .visual-title {
    margin-top: 50px;
    padding: 0 15px;
    text-align: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.3;
    font-size: 3.6rem;
    letter-spacing: 1px;
    text-shadow: 5px 5px 0 #333333;
    color: #FFFFFF;
    position: relative;
    z-index: 1; }
    @media (max-width: 640px) {
      .visual-title {
        margin-top: 25px;
        font-size: 2.3rem; } }
  @media (max-width: 640px) {
    .visual-title br {
      display: none; } }
  .visual-inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1680px) {
      .visual-inner {
        width: calc(960vw * 100 / 1680); } }
    @media (max-width: 1280px) {
      .visual-inner {
        width: 100%;
        max-width: 760px; } }
  .visual-items {
    display: flex; }
  .visual-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative; }
    @media (max-width: 640px) {
      .visual-item {
        padding: 0; } }

.concept {
  padding: 90px 0 100px; }
  @media (max-width: 640px) {
    .concept {
      padding: 40px 0 50px; } }
  .concept-inner {
    width: 100%;
    max-width: 860px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .concept-inner {
        padding: 0 15px; } }
  .concept-text {
    margin-bottom: 50px; }
    @media (max-width: 640px) {
      .concept-text {
        margin-bottom: 25px; } }
  .concept-text p {
    margin-bottom: 1.5em; }
    .concept-text p:last-child {
      margin-bottom: 0; }

.iframe {
  padding-top: 56.25%;
  position: relative; }

.iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.japanese {
  margin-bottom: 150px; }
  @media (max-width: 640px) {
    .japanese {
      margin-bottom: 75px; } }
  .japanese-bg {
    background: #000000 url("../img/bg01.jpg") no-repeat center center;
    background-size: cover;
    position: relative; }
    .japanese-bg:after {
      content: '';
      padding-top: calc(700vw * 100 / 1920);
      display: block; }
      @media (max-width: 1024px) {
        .japanese-bg:after {
          padding-top: 500px; } }
      @media (max-width: 640px) {
        .japanese-bg:after {
          padding-top: 400px; } }
  .japanese-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin-top: -100px;
    padding: 0 30px;
    position: relative;
    z-index: 1; }
    @media (max-width: 640px) {
      .japanese-wrapper {
        padding: 0 15px; } }
  .japanese-text {
    width: 100%;
    max-width: 800px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 40px 50px; }
    @media (max-width: 640px) {
      .japanese-text {
        padding: 20px 20px;
        font-size: 1.4rem; } }

.design {
  background: #000000 url("../img/bg02.jpg") no-repeat center left;
  margin-bottom: 150px;
  padding: 150px 0;
  position: relative; }
  @media (max-width: 640px) {
    .design {
      margin-bottom: 75px;
      padding: 75px 0; } }
  .design-line1 {
    width: 2px;
    height: 60px;
    background: #FFFFFF;
    margin-left: -1px;
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 1; }
    @media (max-width: 640px) {
      .design-line1 {
        height: 30px;
        top: -15px; } }
    .design-line1:after {
      content: '';
      width: 2px;
      height: 30px;
      background: #000000;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      @media (max-width: 640px) {
        .design-line1:after {
          height: 15px; } }
  .design-line2 {
    width: 2px;
    height: 60px;
    background: #000000;
    margin-left: -1px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 1; }
    @media (max-width: 640px) {
      .design-line2 {
        height: 30px;
        bottom: -15px; } }
    .design-line2:after {
      content: '';
      width: 2px;
      height: 30px;
      background: #FFFFFF;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      @media (max-width: 640px) {
        .design-line2:after {
          height: 15px; } }
  .design-inner {
    width: 100%;
    max-width: 1800px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 640px) {
      .design-inner {
        padding: 0 15px; } }
  .design-text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    color: #FFFFFF; }
  .design-items {
    margin: 80px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden; }
    @media (max-width: 768px) {
      .design-items {
        display: block; } }
    @media (max-width: 640px) {
      .design-items {
        margin: 40px 0; } }
  .design-item {
    width: 50%;
    position: relative; }
    @media (max-width: 768px) {
      .design-item {
        width: 100%; } }
    .design-item:last-child {
      margin-top: 100px; }
      @media (max-width: 768px) {
        .design-item:last-child {
          margin-top: 0; } }
  .design-asakage {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1;
    font-size: 6.0rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -30px;
    left: 10px;
    z-index: 1; }
    @media (max-width: 1280px) {
      .design-asakage {
        font-size: calc(60vw * 100 / 1280);
        bottom: calc(-30vw * 100 / 1280); } }
    @media (max-width: 768px) {
      .design-asakage {
        font-size: calc(50vw * 100 / 768);
        bottom: 10px; } }
  .design-yukage {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1;
    font-size: 6.0rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -30px;
    right: 10px;
    z-index: 1; }
    @media (max-width: 1280px) {
      .design-yukage {
        font-size: calc(60vw * 100 / 1280);
        top: calc(-30vw * 100 / 1280); } }
    @media (max-width: 768px) {
      .design-yukage {
        font-size: calc(50vw * 100 / 768);
        top: auto;
        right: auto;
        bottom: 10px;
        left: 10px; } }

.movement {
  margin-bottom: 150px;
  overflow: hidden; }
  @media (max-width: 640px) {
    .movement {
      margin-bottom: 75px; } }
  .movement-inner {
    width: 100%;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 640px) {
      .movement-inner {
        padding: 0 15px; } }
  .movement-items {
    display: flex;
    align-items: center; }
    @media (max-width: 900px) {
      .movement-items {
        display: block; } }
  .movement-img {
    width: 50%;
    order: 1; }
    @media (max-width: 900px) {
      .movement-img {
        width: 100%;
        margin-bottom: 40px;
        text-align: center; } }
    @media (max-width: 640px) {
      .movement-img {
        margin-bottom: 30px; } }
  .movement-main {
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px; }
    @media (max-width: 900px) {
      .movement-main {
        width: 100%;
        padding: 0; } }
  .movement-title {
    margin-bottom: 26px;
    text-align: center;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1;
    font-size: 3.6rem;
    letter-spacing: 1px; }
    @media (max-width: 640px) {
      .movement-title {
        margin-bottom: 13px;
        font-size: 2.6rem; } }
  .movement-title small {
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    display: block; }
    @media (max-width: 640px) {
      .movement-title small {
        font-size: 1.4rem; } }

.edition {
  margin-bottom: 32px; }
  @media (max-width: 640px) {
    .edition {
      margin-bottom: 16px; } }
  .edition-inner {
    width: 100%;
    max-width: 860px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .edition-inner {
        padding: 0 15px; } }
  .edition-title {
    margin-bottom: 14px;
    font-weight: 500;
    line-height: 1.3;
    font-size: 2.4rem;
    text-align: center; }
    @media (max-width: 640px) {
      .edition-title {
        margin-bottom: 7px;
        font-size: 2.0rem; } }
  .edition-text {
    text-align: center; }
    @media (max-width: 640px) {
      .edition-text {
        font-size: 1.4rem; } }

.collection {
  background: #161616;
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 640px) {
    .collection {
      padding: 50px 0; } }
  .collection-bg {
    width: 100%;
    height: 100%;
    background: url("../img/bg03.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .collection-inner {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 9; }
  .collection-items {
    display: flex; }
  .collection-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px; }
  .collection-img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 30px; }
    @media (max-width: 640px) {
      .collection-img {
        max-width: 120px; } }
  .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: 700;
    line-height: 1;
    font-size: 3.0rem;
    letter-spacing: 1px;
    color: #FFFFFF; }
    @media (max-width: 640px) {
      .collection-data__name {
        font-size: 2.4rem; } }
  .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; }
