@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 12, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 116, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 151, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 173, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 197, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
sup {
  top: -0.5em; }

/* line 201, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 256, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 267, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 306, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 328, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 360, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 373, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif; }

/* line 3, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
h1, h2, h3, p {
  margin: 0; }

/* line 5, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
ul, li {
  margin: 0;
  padding: 0; }

/* line 8, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
li {
  list-style-type: none; }

/* line 11, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
table th {
  vertical-align: top;
  text-align: left; }

/* line 14, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
a, a:hover, a:active {
  text-decoration: none;
  color: #3D3632; }

/* line 17, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
p a, dd a {
  border-bottom: 1px dotted #3D3632; }

/* line 19, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
p a:hover {
  border-bottom: none; }

/* line 23, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
.spDevice .pc {
  display: none; }

/* line 26, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
.sp {
  display: none; }
  /* line 28, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_defaults.sass */
  .spDevice .sp {
    display: block; }

/* line 1, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
html, body {
  height: 100%; }

/* line 4, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
body {
  color: #000;
  background: #000; }

/* line 8, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
h3 {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.02rem; }
  /* line 14, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem; }

/* line 18, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: 999999;
  display: table; }
  /* line 27, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .loading {
    display: none; }
  /* line 29, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .loading .loading-inner {
    display: table-cell;
    vertical-align: middle; }
    /* line 32, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .lt-ie9 .loading .loading-inner {
      display: none; }
  /* line 34, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .loading .loading-logo {
    text-align: center; }

/* line 37, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.header {
  min-width: 750px;
  height: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden; }
  /* line 43, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .header {
    min-width: auto; }
  /* line 45, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .header .scroll-down {
    width: 60px;
    height: 72px;
    position: absolute;
    bottom: 20px;
    right: 5%;
    z-index: 2;
    display: block; }
    /* line 53, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .header .scroll-down .arrows {
      stroke: #FFF;
      fill: transparent;
      stroke-width: 1px;
      -webkit-animation: arrow 2s infinite;
      animation: arrow 2s infinite;
      cursor: pointer; }
      /* line 59, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .header .scroll-down .arrows .a1 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s; }
      /* line 61, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .header .scroll-down .arrows .a2 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s; }
      /* line 63, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .header .scroll-down .arrows .a3 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }

/* line 66, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.header_label {
  background: url("../images/label_black.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1400px;
  height: 1400px;
  position: absolute;
  top: -240px;
  left: 50%;
  z-index: 1;
  margin-left: -700px; }
  /* line 78, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .header_label {
    width: 100%;
    height: 100%;
    margin-left: 0;
    left: 0;
    top: 0; }

/* line 97, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.sns {
  padding: 7px 0;
  text-align: center; }
  /* line 100, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .sns li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }

/* line 105, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.bg {
  margin: 0 auto;
  min-width: 750px; }
  /* line 108, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .bg.bg1 {
    background: url("../images/bg_sticker.jpg");
    background-size: cover;
    background-position: center top;
    background-attachment: fixed; }
    /* line 113, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .bg.bg1 .inner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.7) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.7) 100%); }
  /* line 115, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .bg.bg2 {
    background: url("../images/footer.jpg");
    background-size: cover;
    background-position: center top; }
  /* line 119, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .bg {
    min-width: auto;
    background-position: center top;
    background-size: 200%; }

/* line 130, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.comingsoon {
  margin: 0 15px 15px 15px;
  text-align: center;
  color: #FFF; }

/* line 135, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.content {
  margin: 0 auto;
  width: 750px; }
  /* line 138, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .content {
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

/* line 143, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.content-info {
  margin-bottom: 50px; }
  /* line 145, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-info__concept {
    margin: 0 0 60px 0;
    padding: 35px 0 0 0; }
    /* line 148, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-info__concept {
      padding: 20px 0 0 0; }
    /* line 150, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__concept .title {
      text-align: center;
      margin-bottom: 15px; }
      /* line 153, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-info__concept .title img {
        height: 80px; }
      /* line 155, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-info__concept .title {
        margin-bottom: 0; }
        /* line 157, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .spDevice .content-info__concept .title img {
          width: 90%; }
    /* line 159, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__concept .artist {
      margin-bottom: 1em;
      text-align: center; }
      /* line 162, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-info__concept .artist img {
        height: 50px; }
      /* line 165, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-info__concept .artist img {
        width: 35%; }
    /* line 167, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__concept .concept-text {
      margin: 30px 0;
      color: #FFF;
      text-align: center;
      font-weight: bold; }
    /* line 172, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__concept .announce {
      text-align: center;
      background: #FFF;
      border-radius: 3px;
      color: #000;
      margin-top: 25px; }
      /* line 178, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-info__concept .announce dl {
        display: inline-block;
        overflow: hidden;
        margin: 5px 0 3px 0; }
      /* line 182, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-info__concept .announce dt {
        clear: both;
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.4;
        margin-top: 5px;
        font-weight: bold; }
        /* line 189, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-info__concept .announce dt:first-child {
          margin-top: 0; }
      /* line 191, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-info__concept .announce dd {
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.4;
        text-align: left;
        margin-top: 5px;
        margin-left: 10px; }
        /* line 198, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-info__concept .announce dd:nth-child(2) {
          margin-top: 0; }
        /* line 200, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-info__concept .announce dd a, .content-info__concept .announce dd a:hover, .content-info__concept .announce dd a:active {
          color: #FFF; }
        /* line 202, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-info__concept .announce dd a {
          border-bottom: 1px solid #FFF; }
        /* line 204, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-info__concept .announce dd a:hover {
          border: none; }
      /* line 207, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-info__concept .announce dt {
        float: none;
        text-align: left;
        margin-left: 10px; }
      /* line 211, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-info__concept .announce dd {
        float: none; }
  /* line 213, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-info__detail {
    overflow: hidden;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5); }
    /* line 217, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__detail dl {
      display: inline-block;
      margin: 10px 50px 0 0;
      float: right; }
      /* line 221, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .e_index .content-info__detail dl {
        margin: 0;
        width: 425px; }
    /* line 224, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__detail dt {
      display: inline-block;
      padding: 0 8px;
      background: #F5E742;
      font-size: 18px;
      font-size: 1.125rem;
      color: #000;
      font-weight: bold; }
    /* line 231, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__detail dd {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 6px 0 12px 0;
      padding-left: 8px;
      line-height: 1.5;
      letter-spacing: 0.02em;
      color: #FFF; }
    /* line 238, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-info__detail .jacket {
      width: 350px;
      border: 6px solid #F5E742;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left; }
      /* line 243, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-info__detail .jacket a {
        line-height: 0;
        display: block; }
      /* line 246, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-info__detail .jacket img {
        width: 100%; }
    /* line 249, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-info__detail dl {
      float: none;
      margin: 0; }
    /* line 252, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-info__detail dt {
      font-size: 14px;
      font-size: 0.875rem; }
    /* line 254, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-info__detail dd {
      font-size: 14px;
      font-size: 0.875rem; }
    /* line 256, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-info__detail .jacket {
      float: none;
      margin: 0 auto 10px auto;
      width: auto; }

/* line 261, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.content-relation {
  padding-bottom: 50px; }
  /* line 263, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-relation .detail {
    padding: 17px 20px 20px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5); }
    /* line 268, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-relation .detail p {
      text-align: left;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 0.05rem;
      width: 85%;
      margin: 0 auto 1em auto;
      color: #FFF; }
      /* line 275, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-relation .detail p {
        font-size: 13px;
        font-size: 0.8125rem;
        text-align: left;
        width: 100%; }
      /* line 279, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-relation .detail p a {
        color: #FFF;
        text-decoration: underline; }
      /* line 282, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-relation .detail p a:hover {
        text-decoration: none; }
      /* line 284, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-relation .detail p a:visited {
        color: #FFF; }
  /* line 286, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-relation .download-jacket {
    text-align: center;
    width: 85%;
    margin: 25px auto 20px auto; }
    /* line 290, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-relation .download-jacket {
      width: 100%;
      margin: 0 auto 20px auto; }
    /* line 293, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-relation .download-jacket a {
      line-height: 0;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 297, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-relation .download-jacket img {
      border: 6px solid #F5E742;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
      /* line 301, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-relation .download-jacket img {
        border: 3px solid #F5E742;
        width: 100%; }
    /* line 304, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-relation .download-jacket .sample {
      font-size: 13px;
      font-size: 0.8125rem;
      text-align: center;
      margin-top: 13px; }
      /* line 308, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-relation .download-jacket .sample {
        font-size: 12px;
        font-size: 0.75rem; }
  /* line 310, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .content-relation {
    margin-bottom: 35px; }

/* line 313, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.content-store {
  padding-bottom: 50px; }
  /* line 315, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-store .store-list {
    padding: 17px 20px 20px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5); }
    /* line 320, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-store .store-list h3 {
      margin-bottom: 5px; }
    /* line 322, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-store .store-list p {
      text-align: center; }
      /* line 324, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-store .store-list p img {
        width: 170px; }
    /* line 326, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-store .store-list ul {
      text-align: center;
      margin-bottom: 20px; }
      /* line 329, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-store .store-list ul li {
        background-color: #FFF;
        border-radius: 2px;
        width: 200px;
        margin: 0 auto;
        line-height: 2.8;
        margin: 10px;
        -webkit-transition: 0.15s all;
        transition: 0.15s all;
        display: inline-block; }
        /* line 338, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-store .store-list ul li:hover {
          background-color: #C62740; }
        /* line 340, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-store .store-list ul li a {
          color: #141F43;
          display: block; }
          /* line 343, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
          .content-store .store-list ul li a:hover {
            color: #FFF; }
        /* line 345, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .spDevice .content-store .store-list ul li {
          margin-bottom: 35px; }

/* line 348, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.content-tracklist {
  padding-bottom: 50px; }
  /* line 350, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .content-tracklist {
    padding-bottom: 35px; }
    /* line 352, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-tracklist .soundcloud {
      padding: 17px 20px 20px 20px;
      margin-bottom: 35px; }
    /* line 355, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-tracklist .tracklist {
      padding: 17px 10px 25px 10px; }
  /* line 357, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-tracklist .soundcloud {
    margin-bottom: 50px;
    padding: 17px 20px 20px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5); }
    /* line 363, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-tracklist .soundcloud p {
      text-align: center; }
      /* line 365, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-tracklist .soundcloud p img {
        width: 170px; }
    /* line 367, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-tracklist .soundcloud .youtube {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      /* line 372, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-tracklist .soundcloud .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
  /* line 379, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-tracklist .tracklist {
    padding: 17px 20px 20px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5); }
    /* line 385, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-tracklist .tracklist .tracks .tracks-sp {
      display: none; }
      /* line 387, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-tracklist .tracklist .tracks .tracks-sp img {
        width: 100%; }
      /* line 389, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-tracklist .tracklist .tracks .tracks-sp {
        display: block; }
    /* line 392, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-tracklist .tracklist .tracks .tracks-block {
      display: none; }
    /* line 394, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-tracklist .tracklist .tracks .tracks-block .number {
      text-align: center;
      height: 28px;
      margin-bottom: 8px; }
      /* line 398, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-tracklist .tracklist .tracks .tracks-block .number img {
        height: 100%; }
    /* line 400, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-tracklist .tracklist .tracks .tracks-block .title {
      text-align: center;
      height: 30px;
      margin-bottom: 33px; }
      /* line 404, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-tracklist .tracklist .tracks .tracks-block .title img {
        height: 100%; }
      /* line 406, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-tracklist .tracklist .tracks .tracks-block .title.trim {
        height: 33px;
        margin-bottom: 30px; }

/* line 410, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.content-credit {
  padding: 40px 0;
  font-size: 14px;
  font-size: 0.875rem; }
  /* line 413, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .content-credit {
    padding: 17px 0 35px; }
  /* line 416, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .content-credit .credit-member {
    margin: 0 auto 20px auto;
    width: 450px; }
    /* line 419, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .content-credit .credit-member {
      width: auto;
      padding-left: 30px; }
    /* line 10, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/utils/_mixins.sass */
    .content-credit .credit-member li:after {
      content: "";
      display: block;
      clear: both; }
    /* line 424, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-credit .credit-member li .job {
      float: left;
      height: 20px; }
      /* line 427, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-credit .credit-member li .job {
        height: 14px; }
      /* line 429, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-credit .credit-member li .job img {
        height: 100%; }
    /* line 431, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .content-credit .credit-member li .name {
      padding-left: 125px;
      margin-bottom: 10px; }
      /* line 434, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .spDevice .content-credit .credit-member li .name {
        padding-left: 100px; }
      /* line 436, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .content-credit .credit-member li .name li {
        height: 20px;
        margin-bottom: 5px; }
        /* line 439, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .spDevice .content-credit .credit-member li .name li {
          height: 14px; }
        /* line 441, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
        .content-credit .credit-member li .name li img {
          height: 100%; }

/* line 444, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
.footer {
  padding: 20px 0;
  text-align: center; }
  /* line 447, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .footer a {
    display: inline-block;
    margin: 0 20px;
    width: 160px; }
    /* line 451, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .footer a img {
      width: 100%;
      line-height: 0;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      /* line 455, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
      .footer a img:hover {
        opacity: 0.7; }
  /* line 458, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
  .spDevice .footer a {
    width: 100px; }
    /* line 460, /Users/keiichi/Sites/str3.org/strl_0039/source/stylesheets/_top.sass */
    .spDevice .footer a:first-child {
      width: 120px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@-webkit-keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
