@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* 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, 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 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;
}

input, textarea, button, select, option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

main {
  display: block;
}

html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #666;
  height: 100%;
  width: 100%;
  background: #d0d0d0;
  font-family: 'Barlow', sans-serif;
  font-family: 'Barlow', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media (min-width: 0) and (max-width: 756px) {
  body {
    background: #fff;
  }
}

a {
  color: #666;
  text-decoration: none;
}

.btn {
  font-size: 20px;
  line-height: 50px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .7);
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  color: #000;
  position: relative;
  -webkit-transition: none .2s ease-out;
  transition: none .2s ease-out;
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
}

.btn:after {
  content: '→';
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.btn:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

#sketch {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: block;
  pointer-events: none;
  z-index: 200;
}

@media (min-width: 0) and (max-width: 756px) {
  #sketch {
    position: absolute;
    display: none;
  }
}

canvas {
  margin: 0;
  margin: 0;
  display: block;
}

#kv {
  width: 100%;
  top: 0;
  color: #fff;
}

#kv .container, #kv #information .information-wrapper, #information #kv .information-wrapper {
  height: 100%;
}

@media (min-width: 756px) {
  #kv {
    height: 200vh;
    overflow: hidden;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #kv {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
}

#kv .kv-background {
  background: url("../images/kv.jpg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@media (min-width: 756px) {
  #kv .kv-background {
    background-attachment: fixed;
    height: 100%;
    height: 200vh;
    position: absolute;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #kv .kv-background {
    top: 0;
    background-size: auto 100vh;
    background-position: center top;
    height: 100vh;
  }
}

@-webkit-keyframes bg_bgpos {
  0% {
    background-position: center center;
  }
  30% {
    background-position: center center;
  }
  80% {
    background-position: calc(50% - 80px);
  }
  100% {
    background-position: calc(50% - 80px);
  }
}

@keyframes bg_bgpos {
  0% {
    background-position: center center;
  }
  30% {
    background-position: center center;
  }
  80% {
    background-position: calc(50% - 80px);
  }
  100% {
    background-position: calc(50% - 80px);
  }
}

#kv .kv-feat-wrapper {
  z-index: 220;
}

@media (min-width: 756px) {
  #kv .kv-feat-wrapper {
    margin-top: 100vh;
    height: 100vh;
    position: absolute;
    position: absolute;
    left: calc((100vw - 1200px) / 2);
    right: calc((100vw - 1200px) / 2);
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #kv .kv-feat-wrapper {
    background: #212121;
    padding: 25px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
  }
}

#kv .kv-feat-wrapper .kv-feat {
  position: relative;
}

@media (min-width: 756px) {
  #kv .kv-feat-wrapper .kv-feat {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 2;
    text-align: center;
    font-size: 40px;
    letter-spacing: .2em;
    color: #ddd;
    font-size: 28px;
    letter-spacing: 1em;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #kv .kv-feat-wrapper .kv-feat {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: .1em;
    font-weight: 600;
    color: #dedede;
  }
  #kv .kv-feat-wrapper .kv-feat p {
    margin-top: 20px;
    font-size: 20px;
  }
}

#kv .kv-name {
  position: absolute;
  z-index: 20;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  z-index: 300;
}

@media (min-width: 756px) {
  #kv .kv-name {
    width: 41.66667%;
    float: left;
    margin-left: 0px;
    left: calc(8.33333% + 0px);
    position: relative;
    top: 50vh;
    margin-top: -1em;
    letter-spacing: .5em;
    font-size: 40px;
    height: 1em;
    line-height: 1;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #kv .kv-name {
    font-size: 60px;
    position: absolute;
    top: 65px;
    width: 100%;
    text-align: center;
    letter-spacing: .5em;
    padding-left: .5em;
  }
}

#kv .kv-title {
  position: absolute;
  z-index: 20;
  text-align: center;
  top: 50vh;
  margin-top: -1em;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5em;
  font-size: 40px;
  height: 1em;
  line-height: 1;
  font-family: 'Barlow', sans-serif;
  z-index: 300;
}

@media (min-width: 756px) {
  #kv .kv-title {
    width: 16.66667%;
    float: left;
    margin-left: 0px;
    left: calc(75% + 0px);
    position: relative;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #kv .kv-title {
    top: 50vh;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-size: 60px;
    letter-spacing: .5em;
    padding-left: .5em;
  }
}

.scroll {
  position: fixed;
  pointer-events: none;
  z-index: 20;
  text-align: center;
  color: #fff;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .5em;
  height: 1em;
  line-height: 1;
  font-family: 'Barlow', sans-serif;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  z-index: 300;
}

