@charset "UTF-8";
/*--------------------------------------
  Utility Styles
---------------------------------------*/
.align-left {
  text-align: left;
}

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

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

.pc-none {
  display: inherit;
}

@media (max-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media (max-width: 768px) {
  .sp-none {
    display: inherit;
  }
}

ul.inline {
  display: inline-block;
}

ul.inline li {
  display: inline-block;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  -webkit-overscroll-behavior: none;
  overscroll-behavior: none;
  background: #e6e6e3;
}

body {
  -webkit-overscroll-behavior: none;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  background: #e6e6e3;
  color: #000000;
  font-family: futura-pt, dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.15em;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }
}

/*
■Futura PT
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
■DNP Shuei Gothic Gin Std
font-family: futura-pt, dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 500;
font-style: normal;
*/
li {
  list-style: none;
}

fieldset {
  border: none;
}

img.image--full_width {
  width: 100%;
  height: auto;
}

#cursorWrap {
  z-index: 100000001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

button {
  background: none;
  border: none;
  outline: none;
}

.vt {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

body {
  height: 100%;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 768px) {
  body {
    font-size: 9.5px;
  }
}

#wrapper {
  width: 100%;
  height: 100%;
  display: table;
}

@media (max-width: 1200px) {
  #wrapper {
    display: block;
  }
}

#wrapper #wrapper--inner {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  #wrapper #wrapper--inner {
    display: block;
    vertical-align: top;
    height: 100%;
  }
}

#wrapper #wrapper--inner #contents {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  #wrapper #wrapper--inner #contents {
    display: block;
    height: 100%;
  }
}

#loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6e6e3;
}

#loading .loading__container {
  opacity: 0;
  -webkit-transition: 0.8s opacity ease;
  transition: 0.8s opacity ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#loading.show .loading__container {
  opacity: 1;
}

#loading.hide .loading__header span {
  display: inline-block;
  -webkit-transition: 1.4s opacity 0.8s ease;
  transition: 1.4s opacity 0.8s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  opacity: 0;
}

#loading.hide .loading__body h1, #loading.hide .loading__body .music-info {
  -webkit-transition: 1.4s opacity 0.8s ease;
  transition: 1.4s opacity 0.8s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  opacity: 0;
}

#loading .loading__container {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  padding: 60px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #loading .loading__container {
    padding: 0px;
    max-width: 320px;
  }
}

#loading .loading__container .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  white-space: nowrap;
}

#loading .loading__container .loading__header {
  position: absolute;
  left: 40px;
  top: 0;
  -webkit-transform: translate3d(0, calc(-50% + 15px), 0);
          transform: translate3d(0, calc(-50% + 15px), 0);
}

#loading .loading__container .loading__header span {
  font-weight: bold;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#loading .loading__container .loading__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

#loading .loading__container .loading__body h1 {
  -ms-flex-preferred-size: 51.88%;
      flex-basis: 51.88%;
  text-align: right;
  padding-right: 10%;
  line-height: 30px;
  font-weight: normal;
}

@media (max-width: 1200px) {
  #loading .loading__container .loading__body h1 {
    text-align: left;
    padding-left: 30px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  #loading .loading__container .loading__body h1 {
    padding-left: 20px;
  }
}

#loading .loading__container .loading__body .music-info {
  overflow: hidden;
  -ms-flex-preferred-size: 48.12%;
      flex-basis: 48.12%;
}

#loading .loading__container .loading__body .music-info div {
  font-size: 120%;
  display: inline-block;
  margin-left: 40px;
  line-height: 30px;
  letter-spacing: 0.04em;
}

#loading .loading__container .loading__body .music-info div span + span {
  margin-left: 0.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  #loading .loading__container .loading__body .music-info div {
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  #loading .loading__container .loading__body .music-info div {
    margin-left: 0;
  }
  #loading .loading__container .loading__body .music-info div + div {
    margin-left: 35px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  #loading .loading__container .loading__body .music-info div + div {
    margin-left: 30px;
  }
}

#wrapper .ui-text--5,
#wrapper .ui-text--7 {
  display: inline-block;
  -webkit-transform: translate3d(100px, 0%, 0);
          transform: translate3d(100px, 0%, 0);
}

#wrapper .ui-text--5,
#wrapper .ui-text--7 {
  -webkit-transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s transform 0s ease;
  transition: 1.75s transform 0s ease, 1.75s -webkit-transform 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #time--visual canvas {
  opacity: 0;
  -webkit-transition: 1.75s opacity 0.2s ease;
  transition: 1.75s opacity 0.2s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #time--visual .logo,
#wrapper #time--visual .time,
#wrapper #time--visual .bpm {
  display: inline-block;
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

#wrapper #time--visual .ui-text--1,
#wrapper #time--visual .ui-text--2,
#wrapper #time--visual .ui-text--6,
#wrapper #time--visual .page__header2 {
  display: inline-block;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

#wrapper #time--visual .logo {
  -webkit-transition: 1.75s -webkit-transform 0.0s ease;
  transition: 1.75s -webkit-transform 0.0s ease;
  transition: 1.75s transform 0.0s ease;
  transition: 1.75s transform 0.0s ease, 1.75s -webkit-transform 0.0s ease;
}

#wrapper #time--visual .time {
  -webkit-transition: 1.75s -webkit-transform 0.3s ease;
  transition: 1.75s -webkit-transform 0.3s ease;
  transition: 1.75s transform 0.3s ease;
  transition: 1.75s transform 0.3s ease, 1.75s -webkit-transform 0.3s ease;
}

#wrapper #time--visual .bpm {
  -webkit-transition: 1.75s -webkit-transform 0.6s ease;
  transition: 1.75s -webkit-transform 0.6s ease;
  transition: 1.75s transform 0.6s ease;
  transition: 1.75s transform 0.6s ease, 1.75s -webkit-transform 0.6s ease;
}

#wrapper #time--visual .ui-text--1,
#wrapper #time--visual .ui-text--6,
#wrapper #time--visual .page__header2 {
  -webkit-transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s transform 0s ease;
  transition: 1.75s transform 0s ease, 1.75s -webkit-transform 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #time--visual .ui-text--6 {
  -webkit-transition: 1.75s -webkit-transform 1.2s ease;
  transition: 1.75s -webkit-transform 1.2s ease;
  transition: 1.75s transform 1.2s ease;
  transition: 1.75s transform 1.2s ease, 1.75s -webkit-transform 1.2s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #time--visual .ui-text--2 {
  -webkit-transition: 1.75s -webkit-transform 1.5s ease;
  transition: 1.75s -webkit-transform 1.5s ease;
  transition: 1.75s transform 1.5s ease;
  transition: 1.75s transform 1.5s ease, 1.75s -webkit-transform 1.5s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #pages .ui-text--3,
#wrapper #pages .ui-text--4 {
  display: inline-block;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

