@charset "UTF-8";
body {
  margin: 0;
  font-family: Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px; }

a {
  text-decoration: inherit; }

p {
  margin: 0; }

.companybar {
  height: 30px;
  background-color: #999;
  color: white;
  line-height: 30px;
  font-size: 14px;
  padding-left: 20px; }

.masthead {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 40px; }

.sitecopy {
  letter-spacing: 0.05em;
  margin-top: 30px;
  text-align: center;
  color: #999; }

.tunesmore {
  color: #999;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 20px; }
  .tunesmore a {
    color: #999; }

.isum-link {
  background-color: #EAEAEA;
  display: block;
  width: 200px;
  margin: 15px auto 0 auto;
  border-radius: 10px;
  padding: 10px 30px; }
  .isum-link img {
    vertical-align: middle;
    margin-right: 10px; }

.isum-link:hover {
  background-color: #F0F0F0; }

.global-footer {
  color: #999; }
  .global-footer a {
    color: #999; }
  .global-footer a:hover {
    color: black; }

.license {
  border-style: solid;
  border-color: #999;
  border-width: 1px 0;
  padding: 40px 0; }

.license-mark {
  margin: auto;
  padding: 10px 0;
  text-align: right;
  overflow: hidden;
  display: block; }
  .license-mark img {
    vertical-align: middle;
    margin-right: 10px; }

.license-mark-jasrac {
  width: 300px; }

.license-marks {
  margin: 20px auto 0 auto;
  overflow: hidden; }
  .license-marks .license-mark {
    float: right; }

.external-links {
  margin-top: 60px;
  text-align: center; }
  .external-links a {
    margin: 0 10px; }

.copyright {
  margin: 30px 0 40px 0;
  text-align: center;
  display: block; }

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 10px; }

.tunerow {
  margin-bottom: 40px;
  overflow: hidden; }

.tunewrap {
  padding: 0 10px;
  margin: auto; }

.tunes {
  margin-left: -40px;
  overflow: hidden; }

.thumb {
  float: left;
  width: 180px;
  margin-left: 40px;
  text-align: center; }
  .thumb img {
    width: 100%;
    height: auto;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #CCC;
    display: block; }

.thumb-id {
  color: #999;
  font-size: 10px;
  height: 20px;
  line-height: 20px; }

.thumb-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height: 18px;
  line-height: 18px; }

.thumb-artist {
  color: #999;
  height: 16px;
  line-height: 16px; }

.overview {
  transition: height 0.5s;
  overflow: hidden;
  height: 0; }

.overview-tip {
  border-bottom: 20px solid #EEE;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0; }

.overview-inner {
  background: -webkit-linear-gradient(top, #EEE 0%, white 95%, #EEE 100%);
  padding: 40px 0; }

.overview-box {
  overflow: hidden;
  max-width: 620px;
  margin: auto;
  padding: 0 10px; }

.overview-blk1 {
  background-color: black; }

.overview-artwork {
  cursor: pointer;
  display: block;
  margin: auto;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; }
  .overview-artwork img {
    width: 100%;
    height: auto;
    display: block; }
  .overview-artwork svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.overview-artwork[aria-disabled=true] {
  opacity: 0.25; }

.overview-id {
  color: #999;
  font-size: 14px; }

.overview-title {
  font-size: 18px;
  line-height: 30px; }

.overview-artist {
  font-size: 18px;
  color: #999;
  line-height: 20px; }

.overview-social-links {
  margin-top: 13px;
  margin-left: -10px; }
  .overview-social-links a {
    margin-left: 10px; }

.overview-desc {
  margin-top: 7px;
  line-height: 20px; }

.overview-play {
  color: #999;
  background-color: transparent;
  border: 1px solid #999;
  font-style: inherit;
  line-height: 30px;
  display: block;
  text-align: center;
  width: 140px;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 8px;
  cursor: pointer; }

@media screen and (min-width: 650px) {
  .overview.open {
    height: 280px; }
  .overview-artwork {
    width: 180px;
    height: 180px; }
  .overview-blk1 {
    float: left;
    width: 180px; }
  .overview-blk2 {
    float: right;
    width: 380px; } }

@media screen and (max-width: 649px) {
  .overview.open {
    height: 589px; }
  .overview-artwork {
    width: 300px;
    height: 300px; }
  .overview-blk2 {
    margin-top: 25px; } }

.player {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0; }

.player-window {
  position: absolute;
  width: 320px;
  height: 412px;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.player-screen {
  padding: 30px 0; }

.player-artwork {
  width: 250px;
  display: block;
  height: auto;
  margin: auto; }

.player-statusbar {
  background-color: #4A4B4D;
  height: 42px;
  color: white;
  text-align: center;
  line-height: 42px;
  position: relative; }

.player-close {
  font-size: 25px;
  position: absolute;
  left: 10px;
  cursor: pointer; }

.player-controlbar {
  background-color: #4A4B4D;
  padding: 15px 20px; }

.player-seekbar {
  height: 20px;
  position: relative; }

.player-seekbar-gutter {
  background-color: black;
  height: 5px;
  position: absolute;
  width: 100%;
  top: 7.5px; }

.player-seekbar-gutter-fill {
  width: 0;
  height: 100%;
  background-color: #CCC; }

.player-seekbar-knob {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  cursor: pointer; }

.player-playwrap {
  padding: 20px 0 0 0;
  text-align: center; }

.player-play {
  font-family: FontAwesome;
  color: white;
  font-size: 25px;
  cursor: pointer; }

.player-play.pause:before {
  content: "\F04C"; }

.player-play.play:before {
  content: "\F04B"; }