@media (min-width: 756px) {
  .scroll {
    width: 16.66667%;
    float: left;
    margin-left: 0px;
    margin-left: calc(41.66667% + 0px);
    bottom: 80px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  .scroll {
    width: 100%;
    font-size: 8px;
    bottom: 40px;
    letter-spacing: 1em;
    text-indent: .5em;
  }
}

.scroll:after {
  content: '';
  width: 1px;
  background: #fff;
  display: block;
  left: 50%;
  position: relative;
}

@media (min-width: 756px) {
  .scroll:after {
    height: 60px;
    margin-top: 20px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  .scroll:after {
    height: 30px;
    margin-top: 10px;
  }
}

body.fv .scroll {
  opacity: 0;
}

.releasedate {
  z-index: 300;
  color: #fff;
}

@media (min-width: 756px) {
  .releasedate {
    position: fixed;
    font-size: 14px;
    left: 40px;
    bottom: 40px;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: .1em;
    width: 15px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    font-family: 'Barlow', sans-serif;
  }
  .releasedate dt {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-bottom: 20px;
  }
  .releasedate dd {
    font-size: 14px;
    text-align: center;
  }
  .releasedate dd:after {
    content: '';
    display: block;
    height: 1px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 9px;
    margin-left: 3px;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
  }
  .releasedate dd:last-of-type:after {
    content: none;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  .releasedate {
    top: calc(100% - 40px - 1em);
    position: absolute;
    width: 100%;
    float: left;
    margin-left: 0px;
    font-size: 7px;
    left: 0;
    padding: 0 6.66667vw;
    text-align: right;
  }
  .releasedate dt {
    display: inline-block;
    margin-right: 5px;
  }
  .releasedate dd {
    display: inline-block;
  }
  .releasedate dd:after {
    content: '-';
  }
  .releasedate dd:last-child:after {
    content: none;
  }
}

.itemnumber {
  z-index: 300;
  color: #fff;
  letter-spacing: .1em;
}

@media (min-width: 756px) {
  .itemnumber {
    position: fixed;
    margin-top: -100px;
    height: 100px;
    font-size: 14px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    left: 40px;
    top: 50%;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  .itemnumber {
    top: calc(100% - 40px - 1em);
    line-height: 1;
    position: absolute;
    width: 50%;
    float: left;
    margin-left: 0px;
    font-size: 8px;
    left: 0;
    padding: 0 6.66667vw;
  }
}

@media (min-width: 756px) {
  .menu {
    position: fixed;
    right: 40px;
    top: 50%;
    margin-top: -240px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    height: 480px;
    width: 480px;
    text-align: center;
    font-size: 14px;
    z-index: 14000;
    pointer-events: none;
  }
  .menu ul {
    width: 100%;
  }
  .menu ul li {
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
  }
  .menu ul li:after {
    content: '-';
    color: #fff;
    margin-left: 5px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
  }
  .menu ul li:last-child {
    margin-right: 0;
  }
  .menu ul li:last-child:after {
    content: none;
  }
  .menu ul li a {
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    color: #fff;
    pointer-events: auto;
    font-size: 14px;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: .1em;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    -webkit-transition-property: color, opacity;
    transition-property: color, opacity;
  }
  .menu ul li a:hover {
    opacity: .5;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  .menu {
    display: none;
  }
}

body.scrolled .menu ul li a {
  color: #666666;
}

body.scrolled .menu ul li:after {
  color: #666;
}

body.scrolled .itemnumber {
  color: #666;
}

body.scrolled .releasedate {
  color: #666;
}

body.scrolled .releasedate dd:after {
  background-color: #666;
}

#milkpadding {
  height: 50vh;
  margin-top: -50vh;
  width: 100%;
  display: block;
  position: relative;
}

.container, #information .information-wrapper {
  width: 100%;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  padding: 100px 0;
}

#tracklist {
  position: relative;
  border-top-width: 0;
  border-bottom-width: 0;
  background: url("../images/tracklist_bg.jpg") center center;
  color: #fff;
  position: relative;
}

@media (min-width: 756px) {
  #tracklist {
    background-size: 100vw auto;
    background-attachment: fixed;
    padding: 100px 0px 100px;
  }
  #tracklist .tracklist-wrapper:before {
    content: '';
    width: calc((100vw - 1200px) / 2);
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #tracklist .tracklist-wrapper:after {
    content: '';
    width: calc((100vw - 1200px) / 2);
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  #tracklist .tracklist-body:before, #tracklist .tracklist-body:after {
    display: block;
    position: absolute;
    left: 0;
    z-index: 200;
    width: 100%;
    content: '';
    height: 100px;
    background: #fff;
  }
  #tracklist .tracklist-body:before {
    top: 0;
  }
  #tracklist .tracklist-body:after {
    bottom: 0;
    height: 165px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist {
    background-position: left top;
    margin: 25px 25px 75px;
    background-size: cover;
    clear: both;
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

#tracklist::after {
  clear: both;
  content: "";
  display: table;
}