#wrapper #pages .ui-text--3 {
  -webkit-transition: 1.75s -webkit-transform 0.9s ease;
  transition: 1.75s -webkit-transform 0.9s ease;
  transition: 1.75s transform 0.9s ease;
  transition: 1.75s transform 0.9s ease, 1.75s -webkit-transform 0.9s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #pages .ui-text--4 {
  -webkit-transition: 1.75s -webkit-transform 1.1s ease;
  transition: 1.75s -webkit-transform 1.1s ease;
  transition: 1.75s transform 1.1s ease;
  transition: 1.75s transform 1.1s ease, 1.75s -webkit-transform 1.1s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #pages .ui-text--4.noDelay {
  -webkit-transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s transform 0s ease;
  transition: 1.75s transform 0s ease, 1.75s -webkit-transform 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper #pages .ui-text--3.noDelay {
  -webkit-transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s transform 0s ease;
  transition: 1.75s transform 0s ease, 1.75s -webkit-transform 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper.show .ui-text--5.show {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

#wrapper.show .ui-text--7.show {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

#wrapper.show #time--visual canvas {
  opacity: 1;
  margin-left: -16px;
  margin-bottom: -24px;
}

@media (max-width: 768px) {
  #wrapper.show #time--visual canvas {
    margin-left: -8px;
    margin-bottom: -12px;
  }
}

#wrapper.show #time--visual .logo,
#wrapper.show #time--visual .time,
#wrapper.show #time--visual .bpm {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#wrapper.show #time--visual .ui-text--1.show,
#wrapper.show #time--visual .ui-text--2,
#wrapper.show #time--visual .ui-text--6,
#wrapper.show #time--visual .page__header2.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#wrapper.show #time--visual .ui-text--2.noDelay,
#wrapper.show #time--visual .ui-text--6.noDelay {
  -webkit-transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s -webkit-transform 0s ease;
  transition: 1.75s transform 0s ease;
  transition: 1.75s transform 0s ease, 1.75s -webkit-transform 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#wrapper.show #time--visual .ui-text--2.hide,
#wrapper.show #time--visual .ui-text--6.hide {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

#wrapper.show #pages .ui-text--3,
#wrapper.show #pages .ui-text--4 {
  z-index: 10000;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#wrapper.show #pages .ui-text--4.hide {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

#wrapper.show #pages .ui-text--3.hide {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

.ui-text--5,
.ui-text--7 {
  position: absolute;
  pointer-events: auto;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .ui-text--5,
  .ui-text--7 {
    font-size: 9.5px;
  }
}

.ui-text--5,
.ui-text--7 {
  overflow: hidden;
  height: 80px;
  width: 15px;
  z-index: 10;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: 35px;
  top: 45%;
  display: none;
}

@media (max-width: 768px) {
  .ui-text--5,
  .ui-text--7 {
    height: 40px;
  }
}

.ui-text--5 div.inner,
.ui-text--7 div.inner {
  height: 160px;
  width: 15px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  -webkit-transform: translate3d(0, -80px, 0);
          transform: translate3d(0, -80px, 0);
}

@media (max-width: 768px) {
  .ui-text--5 div.inner,
  .ui-text--7 div.inner {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .ui-text--5 div.inner,
  .ui-text--7 div.inner {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.ui-text--5.scroll div.inner,
.ui-text--7.scroll div.inner {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.ui-text--5 div.tx,
.ui-text--7 div.tx {
  vertical-align: top;
  height: 80px;
  display: inline-block;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .ui-text--5 div.tx,
  .ui-text--7 div.tx {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .ui-text--5 div.tx,
  .ui-text--7 div.tx {
    height: 120px;
  }
}

.ui-text--5 div.sc,
.ui-text--7 div.sc {
  width: 15px;
  height: 80px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ui-text--5 div.sc,
  .ui-text--7 div.sc {
    height: 40px;
  }
}

.ui-text--5 div.sc div,
.ui-text--7 div.sc div {
  display: inline-block;
  width: 1px;
  height: 80px;
  background: #000;
  margin: 0 auto;
  position: relative;
  /*
      animation-name: scrollAct;
      animation-duration: 1.2s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      */
}

@media (max-width: 768px) {
  .ui-text--5 div.sc div,
  .ui-text--7 div.sc div {
    height: 40px;
  }
}

.ui-text--5 div.sc div span,
.ui-text--7 div.sc div span {
  position: absolute;
  display: block;
  width: 3px;
  height: 8px;
  left: -1px;
  background: #e6e6e3;
}

@media (max-width: 768px) {
  .ui-text--5 div.sc div span,
  .ui-text--7 div.sc div span {
    height: 4px;
  }
}

@media (max-width: 1200px) {
  .ui-text--5 div.sc div span,
  .ui-text--7 div.sc div span {
    background: #fff;
  }
}

@media (max-width: 1200px) {
  .ui-text--5,
  .ui-text--7 {
    top: 63.5%;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .ui-text--5,
  .ui-text--7 {
    top: inherit;
    bottom: 35px;
    right: 15px;
  }
}

.ui-text--7 {
  overflow: inherit;
  height: 120px;
}

@media (max-width: 1200px) {
  .ui-text--7 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .ui-text--7 {
    display: inline-block !important;
    top: 63.5%;
    bottom: inherit;
    right: 15px;
  }
}

.ui-text--7 div.tx {
  display: none;
}

@media (max-width: 1200px) {
  .ui-text--7 div.tx {
    display: inline-block;
  }
}

body.impression .ui-text--5 div.sc div span {
  background: #e6e6e3;
}

#time--visual {
  position: relative;
  -ms-flex-preferred-size: 48.12%;
      flex-basis: 48.12%;
  height: 100vh;
  overflow: hidden;
  background: #e6e6e3;
  pointer-events: none;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  /*
  #canvas {
    overflow: hidden;
  }*/
}

#time--visual #canvas {
  pointer-events: none;
  width: 100%;
  max-width: 693px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  /*
    display: table-cell;
    vertical-align: middle;*/
}

#time--visual #canvas canvas {
  width: 100% !important;
  max-width: 693px;
  height: auto !important;
}

@media (max-width: 1200px) {
  #time--visual {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 40%;
    max-height: 40%;
    background-size: auto 100%;
  }
  #time--visual #canvas {
    height: 100%;
    text-align: center;
    position: relative;
  }
  #time--visual #canvas canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: auto !important;
    height: 100% !important;
    max-height: 100%;
    margin: 0 auto;
  }
}

#time--visual .logo,
#time--visual .music-info,
#time--visual .ui-text--1,
#time--visual .ui-text--2,
#time--visual .ui-text--6,
#time--visual .page__header2 {
  position: absolute;
}

#time--visual .logo {
  pointer-events: auto;
  line-height: 1;
  font-size: 18.25px;
  font-weight: normal;
  top: 35px;
  left: 35px;
}

@media (max-width: 768px) {
  #time--visual .logo {
    font-size: 12.5px;
  }
}

@media (max-width: 768px) {
  #time--visual .logo {
    top: 15px;
    left: 15px;
  }
}

#time--visual .music-info {
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  top: 35px;
  right: 35px;
}

@media (max-width: 768px) {
  #time--visual .music-info {
    font-size: 9.5px;
  }
}

@media (max-width: 768px) {
  #time--visual .music-info {
    top: 15px;
    right: 15px;
  }
}

#time--visual .music-info div {
  letter-spacing: 0.04em;
}

#time--visual .music-info div span + span {
  margin-left: 0.25em;
  letter-spacing: 0.1em;
}

#time--visual .music-info div + div {
  display: inline-block;
  margin-left: 83px;
}

@media (max-width: 768px) {
  #time--visual .music-info div + div {
    margin-left: 35px;
  }
}

#time--visual .ui-text--1,
#time--visual .ui-text--2,
#time--visual .ui-text--6,
#time--visual .page__header2 span {
  pointer-events: auto;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 768px) {
  #time--visual .ui-text--1,
  #time--visual .ui-text--2,
  #time--visual .ui-text--6,
  #time--visual .page__header2 span {
    font-size: 9.5px;
  }
}

#time--visual .ui-text--1,
#time--visual .ui-text--6,
#time--visual .page__header2 {
  left: 35px;
  bottom: 35px;
  display: none;
}

@media (max-width: 768px) {
  #time--visual .ui-text--1,
  #time--visual .ui-text--6,
  #time--visual .page__header2 {
    left: 15px;
    bottom: 15px;
  }
}

#time--visual .ui-text--6 {
  display: none !important;
}

@media (max-width: 768px) {
  #time--visual .ui-text--6 {
    display: block !important;
  }
}

#time--visual .ui-text--2 {
  right: 35px;
  bottom: 35px;
}

@media (max-width: 768px) {
  #time--visual .ui-text--2 {
    right: 15px;
    bottom: 15px;
  }
}

#pages {
  position: relative;
  -ms-flex-preferred-size: 51.88%;
      flex-basis: 51.88%;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #pages {
    top: 40%;
    height: auto;
    overflow: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 60%;
    max-height: inherit;
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  #pages {
    min-height: 60%;
    top: 40%;
  }
}

#pages .ui-text--3,
#pages .ui-text--4 {
  position: absolute;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 1200px) {
  #pages .ui-text--3,
  #pages .ui-text--4 {
    position: fixed;
  }
}

@media (max-width: 768px) {
  #pages .ui-text--3,
  #pages .ui-text--4 {
    font-size: 9.5px;
  }
}

#pages .ui-text--3 {
  left: 35px;
  bottom: 35px;
}

@media (max-width: 768px) {
  #pages .ui-text--3 {
    left: 15px;
    bottom: 35px;
    display: none !important;
  }
}

#pages .ui-text--4 {
  right: 35px;
  bottom: 35px;
}

@media (max-width: 768px) {
  #pages .ui-text--4 {
    left: 15px;
    bottom: 35px;
    /*
      right: 15px;
      bottom: 35px;
      */
    right: auto;
  }
}

.jp .phrase {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .jp .phrase {
    font-size: 9.5px;
  }
}

.phrase {
  display: block;
  position: relative;
  pointer-events: none;
}

.phrase span {
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 1px;
  pointer-events: none;
  /*
    em {
      font-style: normal;
      display: block;
      float: left;
      opacity: 0;
      will-change : opacity, transform;
      //transform: translate3d(15px, 0, 0);
      transition: all 1.2s ease;
      transition-delay: attr(data-delay2 ms);
      @include transition();
    }
    */
}

.phrase span em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  font-weight: normal;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: all 2.7s ease;
  transition: all 2.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

.phrase span:before {
  pointer-events: none;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 2.2s ease;
  transition: all 2.2s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  position: absolute;
  left: 0;
  width: 250%;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}

.phrase + .phrase {
  margin-top: 2em;
}

.phrase + div.phrase {
  opacity: 0.65;
  margin-top: 6em;
  pointer-events: none !important;
}

.phrase + div.phrase span {
  pointer-events: none !important;
}

@media (min-width: 786px) {
  .phrase:hover span {
    opacity: 0.65;
  }
  .phrase:hover span:before {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
}

#lyrics .lyric__body {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#lyrics .lyric__body.hide {
  opacity: 0;
}

#lyrics .scroll_area {
  /*
    &:after {
      content: "";
      background: #000;
      width:200px;
      height:1px;
      //position: absolute;
      left: 0;
      margin-top: calc(50vh-2px);
      opacity: 0;
      display: block;
      
      @media (max-width: 1200px) {
        margin-top: calc(100vh - 480px * 0.75-2px);
        @media (max-width: 720px) {
          margin-top: calc(100vh - 66.66vw * 0.75-2px);
        }
      }
    }*/
}

#lyrics .page__header--sp {
  top: 0;
  position: absolute;
}

#lyrics .lyric__title {
  text-align: center;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#lyrics .lyric__title.hide {
  opacity: 0;
}

#lyrics .lyric__title h2 {
  font-size: 66px;
  letter-spacing: 0.2em;
}

#lyrics .lyric__title h2 span {
  letter-spacing: 0.14em;
}

#lyrics .lyric__title p {
  font-size: 14px;
}

@media (max-width: 768px) {
  #lyrics .lyric__title h2 {
    font-size: 33px;
  }
  #lyrics .lyric__title p {
    font-size: 9px;
  }
}

#lyrics .phrase span {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#lyrics .phrase.on span {
  opacity: 0.45;
}

#lyrics .phrase.show {
  cursor: pointer;
}

#lyrics .phrase.show span {
  pointer-events: auto;
}

#lyrics .phrase.show span:before {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}

#lyrics .phrase.show span em {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

#lyrics .phrase:after {
  pointer-events: none;
  position: absolute;
  content: 'tweet';
  display: block;
  top: 0;
  left: -20px;
  -webkit-transform: translate3d(calc(-100% - 30px), 0, 0);
          transform: translate3d(calc(-100% - 30px), 0, 0);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

@media (min-width: 786px) {
  #lyrics .phrase:hover:after {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
}

#impression .scroll_area {
  position: relative;
}

@media (max-width: 1200px) {
  #impression .page__header--sp {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#impression .phrase {
  overflow: hidden;
  pointer-events: auto;
}

#impression .phrase span {
  pointer-events: auto;
}

#impression .phrase span:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(230, 230, 227, 0)), color-stop(50%, #e6e6e3), to(#e6e6e3));
  background: linear-gradient(to right, rgba(230, 230, 227, 0) 0%, #e6e6e3 50%, #e6e6e3 100%);
}

@media (max-width: 786px) {
  #impression .phrase.show {
    cursor: pointer;
  }
  #impression .phrase.show span {
    pointer-events: auto;
  }
  #impression .phrase.show span:before {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  #impression .phrase.show span:after {
    -webkit-animation-name: impressionAct2;
            animation-name: impressionAct2;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  }
  #impression .phrase.show span em {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #impression .phrase:hover span {
    opacity: 1;
  }
  #impression .phrase:hover span em {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