#tracklist .tracklist-title {
  z-index: 200;
}

@media (min-width: 756px) {
  #tracklist .tracklist-title {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    bottom: 100px;
    top: 100px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist .tracklist-title {
    position: absolute;
    left: -4px;
  }
}

#tracklist .tracklist-title h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  font-size: 40px;
  letter-spacing: .8em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist .tracklist-title h2 {
    text-align: center;
  }
}

#tracklist dl {
  font-size: 16px;
  letter-spacing: .04em;
  position: relative;
  z-index: 200;
}

@media (min-width: 756px) {
  #tracklist dl {
    width: 50%;
    float: left;
    margin-left: 0px;
    margin-left: calc(8.33333% + 0px);
    margin-top: 110px;
    margin-bottom: 180px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist dl {
    margin-left: calc(25% + 0px);
  }
}

#tracklist dl dt {
  float: left;
  clear: both;
  width: 30px;
  font-size: 12px;
  color: #cccccc;
  font-family: 'Barlow', sans-serif;
  mix-blend-mode: exclusion;
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist dl dt {
    width: 20px;
  }
}

#tracklist dl dd {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  margin-bottom: 20px;
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist dl dd {
    font-size: 14px;
    margin-left: 20px;
    padding-right: 20px;
  }
}

#tracklist dl dd:last-child {
  margin-bottom: 0;
}

#tracklist dl dd .ru {
  letter-spacing: -0.1em;
}

#tracklist .preview {
  text-align: center;
  position: relative;
  z-index: 200;
}

@media (min-width: 756px) {
  #tracklist .preview {
    margin-top: 200px;
    width: 41.66667%;
    float: left;
    margin-left: 0px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist .preview {
    margin-top: 30px;
  }
}

#tracklist .preview a {
  color: #666;
  text-decoration: none;
  display: block;
  display: inline-block;
  outline: 0;
}

#tracklist .preview .preview-play {
  border-radius: 85px;
  background: #d1d1d1;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 756px) {
  #tracklist .preview .preview-play {
    width: 170px;
    height: 170px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #tracklist .preview .preview-play {
    width: 85px;
    height: 85px;
    border-radius: 50%;
  }
}

#tracklist .preview .preview-play:hover {
  background: #fff;
}

#tracklist .preview .preview-play:hover:after {
  border-color: transparent transparent transparent #d1d1d1;
}

#tracklist .preview .preview-play:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  margin-left: -3px;
  -webkit-transition: border 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#tracklist .tracklist-photo {
  position: absolute;
  left: 50%;
  margin-left: calc(16.66667% + 0px);
  bottom: -42px;
  z-index: 200;
}

#information {
  background-image: url("../images/information_bg_grad.png"), url("../images/information_bg.jpg");
  background-size: auto, cover;
  background-repeat: repeat-x, no-repeat;
  background-position: left top, center bottom;
  background-attachment: scroll, fixed;
  padding-top: 40px;
  position: relative;
}

@media (min-width: 756px) {
  #information {
    padding-bottom: 430px;
  }
  #information::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #information {
    background-size: cover;
    padding: 0 25px 190px;
    background-size: auto, cover;
  }
}

#information .information-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

#information .information-header {
  font-size: 40px;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

@media (min-width: 756px) {
  #information .information-header {
    color: #999999;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #information .information-header {
    right: 25px;
    color: #666666;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 756px) {
  #information .information-cover {
    width: 33.33333%;
    float: left;
    margin-left: 0px;
    left: calc(50% + 0px);
    position: relative;
    margin-bottom: 80px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #information .information-cover {
    width: 75%;
    float: left;
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

#information .information-cover img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

#information .information-detail {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.75;
  padding-right: 20px;
  font-family: 'Barlow', sans-serif;
}

@media (min-width: 756px) {
  #information .information-detail {
    left: calc(16.66667% + 0px);
    position: relative;
    width: 33.33333%;
    float: left;
    margin-left: 0px;
    position: absolute;
    margin-bottom: 80px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #information .information-detail {
    width: 75%;
    float: left;
    margin-left: 0px;
    margin-bottom: 50px;
    position: relative;
    z-index: 220;
  }
}