.ui-text--1,
.ui-text--2,
.ui-text--3,
.ui-text--4,
.ui-text--6 {
  cursor: pointer;
}

.ui-text--5,
.ui-text--7 {
  pointer-events: none;
}

#cursor {
  pointer-events: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  position: fixed;
  z-index: 1000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#cursor .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: black;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.125);
          transform: translate3d(-50%, -50%, 0) scale(0.125);
  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#cursor .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(100, 100, 100, 0);
  background-color: transparent;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.125);
          transform: translate3d(-50%, -50%, 0) scale(0.125);
  -webkit-transition: border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#cursor.wide .inner {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
          transform: translate3d(-50%, -50%, 0) scale(0.5);
}

#cursor.wide .outer {
  border-color: #646464;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
          transform: translate3d(-50%, -50%, 0) scale(0.5);
}

@media (max-width: 768px) {
  #cursor {
    display: none;
  }
}

@-webkit-keyframes scrollAct {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}

@keyframes scrollAct {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}

@-webkit-keyframes showAct {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes showAct {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes hideAct {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes hideAct {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.page {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  overflow-x: hidden;
  background: #fff;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

.page .page__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.page .page__inner .scroller {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-overscroll-behavior: none;
  overscroll-behavior: none;
  height: 100%;
  padding: 0 17% 0 25%;
}

.page .page__inner .scroller::-webkit-scrollbar {
  width: 5px;
}

@media (max-width: 1200px) {
  .page .page__inner .scroller {
    padding: 0px 140px 50px 140px;
  }
}

@media (max-width: 768px) {
  .page .page__inner .scroller {
    padding: 0 50px;
  }
}

.page .page__inner {
  min-height: 100%;
}

.page .page__inner:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e6e6e3;
  z-index: 1000;
}

.page.show {
  display: block;
  display: block;
  opacity: 1;
  pointer-events: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page.show .page__inner:after {
  -webkit-animation-name: showAct;
          animation-name: showAct;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  /*
      transform: translate3d(100%, 0, 0);
      transition: 1.2s transform ease;
      @include transition();
      */
}

.page.hide {
  display: block;
}

.page.hide .page__inner:after {
  -webkit-animation-name: hideAct;
          animation-name: hideAct;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

.page .page__header2 {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .page .page__header2 {
    position: fixed;
    top: calc(40% + 35px);
    left: auto;
    right: 35px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .page .page__header2 {
    right: 15px;
    top: calc(40% + 20px);
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  .page .page__header2 {
    top: calc(40% + 20px);
  }
}

.page .page__header,
.page .page__header--sp {
  position: absolute;
  top: 45%;
  left: 35px;
  z-index: 1;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*
      @media (max-width: 1200px) {
        display: none;
        position: static;
        top: auto;
        left: auto;
        transform: none;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        padding: 2em 0;
        @media (max-width: $breakpoint) {
          padding: 2em 0;
        }
      }
      */
}

.page .page__header span,
.page .page__header--sp span {
  border-left: 1px solid #333333;
}

@media (max-width: 1200px) {
  .page .page__header span,
  .page .page__header--sp span {
    border-left: none;
    border-bottom: 1px solid #333333;
  }
}

.page .page__header a,
.page .page__header--sp a {
  color: #8c8c8a;
  cursor: pointer;
}

@media (min-width: 786px) {
  .page .page__header a:hover,
  .page .page__header--sp a:hover {
    color: #000;
  }
}

@media (max-width: 1200px) {
  .page .page__header,
  .page .page__header--sp {
    top: 40%;
    position: static;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: auto;
    left: auto;
    display: none;
    text-align: left;
    -webkit-transform: none;
            transform: none;
    padding: 35px 0;
    top: 35px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .page .page__header,
  .page .page__header--sp {
    padding: 20px 0;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .page .page__header,
  .page .page__header--sp {
    top: 15px;
    left: 15px;
  }
}

.page .page__header--sp {
  /*
      position: absolute;
      top: 0;
      left: 0;*/
  display: none;
}

@media (max-width: 1200px) {
  .page .page__header--sp {
    display: block;
  }
}

.page .page__body {
  line-height: 1.78;
}

.page .page__footer {
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  top: 45%;
  right: 35px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #000;
}

@media (max-width: 768px) {
  .page .page__footer {
    font-size: 9.5px;
  }
}

@media (max-width: 1200px) {
  .page .page__footer {
    top: 40%;
    left: 35px;
    right: auto;
  }
}

@media (max-width: 768px) {
  .page .page__footer {
    left: 15px;
  }
}

.page .page__footer a {
  opacity: 0.45;
  color: #000;
  cursor: pointer;
}

@media (min-width: 786px) {
  .page .page__footer a:hover {
    opacity: 1;
  }
}

.lyric.page__body .scroller .scroll_area {
  pointer-events: none;
  height: 14000px;
}

@media (max-width: 768px) {
  .lyric.page__body .scroller .scroll_area {
    height: 3000px;
  }
}

@media (max-width: 1200px) {
  #lyrics .page__body .page__header {
    display: none;
  }
}

.lyric__body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -100%;
  pointer-events: none;
}

.lyric__body div.end {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  padding: 0 17% 0 25%;
  background: #fff;
  opacity: 0;
  z-index: 0;
}

@media (max-width: 1200px) {
  .lyric__body div.end {
    padding: 0px 140px 50px 200px;
  }
}

@media (max-width: 768px) {
  .lyric__body div.end {
    display: block;
    padding: 0 50px;
  }
}

.lyric__body div.end.show {
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  opacity: 1;
}

.lyric__body .lyric__body--inner {
  position: relative;
  width: 100%;
  padding: 0 17% 0 25%;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

.lyric__body .lyric__body--inner .phrase {
  top: 50vh;
  position: relative;
}

@media (max-width: 1200px) {
  .lyric__body .lyric__body--inner .phrase {
    top: 30vh;
  }
}

@media (max-width: 1200px) {
  .lyric__body .lyric__body--inner .page__header--sp {
    left: 140px;
  }
}

@media (max-width: 768px) {
  .lyric__body .lyric__body--inner .page__header--sp {
    left: 50px;
  }
}

.lyric__body .lyric__body--inner .phrase {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.lyric__body .lyric__body--inner.show .phrase {
  opacity: 1;
}

@media (max-width: 1200px) {
  .lyric__body .lyric__body--inner {
    padding: 0px 140px 50px 200px;
  }
}

@media (max-width: 768px) {
  .lyric__body .lyric__body--inner {
    display: block;
    padding: 0 50px;
  }
}

#tweet.page a:hover {
  opacity: 0.65;
}

#tweet.page .page__body,
#howto.page .page__body {
  padding-top: 100px;
}

@media (max-width: 1200px) {
  #tweet.page .page__body,
  #howto.page .page__body {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1200px) {
  #tweet.page .page__header2,
  #howto.page .page__header2 {
    display: none !important;
  }
}

#tweet.page .page__footer,
#howto.page .page__footer {
  top: 35px;
  left: 35px;
  right: auto;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
}

@media (max-width: 768px) {
  #tweet.page .page__footer,
  #howto.page .page__footer {
    top: calc(-1em - 15px);
    left: 15px;
  }
}

#tweet.page .page__footer a,
#howto.page .page__footer a {
  color: #000;
}

#tweet.page h4,
#howto.page h4 {
  margin-bottom: 4em;
  font-weight: normal;
  color: #8c8c8a;
}

@media (max-width: 768px) {
  #tweet.page h4,
  #howto.page h4 {
    margin-bottom: 2em;
  }
}

#tweet.page h4 + p,
#howto.page h4 + p {
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  #tweet.page h4 + p,
  #howto.page h4 + p {
    margin-bottom: 2em;
  }
}

#tweet.page p,
#howto.page p {
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #tweet.page p,
  #howto.page p {
    font-size: 9.5px;
  }
}

#tweet.page p small,
#howto.page p small {
  line-height: 1;
  font-size: 100%;
}

#tweet.page p + a,
#howto.page p + a {
  display: inline-block;
  margin-top: 4em;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  #tweet.page p + a,
  #howto.page p + a {
    margin-top: 3.5em;
  }
}

@media (max-width: 768px) {
  #tweet.page p + a,
  #howto.page p + a {
    font-size: 9.5px;
  }
}

@media (max-width: 1200px) {
  #tweet.page .scroll_area,
  #howto.page .scroll_area {
    padding-top: 0;
  }
}

#tweet.page .iframe_wrapper,
#howto.page .iframe_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#tweet.page .iframe_wrapper iframe,
#howto.page .iframe_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#wrapper {
  position: fixed;
}

#howto.page .scroller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  width: 100%;
  /*
    .iframe_wrapper {
      
      @media (max-width: 1200px) {
        margin-top: 100px;
        margin-bottom: 50px;
      }
    }*/
}

@media (max-width: 1200px) {
  #howto.page .scroller .page__header--sp {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#howto.page .scroller .page__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 150px;
}

@media (max-width: 1200px) {
  #howto.page .scroller .page__body {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

#howto.page .scroller .scroll_area {
  display: table;
  width: 100%;
  min-height: 100%;
  position: relative;
}

#howto.page .scroller .scroll_area:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: transparent;
  content: "";
  display: block;
}

#howto.page .scroller .scroll_area--inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

#lyrics .lyric {
  display: none;
}

#lyrics .page__body {
  height: 100%;
}

body .jp, body .en {
  display: none;
}

body.jp .page__header2 span:last-child {
  opacity: 0.45;
}

body.jp .page__header2 span:last-child:hover {
  opacity: 1;
}

body.jp .page__header2 span:first-child {
  pointer-events: none;
}

body.jp #lyrics .jp,
body.jp #tweet .jp,
body.jp #impression .jp {
  display: block;
}

body.en .page__header2 span:last-child {
  pointer-events: none;
}

body.en .page__header2 span:first-child {
  opacity: 0.45;
}

body.en .page__header2 span:first-child:hover {
  opacity: 1;
}

body.en #lyrics .en,
body.en #tweet .en,
body.en #impression .en {
  display: block;
}

@-webkit-keyframes impressionAct {
  0% {
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@keyframes impressionAct {
  0% {
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@-webkit-keyframes impressionAct2 {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}

@keyframes impressionAct2 {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}

#impression {
  background: #e6e6e3;
}

#impression .lyric div + div {
  margin-top: 2em;
}

#impression .page__footer {
  color: #000;
}

#impression .page__footer a {
  color: #000;
}

#impression .phrase {
  overflow: inherit;
  display: block;
  line-height: 1.5;
}

#impression .phrase:after {
  pointer-events: none;
  position: absolute;
  content: 'view';
  display: block;
  top: 0;
  left: -20px;
  -webkit-transform: translate3d(calc(-100% - 30px), 0, 0);
          transform: translate3d(calc(-100% - 30px), 0, 0);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

@media (min-width: 768px) {
  #impression .phrase:hover:after {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
}

#impression .phrase span {
  overflow-x: hidden;
  pointer-events: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #000;
  margin-bottom: 1px;
}

@media all and (-ms-high-contrast: none) {
  #impression .phrase span *::-ms-backdrop, #impression .phrase span {
    overflow: hidden;
  }
}

#impression .phrase span:nth-child(1):after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#impression .phrase span:nth-child(3):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#impression .phrase span:nth-child(5):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#impression .phrase span:nth-child(7):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#impression .phrase span:nth-child(9):after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#impression .phrase span:nth-child(11):after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#impression .phrase span:nth-child(13):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#impression .phrase span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
  background: #333333;
  -webkit-animation-name: impressionAct;
          animation-name: impressionAct;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#impression .phrase span:before {
  z-index: 1;
}

#impression .phrase span.h-0:after {
  height: 0%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-0:after {
    height: 0%;
    min-height: 1px;
  }
}

#impression .phrase span.h-1:after {
  height: 1%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-1:after {
    height: 1%;
    min-height: 1px;
  }
}

#impression .phrase span.h-2:after {
  height: 2%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-2:after {
    height: 2%;
    min-height: 1px;
  }
}

#impression .phrase span.h-3:after {
  height: 3%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-3:after {
    height: 3%;
    min-height: 1px;
  }
}

#impression .phrase span.h-4:after {
  height: 4%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-4:after {
    height: 4%;
    min-height: 1px;
  }
}

#impression .phrase span.h-5:after {
  height: 5%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-5:after {
    height: 5%;
    min-height: 1px;
  }
}

#impression .phrase span.h-6:after {
  height: 6%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-6:after {
    height: 6%;
    min-height: 1px;
  }
}

#impression .phrase span.h-7:after {
  height: 7%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-7:after {
    height: 7%;
    min-height: 1px;
  }
}

#impression .phrase span.h-8:after {
  height: 8%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-8:after {
    height: 8%;
    min-height: 1px;
  }
}

#impression .phrase span.h-9:after {
  height: 9%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-9:after {
    height: 9%;
    min-height: 1px;
  }
}

#impression .phrase span.h-10:after {
  height: 10%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-10:after {
    height: 10%;
    min-height: 1px;
  }
}

#impression .phrase span.h-11:after {
  height: 11%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-11:after {
    height: 11%;
    min-height: 1px;
  }
}

#impression .phrase span.h-12:after {
  height: 12%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-12:after {
    height: 12%;
    min-height: 1px;
  }
}

#impression .phrase span.h-13:after {
  height: 13%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-13:after {
    height: 13%;
    min-height: 1px;
  }
}