#information .information-detail p {
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1.83333;
}

#information .information-detail p:last-child {
  margin-bottom: 0;
}

#information .information-detail .info-title {
  margin-bottom: 20px;
  font-size: 20px;
}

#information .information-detail .info-contain-sub {
  margin-top: 0;
  font-size: 12px;
}

#information .information-detail .info-contain {
  margin-top: 10px;
}

#information .information-detail dl {
  margin-top: 24px;
}

#information .information-detail .info-itemnumber,
#information .information-detail dt {
  opacity: .5;
  font-size: 12px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 4px;
}

#information .information-detail dd {
  margin-bottom: 10px;
}

#information .information-detail .info-sub {
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 1;
  letter-spacing: .02em;
}

@media (min-width: 0) and (max-width: 756px) {
  #information .information-detail .info-sub {
    line-height: 1.4;
  }
}

#information .information-stores {
  clear: both;
  z-index: 220;
  position: relative;
  float: none;
  position: relative;
}

@media (min-width: 756px) {
  #information .information-stores {
    padding: 40px 50px;
    width: 83.33333%;
    float: left;
    margin-left: 0px;
    margin-left: calc(8.33333% + 0px);
    border: 8px solid #fff;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #information .information-stores {
    padding: 40px 30px;
    border: 4px solid #fff;
  }
}

#information .information-stores .information-stores-title {
  left: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
  font-size: 28px;
  color: #000;
  text-align: left;
  line-height: 1;
  margin-bottom: 35px;
}

@media (min-width: 756px) {
  #information .information-stores .information-stores-title {
    margin-left: 92px;
    position: absolute;
    font-size: 20px;
    top: -23px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #information .information-stores .information-stores-title {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    left: 0;
    margin-top: -.5em;
  }
}

#information .information-stores .information-stores-list {
  text-align: center;
  font-size: 0;
  width: 100%;
}

@media (min-width: 756px) {
  #information .information-stores .information-stores-list {
    display: table;
    table-layout: fixed;
  }
}

@media (min-width: 756px) {
  #information .information-stores .information-stores-list li {
    padding: 5px;
    margin: 0 5px 17px;
    display: table-cell;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #information .information-stores .information-stores-list li {
    margin-bottom: 20px;
  }
  #information .information-stores .information-stores-list li:last-child {
    margin-bottom: 0;
  }
}

#releaseparty {
  clear: both;
  background: #0f0;
  background: url("../images/releaseparty_bg.jpg") center center;
  background-size: 100vw auto;
  background-attachment: fixed;
  color: #666666;
}

@media (min-width: 756px) {
  #releaseparty {
    position: absolute;
    margin-top: -280px;
    left: calc((100vw - 1200px) / 2);
    right: calc((100vw - 1200px) / 2);
    height: 600px;
    padding: 80px 60px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #releaseparty {
    background-position: left top;
    margin: -100px 25px 75px;
    background-size: cover;
    clear: both;
    position: relative;
    padding: 100px 30px 30px;
  }
}

#releaseparty::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 756px) {
  #releaseparty .releaseparty-header {
    left: calc(50% + 0px);
    position: relative;
    width: 50%;
    float: left;
    margin-left: 0px;
    text-align: right;
    position: absolute;
    letter-spacing: 1em;
    padding-right: 20px;
    color: #fff;
    margin-top: -58px;
    z-index: 220;
    line-height: 1.45;
    font-size: 40px;
    font-weight: 600;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    text-align: right;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #releaseparty .releaseparty-header {
    letter-spacing: .6em;
    text-align: center;
    padding-left: 5.33333vw;
    position: absolute;
    top: 0;
    margin-top: -.5em;
    text-indent: -0.25em;
    font-size: 40px;
    letter-spacing: .6em;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    z-index: 220;
    left: 0;
  }
}

#releaseparty .releaseparty-title {
  position: relative;
  z-index: 220;
  letter-spacing: .04em;
  margin-bottom: 10px;
  font-size: 20px;
}

#releaseparty .party-section {
  margin-bottom: 40px;
}

#releaseparty .releaseparty-subtitle {
  line-height: 1;
  margin-bottom: 40px;
  font-size: 48px;
  letter-spacing: .02em;
}

#releaseparty .releaseparty-subtitle small {
  font-size: 28px;
}

#releaseparty p {
  margin-bottom: 10px;
}

#releaseparty .venue {
  margin-bottom: 10px;
}

#releaseparty dl {
  margin-bottom: 20px;
}

#releaseparty dl dt {
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

#releaseparty dl dd {
  margin-bottom: 10px;
}