#impression .phrase span.h-14:after {
  height: 14%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-14:after {
    height: 14%;
    min-height: 1px;
  }
}

#impression .phrase span.h-15:after {
  height: 15%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-15:after {
    height: 15%;
    min-height: 1px;
  }
}

#impression .phrase span.h-16:after {
  height: 16%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-16:after {
    height: 16%;
    min-height: 1px;
  }
}

#impression .phrase span.h-17:after {
  height: 17%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-17:after {
    height: 17%;
    min-height: 1px;
  }
}

#impression .phrase span.h-18:after {
  height: 18%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-18:after {
    height: 18%;
    min-height: 1px;
  }
}

#impression .phrase span.h-19:after {
  height: 19%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-19:after {
    height: 19%;
    min-height: 1px;
  }
}

#impression .phrase span.h-20:after {
  height: 20%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-20:after {
    height: 20%;
    min-height: 1px;
  }
}

#impression .phrase span.h-21:after {
  height: 21%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-21:after {
    height: 21%;
    min-height: 1px;
  }
}

#impression .phrase span.h-22:after {
  height: 22%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-22:after {
    height: 22%;
    min-height: 1px;
  }
}

#impression .phrase span.h-23:after {
  height: 23%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-23:after {
    height: 23%;
    min-height: 1px;
  }
}

#impression .phrase span.h-24:after {
  height: 24%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-24:after {
    height: 24%;
    min-height: 1px;
  }
}

#impression .phrase span.h-25:after {
  height: 25%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-25:after {
    height: 25%;
    min-height: 1px;
  }
}

#impression .phrase span.h-26:after {
  height: 26%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-26:after {
    height: 26%;
    min-height: 1px;
  }
}

#impression .phrase span.h-27:after {
  height: 27%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-27:after {
    height: 27%;
    min-height: 1px;
  }
}

#impression .phrase span.h-28:after {
  height: 28%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-28:after {
    height: 28%;
    min-height: 1px;
  }
}

#impression .phrase span.h-29:after {
  height: 29%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-29:after {
    height: 29%;
    min-height: 1px;
  }
}

#impression .phrase span.h-30:after {
  height: 30%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-30:after {
    height: 30%;
    min-height: 1px;
  }
}

#impression .phrase span.h-31:after {
  height: 31%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-31:after {
    height: 31%;
    min-height: 1px;
  }
}

#impression .phrase span.h-32:after {
  height: 32%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-32:after {
    height: 32%;
    min-height: 1px;
  }
}

#impression .phrase span.h-33:after {
  height: 33%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-33:after {
    height: 33%;
    min-height: 1px;
  }
}

#impression .phrase span.h-34:after {
  height: 34%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-34:after {
    height: 34%;
    min-height: 1px;
  }
}

#impression .phrase span.h-35:after {
  height: 35%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-35:after {
    height: 35%;
    min-height: 1px;
  }
}

#impression .phrase span.h-36:after {
  height: 36%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-36:after {
    height: 36%;
    min-height: 1px;
  }
}

#impression .phrase span.h-37:after {
  height: 37%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-37:after {
    height: 37%;
    min-height: 1px;
  }
}

#impression .phrase span.h-38:after {
  height: 38%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-38:after {
    height: 38%;
    min-height: 1px;
  }
}

#impression .phrase span.h-39:after {
  height: 39%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-39:after {
    height: 39%;
    min-height: 1px;
  }
}

#impression .phrase span.h-40:after {
  height: 40%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-40:after {
    height: 40%;
    min-height: 1px;
  }
}

#impression .phrase span.h-41:after {
  height: 41%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-41:after {
    height: 41%;
    min-height: 1px;
  }
}

#impression .phrase span.h-42:after {
  height: 42%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-42:after {
    height: 42%;
    min-height: 1px;
  }
}

#impression .phrase span.h-43:after {
  height: 43%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-43:after {
    height: 43%;
    min-height: 1px;
  }
}

#impression .phrase span.h-44:after {
  height: 44%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-44:after {
    height: 44%;
    min-height: 1px;
  }
}

#impression .phrase span.h-45:after {
  height: 45%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-45:after {
    height: 45%;
    min-height: 1px;
  }
}

#impression .phrase span.h-46:after {
  height: 46%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-46:after {
    height: 46%;
    min-height: 1px;
  }
}

#impression .phrase span.h-47:after {
  height: 47%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-47:after {
    height: 47%;
    min-height: 1px;
  }
}

#impression .phrase span.h-48:after {
  height: 48%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-48:after {
    height: 48%;
    min-height: 1px;
  }
}

#impression .phrase span.h-49:after {
  height: 49%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-49:after {
    height: 49%;
    min-height: 1px;
  }
}

#impression .phrase span.h-50:after {
  height: 50%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-50:after {
    height: 50%;
    min-height: 1px;
  }
}

#impression .phrase span.h-51:after {
  height: 51%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-51:after {
    height: 51%;
    min-height: 1px;
  }
}

#impression .phrase span.h-52:after {
  height: 52%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-52:after {
    height: 52%;
    min-height: 1px;
  }
}

#impression .phrase span.h-53:after {
  height: 53%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-53:after {
    height: 53%;
    min-height: 1px;
  }
}

#impression .phrase span.h-54:after {
  height: 54%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-54:after {
    height: 54%;
    min-height: 1px;
  }
}

#impression .phrase span.h-55:after {
  height: 55%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-55:after {
    height: 55%;
    min-height: 1px;
  }
}

#impression .phrase span.h-56:after {
  height: 56%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-56:after {
    height: 56%;
    min-height: 1px;
  }
}

#impression .phrase span.h-57:after {
  height: 57%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-57:after {
    height: 57%;
    min-height: 1px;
  }
}

#impression .phrase span.h-58:after {
  height: 58%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-58:after {
    height: 58%;
    min-height: 1px;
  }
}

#impression .phrase span.h-59:after {
  height: 59%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-59:after {
    height: 59%;
    min-height: 1px;
  }
}

#impression .phrase span.h-60:after {
  height: 60%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-60:after {
    height: 60%;
    min-height: 1px;
  }
}

#impression .phrase span.h-61:after {
  height: 61%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-61:after {
    height: 61%;
    min-height: 1px;
  }
}

#impression .phrase span.h-62:after {
  height: 62%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-62:after {
    height: 62%;
    min-height: 1px;
  }
}

#impression .phrase span.h-63:after {
  height: 63%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-63:after {
    height: 63%;
    min-height: 1px;
  }
}

#impression .phrase span.h-64:after {
  height: 64%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-64:after {
    height: 64%;
    min-height: 1px;
  }
}

#impression .phrase span.h-65:after {
  height: 65%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-65:after {
    height: 65%;
    min-height: 1px;
  }
}

#impression .phrase span.h-66:after {
  height: 66%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-66:after {
    height: 66%;
    min-height: 1px;
  }
}

#impression .phrase span.h-67:after {
  height: 67%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-67:after {
    height: 67%;
    min-height: 1px;
  }
}

#impression .phrase span.h-68:after {
  height: 68%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-68:after {
    height: 68%;
    min-height: 1px;
  }
}

#impression .phrase span.h-69:after {
  height: 69%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-69:after {
    height: 69%;
    min-height: 1px;
  }
}

#impression .phrase span.h-70:after {
  height: 70%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-70:after {
    height: 70%;
    min-height: 1px;
  }
}

#impression .phrase span.h-71:after {
  height: 71%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-71:after {
    height: 71%;
    min-height: 1px;
  }
}

#impression .phrase span.h-72:after {
  height: 72%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-72:after {
    height: 72%;
    min-height: 1px;
  }
}

#impression .phrase span.h-73:after {
  height: 73%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-73:after {
    height: 73%;
    min-height: 1px;
  }
}

#impression .phrase span.h-74:after {
  height: 74%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-74:after {
    height: 74%;
    min-height: 1px;
  }
}

#impression .phrase span.h-75:after {
  height: 75%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-75:after {
    height: 75%;
    min-height: 1px;
  }
}

#impression .phrase span.h-76:after {
  height: 76%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-76:after {
    height: 76%;
    min-height: 1px;
  }
}

#impression .phrase span.h-77:after {
  height: 77%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-77:after {
    height: 77%;
    min-height: 1px;
  }
}

#impression .phrase span.h-78:after {
  height: 78%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-78:after {
    height: 78%;
    min-height: 1px;
  }
}

#impression .phrase span.h-79:after {
  height: 79%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-79:after {
    height: 79%;
    min-height: 1px;
  }
}

#impression .phrase span.h-80:after {
  height: 80%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-80:after {
    height: 80%;
    min-height: 1px;
  }
}

#impression .phrase span.h-81:after {
  height: 81%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-81:after {
    height: 81%;
    min-height: 1px;
  }
}

#impression .phrase span.h-82:after {
  height: 82%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-82:after {
    height: 82%;
    min-height: 1px;
  }
}

#impression .phrase span.h-83:after {
  height: 83%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-83:after {
    height: 83%;
    min-height: 1px;
  }
}

#impression .phrase span.h-84:after {
  height: 84%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-84:after {
    height: 84%;
    min-height: 1px;
  }
}

#impression .phrase span.h-85:after {
  height: 85%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-85:after {
    height: 85%;
    min-height: 1px;
  }
}

#impression .phrase span.h-86:after {
  height: 86%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-86:after {
    height: 86%;
    min-height: 1px;
  }
}

#impression .phrase span.h-87:after {
  height: 87%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-87:after {
    height: 87%;
    min-height: 1px;
  }
}

#impression .phrase span.h-88:after {
  height: 88%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-88:after {
    height: 88%;
    min-height: 1px;
  }
}

#impression .phrase span.h-89:after {
  height: 89%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-89:after {
    height: 89%;
    min-height: 1px;
  }
}

#impression .phrase span.h-90:after {
  height: 90%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-90:after {
    height: 90%;
    min-height: 1px;
  }
}

#impression .phrase span.h-91:after {
  height: 91%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-91:after {
    height: 91%;
    min-height: 1px;
  }
}

#impression .phrase span.h-92:after {
  height: 92%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-92:after {
    height: 92%;
    min-height: 1px;
  }
}

#impression .phrase span.h-93:after {
  height: 93%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-93:after {
    height: 93%;
    min-height: 1px;
  }
}

#impression .phrase span.h-94:after {
  height: 94%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-94:after {
    height: 94%;
    min-height: 1px;
  }
}

#impression .phrase span.h-95:after {
  height: 95%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-95:after {
    height: 95%;
    min-height: 1px;
  }
}

#impression .phrase span.h-96:after {
  height: 96%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-96:after {
    height: 96%;
    min-height: 1px;
  }
}

#impression .phrase span.h-97:after {
  height: 97%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-97:after {
    height: 97%;
    min-height: 1px;
  }
}

#impression .phrase span.h-98:after {
  height: 98%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-98:after {
    height: 98%;
    min-height: 1px;
  }
}

#impression .phrase span.h-99:after {
  height: 99%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-99:after {
    height: 99%;
    min-height: 1px;
  }
}

#impression .phrase span.h-100:after {
  height: 100%;
  min-height: 1px;
}

@media (min-width: 768px) {
  #impression .phrase span.h-100:after {
    height: 100%;
    min-height: 1px;
  }
}

@media (min-width: 768px) {
  #impression .phrase:hover {
    opacity: 1;
  }
  #impression .phrase:hover span {
    opacity: 1;
    color: #000;
  }
  #impression .phrase:hover span:after {
    -webkit-animation-name: impressionAct2;
            animation-name: impressionAct2;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  }
}

.lyric__header {
  line-height: 1.5;
  margin-bottom: 5em;
}

#lyrics,
#impression,
#impression-posts {
  overflow: auto;
  overflow-x: hidden;
}

#lyrics .scroll_area,
#impression .scroll_area,
#impression-posts .scroll_area {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  #lyrics .scroll_area,
  #impression .scroll_area,
  #impression-posts .scroll_area {
    padding-top: 0px;
  }
}

@media (max-width: 768px) {
  #lyrics .scroll_area,
  #impression .scroll_area,
  #impression-posts .scroll_area {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

#impression .scroll_area {
  min-height: 100vh;
  padding-top: 50vh;
  padding-bottom: 50vh;
}

@media (max-width: 1200px) {
  #impression .scroll_area {
    padding-top: 30vh;
    padding-bottom: 30vh;
  }
}

@media (max-width: 768px) {
  #impression .scroll_area {
    min-height: auto;
    padding-top: 30vh;
    padding-bottom: 30vh;
  }
}

#lyrics .scroll_area {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  #lyrics .scroll_area {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  #lyrics .scroll_area {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#impression-posts .phrase {
  font-size: 14px;
  font-weight: normal;
  cursor: inherit;
}

@media (max-width: 768px) {
  #impression-posts .phrase {
    font-size: 9.5px;
  }
}

#impression-posts .phrase.show {
  cursor: pointer;
}

#impression-posts .phrase.show span {
  pointer-events: auto;
}

#impression-posts .phrase.show span:before {
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}

#impression-posts .phrase.show span em {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media (min-width: 786px) {
  #impression-posts .phrase:hover {
    opacity: 1;
  }
  #impression-posts .phrase:hover span {
    opacity: 1;
  }
}

#impression-posts .scroll_area {
  height: auto;
}

#impression-posts .spacer {
  height: 50vh;
}

@media (max-width: 1200px) {
  #impression-posts .spacer {
    height: 40vh;
  }
}

#impression-posts .post__wrapper {
  padding-bottom: 80vh;
}

@media (max-width: 1200px) {
  #impression-posts .post__wrapper {
    padding-bottom: 40vh;
  }
}