#releaseparty .releaseparty-body {
  position: relative;
  z-index: 220;
}

@media (min-width: 756px) {
  #releaseparty .releaseparty-column {
    width: 340px;
    float: left;
  }
}

#releaseparty .releaseparty-guests {
  padding-top: 5px;
  z-index: 220;
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 756px) {
  #releaseparty .releaseparty-guests:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #releaseparty .releaseparty-guests {
    margin-bottom: 20px;
  }
}

#releaseparty .releaseparty-guests .releaseparty-guests-title {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0px;
}

#releaseparty .releaseparty-guests ul {
  line-height: 1.75;
}

#releaseparty .releaseparty-guests small {
  font-size: 12px;
  margin-left: .25em;
}

@media (min-width: 756px) {
  #releaseparty .releaseparty-ticket {
    position: absolute;
    right: 0;
    bottom: 0;
    right: 60px;
    bottom: 60px;
    text-align: right;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #releaseparty .releaseparty-ticket {
    margin-top: 20px;
  }
}

#releaseparty .releaseparty-ticket .btn {
  margin-bottom: 20px;
}

#releaseparty .releaseparty-ticket li {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .02em;
}

#releaseparty .releaseparty-sponsor {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 12px;
  z-index: 220;
}

@media (min-width: 756px) {
  #releaseparty .releaseparty-sponsor {
    position: absolute;
    right: 0;
    bottom: 0;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #releaseparty .releaseparty-sponsor {
    line-height: 1.6;
  }
}

#releaseparty .saloon-subtitle {
  font-size: 12px;
  margin-top: 5px;
}

#footer {
  background: #fff;
}

@media (min-width: 756px) {
  #footer {
    padding: 80px 0 90px;
    padding-top: 400px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #footer {
    padding: 0 25px 25px;
  }
}

#footer::after {
  clear: both;
  content: "";
  display: table;
}

#footer .credits {
  position: relative;
  z-index: 220;
}

@media (min-width: 756px) {
  #footer .credits {
    width: 50%;
    float: left;
    margin-left: 0px;
    margin-left: calc(8.33333% + 0px);
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #footer .credits {
    margin-bottom: 75px;
  }
  #footer .credits::after {
    clear: both;
    content: "";
    display: table;
  }
}

#footer .credits dt {
  float: left;
  width: 155px;
  clear: both;
  margin-bottom: 10px;
  font-size: 12px;
  color: #c5c5c5;
  letter-spacing: .04em;
}

@media (min-width: 0) and (max-width: 756px) {
  #footer .credits dt {
    width: 50%;
    float: left;
    margin-left: 0px;
    text-align: right;
    padding-right: 9px;
  }
}

#footer .credits dd {
  margin-bottom: 10px;
  letter-spacing: .04em;
}

@media (min-width: 0) and (max-width: 756px) {
  #footer .credits dd {
    width: 50%;
    float: left;
    margin-left: 0px;
    text-align: left;
    padding-left: 9px;
  }
  #footer .credits dd small {
    font-size: 9px;
  }
}

#footer .credits dd a {
  text-decoration: none;
  color: #666;
}

#footer .copyright {
  position: relative;
  z-index: 220;
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.83333;
  letter-spacing: .02em;
  font-weight: 500;
}

@media (min-width: 756px) {
  #footer .copyright {
    width: 16.66667%;
    float: left;
    margin-left: 0px;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #footer .copyright {
    text-align: center;
  }
}

#footer .copyright a {
  text-decoration: none;
  color: #666;
}

#footer .container, #footer #information .information-wrapper, #information #footer .information-wrapper {
  position: relative;
}

#footer .logo {
  position: relative;
  z-index: 220;
}

#footer .logo img {
  width: 200px;
}

@media (min-width: 756px) {
  #footer .logo {
    width: 16.66667%;
    float: left;
    margin-left: 0px;
    left: calc(75% + 0px);
    position: relative;
    position: absolute;
  }
}

@media (min-width: 0) and (max-width: 756px) {
  #footer .logo {
    text-align: center;
  }
}

.dg.ac {
  z-index: 20000 !important;
}

#loading {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  -webkit-transition: opacity .8s linear;
  transition: opacity .8s linear;
}

#loading:after {
  content: '';
  background: url("../images/sweetrice.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -51px;
  width: 200px;
  height: 103px;
  display: block;
  background-size: contain;
}

@media (min-width: 0) and (max-width: 756px) {
  #loading:after {
    width: 100px;
    height: 52px;
    margin-left: -50px;
    margin-top: -26px;
  }
}

body.loaded #loading {
  pointer-events: none;
  opacity: 0;
}