#impression-posts .page__body {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#impression-posts .page__body.hide {
  opacity: 0;
}

#impression .scroller {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
}

#impression .scroller.hide {
  opacity: 0;
}

.post {
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.78;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1.4s all ease;
  transition: 1.4s all ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /*
  -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  */
  /*
  p {
    color: #8f8f8f;
    opacity: 0.65;
  }*/
}

@media (max-width: 768px) {
  .post {
    font-size: 9.5px;
  }
}

.post.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.post > div {
  font-size: 12px;
  color: #8f8f8f;
}

@media (max-width: 768px) {
  .post > div {
    padding-bottom: 8px;
  }
}

.post > div * {
  color: #8f8f8f;
}

.post > p {
  text-align: right;
  color: #323232;
}

.post p {
  word-break: break-all;
}

.post + .post {
  margin-top: 3.5em;
}

.layout__header, .layout__footer {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .layout__header, .layout__footer {
    padding: 0 15px 0 30px;
  }
}

.layout__header-row, .layout__footer-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 0 auto;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout__content {
  padding: 0 calc(7.14286% + 25px);
}

@media (max-width: 768px) {
  .layout__content {
    padding: 0 20px;
  }
}

.grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 0 auto;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.grid .cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid .cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid .cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid .cell--stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.grid > .cell {
  margin: 15px;
}

.grid > .cell--1-col {
  width: calc(8.33333% - 30px);
}

.grid > .cell--2-col {
  width: calc(16.66667% - 30px);
}

.grid > .cell--3-col {
  width: calc(25% - 30px);
}

.grid > .cell--4-col {
  width: calc(33.33333% - 30px);
}

.grid > .cell--5-col {
  width: calc(41.66667% - 30px);
}

.grid > .cell--6-col {
  width: calc(50% - 30px);
}

.grid > .cell--7-col {
  width: calc(58.33333% - 30px);
}

.grid > .cell--8-col {
  width: calc(66.66667% - 30px);
}

.grid > .cell--9-col {
  width: calc(75% - 30px);
}

.grid > .cell--10-col {
  width: calc(83.33333% - 30px);
}

.grid > .cell--11-col {
  width: calc(91.66667% - 30px);
}

.grid > .cell--12-col {
  width: calc(100% - 30px);
}

.grid > .cell--12-col {
  width: 100%;
}

.grid > .cell--half-col {
  width: calc(50% - 30px);
}

@media (max-width: 768px) {
  .grid > .cell {
    margin: 10px;
  }
  .grid > .cell--half-col--sp {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .grid > .cell--1-col--sp {
    width: calc(20% - 10px);
  }
}

@media (max-width: 768px) {
  .grid > .cell--2-col--sp {
    width: calc(40% - 10px);
  }
}

@media (max-width: 768px) {
  .grid > .cell--3-col--sp {
    width: calc(60% - 10px);
  }
}

@media (max-width: 768px) {
  .grid > .cell--4-col--sp {
    width: calc(80% - 10px);
  }
}

@media (max-width: 768px) {
  .grid > .cell--5-col--sp {
    width: calc(100% - 10px);
  }
}

@media (max-width: 768px) {
  .grid > .cell--5-col--sp {
    width: 100%;
  }
}

.grid--no-spacing {
  padding: 0;
}

.grid--no-spacing > .cell {
  margin: 0;
}

@media (max-width: 768px) {
  .grid--no-spacing > .cell {
    margin: 0;
  }
}

.grid14 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 0 auto;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 25px;
}

.grid14 .cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid14 .cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.grid14 .cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid14 .cell--stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.grid14 > .cell {
  margin: 15px;
}

.grid14 > .cell--1-col {
  width: calc(7.14286% - 30px);
}

.grid14 > .cell--2-col {
  width: calc(14.28571% - 30px);
}

.grid14 > .cell--3-col {
  width: calc(21.42857% - 30px);
}

.grid14 > .cell--4-col {
  width: calc(28.57143% - 30px);
}

.grid14 > .cell--5-col {
  width: calc(35.71429% - 30px);
}

.grid14 > .cell--6-col {
  width: calc(42.85714% - 30px);
}

.grid14 > .cell--7-col {
  width: calc(50% - 30px);
}

.grid14 > .cell--8-col {
  width: calc(57.14286% - 30px);
}

.grid14 > .cell--9-col {
  width: calc(64.28571% - 30px);
}

.grid14 > .cell--10-col {
  width: calc(71.42857% - 30px);
}

.grid14 > .cell--11-col {
  width: calc(78.57143% - 30px);
}

.grid14 > .cell--12-col {
  width: calc(85.71429% - 30px);
}

.grid14 > .cell--13-col {
  width: calc(92.85714% - 30px);
}

.grid14 > .cell--14-col {
  width: calc(100% - 30px);
}

.grid14--no-spacing {
  padding: 0;
}

.grid14--no-spacing > .cell {
  margin: 0;
}

.grid14--no-spacing > .cell--1-col:first-child {
  width: calc(7.14286% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--1-col:last-child {
  width: calc(7.14286% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--2-col:first-child {
  width: calc(14.28571% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--2-col:last-child {
  width: calc(14.28571% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--3-col:first-child {
  width: calc(21.42857% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--3-col:last-child {
  width: calc(21.42857% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--4-col:first-child {
  width: calc(28.57143% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--4-col:last-child {
  width: calc(28.57143% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--5-col:first-child {
  width: calc(35.71429% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--5-col:last-child {
  width: calc(35.71429% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--6-col:first-child {
  width: calc(42.85714% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--6-col:last-child {
  width: calc(42.85714% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--7-col:first-child {
  width: calc(50% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--7-col:last-child {
  width: calc(50% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--8-col:first-child {
  width: calc(57.14286% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--8-col:last-child {
  width: calc(57.14286% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--9-col:first-child {
  width: calc(64.28571% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--9-col:last-child {
  width: calc(64.28571% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--10-col:first-child {
  width: calc(71.42857% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--10-col:last-child {
  width: calc(71.42857% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--11-col:first-child {
  width: calc(78.57143% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--11-col:last-child {
  width: calc(78.57143% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--12-col:first-child {
  width: calc(85.71429% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--12-col:last-child {
  width: calc(85.71429% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--13-col:first-child {
  width: calc(92.85714% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--13-col:last-child {
  width: calc(92.85714% - 15px);
  margin-right: 0;
}

.grid14--no-spacing > .cell--14-col:first-child {
  width: calc(100% - 15px);
  margin-left: 0;
}

.grid14--no-spacing > .cell--14-col:last-child {
  width: calc(100% - 15px);
  margin-right: 0;
}

.grid--test .cell {
  background: #ccc;
  height: 50px;
}

section + section {
  margin-top: 3em;
}

.cell * + * {
  margin-top: 1em;
}

::-moz-selection {
  color: #000;
  background-color: #fff;
}

::selection {
  color: #000;
  background-color: #fff;
}
