@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#js-jw-player-preview {
  visibility: hidden;
  font-size: 0;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
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.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  width: 100%;
  border-radius: 3px;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #258faf;
}

a img {
  border: 0;
}

hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

.show-for-print {
  display: none !important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}

.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(198, 15, 19, 0.1);
  border-color: #c60f13;
}

.is-invalid-label {
  color: #c60f13;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
}

.form-error.is-visible {
  display: block;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  color: #333;
}

a {
  color: #009de1;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 0;
}

ul, li, ol {
  list-style-type: none;
  margin-bottom: 0;
}

ul ul, li ul, ol ul {
  margin-left: 0;
}

ul {
  margin-left: 0;
}

.top-bar ul {
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

dl dt,
dl dd {
  margin-bottom: 0;
}

label, legend {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

[type="checkbox"] + label,
[type="radio"] + label, [type="checkbox"] + legend,
[type="radio"] + legend {
  margin: 0;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  height: 2.8rem;
  padding: .5rem 1rem;
  border-color: #ccc;
  margin: 0;
  color: #333;
  background-color: #f8f8f8;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
}

[type=color]:focus, [type=color]:hover, [type=date]:focus, [type=date]:hover, [type=datetime-local]:focus, [type=datetime-local]:hover, [type=datetime]:focus, [type=datetime]:hover, [type=email]:focus, [type=email]:hover, [type=month]:focus, [type=month]:hover, [type=number]:focus, [type=number]:hover, [type=password]:focus, [type=password]:hover, [type=search]:focus, [type=search]:hover, [type=tel]:focus, [type=tel]:hover, [type=text]:focus, [type=text]:hover, [type=time]:focus, [type=time]:hover, [type=url]:focus, [type=url]:hover, [type=week]:focus, [type=week]:hover, textarea:focus, textarea:hover {
  border: 1px solid #009de1;
  background-color: #fefefe;
  outline: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  box-shadow: 0 0 5px #cacaca;
}

[type=color].is-error, [type=date].is-error, [type=datetime-local].is-error, [type=datetime].is-error, [type=email].is-error, [type=month].is-error, [type=number].is-error, [type=password].is-error, [type=search].is-error, [type=tel].is-error, [type=text].is-error, [type=time].is-error, [type=url].is-error, [type=week].is-error, textarea.is-error {
  border-color: #e10066;
}

[type=color]:disabled, [type=date]:disabled, [type=datetime-local]:disabled, [type=datetime]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, textarea:disabled {
  background-color: #fff;
  border-color: #ccc;
  color: #999;
  opacity: .5;
}

input[type="search"]:focus {
  border-radius: 4px;
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

select {
  height: 2.8rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  padding-right: .75rem;
  border-color: #ccc;
  color: #333;
  border-radius: 4px;
  background-color: #fff;
  background-position: right center;
  font-size: 16px;
  font-size: 1rem;
}

select.is-error {
  border-color: #e10066;
}

select:disabled {
  background-color: #fff;
  border-color: #ccc;
  color: #999;
  opacity: .5;
}

small {
  font-size: inherit;
}

blockquote,
blockquote p {
  color: #333;
}

blockquote {
  margin: 0;
  border-left: none;
}

.row {
  max-width: 767px;
}

.row .row {
  width: auto;
}

.row.is-no-gutter .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.is-half-gutter {
  margin-right: .5rem;
  margin-left: .5rem;
}

.row.is-half-gutter .columns {
  padding-left: .5rem;
  padding-right: .5rem;
}

.columns,
.column {
  padding-left: 1rem;
  padding-right: 1rem;
}

.columns:last-child:not(:first-child),
.column:last-child:not(:first-child) {
  float: left;
}

.top-bar input {
  max-width: none;
  margin-right: 0;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.v1.is-menu-active {
  overflow-x: hidden;
}

.v1.is-menu-active .v1-sidenav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.v1.is-menu-active .v1-page {
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px);
}

.v1.is-menu-active .v1-page .v1-overlay {
  display: block;
}

.v1--artist-preview .v1-page:after {
  content: "";
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.v1--artist-preview .v1-global-header {
  z-index: 10;
}

.v1--artist-preview .v1-global-header__inner {
  z-index: 10;
  pointer-events: none;
}

.v1--artist-preview .v1-share-bar {
  z-index: 9;
  pointer-events: none;
}

.v1--artist-preview .v1-local-nav {
  position: relative;
  z-index: 8;
}

.v1--artist-preview .v1-movie iframe {
  pointer-events: none;
}

.v1-page {
  padding-top: 44px;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform ease .25s;
  transition: -webkit-transform ease .25s;
  transition: transform ease .25s;
  transition: transform ease .25s, -webkit-transform ease .25s;
}

.v1-page__overlay {
  display: none;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.v1-page .v1-overlay {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.v1-page--top {
  padding-top: 414px;
}

.v1-page--top .v1-contents {
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
}

.v1-page--top .v1-main {
  padding-bottom: 0;
}

.v1-page--top .v1-global-header {
  z-index: 8;
  background-color: rgba(36, 42, 49, 0);
  border-bottom-color: transparent;
}

.v1-page--top .v1-global-header__menu {
  margin-left: 5px;
}

.v1-page--top .v1-global-header.is-changed .js-header-modal-trigger .v1-button {
  background-color: #ffffff;
  color: #009de1;
}

.v1-page--top .v1-global-header.is-changed .js-header-modal-trigger .v1-button:hover {
  background-color: #ffffff;
  color: #009de1;
}

.v1-page--top .v1-global-header.is-changed .js-header-modal-trigger .v1-button.is-active {
  color: #999;
}

.v1-page--top .v1-global-header.is-changed .js-header-modal-trigger .v1-button.is-active:hover {
  color: #999;
}

.v1-page--artist-list .v1-card {
  padding-bottom: 14px;
  background-color: #242a31;
  max-width: 576px;
}

.v1-page--artist-list .v1-card__item + .v1-page--artist-list .v1-card__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.v1-page--artist-list .v1-card__thumbnail {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.v1-page--artist-list .v1-card__thumbnail:before {
  content: "";
  display: block;
  padding-top: 61.80556%;
}

.v1-page--artist-list .v1-card__thumbnail > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 1;
}

.v1-page--artist-list .v1-card__thumbnail > a:before, .v1-page--artist-list .v1-card__thumbnail > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-page--artist-list .v1-card__thumbnail > a:before {
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-page--artist-list .v1-card__thumbnail > a:after {
  height: 100%;
}

.v1-page--artist-list .v1-card__thumbnail > a:hover {
  color: #009de1;
}

.v1-page--artist-list .v1-card__thumbnail > a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-page--artist-list .v1-card__thumbnail > a > img {
  display: block;
  vertical-align: bottom;
  margin-top: -18%;
}

.v1-page--artist-list .v1-card__thumbnail .v1-icon-set {
  position: absolute;
  bottom: .5rem;
  left: 0;
  right: 0;
  z-index: 4;
  margin: 0 auto;
}

.v1-page--artist-list .v1-card__thumbnail .v1-icon-set__item > span {
  padding: .5rem 1rem;
}

.v1-page--artist-list .v1-card__title {
  position: absolute;
  bottom: 26px;
  z-index: 2;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: color ease-out .25s;
  transition: color ease-out .25s;
}

.v1-page--artist-list .v1-card__label {
  padding: 16px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #191d22;
}

.v1-page--artist-list .v1-card__label span {
  margin-left: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}

.v1-page--artist-list .v1-card .v1-media {
  position: relative;
  padding: 10px 24px;
  background: #242a31;
}

.v1-page--artist-list .v1-card .v1-media:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-page--artist-list .v1-card .v1-media:hover {
  text-decoration: none;
  background-color: #1d2227;
}

.v1-page--artist-list .v1-card .v1-media__thumbnail {
  margin-right: 1rem;
  width: 60px;
  float: left;
}

.v1-page--artist-list .v1-card .v1-media__thumbnail > a {
  display: block;
  position: relative;
}

.v1-page--artist-list .v1-card .v1-media__text {
  min-height: 60px;
  padding-left: 74px;
}

.v1-page--artist-list .v1-card .v1-media__title {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-page--artist-list .v1-card .v1-media__title > a {
  color: #fff;
}

.v1-page--artist-list .v1-card .v1-media__title > a:hover {
  color: #009de1;
}

.v1-page--artist-list .v1-card .v1-media .v1-icon-set {
  position: absolute;
  bottom: 10px;
  left: 98px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-page--music-detail .v1-info-list__item:last-child, .v1-page--artist-type-A .v1-info-list__item:last-child, .v1-page--artist-type-B .v1-info-list__item:last-child, .v1-page--artist-type-C .v1-info-list__item:last-child {
  border-bottom-width: 0;
}

.v1-page--music-detail .v1-section-header .float-right, .v1-page--artist-type-A .v1-section-header .float-right, .v1-page--artist-type-B .v1-section-header .float-right, .v1-page--artist-type-C .v1-section-header .float-right {
  white-space: nowrap;
}

.v1-page--music-detail, .v1-page--artist-type-A, .v1-page--artist-type-C {
  position: relative;
  padding-top: 0;
}

.v1-page--music-detail .v1-artist-cover__top, .v1-page--artist-type-A .v1-artist-cover__top, .v1-page--artist-type-C .v1-artist-cover__top {
  position: relative;
  padding-top: 31.25%;
  background: top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.v1-page--music-detail .v1-artist-cover__bottom, .v1-page--artist-type-A .v1-artist-cover__bottom, .v1-page--artist-type-C .v1-artist-cover__bottom {
  position: absolute;
  z-index: 0;
  bottom: 118px;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.v1-page--music-detail .v1-artist-cover__bottom > img, .v1-page--artist-type-A .v1-artist-cover__bottom > img, .v1-page--artist-type-C .v1-artist-cover__bottom > img {
  position: absolute;
  bottom: 0;
}

.v1-page--music-detail .v1-avatar, .v1-page--artist-type-A .v1-avatar, .v1-page--artist-type-C .v1-avatar {
  position: relative;
  margin-top: -47px;
}

.v1-page--artist-type-A .v1-artist-cover__top {
  padding-top: 68.75%;
}

.v1-page--artist-type-A .v1-num-set__name {
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-page--artist-type-A .v1-num-set__number {
  font-size: 17px;
  font-size: 1.0625rem;
}

.v1-page--artist-type-A .v1-list-article__item {
  padding-bottom: 0;
  margin-bottom: .5rem;
  border-bottom-width: 0;
}

.v1-page--artist-type-A .v1-list-article .v1-media__thumbnail {
  width: 78px;
}

.v1-page--artist-type-A .v1-list-article .v1-media__text {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.v1-page--artist-type-A .v1-list-article .v1-media__text:hover {
  text-decoration: none;
}

.v1-page--artist-type-A .v1-list-article .v1-media__title {
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
}

.v1-page--artist-type-A .v1-list-article .v1-media__title:hover {
  color: #009de1;
  cursor: pointer;
}

.v1-page--artist-type-A .v1-list-article .v1-media__subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  line-height: 1.5;
}

.v1-page--artist-type-A .v1-list-article .v1-media__subtext {
  width: 100%;
}

.v1-page--artist-type-A .v1-list-article .v1-media .v1-icon-set {
  margin-top: 1rem;
}

.v1-page--artist-type-A .v1-list-article .v1-media .v1-icon-set__item .fa {
  color: #ccc;
}

.v1-page--artist-type-A .v1-list-article .v1-media .v1-media__menu {
  position: absolute;
  top: 18px;
  right: 0;
}

.v1-page--artist-type-A .v1-list-article .v1-media .v1-media__menu > a {
  display: block;
  padding: 8px 0 8px 8px;
}

.v1-page--artist-type-B {
  background-color: #000000;
}

.v1-page--artist-type-B .v1-contents {
  padding-top: .5rem;
}

.v1-page--artist-type-B .v1-main {
  background-color: #000;
}

.v1-page--artist-type-B .v1-local-nav .v1-horizer__mask {
  border-bottom: none;
}

.v1-page--artist-type-B .v1-local-nav .v1-horizer .is-current {
  color: #009de1;
}

.v1-page--artist-type-B .v1-local-nav .v1-horizer__item > a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

.v1-page--artist-type-B .v1-subnav .v1-horizer__item > a {
  color: #fff;
}

.v1-page--artist-type-B .v1-subnav .v1-horizer__item > a.is-current {
  color: #999;
}

.v1-page--artist-type-B .v1-horizer .v1-media__title {
  color: #fff;
}

.v1-page--artist-type-B .v1-pagination__item > a,
.v1-page--artist-type-B .v1-pagination__item > span {
  background-color: transparent;
  border-color: #666;
  color: #fff;
}

.v1-page--artist-type-B .v1-pagination__item > a:hover,
.v1-page--artist-type-B .v1-pagination__item > span:hover {
  background-color: transparent;
  color: #009de1;
}

.v1-page--artist-type-B .v1-pagination__item > a.is-current,
.v1-page--artist-type-B .v1-pagination__item > span.is-current {
  background-color: transparent;
  border-color: #009de1;
  color: #009de1;
}

.v1-page--artist-type-B .v1-pagination__item > a.is-current:hover,
.v1-page--artist-type-B .v1-pagination__item > span.is-current:hover {
  background-color: transparent;
}

.v1-page--artist-type-B .v1-pagination__item > a.is-disabled,
.v1-page--artist-type-B .v1-pagination__item > span.is-disabled {
  background-color: transparent;
  color: #333;
}

.v1-page--artist-type-B .v1-pagination__item > a.is-disabled:hover,
.v1-page--artist-type-B .v1-pagination__item > span.is-disabled:hover {
  background-color: transparent;
}

.v1-page--artist-type-B .v1-section-header.has-line {
  padding-top: 0;
  padding-bottom: 1rem;
  border-bottom-width: 0;
}

.v1-page--artist-type-B .v1-section-header.has-line .v1-local-nav__item > a {
  color: #eee;
}

.v1-page--artist-type-B .v1-section-header.has-line .v1-local-nav__item > a.is-current, .v1-page--artist-type-B .v1-section-header.has-line .v1-local-nav__item > a:hover {
  color: #009de1;
}

.v1-page--artist-type-B .v1-section-header.has-line .v1-local-nav__item > a.is-current:before {
  bottom: -17px;
}

.v1-page--artist-type-B .v1-section-header.has-line .v1-local-nav__item + .v1-local-nav__item {
  margin-left: 27px;
}

.v1-page--artist-type-B .v1-section-header.has-line .v1-heading,
.v1-page--artist-type-B .v1-section-header.has-line p {
  color: #999;
}

.v1-page--artist-type-B .v1-section-header.has-line .v1-heading > a,
.v1-page--artist-type-B .v1-section-header.has-line p > a {
  color: #ffffff;
}

.v1-page--artist-type-B .v1-subnav__item > a {
  color: #ffffff;
}

.v1-page--artist-type-B .v1-subnav__item > a.is-current {
  color: #999;
}

.v1-page--artist-type-B .v1-artist-overview__head {
  position: relative;
  background: center no-repeat;
  background-size: 100% auto;
  padding-top: 215px;
}

.v1-page--artist-type-B .v1-artist-overview__head:after {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
}

.v1-page--artist-type-B .v1-artist-overview__status {
  position: absolute;
  bottom: .25rem;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.v1-page--artist-type-B .v1-artist-overview__status .v1-num-set {
  display: inline-block;
  margin: .5rem;
}

.v1-page--artist-type-B .v1-artist-overview__status .v1-num-set,
.v1-page--artist-type-B .v1-artist-overview__status .v1-num-set__name {
  color: #ffffff;
}

.v1-page--artist-type-B .v1-artist-overview__status .v1-num-set__name {
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-page--artist-type-B .v1-artist-overview__status .v1-num-set__number {
  font-size: 16px;
  font-size: 1rem;
}

.v1-page--artist-type-B .v1-artist-overview__body {
  padding: 1rem;
  background-color: #242a31;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media {
  font-size: 0;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media > * {
  display: inline-block;
  vertical-align: middle;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media .v1-avatar {
  width: 62px;
  margin-right: 16px;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media .v1-avatar__image {
  max-width: 100%;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__textset {
  width: 61.37931%;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__title + .v1-media__category {
  margin-top: 4px;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__category {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__category + .v1-media__description {
  margin-top: .75rem;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__link {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__link .fa {
  margin-left: .5rem;
}

.v1-page--artist-type-B .v1-artist-overview__body .v1-media__description {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
}

.v1-page--artist-type-B .v1-artist-overview__foot {
  padding: 1.5rem 2rem;
  background-color: #191d22;
}

.v1-page--artist-type-B .v1-artist-overview .v1-share p {
  line-height: 1;
}

.v1-page--artist-type-B .v1-artist-profile {
  background-color: #242a31;
}

.v1-page--artist-type-B .v1-artist-profile .v1-description {
  padding: 0 1rem;
  color: #fff;
}

.v1-page--artist-type-B .v1-artist-profile__social {
  padding: 1.25rem 1rem;
  background-color: #191d22;
}

.v1-page--artist-type-B .v1-artist-profile__social .v1-social-link__image .fa {
  color: #191d22;
}

.v1-page--artist-type-B .v1-artist-profile__social .v1-social-link__image .fa-globe {
  color: #999;
}

.v1-page--artist-type-B .v1-card {
  padding-bottom: 0;
}

.v1-page--artist-type-B .v1-card + .v1-card {
  margin-top: 1rem;
}

.v1-page--artist-type-B .v1-card__head {
  padding: 1rem;
}

.v1-page--artist-type-B .v1-card__head .v1-partition-container__main {
  width: 324px;
}

.v1-page--artist-type-B .v1-card__head .v1-partition-container__sub {
  width: 166px;
}

.v1-page--artist-type-B .v1-card__head .v1-music-overview .v1-heading,
.v1-page--artist-type-B .v1-card__head .v1-music-overview .v1-heading > a, .v1-page--artist-type-B .v1-card__head .v1-music-overview__info,
.v1-page--artist-type-B .v1-card__head .v1-music-overview__info > a {
  color: #ffffff;
}

.v1-page--artist-type-B .v1-card__head .v1-list-article__item {
  padding: 0;
  background-color: transparent;
}

.v1-page--artist-type-B .v1-card--color-1 .v1-card__head {
  background-color: #000000;
}

.v1-page--artist-type-B .v1-card--color-2 .v1-card__head {
  background-color: #ff3c71;
}

.v1-page--artist-type-B .v1-card--color-3 .v1-card__head {
  background-color: #a60000;
}

.v1-page--artist-type-B .v1-card--color-4 .v1-card__head {
  background-color: #680000;
}

.v1-page--artist-type-B .v1-card--color-5 .v1-card__head {
  background-color: #392467;
}

.v1-page--artist-type-B .v1-card .v1-media__title > a {
  color: #fff;
}

.v1-page--artist-type-B .v1-card .v1-media__time {
  color: #fff;
}

.v1-page--artist-type-B .v1-card .v1-total-num__inner {
  position: relative;
  padding: 1rem;
}

.v1-page--artist-type-B .v1-card .v1-total-num__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  line-height: 1;
}

.v1-page--artist-type-B .v1-card .v1-total-num__text > span {
  display: inline-block;
  padding-right: .125rem;
}

.v1-page--artist-type-B .v1-card .v1-total-num__menu {
  position: absolute;
  top: .75rem;
  right: 1rem;
}

.v1-page--artist-type-B .v1-card .v1-total-num__menu > a {
  padding-left: 1rem;
}

.v1-page--artist-type-B .v1-card .v1-total-num__menu .fa {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.v1-page--artist-type-B .v1-card .v1-playlist__body .v1-list__item {
  border-bottom: 1px solid #3b3f43;
}

.v1-page--artist-type-B .v1-card .v1-playlist__body .v1-list__item:first-child {
  border-top-width: 0;
}

.v1-page--artist-type-B .v1-card .v1-playlist__body .v1-list__item:last-child {
  border-bottom-width: 0;
}

.v1-page--artist-type-B .v1-card .v1-playlist__foot {
  padding: 0;
}

.v1-page--artist-type-B .v1-card .v1-playlist__view-all > a {
  display: block;
  padding: 1rem;
  background-color: #191d22;
  color: #999;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-page--artist-type-B .v1-card .v1-playlist--with-player .v1-playlist__body {
  max-height: 160px;
  overflow: hidden;
}

.v1-page--artist-type-B .v1-card .v1-playlist--with-player.is-active .v1-playlist__body {
  max-height: none;
  overflow: visible;
}

.v1-page--artist-type-B .v1-card .v1-list-article__item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}

.v1-page--artist-type-B .v1-card .v1-list-article .v1-media {
  padding-right: 0;
}

.v1-page--artist-type-B .v1-card .v1-track__num:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 3px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 50%;
}

.v1-page--artist-type-B .v1-card .v1-track__row {
  background-color: #242a31;
}

.v1-page--artist-type-B .v1-card .v1-track__row:hover {
  background-color: #1d2227;
}

.v1-page--artist-type-B .v1-card .v1-track__row:hover .v1-track__num:after {
  display: block;
}

.v1-page--artist-type-B .v1-card .v1-track__title > a {
  display: inline-block;
}

.v1-page--artist-type-B .v1-card .v1-track__title > a, .v1-page--artist-type-B .v1-card .v1-track__artist-name, .v1-page--artist-type-B .v1-card .v1-track__time {
  color: #ffffff;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__row {
  padding: .5rem 1rem;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__thumbnail > a {
  display: block;
  position: relative;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__thumbnail > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__thumbnail > a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__thumbnail > a.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__thumbnail > a.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 46px;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__title {
  width: 540px;
  padding-left: 16px;
  font-weight: bold;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__title > a {
  display: inline;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__title > a:hover {
  color: #009de1;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__artist-name {
  width: 250px;
  vertical-align: middle;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track__time {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
  width: 65px;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track .v1-icon-set {
  text-align: right;
}

.v1-page--artist-type-B .v1-container--artist-top-single .v1-track .v1-icon-set__item + .v1-icon-set__item {
  margin-left: 1.125rem;
}

.v1-page--artist-type-B .v1-movie-list__item {
  width: 272px;
  margin: 0 24px 0 0;
  float: left;
}

.v1-page--artist-type-B .v1-movie-list__item:nth-child(even) {
  margin-right: 0;
}

.v1-page--artist-type-B .v1-movie-list__item > a {
  color: #ffffff;
}

.v1-page--artist-type-B .v1-article-card {
  margin-bottom: .5rem;
}

.v1-page--artist-type-B .v1-article-card + .v1-article-card {
  margin-top: 1rem;
}

.v1-page--artist-type-B .v1-article-card__inner {
  display: block;
  position: relative;
  color: #fff;
}

.v1-page--artist-type-B .v1-article-card__inner:hover, .v1-page--artist-type-B .v1-article-card__inner:focus {
  color: #fff;
}

.v1-page--artist-type-B .v1-article-card__image > img {
  width: 100%;
}

.v1-page--artist-type-B .v1-article-card__image:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-page--artist-type-B .v1-article-card__summary {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-page--artist-type-B .v1-article-card__textset {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 1rem;
}

.v1-page--artist-type-B .v1-article-card__info {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: 0.75rem;
}

.v1-page--artist-type-B .v1-article-card__info > .v1-time {
  color: #fff;
}

.v1-page--artist-type-B .v1-article-card__info + .v1-article-card__summary {
  margin-top: .375rem;
}

.v1-page--artist-type-B .v1-article-card--new .v1-article-card__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: url(/pc/assets/images/common/icon_newlabel_01.png) no-repeat;
  width: 56px;
  height: 56px;
}

.v1-page--artist-type-B .v1-list-article__item {
  margin-bottom: 0;
  padding: 10px;
  border-bottom-color: #3b3f43;
  background-color: #242a31;
}

.v1-page--artist-type-B .v1-list-article__item:last-child {
  border-bottom-width: 0;
}

.v1-page--artist-type-B .v1-list-article .v1-media__title > a {
  color: #fff;
}

.v1-page--artist-type-B .v1-banner {
  margin-bottom: .5rem;
}

.v1-page--artist-type-B .v1-banner > a > img {
  width: 100%;
}

.v1--headless .v1-page--artist-type-B.v1-page {
  padding-top: 0;
  background-color: #242a31;
}

.v1--headless .v1-page--artist-type-B .v1-contents {
  padding-top: 0;
}

.v1--headless .v1-page--artist-type-B .v1-main {
  background-color: #242a31;
}

.v1--headless .v1-page--artist-type-B .v1-section {
  background-color: #242a31;
}

.v1--headless .v1-page--artist-type-B .v1-heading {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-description {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-highlight {
  background-color: #000;
}

.v1--headless .v1-page--artist-type-B .v1-update-time {
  color: #ccc;
}

.v1--headless .v1-page--artist-type-B .v1-divider {
  border-color: #666;
}

.v1--headless .v1-page--artist-type-B .v1-menu__item > a {
  color: #ccc;
}

.v1--headless .v1-page--artist-type-B .v1-media a {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-media__subtitle {
  color: #999;
}

.v1--headless .v1-page--artist-type-B .v1-highlight a {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-music-author .v1-media__subtitle {
  color: #ccc;
}

.v1--headless .v1-page--artist-type-B .v1-music-author .v1-media__title {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__subtitle {
  color: #ccc;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__info {
  color: #999;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__info a {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__time {
  color: #ccc;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__jacket--color-1 {
  background-color: #000000;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__jacket--color-2 {
  background-color: #ff3c71;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__jacket--color-3 {
  background-color: #a60000;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__jacket--color-4 {
  background-color: #680000;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__jacket--color-5 {
  background-color: #392467;
}

.v1--headless .v1-page--artist-type-B .v1-music-overview__action {
  padding-top: 3px;
}

.v1--headless .v1-page--artist-type-B .v1-icon-set--plain .v1-icon-set__item > a, .v1--headless .v1-page--artist-type-B .v1-icon-set--plain .v1-icon-set__item .fa, .v1--headless .v1-page--artist-type-B .v1-icon-set--plain .v1-icon-set__item .v1-icon {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-music-shop {
  padding: 1rem 0;
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: #000;
}

.v1--headless .v1-page--artist-type-B .v1-music-shop + .v1-music-shop {
  margin-top: 0;
  border-color: #3b3f43;
}

.v1--headless .v1-page--artist-type-B .v1-playlist__body .v1-list__item {
  border-top: 1px solid #3b3f43;
  border-bottom: none;
}

.v1--headless .v1-page--artist-type-B .v1-track__title a {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-track__num {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-track__row:hover {
  background-color: #1d2227;
}

.v1--headless .v1-page--artist-type-B .v1-track__row:hover .v1-text-ellipsis {
  color: #009de1;
}

.v1--headless .v1-page--artist-type-B .v1-track__play > a .fa {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.v1--headless .v1-page--artist-type-B .v1-contribute__body {
  border-color: #666;
}

.v1--headless .v1-page--artist-type-B .v1-contribute__body .v1-textarea {
  border-left-color: #666;
}

.v1--headless .v1-page--artist-type-B .v1-contribute__body .v1-textarea > textarea {
  background-color: #000;
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-contribute__body .v1-textarea > textarea::-webkit-input-placeholder {
  color: #999;
}

.v1--headless .v1-page--artist-type-B .v1-contribute__submit {
  border-color: #666;
  background-color: #242a31;
}

.v1--headless .v1-page--artist-type-B .v1-info-list__item {
  border-color: #666;
}

.v1--headless .v1-page--artist-type-B .v1-info-list__item:last-child {
  border-bottom: none;
}

.v1--headless .v1-page--artist-type-B .v1-info-list .v1-info__subtext a {
  color: #fff;
}

.v1--headless .v1-page--artist-type-B .v1-info-list .v1-info__image {
  width: 70px;
}

.v1--headless .v1-page--artist-type-B .v1-info-list .v1-info__summary {
  color: #fff;
}

.v1-page--artist-type-C {
  padding-top: 40px;
}

.v1-page--artist-type-C .v1-artist-cover:after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.v1-page--artist-type-C .v1-artist-cover img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.v1-page--artist-type-C .v1-artist-cover__top {
  padding-top: 62.5%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.v1-page--artist-type-C .v1-artist-cover__bottom {
  z-index: 1;
}

.v1-page--artist-type-C .v1-contents {
  position: relative;
}

.v1-page--artist-type-C .v1-main {
  padding-top: 20px;
}

.v1-page--artist-type-C .v1-media__subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  line-height: 1.5;
}

.v1-page--artist-type-C .v1-media__time {
  color: #fff;
}

.v1-page--artist-type-C .v1-list-article__item {
  padding-bottom: 0;
  margin-bottom: .5rem;
  border-bottom-width: 0;
}

.v1-page--artist-type-C .v1-num-set__name {
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-page--artist-type-C .v1-num-set__number {
  font-size: 17px;
  font-size: 1.0625rem;
}

.v1-page--artist-type-C .v1-movie-list .v1-horizer__item {
  padding: 0 1px;
}

.v1-page--artist-type-C .v1-movie-list .v1-horizer__item:first-child {
  padding-left: 0;
}

.v1-page--artist-type-C .v1-movie-list .v1-horizer__item .v1-movie + p {
  padding-left: .5rem;
  padding-right: .5rem;
}

.v1-page--artist-type-C.v1-page--music-detail {
  padding-top: 0;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-main {
  padding-top: 0;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview {
  width: 100%;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__jacket {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__jacket:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__jacket-image {
  display: block;
  margin-bottom: 7.75rem;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1rem 1rem 1rem;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-heading, .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-music-overview__subtitle, .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-music-overview__time {
  color: #fff;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-table__cell span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-table__cell span .v1-icon {
  margin-left: -1px;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__body {
  position: absolute;
  top: 0;
  margin-top: 0;
  padding-top: 100%;
}

.v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__body .v1-inner {
  padding-top: 1rem;
}

.v1-page--release-control .v1-grid {
  font-size: 0;
}

.v1-page--release-control .v1-grid__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-page--release-control .v1-grid__item .v1-image {
  width: 110px;
  margin: 0 auto;
}

.v1-page--release-control .v1-grid--2col .v1-grid__item {
  width: 50%;
}

.v1-page--release-control .v1-register-step .v1-highlight {
  width: 90%;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  border: 1px solid #ddd;
}

.v1-page--release-control .v1-register-step .v1-highlight + .v1-highlight {
  margin-top: .5rem;
}

.v1-page--release-control .v1-register-step .v1-media {
  font-size: 0;
}

.v1-page--release-control .v1-register-step .v1-media__thumbnail {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  margin-right: 1rem;
  float: left;
}

.v1-page--release-control .v1-register-step .v1-media__textset {
  vertical-align: middle;
  overflow: auto;
}

.v1-page--release-control .v1-register-step .v1-media__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.285;
  font-weight: bold;
}

.v1-page--release-control .v1-register-step .v1-media__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.285;
}

.v1-page--release-control .v1-register-step .v1-media + .v1-button {
  display: inline-block;
  margin-top: 1rem;
}

.v1-page--release-control .v1-structure-list .v1-list--ordered .v1-list__item {
  list-style-type: decimal;
}

.v1-page--release-control .v1-structure-list .v1-list--ordered .v1-list__item + li {
  margin-top: 1.5rem;
}

.v1-page--release-control .v1-structure-list .v1-list--ordered .v1-list__item dt {
  margin-bottom: .75rem;
}

.v1-page--release-control .v1-structure-list .v1-list--ordered .v1-list__item dd {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-page--release-control .v1-structure-list .v1-list--ordered .v1-list__item .v1-list__nested-list {
  padding-left: .125rem;
}

.v1-page--release-control .v1-structure-list .v1-list--ordered .v1-list__item .v1-list__nested-list > li {
  list-style-type: disc;
}

.v1-page--release-control .v1-structure-list .v1-list--ordered .v1-list__item .v1-list__nested-list > li + li {
  margin-top: .25rem;
}

.v1-page--release-control .v1-input-group__item--single {
  position: relative;
}

.v1-page--release-control .v1-input-group__remove-trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
  line-height: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 12px;
}

.v1-page--release-control .js-input-set-container .v1-input-group__item > input[type=text] {
  width: 85.18519%;
}

.v1-page--release-control .js-input-set-container .js-input-set-item + .js-input-set-item {
  margin-top: 1rem;
}

.v1-page--contact-form .v1-input-group label {
  font-weight: bold;
}

.v1-main {
  background-color: #fff;
  padding-bottom: 2.5rem;
}

.v1-contents {
  padding-bottom: 7.5em;
}

.v1-sidenav {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  -webkit-transform: translate(240px, 0);
          transform: translate(240px, 0);
  padding-top: 44px;
  width: 240px;
  overflow-y: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform ease .25s;
  transition: -webkit-transform ease .25s;
  transition: transform ease .25s;
  transition: transform ease .25s, -webkit-transform ease .25s;
  -webkit-overflow-scrolling: touch;
}

.v1-inner {
  padding-right: 1rem;
  padding-left: 1rem;
}

.v1-menu {
  display: table;
}

.v1-menu__item {
  display: table-cell;
  vertical-align: middle;
}

.v1-menu__item > a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1;
}

.v1-menu--vertical {
  display: block;
}

.v1-menu--vertical .v1-menu__item {
  display: block;
}

.v1-menu--vertical .v1-menu__item > a {
  display: block;
}

.v1-menu--large {
  display: block;
}

.v1-menu--large .v1-menu__item {
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-menu--large .v1-menu__item > a {
  display: block;
  padding: 1rem 1rem 1rem 0;
  color: #333;
}

.v1-menu--large .v1-menu__item > a .fa {
  float: right;
  color: #009de1;
}

.v1-menu--large .v1-menu__item > a:hover {
  text-decoration: none;
  color: #009de1;
}

.v1-note {
  display: block;
  color: #666;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: -.8em;
  padding-left: .8em;
}

.v1-heading {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-heading--small {
  font-size: 16px;
  font-size: 1rem;
}

.v1-heading--exsmall {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-site-logo {
  line-height: 1;
}

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

.v1-copyright__text > small {
  color: #8f7e7e;
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-button {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 1em 1em;
  line-height: 1;
  color: #fff;
  background-color: #009de1;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: background-color .25s, color, .25s, border-color .25s ease-in-out;
  transition: background-color .25s, color, .25s, border-color .25s ease-in-out;
}

.v1-button:hover, .v1-button:focus {
  color: #fefefe;
  background-color: #007fc3;
  text-decoration: none;
}

.v1-button--secondary {
  background-color: #81cc00;
  border-color: #81cc00;
  color: #fff;
}

.v1-button--secondary:hover, .v1-button--secondary:focus {
  background-color: #6db800;
  border-color: #6db800;
}

.v1-button--hollow {
  background-color: #fff;
  border-color: #ccc;
  color: #009de1;
}

.v1-button--hollow:hover, .v1-button--hollow:focus {
  background-color: #fff;
  border-color: #009de1;
  color: #009de1;
}

.v1-button--flow {
  border-radius: 4px;
  color: #999;
  background-color: #fff;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}

.v1-button--flow.v1-button.is-disabled {
  cursor: default;
  background-color: #fff;
  color: #999;
}

.v1-button--full {
  width: 100%;
}

.v1-button--adjust {
  line-height: 22px;
  padding-top: .675em;
  padding-bottom: .675em;
}

.v1-button--small {
  min-height: 28px;
  padding: 7px 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-button.is-disabled, .v1-button:disabled {
  background-color: #ccc;
  color: #fff;
}

.v1-button.js-toggle-check.is-checked {
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}

.v1-button.js-toggle-check.is-checked:hover {
  color: #ccc;
}

.v1-button.js-toggle-check.is-checked:hover .fa, .v1-button.js-toggle-check.is-checked:hover .icon {
  color: #ccc;
}

.v1-button.js-toggle-check.is-checked .fa, .v1-button.js-toggle-check.is-checked .icon {
  color: #ccc;
}

.v1-button.js-toggle-check.is-checked.focus-set .fa {
  -webkit-animation: expand-icon ease-out .5s;
          animation: expand-icon ease-out .5s;
}

@-webkit-keyframes expand-icon {
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #009de1;
  }
}

@keyframes expand-icon {
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #009de1;
  }
}

.v1-overlay {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-icon {
  display: inline-block;
  vertical-align: middle;
}

.v1-icon--facebook-23 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -187px -50px;
  width: 12px;
  height: 23px;
  background-size: 202px 166px;
}

.v1-icon--twitter-18 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -149px -79px;
  width: 23px;
  height: 18px;
  background-size: 202px 166px;
}

.v1-icon--yahoo-18 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -149px 0px;
  width: 33px;
  height: 18px;
  background-size: 202px 166px;
}

.v1-icon--mixi-19-a {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -147px;
  width: 21px;
  height: 19px;
  background-size: 202px 166px;
}

.v1-icon--mixi-19-b {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -149px -102px;
  width: 21px;
  height: 19px;
  background-size: 202px 166px;
}

.v1-icon--plus-artist-24 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -149px -23px;
  width: 22px;
  height: 24px;
  background-size: 202px 166px;
}

.v1-icon--plus-music-17 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -26px -147px;
  width: 17px;
  height: 17px;
  background-size: 202px 166px;
}

.v1-icon--plus-single-16 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -48px -147px;
  width: 16px;
  height: 16px;
  background-size: 202px 166px;
}

.v1-icon--plus-single-22 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -149px -52px;
  width: 22px;
  height: 22px;
  background-size: 202px 166px;
}

.v1-icon--plus-single-42 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -59px -47px;
  width: 42px;
  height: 42px;
  background-size: 202px 166px;
}

.v1-icon--line-44 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -46px;
  width: 44px;
  height: 44px;
  background-size: 202px 166px;
}

.v1-icon--comment-17 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -149px -126px;
  width: 17px;
  height: 16px;
  background-size: 202px 166px;
}

.v1-icon--arrow-up-30 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -187px -78px;
  width: 11px;
  height: 15px;
  background-size: 202px 166px;
}

.v1-icon--arrow-down-20 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -187px -25px;
  width: 15px;
  height: 20px;
  background-size: 202px 166px;
}

.v1-icon--arrow-down-type2-20 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -187px 0px;
  width: 15px;
  height: 20px;
  background-size: 202px 166px;
}

.v1-icon--pen-42 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -59px 0px;
  width: 42px;
  height: 42px;
  background-size: 202px 166px;
}

.v1-icon--picture-41 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 54px;
  height: 41px;
  background-size: 202px 166px;
}

.v1-icon--line-25 {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -112px -95px;
  width: 27px;
  height: 25px;
  background-size: 202px 166px;
}

.v1-icon--favorite-minus {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.v1-icon--favorite-minus .fa {
  border-radius: 50%;
  color: #e10066;
}

.v1-icon--favorite-minus .fa:before {
  display: block;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #fff;
  height: 25px;
  width: 25px;
}

.v1-anchor .fa-angle-right {
  margin-left: .5rem;
}

.v1-notify > a + .v1-popup {
  position: absolute;
  z-index: 10;
  top: 44px;
  right: 0;
  width: 320px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.v1-notify > a + .v1-popup:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  right: 63px;
}

.v1-notify > a + .v1-popup .v1-popup__head,
.v1-notify > a + .v1-popup .v1-popup__foot {
  background-color: #f8f8f8;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-notify > a + .v1-popup .v1-popup__head {
  padding: 12px 1rem;
  border-bottom: 1px solid #eee;
}

.v1-notify > a + .v1-popup .v1-popup__head:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-notify > a + .v1-popup .v1-popup__foot {
  border-top: 1px solid #eee;
}

.v1-notify > a + .v1-popup .v1-popup__foot a {
  padding: 12px 1rem;
  display: inline-block;
}

.v1-notify > a + .v1-popup .v1-popup__title {
  float: left;
  font-weight: bold;
  color: #666;
}

.v1-notify > a + .v1-popup .v1-popup__switch {
  float: right;
}

.v1-notify > a + .v1-popup .v1-popup__switch li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #ddd;
}

.v1-notify > a + .v1-popup .v1-popup__switch li:last-child {
  border-width: 0;
}

.v1-notify > a + .v1-popup .v1-popup__switch li > a.is-current,
.v1-notify > a + .v1-popup .v1-popup__switch li > span {
  color: #999;
}

.v1-notify > a + .v1-popup .v1-popup__item {
  padding: 12px 1rem;
  text-align: left;
}

.v1-notify > a + .v1-popup .v1-popup__item .v1-time {
  display: block;
  margin-bottom: .25rem;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-notify > a.is-active + .v1-popup {
  display: block;
}

.v1-notify .v1-callout {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 10;
  background-color: #e10066;
  color: #fff;
  width: 320px;
  font-size: 13px;
  font-size: 0.8125rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.v1-notify .v1-callout:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-notify .v1-callout:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #e10066;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  right: 63px;
}

.v1-notify .v1-callout__text {
  padding: 16px 20px;
  float: left;
}

.v1-notify .v1-callout__text > * {
  font-weight: bold;
}

.v1-notify .v1-callout__close {
  float: right;
}

.v1-notify .v1-callout__close > span {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
}

.v1-notify .v1-callout__close > span:hover {
  text-decoration: underline;
}

a.v1-media {
  display: block;
  position: relative;
}

a.v1-media:hover {
  text-decoration: none;
}

a.v1-media:hover .v1-media__title {
  color: #009de1;
  text-decoration: none;
}

.v1-media__thumbnail {
  vertical-align: top;
  display: block;
  position: relative;
}

.v1-media__thumbnail img {
  max-width: 100%;
}

.v1-media__title {
  word-break: break-all;
  color: #333;
  line-height: 1.25;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-media__thumbnail + .v1-media__title {
  margin-top: 12px;
}

.v1-media__title > a {
  color: #333;
}

.v1-media__title > a:hover {
  color: #009de1;
  text-decoration: none;
}

.v1-media__subtitle {
  color: #999;
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-media__subtitle + .v1-media__subtitle {
  margin-top: .25rem;
}

.v1-media__title + .v1-media__subtitle {
  margin-top: 6px;
}

.v1-media__subtitle + .v1-media__subtitle {
  margin-top: 3px;
}

.v1-media__subtitle > a {
  color: #999;
}

.v1-media__subtitle > a:hover {
  text-decoration: none;
  color: #009de1;
}

.v1-media__subtitle + .v1-menu {
  margin-top: 5px;
}

.v1-media__summary {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
  -webkit-user-select: auto;
}

.v1-media__title + .v1-media__summary,
.v1-media__subtitle + .v1-media__summary {
  margin-top: 5px;
}

.v1-media__time {
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  -webkit-user-select: auto;
}

.v1-media__title + .v1-media__time,
.v1-media__subtitle + .v1-media__time,
.v1-media__summary + .v1-media__time {
  margin-top: 5px;
}

.v1-media__subtext {
  position: absolute;
  bottom: 0;
  left: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}

.v1-media .v1-image--blank, .v1-media .v1-image--plus-artist, .v1-media .v1-image--plus-single, .v1-media .v1-image--plus-album, .v1-media .v1-image--plus-various {
  background-color: #009de1;
  width: 110px;
  height: 110px;
}

.v1-media .v1-image--blank:before, .v1-media .v1-image--plus-artist:before, .v1-media .v1-image--plus-single:before, .v1-media .v1-image--plus-album:before, .v1-media .v1-image--plus-various:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.v1-media .v1-image--blank {
  background-color: #ccc;
}

.v1-media .v1-image--blank:before {
  font-family: "FontAwesome";
  content: "\f03e";
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  width: 33px;
  height: 33px;
}

.v1-media .v1-image--plus-artist {
  border-radius: 50%;
}

.v1-media .v1-image--plus-artist:before {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -106px -41px;
  width: 36px;
  height: 36px;
  background-size: 202px 166px;
}

.v1-media .v1-image--plus-single:before {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -95px;
  width: 34px;
  height: 33px;
  background-size: 202px 166px;
}

.v1-media .v1-image--plus-various {
  border-radius: 50%;
}

.v1-media .v1-image--plus-various:before {
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -106px 0px;
  width: 38px;
  height: 36px;
  background-size: 202px 166px;
}

.v1-media .v1-icon-set__item {
  padding: 2px 0;
}

.v1-media .v1-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.v1-media--rounded .v1-media__thumbnail img,
.v1-media--rounded .v1-media__thumbnail .v1-image {
  border-radius: 50%;
}

.v1-media--wip .v1-media__thumbnail {
  position: relative;
}

.v1-media--wip .v1-media__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -133px;
  width: 92px;
  height: 9px;
  background-size: 202px 166px;
}

.v1-horizer__item .v1-media {
  padding-bottom: .5rem;
}

.v1-media--music .v1-media__thumbnail {
  position: relative;
}

.v1-media--music .v1-media__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1-media--music .v1-media__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}

.v1-media--music .v1-media__thumbnail.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-media--music .v1-media__thumbnail.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 46px;
}

.v1-media .v1-image {
  position: relative;
}

.v1-media .v1-image--blank, .v1-media .v1-image--plus-artist, .v1-media .v1-image--plus-single, .v1-media .v1-image--plus-album, .v1-media .v1-image--various, .v1-media .v1-image--vocaroid {
  background-color: #009de1;
  width: 110px;
  height: 110px;
}

.v1-media .v1-image--blank:before, .v1-media .v1-image--plus-artist:before, .v1-media .v1-image--plus-single:before, .v1-media .v1-image--plus-album:before, .v1-media .v1-image--various:before, .v1-media .v1-image--vocaroid:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.v1-media .v1-image--blank {
  background-color: #ccc;
}

.v1-media .v1-image--blank:before {
  font-family: "FontAwesome";
  content: "\f03e";
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.v1-rank {
  background-color: #999;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}

.v1-rank--plain {
  padding: 2px 0;
  background-color: transparent;
  text-align: left;
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-rank--1st, .v1-rank--2nd, .v1-rank--3rd {
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

.v1-rank--1st:after, .v1-rank--2nd:after, .v1-rank--3rd:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(/sp/assets/images/common/spritesheets/sprite.png);
  background-repeat: no-repeat;
  background-position: -187px -98px;
  width: 11px;
  height: 9px;
  background-size: 202px 166px;
}

.v1-rank--high {
  background-color: #242a31;
}

.v1-rank--circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}

.v1-rank--circle.v1-rank--1st {
  background-color: #ffbb42;
}

.v1-rank--circle.v1-rank--2nd {
  background-color: #92989a;
}

.v1-rank--circle.v1-rank--3rd {
  background-color: #887769;
}

.v1-rank--triangle {
  width: 26px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background-color: transparent;
  text-align: center;
}

.v1-rank--triangle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 38px 0 0;
  border-color: #999 transparent transparent transparent;
}

.v1-rank--triangle.v1-rank--high:before {
  border-color: #242a31 transparent transparent transparent;
}

.v1-rank--triangle.v1-rank--1st, .v1-rank--triangle.v1-rank--2nd, .v1-rank--triangle.v1-rank--3rd {
  width: 38px;
  height: 38px;
}

.v1-rank--triangle.v1-rank--1st:after, .v1-rank--triangle.v1-rank--2nd:after, .v1-rank--triangle.v1-rank--3rd:after {
  top: -15px;
  left: -15px;
}

.v1-rank--triangle.v1-rank--1st:before {
  border-top-color: #ffbb42;
}

.v1-rank--triangle.v1-rank--2nd:before {
  border-top-color: #92989a;
}

.v1-rank--triangle.v1-rank--3rd:before {
  border-top-color: #887769;
}

.v1-checkbox {
  display: inline-block;
  position: relative;
}

.v1-checkbox > label {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}

.v1-checkbox > input[type="checkbox"] {
  display: none;
}

.v1-checkbox > input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #f8f8f8;
  vertical-align: bottom;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.v1-checkbox > input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 17px;
  height: 8px;
  border: 0 solid #cccccc;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.v1-checkbox > input[type="checkbox"]:checked + label:before {
  background-color: #009de1;
  border-color: #009de1;
}

.v1-checkbox > input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

.v1-checkbox--type-B > input[type="checkbox"] + label {
  line-height: 20px;
  padding-left: 32px;
}

.v1-checkbox--type-B > input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
}

.v1-checkbox--type-B > input[type="checkbox"] + label:after {
  top: 6px;
}

.v1-highlight {
  display: block;
  padding: .875rem 1rem;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.v1-highlight--square {
  border-radius: 0;
}

.v1-highlight--alert {
  padding: .75rem 1.25rem;
  background-color: #fdecf3;
}

.v1-highlight--alert .v1-table__cell:first-child {
  width: 2.25rem;
}

.v1-highlight .v1-num-set {
  text-align: center;
}

a.v1-highlight {
  display: block;
  color: #333;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
}

a.v1-highlight:hover {
  background-color: #ddd;
  color: #009de1;
  text-decoration: none;
}

.v1-carousel .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 53px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity, background;
  transition-property: opacity, background;
}

.v1-carousel .slick-arrow:before {
  color: #fff;
}

.v1-carousel .slick-arrow.slick-prev {
  left: -12px;
}

.v1-carousel .slick-arrow.slick-prev:before {
  content: "\f104";
}

.v1-carousel .slick-arrow.slick-next {
  right: -14px;
}

.v1-carousel .slick-arrow.slick-next:before {
  content: "\f105";
}

.v1-carousel .slick-arrow.slick-disabled {
  visibility: hidden;
}

.v1-carousel .slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 1rem;
}

.v1-carousel .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-carousel .slick-arrow:focus {
  outline: none;
}

.v1-carousel .slick-dots {
  position: absolute;
  bottom: -13px;
  text-align: center;
  width: 100%;
  font-size: 0;
}

.v1-carousel .slick-dots > li {
  display: inline-block;
  margin: 0 2px;
}

.v1-carousel .slick-dots > li button {
  display: block;
  background-color: #a3a1a9;
  width: 6px;
  height: 6px;
  font-size: 0;
}

.v1-carousel .slick-dots > li.slick-active button {
  background-color: #fff;
}

.v1-time {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  line-height: 1;
}

.v1-divider {
  margin: 1.5rem 1rem;
  border-color: #eee;
  max-width: none;
}

.v1-divider-optional {
  border-color: #ddd;
}

.v1-divider--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.v1-divider--full {
  margin-right: 0;
  margin-left: 0;
}

.v1-divider--small-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.v1-divider--half-margin {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.v1-divider--20-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.v1-divider--24-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.v1-local-nav .v1-horizer__mask {
  border-bottom: 1px solid #eee;
}

.v1-local-nav .v1-horizer__list {
  padding: 0;
}

.v1-local-nav .v1-horizer__item {
  padding: 0 .75rem;
  white-space: nowrap;
  line-height: 1;
}

.v1-local-nav .v1-horizer__item > a {
  display: block;
  padding: 1.5rem 0;
  color: #999;
}

.v1-local-nav .v1-horizer__item > a.is-current {
  color: #333;
  border-bottom: 2px solid #009de1;
}

.v1-local-nav .v1-horizer__item:first-child {
  padding-left: 0;
}

.v1-local-nav--small .v1-horizer__item > a {
  padding: .75rem 0;
}

.v1-result__head {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-table {
  display: table;
  width: 100%;
}

.v1-table__cell {
  display: table-cell;
  vertical-align: middle;
}

.v1-table--fixed {
  table-layout: fixed;
}

.v1-modal .v1-popup {
  display: block;
  background-color: #ffffff;
}

.v1-modal .v1-popup__head {
  border-bottom: 1px solid #ddd;
}

.v1-modal .v1-popup__head .v1-section-header {
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.v1-modal .v1-popup__head .v1-heading {
  display: inline-block;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 2px solid #009de1;
}

.v1-modal .v1-popup__head .v1-anchor {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-modal .v1-popup__head .v1-anchor > a {
  display: block;
  padding: 1.5rem 40px;
}

.v1-modal .v1-popup__body {
  padding: .5rem 40px 40px;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item > a {
  padding: 14px 14px 14px 0;
  color: #333;
  text-decoration: none;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item > a:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item > a:hover {
  color: #009de1;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item .fa {
  float: right;
  color: #009de1;
}

.v1-modal .v1-popup__form {
  padding-top: 1rem;
}

.v1-modal .v1-popup__form p + .v1-input-search {
  margin-top: 1.25rem;
}

.v1-modal .v1-popup__form + .v1-result {
  margin-bottom: .5rem;
  padding-top: 1.5rem;
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-modal .v1-popup__form + .v1-result > span {
  color: #666;
}

.v1-modal--edit-artist .v1-popup__head .v1-section-header {
  padding-left: .5rem;
}

.v1-modal--edit-artist .v1-popup__body {
  padding: 1.5rem;
}

.v1-modal--edit-artist .v1-popup__body .v1-lede {
  margin: 0;
  width: auto;
}

.v1-modal--help .mfp-close {
  display: none;
}

.v1-modal--help .v1-popup__body {
  padding: 1.5rem;
}

.v1-icon-set__list {
  font-size: 0;
}

.v1-icon-set__item {
  display: inline-block;
  margin-right: .75rem;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.v1-icon-set__item:last-child {
  margin-right: 0;
}

.v1-icon-set__item .fa, .v1-icon-set__item .v1-icon {
  margin-right: 5px;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.v1-icon-set__item > a {
  color: #999;
}

.v1-icon-set__item > span {
  cursor: pointer;
}

.v1-icon-set__item > span:hover {
  text-decoration: underline;
}

.v1-icon-set__item > span.focus-set .fa, .v1-icon-set__item > span.focus-set .v1-icon {
  -webkit-animation: expand-icon ease-out .5s;
          animation: expand-icon ease-out .5s;
}

.v1-icon-set__item > span.is-checked {
  color: #ccc;
  cursor: default;
}

.v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
}

@keyframes expand-icon {
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #009de1;
  }
}

.v1-icon-set__item--full {
  display: block;
  margin-right: 0;
}

.v1-icon-set--type-B .v1-icon-set__item {
  color: #fff;
}

.v1-icon-set--type-B .v1-icon-set__item > a {
  color: #fff;
}

.v1-icon-set--type-B .v1-icon-set__item > span.is-checked {
  color: #666;
}

.v1-icon-set--type-B .v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
  color: #666;
}

.v1-icon-set--type-B .v1-icon-set__item > a:hover,
.v1-icon-set--type-B .v1-icon-set__item > span:hover {
  text-decoration: underline;
  color: #fff;
}

.v1-icon-set--type-C .v1-icon-set__item {
  color: #999;
}

.v1-icon-set--type-C .v1-icon-set__item > a {
  color: #999;
}

.v1-icon-set--type-C .v1-icon-set__item > span.is-checked {
  color: #666;
}

.v1-icon-set--type-C .v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
  color: #666;
}

.v1-icon-set--type-C .v1-icon-set__item > a:hover, .v1-icon-set--type-C .v1-icon-set__item > span:hover {
  color: #fff;
  text-decoration: underline;
}

.v1-icon-set--type-D .v1-icon-set__item {
  color: #fff;
}

.v1-icon-set--type-D .v1-icon-set__item > a {
  color: #fff;
}

.v1-icon-set--type-D .v1-icon-set__item > span.is-checked {
  color: #666;
}

.v1-icon-set--type-D .v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
  color: #666;
}

.v1-icon-set--type-D .v1-icon-set__item > a:hover, .v1-icon-set--type-D .v1-icon-set__item > span:hover {
  color: #fff;
  text-decoration: underline;
}

.v1-icon-set--plain .v1-icon-set__item {
  color: #333;
}

.v1-icon-set--plain .v1-icon-set__item .fa, .v1-icon-set--plain .v1-icon-set__item .v1-icon {
  margin-right: .5rem;
  color: #009de1;
}

.v1-icon-set--plain .v1-icon-set__item > a {
  color: #009de1;
}

.v1-icon-set .focus-set .fa {
  color: #009de1 !important;
}

.v1-pagination {
  padding: 0 1rem;
  text-align: center;
}

* + .v1-pagination {
  margin-top: 1.5rem;
}

.v1-pagination__list {
  font-size: 0;
}

.v1-pagination__item {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}

.v1-pagination__item:first-child {
  margin-left: 0;
}

.v1-pagination__item > a,
.v1-pagination__item > span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #ffffff;
  text-decoration: none;
}

.v1-pagination__item > a.is-current, .v1-pagination__item > a.is-current:hover,
.v1-pagination__item > span.is-current,
.v1-pagination__item > span.is-current:hover {
  background-color: #f8f8f8;
  color: #999;
}

.v1-pagination__item > a.is-disabled, .v1-pagination__item > a.is-disabled:hover,
.v1-pagination__item > span.is-disabled,
.v1-pagination__item > span.is-disabled:hover {
  background-color: #f8f8f8;
  color: #ddd;
}

.v1-pagination__item > a:hover {
  background-color: #f8f8f8;
  color: #009de1;
}

.v1-subnav .v1-horizer__mask {
  margin-bottom: -.5rem;
}

.v1-subnav .v1-horizer__list {
  padding: 0 0 .5rem;
}

.v1-subnav .v1-horizer__item {
  padding: 0 .5rem;
  border-left: 1px solid #ccc;
  line-height: 1;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-subnav .v1-horizer__item > a {
  display: block;
  padding: .2rem 0;
  text-align: center;
}

.v1-subnav .v1-horizer__item > a.is-current {
  color: #999;
}

.v1-subnav .v1-horizer__item:first-child {
  padding-left: 0;
  border-left-width: 0;
}

.v1-subnav--center .v1-horizer__list {
  margin: 0 auto;
}

.v1-subnav--right .v1-horizer {
  text-align: right;
  font-size: 0;
}

.v1-subnav--right .v1-horizer__list {
  display: inline-block;
}

.v1-subnav--right .v1-horizer__item:last-child {
  padding-right: 0;
}

.v1-list__item.is-disabled > a {
  color: #ccc;
}

.v1-list--vertical .v1-list__item {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-list--vertical .v1-list__item + .v1-list__item {
  margin-top: .25rem;
}

.v1-list--bullet {
  padding-left: 1.4em;
}

.v1-list--bullet .v1-list__item {
  list-style-type: disc;
}

.v1-list--block .v1-list__item {
  border-top: 1px solid #eeeeee;
}

.v1-list--block .v1-list__item:first-child {
  padding-top: 4px;
  border: none;
}

.v1-list--block .v1-list__item > a {
  display: block;
  padding: .75rem 1rem;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #009de1;
}

.v1-list--block .v1-list__nested-list {
  font-size: 0;
  padding: 0 1rem;
}

.v1-list--block .v1-list__nested-list > li {
  display: inline-block;
  margin-right: 6px;
  padding: .75rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  border-right-width: 0;
}

.v1-list--block .v1-list__nested-list > li:last-child > a {
  border-right-width: 0;
}

.v1-list--block .v1-list__nested-list > li > a {
  padding-right: .25rem;
  border-right: 1px solid #ccc;
}

.v1-list--hiphen-style .v1-list__item + .v1-list__item {
  margin-top: .25rem;
}

.v1-list--hiphen-style .v1-list__item:before {
  content: "-";
  margin-right: .5em;
}

.v1-list--error {
  padding-left: 1.4em;
}

.v1-list--error .v1-list__item {
  color: #e10066;
  font-size: 13px;
  font-size: 0.8125rem;
  list-style-type: disc;
}

.v1-num-set {
  line-height: 1;
}

.v1-num-set__number {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}

.v1-num-set__number + .v1-num-set__name {
  margin-top: .35rem;
}

.v1-num-set__name {
  display: block;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}

.v1-num-set__name + .v1-num-set__number {
  margin-top: .25rem;
}

.v1-page--top .v1-main-visual {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.v1-page--top .v1-main-visual:before {
  content: "";
  display: block;
  z-index: 5;
  position: fixed;
  bottom: 0;
  height: 300px;
  width: 100%;
  background-color: #fff;
}

.is-visibled .v1-page--top .v1-main-visual:before {
  display: none;
}

.v1-page--top-login .v1-main-visual {
  margin-bottom: 16px;
  padding: 20px 16px;
  background: url(/sp/assets/images/top_login/bg_mainvisual.jpg) no-repeat top center;
  background-size: cover;
  overflow-x: hidden;
  margin-left: -58px;
  margin-right: -42px;
}

.v1-page--top-login .v1-main-visual .v1-carousel__item {
  margin: 0 8px;
}

.v1-page--top-login .v1-main-visual .v1-carousel__item img {
  margin: 0 auto;
}

.v1-page--top-login .v1-main-visual .v1-carousel .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: opacity ease-out .25s;
  transition: opacity ease-out .25s;
}

.v1-page--top-login .v1-main-visual .v1-carousel .slick-arrow.slick-prev {
  left: 35px;
}

.v1-page--top-login .v1-main-visual .v1-carousel .slick-arrow.slick-next {
  right: 17px;
}

.v1-deliver-service {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 37px;
}

.v1-deliver-service__list {
  float: left;
  overflow: hidden;
}

.v1-deliver-service__list:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-deliver-service__item {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 24px;
}

.v1-require-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #e10066;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}

.v1-close-bar {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 240px;
  padding-left: 24px;
  height: 44px;
  background-color: #242a31;
  -webkit-transition: -webkit-transform ease .25s;
  transition: -webkit-transform ease .25s;
  transition: transform ease .25s;
  transition: transform ease .25s, -webkit-transform ease .25s;
}

.v1-close-bar__button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  float: right;
  vertical-align: middle;
}

.v1-close-bar__button .v1-icon {
  position: absolute;
  display: block;
  top: 7px;
  right: 8px;
  width: 13px;
  height: 13px;
  padding: 15px 16px;
}

.v1-close-bar__button .v1-icon > span,
.v1-close-bar__button .v1-icon > span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.v1-close-bar__button .v1-icon > span:before {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.v1-close-bar .v1-site-logo {
  display: table;
  height: 44px;
}

.v1-close-bar .v1-site-logo__item {
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}

.v1-close-bar .v1-site-logo img {
  width: 64px;
}

.v1-hum-button {
  position: absolute;
  cursor: pointer;
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.v1-hum-button__inner {
  display: block;
}

.v1-hum-button__inner:before, .v1-hum-button__inner:after,
.v1-hum-button__inner .v1-hum-button__line {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  -webkit-transition: all linear .125s;
  transition: all linear .125s;
}

.v1-hum-button__inner:before {
  top: -12px;
}

.v1-hum-button__inner:after {
  bottom: -12px;
}

.v1-radio {
  display: inline-block;
  line-height: 1;
}

.v1-radio > label {
  display: inline-block;
  vertical-align: middle;
}

.v1-radio > input[type="radio"] {
  vertical-align: middle;
  margin-bottom: 0;
}

.v1-radio > input[type="radio"] + label {
  margin-left: .25rem;
}

.v1-simple-report {
  width: 100%;
}

.v1-navigation__item {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-navigation__item > a {
  display: block;
}

.v1-navigation__item:first-child > a {
  padding-right: 1.5rem;
}

.v1-navigation__item:last-child > a {
  padding-left: 1.5rem;
}

.v1-navigation--news .v1-navigation__item li {
  display: inline-block;
}

.v1-navigation--news .v1-navigation__item span {
  color: #999;
}

.v1-navigation--news .v1-navigation__item a {
  padding: 0;
}

.v1-list-subset__list {
  display: block;
}

.v1-list-subset__list + .v1-icon-set {
  margin-top: .75rem;
}

.v1-list-subset__label {
  display: inline-block;
  padding: 0.25rem;
  line-height: 1;
  min-width: 57px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px;
  color: #fff;
}

.v1-list-subset__label--news {
  background-color: #009de1;
}

.v1-list-subset__label--blog {
  background-color: #81cc00;
}

.v1-list-subset__label--special {
  color: #333;
  background-color: #e3eb00;
}

.v1-list-subset .v1-icon-set__item {
  vertical-align: top;
}

.v1-list-subset .v1-icon-set__item:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-list-subset .v1-icon-set__nested-list {
  display: inline-block;
}

.v1-list-subset .v1-icon-set__nested-list > li {
  display: inline;
}

.v1-list-subset .v1-icon-set__nested-list > li + li:before {
  content: '-';
  display: inline-block;
  padding-right: 0.5em;
}

.v1-track__row {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: .75rem;
  color: #333;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-track__row > * {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-track__row .v1-track__num {
  display: table-cell;
  margin-right: 0;
}

.v1-track__row .v1-track__info {
  padding-left: .5rem;
}

.v1-track__title > a {
  display: block;
  color: #333;
  text-decoration: none;
}

.v1-track__title + .v1-track__artist-name {
  margin-top: .25rem;
}

.v1-track__num {
  display: inline-block;
  width: 2em;
  margin-right: 15px;
}

.v1-track__artist-name {
  width: 175px;
}

.v1-track__time {
  float: right;
}

.v1-description {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-description p {
  line-height: 1.65;
}

.v1-update-time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.v1-update-time:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-update-time > * {
  display: inline-block;
}

.v1-update-time__title {
  font-weight: normal;
}

.v1-info {
  font-size: 0;
}

.v1-info__image {
  display: inline-block;
  margin-right: 1rem;
  width: 63px;
  vertical-align: top;
  float: left;
}

.v1-info__image img {
  border-radius: 50%;
}

.v1-info__category {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  width: 70px;
  text-align: center;
  color: #999;
  float: left;
}

.v1-info__category .fa {
  font-size: 20px;
  font-size: 1.25rem;
}

.v1-info__category p {
  padding-top: .3rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-info__main {
  overflow: auto;
}

.v1-info__text {
  margin-bottom: 8px;
}

.v1-info__summary {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-info__subtext {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-info__time {
  margin-right: 3px;
}

.v1-info__rate {
  position: relative;
  top: 1px;
  margin: 0 3px;
}

.v1-info__rate .js-rate {
  cursor: default !important;
}

.v1-info__name {
  margin-left: 3px;
}

.v1-review {
  position: relative;
  padding-left: 38px;
  padding-top: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-review__head {
  position: relative;
  margin-bottom: .25rem;
}

.v1-review__minus {
  position: absolute;
  left: 0;
  color: #e10066;
  font-size: 26px;
  font-size: 1.625rem;
}

.v1-review .js-rating-over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 71.5px;
  height: 15.6px;
}

.v1-review__rate {
  padding: 2px 0;
  display: inline-block;
}

.v1-review__date {
  position: absolute;
  top: 1rem;
  right: 0;
}

.v1-review__textarea {
  clear: both;
  padding-top: 0.2rem;
}

.v1-review textarea {
  display: none;
  min-height: 10em;
  padding: .5rem;
  font-size: 16px;
  font-size: 1rem;
}

.v1-review--type-B {
  padding-left: 0;
  padding-top: 0;
}

.v1-textarea > label {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-deliver-list {
  font-size: 0;
  margin: -3px 0;
}

.v1-deliver-list__item {
  font-size: inherit;
  display: inline-block;
  margin-right: 6px;
  padding: 6px 0;
}

.v1-avatar {
  text-align: center;
  font-size: 0;
}

.v1-avatar__image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 94px;
}

.v1-avatar__title {
  color: #242a31;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-avatar__image + .v1-avatar__title {
  margin-top: .5rem;
}

.v1-avatar__category {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-avatar__text {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-lede {
  margin: 0 auto;
}

.v1-lede > p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615;
}

.v1-movie {
  display: block;
  position: relative;
  width: 200px;
  padding-top: 110px;
}

.v1-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v1-dialog {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-dialog .v1-dialog__set {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 500;
}

.v1-dialog .v1-dialog__set .v1-dialog__text {
  padding: 1em;
  text-align: center;
}

.v1-dialog .v1-dialog__set .v1-dialog__button {
  display: table;
  width: 100%;
}

.v1-dialog .v1-dialog__set .v1-dialog__button button {
  -webkit-appearance: button;
  display: table-cell;
  padding: 0.75em;
  width: 50%;
  line-height: 1;
  position: static;
  opacity: 1;
  font-size: inherit;
  height: auto;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #009de1;
  border-radius: 0;
}

.v1-dialog .v1-dialog__set .v1-dialog__button button:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.v1-dialog .v1-dialog__set .v1-dialog__button input {
  display: none;
}

.v1-dialog .v1-dialog__set .v1-dialog__button :first-child {
  border-right: 1px solid #ddd;
}

.v1-share-bar {
  display: block;
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 3;
  width: 44px;
}

.v1-share-bar__item {
  font-size: 14px;
}

.v1-share-bar__item > a {
  display: block;
  width: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.v1-share-bar__item--share-alt > a {
  position: relative;
  z-index: 2;
  background-color: #e1e1e1;
  color: #000;
}

.v1-share-bar__item--favorite {
  background-color: #009de1;
}

.v1-share-bar__collapse-list {
  position: relative;
  z-index: 1;
  top: -44px;
  width: 44px;
  height: 0;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-share-bar__collapse-list > li {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 18px;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-share-bar__collapse-list > li > a {
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
}

.v1-share-bar__collapse-list > li:nth-child(1) a {
  background-color: #3b579d;
}

.v1-share-bar__collapse-list > li:nth-child(1) a:hover {
  background-color: #1d397f;
}

.v1-share-bar__collapse-list > li:nth-child(2) a {
  background-color: #5ea9dd;
}

.v1-share-bar__collapse-list > li:nth-child(2) a:hover {
  background-color: #408bbf;
}

.v1-share-bar__collapse-list > li:nth-child(3) a {
  background-color: #00c300;
}

.v1-share-bar__collapse-list > li:nth-child(3) a:hover {
  background-color: #00a500;
}

.v1-share-bar__item.is-active > a {
  visibility: hidden;
}

.v1-share-bar__item.is-active > a + .v1-share-bar__collapse-list {
  height: 88px;
}

.v1-share-bar__item.is-active > a + .v1-share-bar__collapse-list > li:nth-child(2) {
  top: 44px;
}

.v1-share-bar__item.is-active > a + .v1-share-bar__collapse-list > li:nth-child(3) {
  top: 88px;
}

.v1-music-shop .v1-heading {
  margin-bottom: .5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}

.v1-music-shop + .v1-music-shop {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.v1-social-link {
  display: block;
  color: #999;
}

.v1-social-link__image {
  display: block;
  height: 34px;
  width: 30px;
  margin: 0 auto;
}

.v1-social-link__image .v1-social-link__icon-wrap,
.v1-social-link__image .fa {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 30px;
  width: 30px;
  background-color: #999;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
}

.v1-social-link__image .v1-social-link__icon-wrap:before,
.v1-social-link__image .fa:before {
  display: block;
  line-height: 30px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

.v1-social-link__image .v1-social-link__icon-wrap-globe,
.v1-social-link__image .fa-globe {
  color: #999;
  font-size: 34px;
  background-color: transparent;
}

.v1-social-link__image + .v1-social-link__title {
  margin-top: 4px;
}

.v1-social-link__icon-wrap {
  padding-top: 3px;
  padding-left: 1px;
}

.v1-social-link__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.v1-news-subset > ul > li {
  display: inline-block;
}

.v1-news-subset > ul > li + li {
  margin-left: .75rem;
}

.v1-news-subset > ul > li .fa-bookmark {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: bottom;
}

.v1-news-subset > ul > li ul {
  display: inline-block;
}

.v1-news-subset > ul > li ul li {
  display: inline-block;
}

.v1-news-subset > ul > li ul li + li:before {
  content: '|';
  display: inline-block;
  padding-right: 0.5em;
}

.v1-tagset {
  padding: 0.25rem;
  line-height: 1;
  min-width: 57px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px;
  margin-top: 11px;
  color: #fff;
}

.v1-tagset--news {
  background-color: #009de1;
}

.v1-tagset--blog {
  background-color: #81cc00;
}

.v1-tagset--special {
  color: #333;
  background-color: #e3eb00;
}

.v1-right-partition:after {
  content: '|';
  color: #e6e6e6;
  padding-left: 0.5em;
}

.v1-input-file input[type="file"] {
  display: none;
}

.v1-preview-header {
  position: fixed;
  z-index: 28;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e3eb00;
}

.v1-preview-header p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-preview-header__inner {
  position: relative;
  margin: 0 auto;
  padding: .75rem 1rem;
}

.v1-preview-header__button {
  margin-top: .75rem;
  text-align: center;
}

.v1-genre:after {
  content: "-";
  margin: 0 .15rem;
}

.v1-genre:last-child:after {
  display: none;
}

.v1-indicator {
  display: block;
}

.v1-indicator .v1-indicator__label {
  margin-top: 1px;
  padding: .75rem;
  background-color: #009de1;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.384;
}

.v1-indicator .v1-indicator__label.is-completed {
  background-color: #81cc00;
}

.v1-indicator .v1-indicator__label.is-completed .fa {
  color: #fff;
}

.v1-indicator .v1-indicator__label .fa {
  margin-right: .75rem;
  color: rgba(255, 255, 255, 0.25);
}

.v1-number small {
  font-size: inherit;
  color: #999;
  font-weight: normal;
}

.v1-deliver-check__item {
  padding: .75rem 0;
  border-bottom: 1px solid #eee;
}

.v1-deliver-check__head {
  display: table;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-deliver-check__body {
  display: none;
}

.v1-deliver-check__head + .v1-deliver-check__body {
  margin-top: .75rem;
}

.v1-deliver-check__button {
  display: table-cell;
  width: 48px;
  padding-right: .5rem;
  text-align: right;
}

.v1-deliver-check .v1-checkbox {
  display: table-cell;
  padding-right: 1rem;
  position: relative;
}

.v1-deliver-check .v1-checkbox > input[type="checkbox"] + label {
  line-height: 24px;
  padding-left: 32px;
}

.v1-deliver-check .v1-checkbox > input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.v1-deliver-check .v1-checkbox > input[type="checkbox"] + label:after {
  top: 6px;
}

.v1-deliver-check .v1-checkbox > input[type="checkbox"]:checked + label:before {
  background-color: #009de1;
}

.v1-deliver-check .v1-checkbox > input[type="checkbox"]:disabled + label:before {
  background-color: #ccc;
  border: 1px solid #ddd;
  opacity: 0.5;
}

.v1-inner-box {
  border: 1px solid #ddd;
}

.v1-inner-box__head {
  padding: 1.25rem 1.5rem;
}

.v1-inner-box__section {
  padding: 1.25rem 1.5rem;
  background-color: #f8f8f8;
}

* + .v1-inner-box__section {
  border-top: 1px solid #ddd;
}

.v1-inner-box__store-item {
  padding: .75rem 0;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-inner-box__store-item:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-inner-box__store-item a {
  font-weight: bold;
}

.v1-inner-box__store-item:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}

.v1-step-indicator {
  color: #fff;
}

.v1-step-indicator__list {
  width: 100%;
  margin-left: 0;
  font-size: 0;
}

.v1-step-indicator__item {
  position: relative;
  display: inline-block;
  width: 22.56944%;
  margin-right: .5rem;
  line-height: 24px;
  font-size: 11px;
  text-align: center;
  background-color: #ddd;
}

.v1-step-indicator__item:last-child {
  margin-right: 0;
}

.v1-step-indicator__item:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 4px solid #ddd;
  border-right: 1px solid transparent;
  top: 0;
  right: -5px;
}

.v1-step-indicator__item.is-current {
  background-color: #009de1;
}

.v1-step-indicator__item.is-current:after {
  border-left-color: #009de1;
}

.v1-step-indicator__item.is-visited {
  background-color: #999;
}

.v1-step-indicator__item.is-visited:after {
  border-left-color: #999;
}

.v1-report-menu {
  display: none;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  background-color: #f8f8f8;
}

.v1-report-menu__list {
  margin-bottom: .5rem;
  line-height: 1;
}

.v1-report-menu__list--first {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.v1-report-menu__item {
  line-height: 1;
}

.v1-report-menu__item + .v1-report-menu__item {
  margin-top: .5rem;
}

.v1-report-menu__nested-list {
  padding-left: 1rem;
  border-top: 1px solid #eee;
  line-height: 1;
}

.v1-report-menu__nested-list > li {
  padding: .5rem 0;
  border-bottom: 1px solid #eee;
  line-height: 1;
}

.v1-collapse-table + .v1-collapse-table {
  border-top: 1px solid #ddd;
}

.v1-collapse-table__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.v1-collapse-table .v1-data-set__data {
  font-weight: normal;
}

.v1-collapse-table__parent {
  position: relative;
  padding: .75rem 1rem .75rem 2.75rem;
}

.v1-collapse-table__parent .v1-collapse-table__icon {
  display: block;
  position: absolute;
  left: .75rem;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}

.v1-collapse-table__parent .v1-collapse-table__icon:hover {
  text-decoration: none;
}

.v1-collapse-table__parent .v1-collapse-table__icon:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  content: "\f067";
  font-size: 10px;
}

.v1-collapse-table__parent .v1-collapse-table__icon.is-active {
  background-color: #009de1;
  border-color: #009de1;
}

.v1-collapse-table__parent .v1-collapse-table__icon.is-active:before {
  content: "\f068";
  color: #fff;
}

.v1-collapse-table__child {
  padding: .75rem 0 .75rem 2.75rem;
  background-color: #f8f8f8;
}

.v1-collapse-table__parent + .v1-collapse-table__child {
  border-top: 1px solid #ddd;
}

.v1-collapse-table__child-item {
  padding-bottom: .5rem;
  padding-right: 1rem;
}

.v1-collapse-table__child-item + .v1-collapse-table__child-item {
  padding-top: .75rem;
  border-top: 1px solid #ddd;
}

.v1-collapse-table__child-item:last-child {
  padding-bottom: 0;
}

.v1-collapse-table__sub-total .v1-data-set__term, .v1-collapse-table__sub-total .v1-data-set__data {
  font-weight: bold;
}

.v1-data-set {
  display: table;
  width: 100%;
}

.v1-data-set__term, .v1-data-set__data {
  display: table-cell;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-data-set__term {
  font-weight: normal;
}

.v1-data-set__data {
  text-align: right;
  font-weight: bold;
}

.v1-data-list + .v1-data-list {
  margin-top: .5rem;
}

.v1-data-list__term {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}

.v1-data-list__data {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.v1-box-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
}

.v1-box-menu__item {
  display: table-cell;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  border-right: 1px solid #ddd;
}

.v1-box-menu__item > a {
  display: block;
  padding: 1rem .5rem;
  font-weight: normal;
  color: #009de1;
  background-color: #f8f8f8;
}

.v1-box-menu__item > a.is-current {
  color: #333;
  font-weight: bold;
  background-color: #ffffff;
}

.v1-box-menu__item:last-child {
  border-right-width: 0;
}

.v1-sns-widget {
  padding: 1rem 0 2.5rem;
  background-color: #f8f8f8;
}

.v1-sns-widget .v1-sns-widget__item {
  border: 1px solid #ddd;
  height: 500px;
  overflow: auto;
}

.v1-sns-widget .v1-sns-widget__item--facebook {
  text-align: center;
}

.v1-term-box {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}

.v1-term-box__inner {
  padding: 1.25rem 2rem;
}

.v1-term-box .v1-note {
  line-height: 1.65;
}

.v1-input-search {
  position: relative;
}

.v1-input-search button {
  display: inline-block;
  position: absolute;
  width: 52px;
  height: 44px;
  top: 0;
  right: 0;
}

.v1-input-search button .fa {
  line-height: 44px;
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-input-group {
  position: relative;
}

.v1-input-group__item {
  line-height: 1;
}

.v1-input-group__item + .v1-input-group__item {
  margin-top: 1rem;
}

.js-input-set-container .v1-input-group__item + .v1-input-group__item {
  margin-top: .25rem;
}

.v1-input-group__item .v1-highlight {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-input-group__item > label {
  display: inline-block;
  margin-bottom: .75rem;
}

.v1-input-group__item > label + .v1-note {
  margin-bottom: .5rem;
}

.v1-input-group__item > label + .v1-radio-unit {
  padding-bottom: .25rem;
}

.v1-input-group__item > .v1-require-label {
  margin-bottom: 0;
}

.v1-input-group__item.is-error > label {
  color: #e10066;
}

.v1-input-group__item.is-error > label > .fa {
  margin-right: .5rem;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.v1-input-group__legend {
  display: inline-block;
  margin-bottom: .75rem;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-input-group__help-mark {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  background-color: #999;
  font-size: 14px;
  text-align: center;
}

.v1-input-group__help-mark .fa {
  color: #fff;
}

.v1-input-group--single .columns:first-child {
  padding-right: 1rem;
}

.v1-input-group--buttons {
  position: relative;
}

.v1-input-group .columns:first-child {
  padding-right: .5rem;
}

.v1-input-group .columns:nth-child(2) {
  padding-left: .5rem;
}

.v1-input-group--type-B {
  margin-top: -.5rem;
}

.v1-input-group--type-B .v1-select-unit {
  margin-left: -.5rem;
  margin-bottom: .5rem;
}

.v1-input-group--type-B .v1-select-unit__col {
  width: auto;
  padding: .25rem 0;
  margin-left: .5rem;
}

.v1-input-group--type-B p {
  margin-left: .5rem;
}

.v1-input-group--type-B button, .v1-input-group--type-B p {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.v1-select-unit {
  font-size: 0;
}

.v1-select-unit select {
  font-size: 16px;
  font-size: 1rem;
}

.v1-select-unit__col {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.v1-select-unit__col select {
  display: inline-block;
}

.v1-select-unit__col label.middle {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.v1-select-unit__col--full {
  display: block;
}

.v1-select-unit__wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  color: #009de1;
  border-radius: 4px;
  background-color: #fff;
}

.v1-select-unit__wrap:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  height: .875rem;
}

.v1-select-unit__wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009de1;
}

.v1-select-unit__wrap select:hover, .v1-select-unit__wrap select:focus {
  background-color: #fff;
  border-color: #009de1;
  color: #009de1;
}

.v1-select-unit__wrap.is-warning {
  color: #e10066;
}

.v1-select-unit__wrap.is-warning select {
  color: #e10066;
}

.v1-select-unit__wrap.is-warning select:hover, .v1-select-unit__wrap.is-warning select:focus {
  background-color: #fff;
  border-color: #e10066;
  color: #e10066;
}

.v1-select-unit--birth {
  margin-bottom: -.5rem;
}

.v1-select-unit--birth .v1-select-unit__col {
  margin-bottom: .5rem;
}

.v1-select-unit--birth .v1-select-unit__col select {
  width: 4.2em;
}

.v1-select-unit--birth .v1-select-unit__col select + label {
  margin-left: 5px;
  margin-right: 10px;
}

.v1-select-unit--birth .v1-select-unit__col:first-child select {
  width: 6.2em;
}

.v1-header-account {
  position: relative;
}

.v1-header-account > a {
  display: block;
  padding: 8px 15px;
  color: #fff;
}

.v1-header-account__inner {
  font-size: 0;
}

.v1-header-account__inner > * {
  display: inline-block;
  vertical-align: middle;
}

.v1-header-account__text {
  width: 100px;
  margin-right: 15px;
  text-align: right;
}

.v1-header-account__title {
  display: block;
  margin-bottom: 5px;
  color: #009de1;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-header-account__email {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-header-account__image {
  font-size: 0;
}

.v1-header-account .v1-header-account__avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.v1-header-account .v1-header-account__avatar > img {
  margin-right: 0;
}

.v1-header-account__caret {
  display: inline-block;
  vertical-align: middle;
}

.v1-header-account__caret .fa {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-header-account > a + .v1-popup {
  position: absolute;
  top: 60px;
  right: 0;
  width: 280px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.v1-header-account > a + .v1-popup:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  right: 15px;
}

.v1-header-account > a + .v1-popup .v1-popup__item > a {
  display: block;
  padding: 14px 25px;
  color: #333;
}

.v1-header-account > a + .v1-popup .v1-popup__item > a:hover {
  color: #009de1;
  text-decoration: none;
}

.v1-header-account > a.is-active + .v1-popup {
  display: block;
}

.v1-top-section {
  position: relative;
  display: table;
  width: 100%;
  padding-top: 24px;
  background: no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.v1-top-section__container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
}

.v1-top-section__copy {
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 5px solid #fff;
}

.v1-top-section__description {
  margin-bottom: 18px;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-top-section__nav .v1-button {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 30px;
  border-width: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 262px;
  margin: 0 auto;
}

.v1-top-section__nav .v1-button--hollow {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.v1-top-section__nav .v1-button--hollow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009de1;
}

.v1-top-section__nav .v1-button--fill {
  background-color: #fff;
  border-color: #fff;
  color: #009de1;
}

.v1-top-section__nav .v1-button--flow {
  border-radius: 4px;
}

.v1-top-section__nav .v1-button-group .v1-button + .v1-button {
  margin-top: .5rem;
}

.v1-top-section__figure {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 1rem;
  width: 320px;
}

.v1-top-section__second-container {
  position: relative;
  bottom: 0;
}

.v1-top-section__second-container .v1-carousel__item {
  padding: 0 1rem;
}

.v1-top-section__second-container .v1-carousel__item > a {
  display: block;
}

.v1-top-section__second-container .v1-carousel__item img {
  margin: 0 auto;
}

.v1-top-section__second-container .v1-carousel__text {
  height: 3.25em;
  margin-bottom: 1rem;
  padding: 0 1rem;
  text-align: center;
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-top-section__second-container .v1-carousel .slick-active .v1-carousel__text {
  color: #333;
}

.v1-top-section .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}

.v1-top-section .slick-dots {
  top: -16px;
  bottom: auto;
}

.v1-top-section .slick-dots > li button {
  background-color: #fff;
}

.v1-top-section .slick-dots > li.slick-active button {
  background-color: #d6d8e2;
}

.v1-main-visual .v1-top-section {
  padding-top: 0;
  background-image: url(/sp/assets/images/top/bg_mainvisual.jpg);
}

.v1-main-visual .v1-top-section__container {
  padding-top: 120px;
  padding-bottom: 32px;
}

.v1-main-visual .v1-top-section__title {
  margin-bottom: 20px;
}

.v1-main-visual .v1-top-section__title img {
  max-width: 160px;
}

.v1-main-visual .v1-top-section__copy {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.v1-main-visual .v1-top-section__description {
  margin-bottom: 35px;
  color: #fff;
  line-height: 1.7;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-top-section--store {
  padding-bottom: 180px;
  background-image: url(/sp/assets/images/top/bg_store.jpg);
  background-position: center bottom;
}

.v1-top-section--store .v1-top-section__copy {
  margin-bottom: 12px;
}

.v1-top-section--store .v1-top-section__second {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.v1-top-section--store .v1-list {
  font-size: 0;
  text-align: center;
  margin: 0 -12px 32px;
  width: auto;
}

.v1-top-section--store .v1-list__item {
  font-size: inherit;
  display: inline-block;
  width: 104px;
  vertical-align: top;
  padding: 0 12px;
  border-top-width: 0;
}

.v1-top-section--store .v1-list__item .v1-image {
  margin-bottom: 10px;
}

.v1-top-section--store .v1-list__item p {
  margin: 0 -8px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-top-section--sales {
  padding-bottom: 160px;
  background-image: url(/sp/assets/images/top/bg_sales.jpg);
}

.v1-top-section--sales .v1-top-section__figure {
  padding: 0 1.75rem;
}

.v1-top-section--artist {
  display: block;
  position: relative;
  padding-bottom: 0;
  background-image: url(/sp/assets/images/top/bg_artist.jpg);
}

.v1-top-section--artist:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 22.5%;
  background-color: #fff;
}

.v1-top-section--artist .v1-top-section__description {
  margin-bottom: 48px;
}

.v1-top-section--entrust {
  padding-bottom: 120px;
  background: url(/sp/assets/images/top/bg_entrust.png) no-repeat bottom center #fff;
  background-size: 100%;
}

.v1-top-section--entrust .v1-top-section__copy {
  border-bottom-color: #000;
}

.v1-top-section--entrust .v1-top-section__description {
  margin-bottom: 0;
  color: #666;
}

.v1-top-section--entrust .v1-top-section__nav {
  margin-top: 100px;
}

.v1-top-section--production {
  padding-bottom: 120px;
  background-image: url(/sp/assets/images/top/bg_production.jpg);
}

.v1-top-section--production .v1-top-section__description {
  margin-bottom: 0;
}

.v1-top-section--production .v1-top-section__nav {
  margin-top: 75px;
}

.v1-top-section--function {
  display: block;
  position: relative;
  padding-bottom: 0;
  background-color: #f1f2f6;
  color: #666;
}

.v1-top-section--function:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 22.5%;
  background-color: #fff;
}

.v1-top-section--function .v1-top-section__copy {
  border-bottom-color: #000;
}

.v1-top-section--function .v1-top-section__description {
  margin-bottom: 32px;
}

.v1-top-section--studio {
  padding-top: 13.333%;
  padding-bottom: 100px;
  background-image: url(/sp/assets/images/top/bg_studio.jpg);
}

.v1-top-section--studio .v1-top-section__nav {
  margin-top: 100px;
}

.v1-top-section--others {
  padding-bottom: 100px;
  background-image: url(/sp/assets/images/top/bg_others.jpg);
  background-position: center center;
}

.v1-top-section--others .v1-top-section__nav {
  margin-top: 120px;
}

.v1-top-section--service {
  position: relative;
  padding-bottom: 16px;
  background: url(/sp/assets/images/top/bg_service_top.jpg) no-repeat top center, url(/sp/assets/images/top/bg_service_bottom.jpg) no-repeat bottom center;
  background-color: #020202;
  background-size: 100%;
  text-align: left;
}

.v1-top-section--service .v1-top-section__media {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.v1-top-section--service .v1-top-section__media-main {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.v1-top-section--service .v1-top-section__media-image {
  display: table-cell;
  vertical-align: middle;
  width: 83px;
}

.v1-top-section--service .v1-top-section__media-title {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: -12px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
}

.v1-top-section--service .v1-top-section__media-description {
  margin-top: -15px;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-mega-tab {
  padding-bottom: 2rem;
}

.v1-mega-tab__menu {
  height: 2.75em;
  overflow: hidden;
}

.v1-mega-tab__menu-wrap {
  background-color: #242a31;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.v1-mega-tab__menu .v1-menu {
  display: table;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}

.v1-mega-tab__menu .v1-menu .v1-menu__item {
  display: table-cell;
}

.v1-mega-tab__menu .v1-menu .v1-menu__item > a {
  display: block;
  padding: 1rem;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
}

.v1-mega-tab__menu .v1-menu .v1-menu__item > a:hover, .v1-mega-tab__menu .v1-menu .v1-menu__item > a.is-active {
  text-decoration: none;
  background-color: #fff;
}

.v1-mega-tab__list {
  max-height: 620px;
  overflow: hidden;
}

.v1-mega-tab__item {
  padding-top: 1rem;
}

.v1-mega-tab__item.is-not-init {
  overflow: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.v1-mega-tab__head {
  padding: 25px 0;
}

.v1-mega-tab__head p {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

.v1-mega-tab__body + .v1-mega-tab__head {
  margin-top: 5px;
}

.v1-popup {
  display: none;
}

.v1-popup .v1-popup__menu {
  padding: 1.5rem 1rem;
}

.v1-popup .v1-popup__menu--optional {
  background-color: #f8f8f8;
}

.v1-popup .v1-popup__item {
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #eee;
}

.v1-popup .v1-popup__item:last-child {
  border-width: 0;
}

.v1-popup-menu__section {
  padding: 1.5rem 1rem;
}

.v1-popup-menu__section--optional {
  background-color: #f8f8f8;
}

.v1-popup-menu__section > .row {
  max-width: 100%;
  padding-bottom: 1.5rem;
}

.v1-popup-menu__section > .row:last-child {
  padding-bottom: 0;
}

.v1-popup-menu p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-popup-menu p + p {
  margin-top: 6px;
}

.v1-popup-menu__text {
  margin-bottom: 1.25rem;
}

.v1-popup-menu__error-text {
  padding: 1rem 0;
}

.v1-popup-menu__error-text > p {
  text-align: left;
}

.v1-popup-menu .v1-popup-menu__heading {
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-popup-menu .v1-popup-menu__heading--small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-popup-menu .v1-button {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
}

.v1-popup-menu .v1-help-text {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.v1-popup-menu form select + label {
  margin-top: .5rem;
}

.v1-popup-menu form label input {
  margin: 0;
}

.v1-popup-menu form label + label,
.v1-popup-menu form label + .v1-button {
  margin-top: .5rem;
}

.v1-popup-menu form .v1-checkbox-group {
  text-align: left;
}

.v1-popup-menu form .v1-checkbox-group .v1-checkbox {
  display: block;
  margin-bottom: 1rem;
}

.v1-popup-menu form .v1-checkbox-group .v1-checkbox:last-child {
  margin-bottom: 0;
}

.v1-popup-menu form .v1-help-text {
  margin-top: 1rem;
}

.v1-popup-menu .v1-share.row {
  max-width: 100%;
  margin-right: -2px;
  margin-left: -2px;
  text-align: center;
}

.v1-popup-menu .v1-share .columns {
  padding: 0 2px;
}

.v1-popup-menu .v1-share .v1-button {
  padding: 1rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  font-size: 13px;
}

.v1-popup-menu .v1-share .v1-button .v1-icon {
  margin-right: 10px;
}

.v1-popup-menu .v1-share__item {
  white-space: nowrap;
}

.v1-popup-menu .v1-share__item--facebook.v1-button {
  background-color: #3b579d;
}

.v1-popup-menu .v1-share__item--twitter.v1-button {
  background-color: #5ea9dd;
}

.v1-popup-menu .v1-share__item--yahoo.v1-button {
  background-color: #ff0029;
}

.v1-checkbox-group .v1-checkbox {
  margin-right: 1rem;
}

.v1-checkbox-group .v1-checkbox:last-child {
  margin-right: 0;
}

.v1-rank-grid .v1-media {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.v1-rank-grid .v1-media__thumbnail, .v1-rank-grid .v1-media__text {
  display: table-cell;
  vertical-align: middle;
}

.v1-rank-grid .v1-media__thumbnail {
  width: 100px;
}

.v1-rank-grid .v1-media__text {
  padding-left: 20px;
}

.v1-rank-grid .v1-media .v1-icon-set {
  margin-top: 5px;
}

.v1-rank-grid .v1-media .v1-rank--circle {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-rank-grid .v1-media .v1-rank--triangle {
  width: 38px;
  height: 38px;
  line-height: 22px;
  padding-right: 17px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-rank-grid .v1-media .v1-rank--triangle:before {
  border-width: 38px 38px 0 0;
}

.v1-rank-grid .v1-media .v1-rank--triangle:not(.v1-rank--1st):not(.v1-rank--2nd):not(.v1-rank--3rd):before {
  border-top-color: #242a31;
}

.v1-rank-grid .v1-media .v1-rank--triangle.v1-rank--1st:after, .v1-rank-grid .v1-media .v1-rank--triangle.v1-rank--2nd:after, .v1-rank-grid .v1-media .v1-rank--triangle.v1-rank--3rd:after {
  top: -21px;
  left: -18px;
}

.v1-media-grid .row {
  margin: 0 -11px;
}

.v1-media-grid .row .columns {
  padding: 0 11px;
  float: left;
  width: 20%;
}

.v1-media-grid .v1-media {
  display: block;
  width: 148px;
  text-align: center;
}

.v1-media-grid .v1-media__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v1-button-group__item {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.v1-button-group__item + .v1-button-group__item {
  margin-top: .5rem;
}

.v1-artist-list__main .v1-media__title {
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-artist-list__main .v1-media__thumbnail {
  width: 112px;
}

.v1-artist-list__main .v1-media__thumbnail a {
  position: relative;
  display: block;
}

.v1-artist-list__main + .v1-artist-list__sub {
  margin-top: 1.5rem;
}

.v1-artist-list__sub {
  padding-left: 40px;
}

.v1-artist-list__sub .v1-media__thumbnail {
  width: 70px;
}

.v1-artist-list .v1-media {
  position: relative;
  display: table;
  width: 100%;
}

.v1-artist-list .v1-media__thumbnail, .v1-artist-list .v1-media__text {
  display: table-cell;
  vertical-align: top;
}

.v1-artist-list .v1-media__text {
  position: relative;
  padding-left: 1rem;
}

.v1-nav-user {
  color: #fff;
  font-weight: bold;
}

.v1-nav-user__head {
  padding: 10px 16px 10px 24px;
  background-color: #0592cf;
}

.v1-nav-user__head .v1-heading {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.v1-nav-user__body {
  padding: 12px 0 12px 32px;
  background-color: #009de1;
  font-size: 0;
}

.v1-nav-user__text {
  display: inline-block;
  width: 165px;
}

.v1-nav-user__text dl dt {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-nav-user__text dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-nav-user__setting {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.v1-nav-user__setting > a {
  display: block;
  width: 30px;
  padding-bottom: 15px;
}

.v1-nav-user__setting .v1-icon {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.v1-nav-data {
  color: #ffffff;
  font-weight: bold;
  background-color: #242a31;
}

.v1-nav-data__head {
  padding: 8px 16px 8px 24px;
  color: #ccc;
  background-color: #191d22;
}

.v1-nav-data__head .v1-heading {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-nav-data__head .v1-heading a {
  display: block;
  color: #999;
}

.v1-nav-data__head .v1-heading a:hover {
  text-decoration: none;
}

.v1-nav-data__head .v1-heading .fa {
  color: #fff;
}

.v1-nav-data__head .v1-heading .fa:last-child {
  float: right;
  line-height: 1.5;
}

.v1-nav-data__body {
  background-color: #242a31;
}

.v1-nav-data__body .v1-panel {
  padding: 10px 16px 10px 24px;
  border-bottom: 1px solid #3b3f43;
  background-color: #242a31;
}

.v1-nav-data__body .v1-panel__main {
  margin-bottom: .75rem;
}

.v1-nav-data__body .v1-time {
  margin-bottom: .625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.v1-nav-data__body .v1-num-set {
  text-align: center;
}

.v1-nav-data__body .v1-num-set__name {
  color: #ccc;
}

.v1-nav-data__body .v1-data-sub {
  margin-bottom: 0;
}

.v1-nav-data__body .v1-data-sub dt {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-nav-data__body .v1-data-sub dd {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.v1-nav-data__foot {
  padding-right: 16px;
  padding-left: 24px;
}

.v1-nav-data__foot .v1-button {
  border-color: #3b3f43;
  border-radius: 2px;
  background-color: transparent;
  font-weight: normal;
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-nav-data--last {
  padding-bottom: 128px;
}

.v1-nav-data--last .v1-list {
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: 1px solid #3b3f43;
}

.v1-nav-data--last .v1-list__item {
  padding-left: 24px;
}

.v1-nav-data--last .v1-list__item > a {
  display: block;
  padding: 8px 16px 8px 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}

.v1-nav-data .v1-menu__item {
  border-bottom: 1px solid #3b3f43;
}

.v1-nav-data .v1-menu__item:last-child {
  border-bottom-width: 0;
}

.v1-nav-data .v1-menu__item:last-child.has-line {
  border-bottom-width: 1px;
}

.v1-nav-data .v1-menu__item > a {
  background-color: #242a31;
  padding: 12px 16px 12px 32px;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
}

.v1-nav-data .v1-menu__item > a .fa:first-child, .v1-nav-data .v1-menu__item > a .v1-icon:first-child {
  width: 18px;
  text-align: center;
  margin-right: 15px;
}

.v1-nav-data .v1-menu__item > a .fa.fa-angle-right {
  margin-right: 0;
  width: auto;
  float: right;
}

.v1-nav-data .v1-menu__item > a:hover {
  background-color: #191d22;
  text-decoration: none;
}

.v1-nav-data .v1-menu__item.v1-image > a {
  padding: 16px;
}

.v1-card {
  padding-bottom: 14px;
  background-color: #242a31;
}

.v1-card__item + .v1-card__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.v1-media-analysis .v1-media {
  font-size: 0;
}

.v1-media-analysis .v1-media:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-media-analysis .v1-media__thumbnail {
  display: inline-block;
  width: 110px;
  float: left;
  margin-right: 1rem;
}

.v1-media-analysis .v1-media__textset {
  overflow: auto;
}

.v1-media-analysis .v1-num-set__number {
  word-wrap: break-word;
}

.v1-global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #242a31;
  -webkit-transform: translate3d(0, 0, 0);
}

.v1-global-header__inner {
  position: relative;
  font-size: 0;
  padding: 0 1rem;
  margin: 0 auto;
  text-align: right;
}

.v1-global-header__inner > * {
  display: inline-block;
  vertical-align: middle;
}

.v1-global-header__logo {
  float: left;
}

.v1-global-header__menu {
  height: 44px;
}

.v1-global-header__menu > * {
  display: inline-block;
  vertical-align: middle;
}

.v1-global-header__overlay {
  display: none;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.v1-global-header .v1-popup {
  -webkit-overflow-scrolling: touch;
}

.v1-global-header__login, .v1-global-header__notify {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.v1-global-header__login .fa, .v1-global-header__notify .fa {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-global-header__login span.is-active + .v1-popup, .v1-global-header__notify span.is-active + .v1-popup {
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: 44px;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.v1-global-header__login > span {
  display: block;
  padding-top: 13px;
  padding-right: 14px;
  padding-bottom: 13px;
  padding-left: 16px;
  cursor: pointer;
}

.v1-global-header__login > span.is-active {
  position: relative;
  z-index: 11;
  background-color: #fff;
}

.v1-global-header__login > span.is-active .fa {
  color: #999;
}

.v1-global-header__notify {
  padding: 0;
}

.v1-global-header__notify > a {
  padding-top: 15px;
  padding-right: 16px;
  padding-bottom: 13px;
  padding-left: 16px;
  display: block;
}

.v1-global-header__notify .fa {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0;
}

.v1-global-header__notify .fa span {
  display: block;
  position: absolute;
  top: -6px;
  right: -8px;
  width: 16px;
  height: 16px;
  background-color: #e10066;
  padding: 3px 1px 2px;
  border: 1px solid #242a31;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
}

.v1-global-header__notify > a.is-active {
  position: relative;
  z-index: 11;
}

.v1-global-header__notify > a.is-active .fa {
  color: #009de1;
}

.v1-global-header__notify > a.is-active .fa span {
  color: #fff;
}

.v1-global-header__register > span {
  display: block;
  position: relative;
  padding: 0 .5rem;
  cursor: pointer;
}

.v1-global-header__register > span .v1-button {
  padding-right: .5rem;
  padding-left: .5rem;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: none;
  transition: none;
}

.v1-global-header__register > span.is-active {
  z-index: 11;
  background-color: #fff;
}

.v1-global-header__register > span.is-active .v1-button {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #999;
}

.v1-global-header__register > span.is-active + .v1-popup {
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: 44px;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.v1-global-header__nav {
  height: 44px;
  width: 28px;
}

.v1-global-header .v1-site-logo {
  display: table;
  height: 44px;
}

.v1-global-header .v1-site-logo__item {
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}

.v1-global-header .v1-site-logo img {
  width: 64px;
}

.v1-page-header {
  padding-top: 1.125rem;
  padding-left: 1rem;
}

.v1-page-header + .v1-section {
  margin-top: 1.125rem;
}

.v1-page-header__inner {
  padding-bottom: 1.125rem;
  padding-right: 1rem;
  border-bottom: 1px solid #eee;
  max-width: 767px;
  margin: 0 auto;
}

.v1-page-header__row {
  display: table;
  width: 100%;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #eee;
  max-width: 767px;
  margin: 0 auto;
}

.v1-page-header__row .v1-page-header__col {
  display: table-cell;
  vertical-align: middle;
}

.v1-page-header__row .v1-page-header__col:last-child form {
  float: right;
}

.v1-page-header.has-line .v1-page-header__inner {
  padding-bottom: 1.5rem;
}

.v1-page-header.has-line .v1-heading {
  position: relative;
  display: inline-block;
}

.v1-page-header.has-line .v1-heading:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.625rem;
  width: 100%;
  height: 2px;
  background-color: #009de1;
}

.v1-page-header .v1-list {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.v1-page-header .v1-list__item {
  display: inline-block;
  padding: 0 .5rem;
  border-left: 1px solid #ccc;
  border-top: 0;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-page-header .v1-list__item:first-child {
  border-left-width: 0;
}

.v1-page-header .v1-list__item > a.is-current {
  color: #999;
}

.v1-section-header {
  margin-bottom: 1rem;
}

.v1-section-header--small {
  margin-bottom: .5rem;
}

.v1-section-header--s-medium {
  margin-bottom: .75rem;
}

.v1-section-header--large {
  margin-bottom: 1.5rem;
}

.v1-section-header--xlarge {
  margin-bottom: 2rem;
}

.v1-section-header .v1-heading {
  margin-bottom: 0;
}

.v1-section-header .v1-heading + .v1-time {
  margin-top: 3px;
}

.v1-section-header .v1-time {
  color: #999;
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-section-header.has-line {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #eee;
}

.v1-section-header.has-line .v1-local-nav__list {
  font-size: 0;
}

.v1-section-header.has-line .v1-local-nav__item {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.v1-section-header.has-line .v1-local-nav__item + .v1-local-nav__item {
  margin-left: 20px;
}

.v1-section-header.has-line .v1-local-nav__item > a {
  display: block;
  position: relative;
  color: #999;
}

.v1-section-header.has-line .v1-local-nav__item > a.is-current, .v1-section-header.has-line .v1-local-nav__item > a:hover {
  color: #333;
  text-decoration: none;
}

.v1-section-header.has-line .v1-local-nav__item > a.is-current:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -26px;
  background-color: #009de1;
  height: 2px;
  width: 100%;
}

.v1-section-header--row {
  display: table;
  width: 100%;
}

.v1-section-header--row .v1-section-header__col {
  display: table-cell;
  vertical-align: middle;
}

.v1-section-header--row.has-line {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.v1-section-header--row.has-line .v1-local-nav {
  padding-bottom: 0;
}

.v1-section-header--row.has-line .v1-local-nav__item > a.is-current:before {
  bottom: -27px;
}

.v1-global-footer {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 7.5em;
  padding: 2rem 0 1.5rem;
  background-color: #242a31;
}

.v1-global-footer__head {
  margin-bottom: 1.125rem;
}

.v1-global-footer .v1-site-logo {
  text-align: center;
}

.v1-global-footer .v1-site-logo__item {
  display: inline-block;
  width: 100px;
}

.v1-social-media {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.v1-social-media__inner {
  padding: 40px 1rem;
  text-align: center;
}

.v1-social-media__text {
  margin-bottom: .75rem;
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.v1-social-media__share-list .v1-share {
  font-size: 0;
}

.v1-social-media__share-list .v1-share__item {
  margin: 0 3px;
  width: 54px;
  font-size: inherit;
  display: inline-block;
}

.v1-social-media__share-list .v1-share__item > a {
  display: block;
}

.v1-nav-header {
  padding: 1.5rem 0;
}

.v1-nav-header__sub {
  white-space: nowrap;
}

.v1-nav-header .v1-heading + .v1-time {
  margin-top: .25rem;
}

.v1-nav-header .v1-time {
  color: #999;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-radio-unit__item + .v1-radio-unit__item {
  margin-top: 5px;
}

.v1-radio-unit .v1-radio + .v1-radio {
  margin-left: 1rem;
}

.v1-radio-unit--adjust .v1-radio-unit__item {
  position: relative;
}

.v1-radio-unit--adjust .v1-radio input[type="radio"] + label {
  padding-left: 24px;
}

.v1-radio-unit--adjust .v1-radio input[type="radio"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
}

.v1-radio-unit--adjust .v1-radio input[type="radio"] + label:after {
  top: 5px;
}

.v1-input-group {
  position: relative;
}

.v1-input-group__item {
  line-height: 1;
}

.v1-input-group__item + .v1-input-group__item {
  margin-top: 1rem;
}

.js-input-set-container .v1-input-group__item + .v1-input-group__item {
  margin-top: .25rem;
}

.v1-input-group__item .v1-highlight {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-input-group__item > label {
  display: inline-block;
  margin-bottom: .75rem;
}

.v1-input-group__item > label + .v1-note {
  margin-bottom: .5rem;
}

.v1-input-group__item > label + .v1-radio-unit {
  padding-bottom: .25rem;
}

.v1-input-group__item > .v1-require-label {
  margin-bottom: 0;
}

.v1-input-group__item.is-error > label {
  color: #e10066;
}

.v1-input-group__item.is-error > label > .fa {
  margin-right: .5rem;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.v1-input-group__legend {
  display: inline-block;
  margin-bottom: .75rem;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-input-group__help-mark {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  background-color: #999;
  font-size: 14px;
  text-align: center;
}

.v1-input-group__help-mark .fa {
  color: #fff;
}

.v1-input-group--single .columns:first-child {
  padding-right: 1rem;
}

.v1-input-group--buttons {
  position: relative;
}

.v1-input-group .columns:first-child {
  padding-right: .5rem;
}

.v1-input-group .columns:nth-child(2) {
  padding-left: .5rem;
}

.v1-input-group--type-B {
  margin-top: -.5rem;
}

.v1-input-group--type-B .v1-select-unit {
  margin-left: -.5rem;
  margin-bottom: .5rem;
}

.v1-input-group--type-B .v1-select-unit__col {
  width: auto;
  padding: .25rem 0;
  margin-left: .5rem;
}

.v1-input-group--type-B p {
  margin-left: .5rem;
}

.v1-input-group--type-B button, .v1-input-group--type-B p {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.v1-horizer {
  overflow: hidden;
}

.v1-horizer__mask {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.v1-horizer__list {
  display: table;
  max-width: 100%;
}

.v1-horizer__item {
  display: table-cell;
  vertical-align: top;
  padding: 0 .5rem;
}

.v1-horizer__item:first-child {
  padding-left: 1rem;
}

.v1-horizer__item:last-child {
  padding-right: 1rem;
}

.v1-horizer__item .v1-media {
  width: 110px;
  text-align: center;
}

.v1-horizer__item .v1-media--rectangle {
  width: 236px;
  text-align: left;
}

.v1-info-list__item {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.v1-info-list__item:first-child {
  padding-top: 0;
}

.v1-news-entry {
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
}

.v1-news-entry p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

.v1-news-entry ul {
  margin: 0 0 1.5rem 1rem;
}

.v1-news-entry ul li {
  list-style-type: disc;
}

.v1-news-entry ol {
  margin: 0 0 1.5rem 1rem;
}

.v1-news-entry ol li {
  list-style-type: decimal;
}

.v1-news-entry em {
  font-weight: bold;
}

.v1-share-news .v1-share-news__txt {
  display: inline-block;
  font-weight: bold;
  color: #a0a0a0;
  vertical-align: top;
  line-height: 38px;
  margin-right: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-share-news .v1-share {
  display: inline-block;
  font-size: 0;
}

.v1-share-news .v1-share__item {
  margin: 0 2px;
  display: inline-block;
  height: 44px;
  font-size: 20px;
  padding: 10px;
  width: 44px;
}

.v1-share-news .v1-share__item:first-child {
  margin-left: 0;
}

.v1-share-news .v1-share__item.v1-share__item--facebook {
  background-color: #3b579d;
}

.v1-share-news .v1-share__item.v1-share__item--twitter {
  background-color: #5ea9dd;
}

.v1-share-news .v1-share__item.v1-share__item--line {
  padding: 0;
  background-color: transparent;
}

.v1-share-news .v1-share__item .fa {
  vertical-align: middle;
}

.v1-share-news .v1-share__item .v1-icon {
  margin-right: 10px;
}

.v1-recommend-news__item + .v1-recommend-news__item {
  margin-top: 1.5rem;
}

.v1-recommend-news .v1-media {
  display: table;
  width: 100%;
}

.v1-recommend-news .v1-media > a {
  display: inline-block;
}

.v1-recommend-news .v1-media > a:hover {
  text-decoration: none;
}

.v1-recommend-news .v1-media > a:hover .v1-media__title {
  color: #009de1;
}

.v1-recommend-news .v1-media__thumbnail {
  float: left;
  width: 70px;
  margin-right: 1rem;
}

.v1-recommend-news .v1-media__thumbnail + .v1-media__title {
  margin-top: 0;
}

.v1-recommend-news .v1-media__title {
  overflow: auto;
}

.v1-list-article__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.v1-list-article__item:last-child {
  margin-bottom: 0;
}

.v1-list-article__item .v1-time {
  padding-top: .375rem;
}

.v1-list-article a.v1-media:before {
  content: "\f105";
}

.v1-list-article .v1-media {
  position: relative;
  padding-right: 2rem;
}

.v1-list-article .v1-media:before {
  font-family: FontAwesome;
  display: block;
  position: absolute;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.v1-list-article .v1-media__inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.v1-list-article .v1-media__thumbnail {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}

.v1-list-article .v1-media__thumbnail + .v1-media__text {
  padding-left: 1rem;
}

.v1-list-article .v1-media__text {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.v1-list-article .v1-media__text:hover {
  text-decoration: none;
}

.v1-list-article .v1-media__title {
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
}

.v1-list-article .v1-media__title:hover {
  color: #009de1;
  cursor: pointer;
}

.v1-list-article .v1-media__subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  line-height: 1.5;
}

.v1-list-article .v1-media__subtext {
  width: 100%;
}

.v1-list-article .v1-media .v1-media__menu {
  position: absolute;
  top: 18px;
  right: 0;
}

.v1-list-article .v1-media .v1-media__menu > a {
  display: block;
  padding: 8px 0 8px 8px;
}

.v1-list-article .v1-media .v1-news-subset .v1-icon-set__item {
  display: block;
}

.v1-list-article .v1-media .v1-news-subset .v1-icon-set__item + .v1-icon-set__item {
  margin-left: 0;
}

.v1-list-article--large .v1-media__thumbnail {
  width: 106px;
}

.v1-list-article--large .v1-media--music .v1-media__menu {
  top: 33px;
}

.v1-list-article--medium .v1-table {
  padding: 1.5rem 1.5rem;
}

.v1-list-article--medium .v1-media__title {
  font-size: 1rem;
}

.v1-list-article--medium .v1-media__subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-list-article--medium .v1-media__time {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-list-article--small .v1-list-article__item {
  margin-bottom: 1.5rem;
  border-bottom: none;
}

.v1-list-article--small .v1-table {
  padding-top: 0;
  padding-bottom: 0;
}

.v1-list-article--small .v1-table:hover {
  background: #fff;
}

.v1-list-article--small .v1-table__cell {
  vertical-align: top;
}

.v1-list-article--small .v1-media__thumbnail {
  width: 78px;
}

.v1-list-article--small .v1-media__thumbnail + .v1-media__text {
  padding-left: 1rem;
}

.v1-list-article--small .v1-media__text {
  padding-top: 0;
  vertical-align: top;
}

.v1-list-article--small .v1-media__subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.v1-list-article--small .v1-media__subtitle:hover {
  text-decoration: underline;
  cursor: pointer;
}

.v1-list-article--small .v1-media .v1-icon-set .v1-icon {
  margin-right: .5rem;
  vertical-align: bottom;
}

.v1-list-article--small .v1-media .v1-icon-set__item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.v1-list-article--small .v1-media .v1-icon-set__item > span {
  color: #999;
  vertical-align: middle;
}

.v1-list-article--small .v1-media__thumbnail + .v1-media__text {
  padding-left: 1rem;
}

.v1-list-article--small .v1-media__thumbnail + .v1-media__text .v1-icon-set {
  left: 1rem;
}

.v1-rank-list__item {
  padding: .5rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #eee;
}

.v1-rank-list__item:first-child {
  border-top: 1px solid #eee;
}

.v1-rank-list .v1-track__row {
  padding: 0;
}

.v1-rank-list .v1-track__row .v1-track__num {
  display: inline-block;
  margin-right: .5rem;
}

.v1-rank-list .v1-track__title {
  width: 72.91667%;
}

.v1-rank-list .v1-track__title a {
  display: inline-block;
}

.v1-music-author .v1-media__textset + .v1-media__textset {
  margin-top: .75rem;
}

.v1-music-author .v1-media__subtitle + .v1-media__title {
  margin-top: .375rem;
}

.v1-music-author .v1-media__title {
  color: #666;
}

.v1-music-list .v1-media {
  padding-bottom: .75rem;
  text-align: center;
}

.v1-contribute {
  background-color: #f8f8f8;
}

.v1-contribute__body {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 0;
}

.v1-contribute__body > * {
  display: table-cell;
  vertical-align: top;
}

.v1-contribute__body .v1-avatar {
  width: 70px;
}

.v1-contribute__body .v1-textarea {
  border-left: 1px solid #ddd;
}

.v1-contribute__body .v1-textarea textarea {
  height: 70px;
  border-width: 0;
  border-radius: 0;
  resize: none;
  box-shadow: none;
  background-color: #ffffff;
}

.v1-contribute__body .v1-textarea textarea:focus, .v1-contribute__body .v1-textarea textarea:hover {
  background: #fff;
}

.v1-contribute__submit {
  padding: .75rem;
  border: 1px solid #ddd;
  border-top-width: 0;
}

.v1-contribute__submit .v1-review {
  padding: .375rem 0 .25rem;
}

.v1-contribute__submit .v1-review__rate {
  padding: 0;
}

.v1-music-overview__jacket {
  margin: 0 -1rem;
  padding: 1rem;
  background-color: #242a31;
}

.v1-music-overview__jacket + * {
  margin-top: 1.5rem;
}

.v1-music-overview__head {
  position: relative;
}

.v1-music-overview__head .v1-heading {
  margin-bottom: .5rem;
  padding-right: 1.5rem;
}

.v1-music-overview__head .v1-heading > a {
  color: #333;
  -webkit-transition: color ease-out .25s;
  transition: color ease-out .25s;
}

.v1-music-overview__head .v1-heading > a:hover {
  text-decoration: none;
  color: #009de1;
}

.v1-music-overview__action {
  position: absolute;
  top: -.75rem;
  right: -.5rem;
}

.v1-music-overview__action > a {
  display: block;
  padding: .5rem;
}

.v1-music-overview__action--play > a {
  display: block;
  line-height: 1;
}

.v1-music-overview__action--play > a .fa {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #009de1;
  color: #fff;
  text-align: center;
}

.v1-music-overview__action--play > a .fa:before {
  display: block;
  line-height: 17px;
  font-size: 8px;
  padding-left: 2px;
}

.v1-music-overview__action--play > a.is-active .fa:before {
  content: "";
  position: absolute;
  padding-left: 0;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  line-height: 0;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.v1-music-overview__subtitle {
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.v1-music-overview__subtitle + * {
  margin-top: .25rem;
}

.v1-music-overview__time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}

.v1-music-overview__head + .v1-music-overview__body {
  margin-top: .5rem;
}

.v1-music-overview__body .v1-image {
  margin-bottom: 1.5rem;
}

.v1-music-overview__info {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-music-overview__info + * {
  margin-top: .5rem;
}

.v1-music-overview__shop {
  display: table;
  width: 100%;
}

.v1-music-overview__shop dt,
.v1-music-overview__shop dd {
  display: table-cell;
  vertical-align: top;
}

.v1-music-overview__shop .v1-heading {
  width: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  white-space: nowrap;
}

.v1-music-overview__shop dd {
  padding-left: 1rem;
}

.v1-music-overview__shop + .v1-music-overview__shop {
  margin-top: 1.25rem;
}

.v1-playlist__body .v1-list__item {
  padding: 0;
  border-bottom: 1px solid #eee;
}

.v1-playlist__body .v1-list__item:first-child {
  padding-top: 0;
  border-top: 1px solid #eee;
}

.v1-playlist__foot {
  padding-top: 1rem;
  padding-right: .5rem;
}

.v1-playlist__foot:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-playlist__foot .v1-button {
  display: inline-block;
  width: auto;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.v1-playlist__foot .v1-button .fa, .v1-playlist__foot .v1-button .icon {
  margin-right: 6px;
}

.v1-playlist__foot .v1-button:hover .fa, .v1-playlist__foot .v1-button:hover .icon {
  color: #009de1;
}

.v1-playlist__foot .v1-icon-set {
  float: right;
}

.v1-playlist__foot .v1-icon-set__item .fa {
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.v1-playlist__foot .v1-icon-set__item > span {
  cursor: default;
}

.v1-playlist__foot .v1-icon-set__item > span span {
  display: inline-block;
  vertical-align: middle;
}

.v1-playlist--with-player .v1-track {
  position: relative;
}

.v1-playlist--with-player .v1-track__play {
  position: absolute;
  height: 38px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #009de1;
}

.v1-playlist--with-player .v1-track__play > a {
  display: block;
  padding: 10px;
  line-height: 1;
}

.v1-playlist--with-player .v1-track__play > a .fa {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #009de1;
  color: #fff;
  text-align: center;
}

.v1-playlist--with-player .v1-track__play > a .fa:before {
  display: block;
  line-height: 17px;
  font-size: 8px;
  padding-left: 2px;
}

.v1-playlist--with-player .v1-track__play > a.is-active .fa:before {
  content: "";
  position: absolute;
  padding-left: 0;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  line-height: 0;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.v1-playlist--with-player .v1-track__row {
  padding-right: 1.5rem;
}

.v1-playlist--with-player .v1-track__title {
  font-weight: bold;
}

.v1-playlist--with-player .v1-track__title > a:hover {
  color: #009de1;
}

.v1-playlist--with-player .v1-track__time {
  float: none;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-playlist--with-player .v1-track__time + * {
  margin-top: .25rem;
}

.v1-liked-music .v1-media {
  font-size: 0;
  border-bottom: 1px solid #eee;
}

.v1-liked-music .v1-media:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-liked-music .v1-media:last-child {
  border-bottom: none;
}

.v1-liked-music .v1-media__thumbnail {
  display: inline-block;
  width: 71px;
  float: left;
  margin-right: 1rem;
}

.v1-liked-music .v1-icon-set__item {
  margin-left: 0;
  margin-right: .5rem;
}

.v1-liked-music .v1-icon-set__item .fa {
  margin-right: 0;
}

.v1-artists-register {
  padding-top: 1.5rem;
}

.v1-artists-register .v1-input-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.v1-artists-register .v1-input-group__item {
  position: relative;
}

.v1-artists-register .v1-input-group__item--withicon {
  width: 100%;
  width: 86.2069%;
}

.v1-artists-register .v1-input-group__item--withicon > input[type="text"] {
  display: inline-block;
  width: 100%;
}

.v1-artists-register .v1-input-group__item--withicon .v1-icon {
  font-size: 2rem;
  color: #e10066;
  position: absolute;
  margin: auto 0;
  bottom: 6px;
  right: -40px;
  cursor: pointer;
}

.v1-artists-register .v1-input-group__link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-artists-register .v1-input-group--single .columns:first-child {
  padding-right: 1rem;
}

.v1-artists-register .v1-input-group--buttons {
  position: relative;
}

.v1-artists-register .v1-input-group .columns {
  padding: 0;
}

.v1-artists-register .v1-input-group .columns:first-child {
  padding-right: 0;
}

.v1-artists-register .v1-input-group .columns:nth-child(2) {
  padding-left: 0;
}

.v1-artists-register .v1-select-unit__col {
  width: 100%;
}

.v1-artists-register .v1-select-unit--type-B .v1-select-unit__col {
  width: auto;
  margin-bottom: .25rem;
}

.v1-artists-register .v1-select-unit--type-B .v1-select-unit__col label {
  padding: 0 1rem;
}

.v1-artists-register .v1-form .row {
  position: relative;
}

.v1-artists-register .v1-form .v1-balloon {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #e10066;
  margin-top: 20px;
  padding: 12px 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-artists-register .v1-form .v1-balloon:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 16px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  border-left-color: #e10066;
}

.v1-fav-ranking:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-fav-ranking .v1-media {
  padding: 0 16px;
  margin: 0 auto;
  font-size: 0;
}

.v1-fav-ranking .v1-media + .v1-media {
  margin-top: 16px;
}

.v1-fav-ranking .v1-media__thumbnail {
  display: inline-block;
  width: 39.0625%;
  max-width: 100px;
  margin-right: 6.25%;
  vertical-align: middle;
}

.v1-fav-ranking .v1-media__text {
  display: inline-block;
  width: 54.6875%;
  vertical-align: middle;
}

.v1-fav-ranking .v1-media .v1-rank {
  background-color: #242a31;
}

.v1-fav-ranking .v1-media .v1-rank--1st {
  background-color: #ffbb42;
}

.v1-fav-ranking .v1-media .v1-rank--2nd {
  background-color: #92989a;
}

.v1-fav-ranking .v1-media .v1-rank--3rd {
  background-color: #887769;
}

.v1-fav-ranking .v1-media.is-selected {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #e3eb00;
  border-radius: 8px;
}

.v1-fav-ranking .v1-media.is-selected .v1-rank {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

.v1-reviewed-music .v1-media {
  font-size: 0;
}

.v1-reviewed-music .v1-media:last-child {
  border-bottom: none;
}

.v1-reviewed-music .v1-media__thumbnail {
  display: inline-block;
  width: 24.48276%;
  max-width: 71px;
  margin-right: 16px;
}

.v1-reviewed-music .v1-media__text {
  display: inline-block;
  vertical-align: top;
  width: 69.65517%;
}

.v1-reviewed-music .v1-media__title {
  margin-top: 0;
}

.v1-reviewed-music .v1-icon-set__item {
  margin-left: 0;
  margin-right: .5rem;
}

.v1-reviewed-music .v1-icon-set__item .fa {
  margin-right: 0;
}

.v1-artist-profile__social {
  margin-bottom: -1.25rem;
}

.v1-artist-profile__social .column,
.v1-artist-profile__social .columns {
  margin-bottom: 1.25rem;
}

.v1-artist-profile .v1-description > p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.625;
}

.v1-news-related .v1-news-related-titletext {
  padding: 0.75rem 0 1.25rem;
}

.v1-news-related .column {
  position: relative;
  padding-left: 0;
}

.v1-news-related .v1-media__thumbnail {
  width: 120px;
}

.v1-news-related .v1-media__text {
  width: 240px;
  padding-left: 1rem;
  vertical-align: top;
}

.v1-news-related .v1-media__text .v1-news-subset {
  position: absolute;
  bottom: 0;
}

.v1-news-header__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: 0.75rem;
  color: #242a31;
}

.v1-news-header .v1-share-news {
  margin: 1.5rem 0 -0.5rem;
}

.v1-news-header .v1-share-news .v1-button {
  border-width: 0;
}

.v1-select-theme .v1-radio-unit li {
  line-height: 1;
}

.v1-select-theme .v1-radio-unit li + li {
  margin-top: 1rem;
}

.v1-select-theme .v1-highlight {
  padding: 0;
}

.v1-select-color .row + .row {
  margin-top: 6px;
}

.v1-select-color .columns {
  padding: 0 3px;
}

.v1-select-color__chip {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 38px;
  font-size: 0;
}

.v1-select-color__chip.is-checked {
  border: 4px solid #000000;
}

.v1-select-color__chip--1 {
  background-color: #009de1;
}

.v1-select-color__chip--2 {
  background-color: #0049e1;
}

.v1-select-color__chip--3 {
  background-color: #3700e1;
}

.v1-select-color__chip--4 {
  background-color: #b300e1;
}

.v1-select-color__chip--5 {
  background-color: #f3006e;
}

.v1-select-color__chip--6 {
  background-color: #ff1000;
}

.v1-select-color__chip--7 {
  background-color: #ff6e00;
}

.v1-select-color__chip--8 {
  background-color: #ffa100;
}

.v1-select-color__chip--9 {
  background-color: #ffd400;
}

.v1-select-color__chip--10 {
  background-color: #f7ff00;
}

.v1-select-color__chip--11 {
  background-color: #9bf900;
}

.v1-select-color__chip--12 {
  background-color: #00e129;
}

.v1-select-color__chip--13 {
  background-color: #007eb4;
}

.v1-select-color__chip--14 {
  background-color: #003ab4;
}

.v1-select-color__chip--15 {
  background-color: #2c00b4;
}

.v1-select-color__chip--16 {
  background-color: #8f00b4;
}

.v1-select-color__chip--17 {
  background-color: #c30058;
}

.v1-select-color__chip--18 {
  background-color: #cc0d00;
}

.v1-select-color__chip--19 {
  background-color: #cc5800;
}

.v1-select-color__chip--20 {
  background-color: #cc8100;
}

.v1-select-color__chip--21 {
  background-color: #ccaa00;
}

.v1-select-color__chip--22 {
  background-color: #c3c900;
}

.v1-select-color__chip--23 {
  background-color: #71b400;
}

.v1-select-color__chip--24 {
  background-color: #00a31e;
}

.v1-select-color__chip--25 {
  background-color: #666666;
}

.v1-select-color__chip--26 {
  background-color: #333333;
}

.v1-select-color-thumb {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .5rem;
  vertical-align: middle;
  background-color: #009de1;
}

.v1-lyric-modal__content {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 1.25rem 1.5rem;
}

.v1-lyric-modal__content p {
  line-height: 1.8;
}

.v1-lyric-modal__content p + p {
  margin-top: 1.5rem;
}

.v1-lyric-modal__content * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.v1-lyric-modal__content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.v1-lyric-modal.v1-modal .v1-popup__head .v1-heading {
  border-bottom: none;
}

.v1-lyric-modal.v1-modal .v1-popup__body {
  padding: 0;
}

.v1-lyric-modal.v1-modal .mfp-close {
  display: none;
}

.v1-stock .v1-highlight {
  border: 1px solid #ddd;
}

.v1-stock .v1-highlight .v1-button {
  border-color: #009de1;
}

.v1-store-detail {
  padding-top: .75rem;
  background-color: #f8f8f8;
}

.v1-store-detail__image {
  margin-bottom: 1rem;
}

.v1-store-detail__section {
  padding: .75rem 1rem;
}

.v1-store-detail__section + .v1-store-detail__section {
  border-top: 1px solid #eee;
}

.v1-store-detail__section dl {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-store-detail__section dl:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-store-detail__section dt {
  padding-right: .25em;
  font-weight: normal;
  float: left;
}

.v1-store-detail__about {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-register-result .v1-track__row {
  padding-top: .875rem;
  padding-bottom: .875rem;
  table-layout: fixed;
  color: #666;
}

.v1-register-result .v1-track__row > * {
  display: table-cell;
  vertical-align: top;
}

.v1-register-result .v1-track__row:hover {
  background-color: #ffffff;
}

.v1-register-result .v1-track__num {
  display: table-cell;
  width: 27px;
  margin-right: 0;
}

.v1-register-result .v1-track__textset {
  margin-top: .25rem;
}

.v1-register-result .v1-track__textset:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-register-result .v1-track__artist-name {
  float: left;
}

.v1-register-result .v1-track__time {
  float: right;
  white-space: nowrap;
}

.v1-register-result .v1-media__title + .v1-media__title {
  margin-top: .25rem;
}

.v1-report-overview {
  border: 1px solid #ddd;
}

.v1-report-overview .v1-data-set + .v1-data-set {
  margin-top: .5rem;
}

.v1-report-overview__head {
  padding: 1rem;
  background-color: #f8ffae;
}

.v1-report-overview__head .v1-data-set__term,
.v1-report-overview__head .v1-data-set__data {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.v1-report-overview__body {
  padding: .75rem 1rem;
}

.v1-report-table {
  border: 1px solid #ddd;
}

.v1-report-table .v1-data-set__data {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-report-table__head {
  padding: 1rem .75rem;
  background-color: #666;
  color: #fff;
}

.v1-report-table__head .v1-data-set__term {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.v1-report-table__head .v1-data-set__term a {
  display: inline-block;
  margin-right: .75rem;
}

.v1-report-table__head .v1-data-set__term a:hover {
  text-decoration: none;
}

.v1-report-table__head .v1-data-set__term a .v1-icon {
  line-height: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
}

.v1-report-table__head .v1-data-set__term a .v1-icon:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 10px;
  content: "\f067";
  color: #fff;
}

.v1-report-table__head .v1-data-set__term a.is-active .v1-icon:before {
  content: "\f068";
}

.v1-report-table__sub-head {
  padding: .75rem;
}

.v1-report-table__sub-head + .v1-report-table__body {
  border-top: 1px solid #ddd;
}

.v1-report-table__section + .v1-report-table__section {
  border-top: 1px solid #ddd;
}

.v1-report-table__section-header {
  padding: .5rem 1rem;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-playlist-image {
  width: 100%;
  margin-right: -1px;
}

.v1-playlist-image:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-playlist-image__item {
  position: relative;
  float: left;
}

.v1-playlist-image.v1-col-3 .v1-playlist-image__item {
  width: 50%;
}

.v1-playlist-image.v1-col-3 .v1-playlist-image__item:nth-child(odd) {
  padding-right: 1px;
}

.v1-playlist-image.v1-col-3 .v1-playlist-image__item:nth-child(even) {
  padding-left: 1px;
}

.v1-playlist-image.v1-col-3 .v1-playlist-image__item:nth-child(2n) {
  margin-bottom: 2px;
}

.v1-playlist-image.v1-col-4 .v1-playlist-image__item {
  width: 214px;
  margin-right: 2px;
}

.v1-playlist-image.v1-col-4 .v1-playlist-image__item:nth-child(4n) {
  margin-right: 0;
}

.v1-playlist-image.v1-col-5 .v1-playlist-image__item {
  width: 20%;
}

.v1-playlist-image.v1-col-5 .v1-playlist-image__item:nth-child(n+6) {
  margin-top: .5rem;
}

.v1-playlist-image .v1-media {
  position: relative;
}

.v1-playlist-image .v1-media__textset {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.v1-playlist-image .v1-media:before {
  content: '';
  display: block;
  height: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-playlist-image .v1-media__title, .v1-playlist-image .v1-media__subtitle {
  color: #fff;
}

.v1-playlist-image .v1-media__title {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-playlist-image .v1-media__title > a {
  color: #fff;
}

.v1-playlist-image .v1-media__subtitle {
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-playlist-image .v1-media__textset {
  padding: 0 1rem 1rem;
}

.v1-playlist-image .v1-media__thumbnail {
  position: relative;
}

.v1-playlist-image .v1-media__thumbnail:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: '';
  display: block;
  height: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-artist-mega-overview {
  position: absolute;
  top: -170px;
  left: 0;
  z-index: 1;
  padding-top: .5rem;
  width: 100%;
  color: #fff;
}

.v1-artist-mega-overview .v1-avatar {
  width: 94px;
  color: #fff;
}

.v1-artist-mega-overview .v1-media__textset {
  padding-left: 1.5rem;
}

.v1-artist-mega-overview .v1-media__title {
  color: #fff;
  font-size: 1.125rem;
}

.v1-artist-mega-overview .v1-media__category {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-artist-mega-overview .v1-media__link a {
  color: #fff;
}

.v1-artist-mega-overview .v1-media .v1-share {
  margin-top: 3.25rem;
}

.v1-artist-mega-overview .v1-media .v1-share li {
  float: left;
}

.v1-artist-mega-overview .v1-media .v1-share li + li {
  margin-left: 5px;
}

.v1-artist-mega-overview .v1-num-set {
  text-align: center;
}

.v1-artist-mega-overview .v1-num-set__name {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
}

.v1-artist-mega-overview .v1-num-set__num {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.v1-container + * {
  margin-top: 1rem;
}

.v1-container--small + * {
  margin-top: .5rem;
}

.v1-container--s-medium + * {
  margin-top: .75rem;
}

.v1-container--medium + * {
  margin-top: 1.5rem;
}

.v1-container--large + * {
  margin-top: 2rem;
}

.v1-container--xlarge + * {
  margin-top: 2.5rem;
}

.v1-container--huge + * {
  margin-top: 3rem;
}

.v1-text-s10 {
  font-size: 10px !important;
  font-size: 0.625rem !important;
}

.v1-text-s11 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.v1-text-s12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.v1-text-s13 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}

.v1-text-s14 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.v1-text-s15 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}

.v1-text-s16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.v1-text-s17 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}

.v1-text-s18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.v1-text-s19 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}

.v1-text-s20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.v1-text-s21 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.v1-text-s22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.v1-text-s23 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}

.v1-text-s24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.v1-text-s25 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}

.v1-text-s26 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}

.v1-text-s27 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}

.v1-text-s28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.v1-text-s29 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}

.v1-text-s30 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}

.v1-text-s31 {
  font-size: 31px !important;
  font-size: 1.9375rem !important;
}

.v1-text-s32 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.v1-text-s33 {
  font-size: 33px !important;
  font-size: 2.0625rem !important;
}

.v1-text-s34 {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}

.v1-text-s35 {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
}

.v1-text-s36 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.v1-text-s37 {
  font-size: 37px !important;
  font-size: 2.3125rem !important;
}

.v1-text-s38 {
  font-size: 38px !important;
  font-size: 2.375rem !important;
}

.v1-text-s39 {
  font-size: 39px !important;
  font-size: 2.4375rem !important;
}

.v1-text-s40 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
}

.v1-text-c1 {
  color: #333 !important;
}

.v1-text-c2 {
  color: #666 !important;
}

.v1-text-c3 {
  color: #999 !important;
}

.v1-text-c4 {
  color: #009de1 !important;
}

.v1-text-c5 {
  color: #e10066 !important;
}

.v1-text-c6 {
  color: #fff !important;
}

.v1-text-c7 {
  color: #ccc !important;
}

.v1-text-lighter {
  font-weight: lighter !important;
}

.v1-text-normal {
  font-weight: normal !important;
}

.v1-text-bold {
  font-weight: bold !important;
}

.v1-text-italic {
  font-style: italic !important;
}

.v1-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v1-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.v1-u-left {
  float: left !important;
}

.v1-u-right {
  float: right !important;
}

.v1-u-clear {
  clear: both !important;
}

.v1-u-align-center {
  text-align: center !important;
}

.v1-u-align-left {
  text-align: left !important;
}

.v1-u-align-right {
  text-align: right !important;
}

.v1-u-mgt-0 {
  margin-top: 0px !important;
}

.v1-u-mgr-0 {
  margin-right: 0px !important;
}

.v1-u-mgb-0 {
  margin-bottom: 0px !important;
}

.v1-u-mgl-0 {
  margin-left: 0px !important;
}

.v1-u-mgt-reverse-0 {
  margin-top: 0px !important;
}

.v1-u-mgr-reverse-0 {
  margin-right: 0px !important;
}

.v1-u-mgb-reverse-0 {
  margin-bottom: 0px !important;
}

.v1-u-mgl-reverse-0 {
  margin-left: 0px !important;
}

.v1-u-mgt-1 {
  margin-top: 1px !important;
}

.v1-u-mgr-1 {
  margin-right: 1px !important;
}

.v1-u-mgb-1 {
  margin-bottom: 1px !important;
}

.v1-u-mgl-1 {
  margin-left: 1px !important;
}

.v1-u-mgt-reverse-1 {
  margin-top: -1px !important;
}

.v1-u-mgr-reverse-1 {
  margin-right: -1px !important;
}

.v1-u-mgb-reverse-1 {
  margin-bottom: -1px !important;
}

.v1-u-mgl-reverse-1 {
  margin-left: -1px !important;
}

.v1-u-mgt-2 {
  margin-top: 2px !important;
}

.v1-u-mgr-2 {
  margin-right: 2px !important;
}

.v1-u-mgb-2 {
  margin-bottom: 2px !important;
}

.v1-u-mgl-2 {
  margin-left: 2px !important;
}

.v1-u-mgt-reverse-2 {
  margin-top: -2px !important;
}

.v1-u-mgr-reverse-2 {
  margin-right: -2px !important;
}

.v1-u-mgb-reverse-2 {
  margin-bottom: -2px !important;
}

.v1-u-mgl-reverse-2 {
  margin-left: -2px !important;
}

.v1-u-mgt-3 {
  margin-top: 3px !important;
}

.v1-u-mgr-3 {
  margin-right: 3px !important;
}

.v1-u-mgb-3 {
  margin-bottom: 3px !important;
}

.v1-u-mgl-3 {
  margin-left: 3px !important;
}

.v1-u-mgt-reverse-3 {
  margin-top: -3px !important;
}

.v1-u-mgr-reverse-3 {
  margin-right: -3px !important;
}

.v1-u-mgb-reverse-3 {
  margin-bottom: -3px !important;
}

.v1-u-mgl-reverse-3 {
  margin-left: -3px !important;
}

.v1-u-mgt-4 {
  margin-top: 4px !important;
}

.v1-u-mgr-4 {
  margin-right: 4px !important;
}

.v1-u-mgb-4 {
  margin-bottom: 4px !important;
}

.v1-u-mgl-4 {
  margin-left: 4px !important;
}

.v1-u-mgt-reverse-4 {
  margin-top: -4px !important;
}

.v1-u-mgr-reverse-4 {
  margin-right: -4px !important;
}

.v1-u-mgb-reverse-4 {
  margin-bottom: -4px !important;
}

.v1-u-mgl-reverse-4 {
  margin-left: -4px !important;
}

.v1-u-mgt-5 {
  margin-top: 5px !important;
}

.v1-u-mgr-5 {
  margin-right: 5px !important;
}

.v1-u-mgb-5 {
  margin-bottom: 5px !important;
}

.v1-u-mgl-5 {
  margin-left: 5px !important;
}

.v1-u-mgt-reverse-5 {
  margin-top: -5px !important;
}

.v1-u-mgr-reverse-5 {
  margin-right: -5px !important;
}

.v1-u-mgb-reverse-5 {
  margin-bottom: -5px !important;
}

.v1-u-mgl-reverse-5 {
  margin-left: -5px !important;
}

.v1-u-mgt-6 {
  margin-top: 6px !important;
}

.v1-u-mgr-6 {
  margin-right: 6px !important;
}

.v1-u-mgb-6 {
  margin-bottom: 6px !important;
}

.v1-u-mgl-6 {
  margin-left: 6px !important;
}

.v1-u-mgt-reverse-6 {
  margin-top: -6px !important;
}

.v1-u-mgr-reverse-6 {
  margin-right: -6px !important;
}

.v1-u-mgb-reverse-6 {
  margin-bottom: -6px !important;
}

.v1-u-mgl-reverse-6 {
  margin-left: -6px !important;
}

.v1-u-mgt-7 {
  margin-top: 7px !important;
}

.v1-u-mgr-7 {
  margin-right: 7px !important;
}

.v1-u-mgb-7 {
  margin-bottom: 7px !important;
}

.v1-u-mgl-7 {
  margin-left: 7px !important;
}

.v1-u-mgt-reverse-7 {
  margin-top: -7px !important;
}

.v1-u-mgr-reverse-7 {
  margin-right: -7px !important;
}

.v1-u-mgb-reverse-7 {
  margin-bottom: -7px !important;
}

.v1-u-mgl-reverse-7 {
  margin-left: -7px !important;
}

.v1-u-mgt-8 {
  margin-top: 8px !important;
}

.v1-u-mgr-8 {
  margin-right: 8px !important;
}

.v1-u-mgb-8 {
  margin-bottom: 8px !important;
}

.v1-u-mgl-8 {
  margin-left: 8px !important;
}

.v1-u-mgt-reverse-8 {
  margin-top: -8px !important;
}

.v1-u-mgr-reverse-8 {
  margin-right: -8px !important;
}

.v1-u-mgb-reverse-8 {
  margin-bottom: -8px !important;
}

.v1-u-mgl-reverse-8 {
  margin-left: -8px !important;
}

.v1-u-mgt-9 {
  margin-top: 9px !important;
}

.v1-u-mgr-9 {
  margin-right: 9px !important;
}

.v1-u-mgb-9 {
  margin-bottom: 9px !important;
}

.v1-u-mgl-9 {
  margin-left: 9px !important;
}

.v1-u-mgt-reverse-9 {
  margin-top: -9px !important;
}

.v1-u-mgr-reverse-9 {
  margin-right: -9px !important;
}

.v1-u-mgb-reverse-9 {
  margin-bottom: -9px !important;
}

.v1-u-mgl-reverse-9 {
  margin-left: -9px !important;
}

.v1-u-mgt-10 {
  margin-top: 10px !important;
}

.v1-u-mgr-10 {
  margin-right: 10px !important;
}

.v1-u-mgb-10 {
  margin-bottom: 10px !important;
}

.v1-u-mgl-10 {
  margin-left: 10px !important;
}

.v1-u-mgt-reverse-10 {
  margin-top: -10px !important;
}

.v1-u-mgr-reverse-10 {
  margin-right: -10px !important;
}

.v1-u-mgb-reverse-10 {
  margin-bottom: -10px !important;
}

.v1-u-mgl-reverse-10 {
  margin-left: -10px !important;
}

.v1-u-mgt-11 {
  margin-top: 11px !important;
}

.v1-u-mgr-11 {
  margin-right: 11px !important;
}

.v1-u-mgb-11 {
  margin-bottom: 11px !important;
}

.v1-u-mgl-11 {
  margin-left: 11px !important;
}

.v1-u-mgt-reverse-11 {
  margin-top: -11px !important;
}

.v1-u-mgr-reverse-11 {
  margin-right: -11px !important;
}

.v1-u-mgb-reverse-11 {
  margin-bottom: -11px !important;
}

.v1-u-mgl-reverse-11 {
  margin-left: -11px !important;
}

.v1-u-mgt-12 {
  margin-top: 12px !important;
}

.v1-u-mgr-12 {
  margin-right: 12px !important;
}

.v1-u-mgb-12 {
  margin-bottom: 12px !important;
}

.v1-u-mgl-12 {
  margin-left: 12px !important;
}

.v1-u-mgt-reverse-12 {
  margin-top: -12px !important;
}

.v1-u-mgr-reverse-12 {
  margin-right: -12px !important;
}

.v1-u-mgb-reverse-12 {
  margin-bottom: -12px !important;
}

.v1-u-mgl-reverse-12 {
  margin-left: -12px !important;
}

.v1-u-mgt-13 {
  margin-top: 13px !important;
}

.v1-u-mgr-13 {
  margin-right: 13px !important;
}

.v1-u-mgb-13 {
  margin-bottom: 13px !important;
}

.v1-u-mgl-13 {
  margin-left: 13px !important;
}

.v1-u-mgt-reverse-13 {
  margin-top: -13px !important;
}

.v1-u-mgr-reverse-13 {
  margin-right: -13px !important;
}

.v1-u-mgb-reverse-13 {
  margin-bottom: -13px !important;
}

.v1-u-mgl-reverse-13 {
  margin-left: -13px !important;
}

.v1-u-mgt-14 {
  margin-top: 14px !important;
}

.v1-u-mgr-14 {
  margin-right: 14px !important;
}

.v1-u-mgb-14 {
  margin-bottom: 14px !important;
}

.v1-u-mgl-14 {
  margin-left: 14px !important;
}

.v1-u-mgt-reverse-14 {
  margin-top: -14px !important;
}

.v1-u-mgr-reverse-14 {
  margin-right: -14px !important;
}

.v1-u-mgb-reverse-14 {
  margin-bottom: -14px !important;
}

.v1-u-mgl-reverse-14 {
  margin-left: -14px !important;
}

.v1-u-mgt-15 {
  margin-top: 15px !important;
}

.v1-u-mgr-15 {
  margin-right: 15px !important;
}

.v1-u-mgb-15 {
  margin-bottom: 15px !important;
}

.v1-u-mgl-15 {
  margin-left: 15px !important;
}

.v1-u-mgt-reverse-15 {
  margin-top: -15px !important;
}

.v1-u-mgr-reverse-15 {
  margin-right: -15px !important;
}

.v1-u-mgb-reverse-15 {
  margin-bottom: -15px !important;
}

.v1-u-mgl-reverse-15 {
  margin-left: -15px !important;
}

.v1-u-mgt-16 {
  margin-top: 16px !important;
}

.v1-u-mgr-16 {
  margin-right: 16px !important;
}

.v1-u-mgb-16 {
  margin-bottom: 16px !important;
}

.v1-u-mgl-16 {
  margin-left: 16px !important;
}

.v1-u-mgt-reverse-16 {
  margin-top: -16px !important;
}

.v1-u-mgr-reverse-16 {
  margin-right: -16px !important;
}

.v1-u-mgb-reverse-16 {
  margin-bottom: -16px !important;
}

.v1-u-mgl-reverse-16 {
  margin-left: -16px !important;
}

.v1-u-mgt-17 {
  margin-top: 17px !important;
}

.v1-u-mgr-17 {
  margin-right: 17px !important;
}

.v1-u-mgb-17 {
  margin-bottom: 17px !important;
}

.v1-u-mgl-17 {
  margin-left: 17px !important;
}

.v1-u-mgt-reverse-17 {
  margin-top: -17px !important;
}

.v1-u-mgr-reverse-17 {
  margin-right: -17px !important;
}

.v1-u-mgb-reverse-17 {
  margin-bottom: -17px !important;
}

.v1-u-mgl-reverse-17 {
  margin-left: -17px !important;
}

.v1-u-mgt-18 {
  margin-top: 18px !important;
}

.v1-u-mgr-18 {
  margin-right: 18px !important;
}

.v1-u-mgb-18 {
  margin-bottom: 18px !important;
}

.v1-u-mgl-18 {
  margin-left: 18px !important;
}

.v1-u-mgt-reverse-18 {
  margin-top: -18px !important;
}

.v1-u-mgr-reverse-18 {
  margin-right: -18px !important;
}

.v1-u-mgb-reverse-18 {
  margin-bottom: -18px !important;
}

.v1-u-mgl-reverse-18 {
  margin-left: -18px !important;
}

.v1-u-mgt-19 {
  margin-top: 19px !important;
}

.v1-u-mgr-19 {
  margin-right: 19px !important;
}

.v1-u-mgb-19 {
  margin-bottom: 19px !important;
}

.v1-u-mgl-19 {
  margin-left: 19px !important;
}

.v1-u-mgt-reverse-19 {
  margin-top: -19px !important;
}

.v1-u-mgr-reverse-19 {
  margin-right: -19px !important;
}

.v1-u-mgb-reverse-19 {
  margin-bottom: -19px !important;
}

.v1-u-mgl-reverse-19 {
  margin-left: -19px !important;
}

.v1-u-mgt-20 {
  margin-top: 20px !important;
}

.v1-u-mgr-20 {
  margin-right: 20px !important;
}

.v1-u-mgb-20 {
  margin-bottom: 20px !important;
}

.v1-u-mgl-20 {
  margin-left: 20px !important;
}

.v1-u-mgt-reverse-20 {
  margin-top: -20px !important;
}

.v1-u-mgr-reverse-20 {
  margin-right: -20px !important;
}

.v1-u-mgb-reverse-20 {
  margin-bottom: -20px !important;
}

.v1-u-mgl-reverse-20 {
  margin-left: -20px !important;
}

.v1-u-mgt-21 {
  margin-top: 21px !important;
}

.v1-u-mgr-21 {
  margin-right: 21px !important;
}

.v1-u-mgb-21 {
  margin-bottom: 21px !important;
}

.v1-u-mgl-21 {
  margin-left: 21px !important;
}

.v1-u-mgt-reverse-21 {
  margin-top: -21px !important;
}

.v1-u-mgr-reverse-21 {
  margin-right: -21px !important;
}

.v1-u-mgb-reverse-21 {
  margin-bottom: -21px !important;
}

.v1-u-mgl-reverse-21 {
  margin-left: -21px !important;
}

.v1-u-mgt-22 {
  margin-top: 22px !important;
}

.v1-u-mgr-22 {
  margin-right: 22px !important;
}

.v1-u-mgb-22 {
  margin-bottom: 22px !important;
}

.v1-u-mgl-22 {
  margin-left: 22px !important;
}

.v1-u-mgt-reverse-22 {
  margin-top: -22px !important;
}

.v1-u-mgr-reverse-22 {
  margin-right: -22px !important;
}

.v1-u-mgb-reverse-22 {
  margin-bottom: -22px !important;
}

.v1-u-mgl-reverse-22 {
  margin-left: -22px !important;
}

.v1-u-mgt-23 {
  margin-top: 23px !important;
}

.v1-u-mgr-23 {
  margin-right: 23px !important;
}

.v1-u-mgb-23 {
  margin-bottom: 23px !important;
}

.v1-u-mgl-23 {
  margin-left: 23px !important;
}

.v1-u-mgt-reverse-23 {
  margin-top: -23px !important;
}

.v1-u-mgr-reverse-23 {
  margin-right: -23px !important;
}

.v1-u-mgb-reverse-23 {
  margin-bottom: -23px !important;
}

.v1-u-mgl-reverse-23 {
  margin-left: -23px !important;
}

.v1-u-mgt-24 {
  margin-top: 24px !important;
}

.v1-u-mgr-24 {
  margin-right: 24px !important;
}

.v1-u-mgb-24 {
  margin-bottom: 24px !important;
}

.v1-u-mgl-24 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.v1-u-mgt-reverse-24 {
  margin-top: -24px !important;
}

.v1-u-mgr-reverse-24 {
  margin-right: -24px !important;
}

.v1-u-mgb-reverse-24 {
  margin-bottom: -24px !important;
}

.v1-u-mgl-reverse-24 {
  margin-left: -24px !important;
}

.v1-u-mgt-25 {
  margin-top: 25px !important;
}

.v1-u-mgr-25 {
  margin-right: 25px !important;
}

.v1-u-mgb-25 {
  margin-bottom: 25px !important;
}

.v1-u-mgl-25 {
  margin-left: 25px !important;
}

.v1-u-mgt-reverse-25 {
  margin-top: -25px !important;
}

.v1-u-mgr-reverse-25 {
  margin-right: -25px !important;
}

.v1-u-mgb-reverse-25 {
  margin-bottom: -25px !important;
}

.v1-u-mgl-reverse-25 {
  margin-left: -25px !important;
}

.v1-u-mgt-26 {
  margin-top: 26px !important;
}

.v1-u-mgr-26 {
  margin-right: 26px !important;
}

.v1-u-mgb-26 {
  margin-bottom: 26px !important;
}

.v1-u-mgl-26 {
  margin-left: 26px !important;
}

.v1-u-mgt-reverse-26 {
  margin-top: -26px !important;
}

.v1-u-mgr-reverse-26 {
  margin-right: -26px !important;
}

.v1-u-mgb-reverse-26 {
  margin-bottom: -26px !important;
}

.v1-u-mgl-reverse-26 {
  margin-left: -26px !important;
}

.v1-u-mgt-27 {
  margin-top: 27px !important;
}

.v1-u-mgr-27 {
  margin-right: 27px !important;
}

.v1-u-mgb-27 {
  margin-bottom: 27px !important;
}

.v1-u-mgl-27 {
  margin-left: 27px !important;
}

.v1-u-mgt-reverse-27 {
  margin-top: -27px !important;
}

.v1-u-mgr-reverse-27 {
  margin-right: -27px !important;
}

.v1-u-mgb-reverse-27 {
  margin-bottom: -27px !important;
}

.v1-u-mgl-reverse-27 {
  margin-left: -27px !important;
}

.v1-u-mgt-28 {
  margin-top: 28px !important;
}

.v1-u-mgr-28 {
  margin-right: 28px !important;
}

.v1-u-mgb-28 {
  margin-bottom: 28px !important;
}

.v1-u-mgl-28 {
  margin-left: 28px !important;
}

.v1-u-mgt-reverse-28 {
  margin-top: -28px !important;
}

.v1-u-mgr-reverse-28 {
  margin-right: -28px !important;
}

.v1-u-mgb-reverse-28 {
  margin-bottom: -28px !important;
}

.v1-u-mgl-reverse-28 {
  margin-left: -28px !important;
}

.v1-u-mgt-29 {
  margin-top: 29px !important;
}

.v1-u-mgr-29 {
  margin-right: 29px !important;
}

.v1-u-mgb-29 {
  margin-bottom: 29px !important;
}

.v1-u-mgl-29 {
  margin-left: 29px !important;
}

.v1-u-mgt-reverse-29 {
  margin-top: -29px !important;
}

.v1-u-mgr-reverse-29 {
  margin-right: -29px !important;
}

.v1-u-mgb-reverse-29 {
  margin-bottom: -29px !important;
}

.v1-u-mgl-reverse-29 {
  margin-left: -29px !important;
}

.v1-u-mgt-30 {
  margin-top: 30px !important;
}

.v1-u-mgr-30 {
  margin-right: 30px !important;
}

.v1-u-mgb-30 {
  margin-bottom: 30px !important;
}

.v1-u-mgl-30 {
  margin-left: 30px !important;
}

.v1-u-mgt-reverse-30 {
  margin-top: -30px !important;
}

.v1-u-mgr-reverse-30 {
  margin-right: -30px !important;
}

.v1-u-mgb-reverse-30 {
  margin-bottom: -30px !important;
}

.v1-u-mgl-reverse-30 {
  margin-left: -30px !important;
}

.v1-u-mgt-31 {
  margin-top: 31px !important;
}

.v1-u-mgr-31 {
  margin-right: 31px !important;
}

.v1-u-mgb-31 {
  margin-bottom: 31px !important;
}

.v1-u-mgl-31 {
  margin-left: 31px !important;
}

.v1-u-mgt-reverse-31 {
  margin-top: -31px !important;
}

.v1-u-mgr-reverse-31 {
  margin-right: -31px !important;
}

.v1-u-mgb-reverse-31 {
  margin-bottom: -31px !important;
}

.v1-u-mgl-reverse-31 {
  margin-left: -31px !important;
}

.v1-u-mgt-32 {
  margin-top: 32px !important;
}

.v1-u-mgr-32 {
  margin-right: 32px !important;
}

.v1-u-mgb-32 {
  margin-bottom: 32px !important;
}

.v1-u-mgl-32 {
  margin-left: 32px !important;
}

.v1-u-mgt-reverse-32 {
  margin-top: -32px !important;
}

.v1-u-mgr-reverse-32 {
  margin-right: -32px !important;
}

.v1-u-mgb-reverse-32 {
  margin-bottom: -32px !important;
}

.v1-u-mgl-reverse-32 {
  margin-left: -32px !important;
}

.v1-u-mgt-33 {
  margin-top: 33px !important;
}

.v1-u-mgr-33 {
  margin-right: 33px !important;
}

.v1-u-mgb-33 {
  margin-bottom: 33px !important;
}

.v1-u-mgl-33 {
  margin-left: 33px !important;
}

.v1-u-mgt-reverse-33 {
  margin-top: -33px !important;
}

.v1-u-mgr-reverse-33 {
  margin-right: -33px !important;
}

.v1-u-mgb-reverse-33 {
  margin-bottom: -33px !important;
}

.v1-u-mgl-reverse-33 {
  margin-left: -33px !important;
}

.v1-u-mgt-34 {
  margin-top: 34px !important;
}

.v1-u-mgr-34 {
  margin-right: 34px !important;
}

.v1-u-mgb-34 {
  margin-bottom: 34px !important;
}

.v1-u-mgl-34 {
  margin-left: 34px !important;
}

.v1-u-mgt-reverse-34 {
  margin-top: -34px !important;
}

.v1-u-mgr-reverse-34 {
  margin-right: -34px !important;
}

.v1-u-mgb-reverse-34 {
  margin-bottom: -34px !important;
}

.v1-u-mgl-reverse-34 {
  margin-left: -34px !important;
}

.v1-u-mgt-35 {
  margin-top: 35px !important;
}

.v1-u-mgr-35 {
  margin-right: 35px !important;
}

.v1-u-mgb-35 {
  margin-bottom: 35px !important;
}

.v1-u-mgl-35 {
  margin-left: 35px !important;
}

.v1-u-mgt-reverse-35 {
  margin-top: -35px !important;
}

.v1-u-mgr-reverse-35 {
  margin-right: -35px !important;
}

.v1-u-mgb-reverse-35 {
  margin-bottom: -35px !important;
}

.v1-u-mgl-reverse-35 {
  margin-left: -35px !important;
}

.v1-u-mgt-36 {
  margin-top: 36px !important;
}

.v1-u-mgr-36 {
  margin-right: 36px !important;
}

.v1-u-mgb-36 {
  margin-bottom: 36px !important;
}

.v1-u-mgl-36 {
  margin-left: 36px !important;
}

.v1-u-mgt-reverse-36 {
  margin-top: -36px !important;
}

.v1-u-mgr-reverse-36 {
  margin-right: -36px !important;
}

.v1-u-mgb-reverse-36 {
  margin-bottom: -36px !important;
}

.v1-u-mgl-reverse-36 {
  margin-left: -36px !important;
}

.v1-u-mgt-37 {
  margin-top: 37px !important;
}

.v1-u-mgr-37 {
  margin-right: 37px !important;
}

.v1-u-mgb-37 {
  margin-bottom: 37px !important;
}

.v1-u-mgl-37 {
  margin-left: 37px !important;
}

.v1-u-mgt-reverse-37 {
  margin-top: -37px !important;
}

.v1-u-mgr-reverse-37 {
  margin-right: -37px !important;
}

.v1-u-mgb-reverse-37 {
  margin-bottom: -37px !important;
}

.v1-u-mgl-reverse-37 {
  margin-left: -37px !important;
}

.v1-u-mgt-38 {
  margin-top: 38px !important;
}

.v1-u-mgr-38 {
  margin-right: 38px !important;
}

.v1-u-mgb-38 {
  margin-bottom: 38px !important;
}

.v1-u-mgl-38 {
  margin-left: 38px !important;
}

.v1-u-mgt-reverse-38 {
  margin-top: -38px !important;
}

.v1-u-mgr-reverse-38 {
  margin-right: -38px !important;
}

.v1-u-mgb-reverse-38 {
  margin-bottom: -38px !important;
}

.v1-u-mgl-reverse-38 {
  margin-left: -38px !important;
}

.v1-u-mgt-39 {
  margin-top: 39px !important;
}

.v1-u-mgr-39 {
  margin-right: 39px !important;
}

.v1-u-mgb-39 {
  margin-bottom: 39px !important;
}

.v1-u-mgl-39 {
  margin-left: 39px !important;
}

.v1-u-mgt-reverse-39 {
  margin-top: -39px !important;
}

.v1-u-mgr-reverse-39 {
  margin-right: -39px !important;
}

.v1-u-mgb-reverse-39 {
  margin-bottom: -39px !important;
}

.v1-u-mgl-reverse-39 {
  margin-left: -39px !important;
}

.v1-u-mgt-40 {
  margin-top: 40px !important;
}

.v1-u-mgr-40 {
  margin-right: 40px !important;
}

.v1-u-mgb-40 {
  margin-bottom: 40px !important;
}

.v1-u-mgl-40 {
  margin-left: 40px !important;
}

.v1-u-mgt-reverse-40 {
  margin-top: -40px !important;
}

.v1-u-mgr-reverse-40 {
  margin-right: -40px !important;
}

.v1-u-mgb-reverse-40 {
  margin-bottom: -40px !important;
}

.v1-u-mgl-reverse-40 {
  margin-left: -40px !important;
}

.v1-u-mgt-41 {
  margin-top: 41px !important;
}

.v1-u-mgr-41 {
  margin-right: 41px !important;
}

.v1-u-mgb-41 {
  margin-bottom: 41px !important;
}

.v1-u-mgl-41 {
  margin-left: 41px !important;
}

.v1-u-mgt-reverse-41 {
  margin-top: -41px !important;
}

.v1-u-mgr-reverse-41 {
  margin-right: -41px !important;
}

.v1-u-mgb-reverse-41 {
  margin-bottom: -41px !important;
}

.v1-u-mgl-reverse-41 {
  margin-left: -41px !important;
}

.v1-u-mgt-42 {
  margin-top: 42px !important;
}

.v1-u-mgr-42 {
  margin-right: 42px !important;
}

.v1-u-mgb-42 {
  margin-bottom: 42px !important;
}

.v1-u-mgl-42 {
  margin-left: 42px !important;
}

.v1-u-mgt-reverse-42 {
  margin-top: -42px !important;
}

.v1-u-mgr-reverse-42 {
  margin-right: -42px !important;
}

.v1-u-mgb-reverse-42 {
  margin-bottom: -42px !important;
}

.v1-u-mgl-reverse-42 {
  margin-left: -42px !important;
}

.v1-u-mgt-43 {
  margin-top: 43px !important;
}

.v1-u-mgr-43 {
  margin-right: 43px !important;
}

.v1-u-mgb-43 {
  margin-bottom: 43px !important;
}

.v1-u-mgl-43 {
  margin-left: 43px !important;
}

.v1-u-mgt-reverse-43 {
  margin-top: -43px !important;
}

.v1-u-mgr-reverse-43 {
  margin-right: -43px !important;
}

.v1-u-mgb-reverse-43 {
  margin-bottom: -43px !important;
}

.v1-u-mgl-reverse-43 {
  margin-left: -43px !important;
}

.v1-u-mgt-44 {
  margin-top: 44px !important;
}

.v1-u-mgr-44 {
  margin-right: 44px !important;
}

.v1-u-mgb-44 {
  margin-bottom: 44px !important;
}

.v1-u-mgl-44 {
  margin-left: 44px !important;
}

.v1-u-mgt-reverse-44 {
  margin-top: -44px !important;
}

.v1-u-mgr-reverse-44 {
  margin-right: -44px !important;
}

.v1-u-mgb-reverse-44 {
  margin-bottom: -44px !important;
}

.v1-u-mgl-reverse-44 {
  margin-left: -44px !important;
}

.v1-u-mgt-45 {
  margin-top: 45px !important;
}

.v1-u-mgr-45 {
  margin-right: 45px !important;
}

.v1-u-mgb-45 {
  margin-bottom: 45px !important;
}

.v1-u-mgl-45 {
  margin-left: 45px !important;
}

.v1-u-mgt-reverse-45 {
  margin-top: -45px !important;
}

.v1-u-mgr-reverse-45 {
  margin-right: -45px !important;
}

.v1-u-mgb-reverse-45 {
  margin-bottom: -45px !important;
}

.v1-u-mgl-reverse-45 {
  margin-left: -45px !important;
}

.v1-u-mgt-46 {
  margin-top: 46px !important;
}

.v1-u-mgr-46 {
  margin-right: 46px !important;
}

.v1-u-mgb-46 {
  margin-bottom: 46px !important;
}

.v1-u-mgl-46 {
  margin-left: 46px !important;
}

.v1-u-mgt-reverse-46 {
  margin-top: -46px !important;
}

.v1-u-mgr-reverse-46 {
  margin-right: -46px !important;
}

.v1-u-mgb-reverse-46 {
  margin-bottom: -46px !important;
}

.v1-u-mgl-reverse-46 {
  margin-left: -46px !important;
}

.v1-u-mgt-47 {
  margin-top: 47px !important;
}

.v1-u-mgr-47 {
  margin-right: 47px !important;
}

.v1-u-mgb-47 {
  margin-bottom: 47px !important;
}

.v1-u-mgl-47 {
  margin-left: 47px !important;
}

.v1-u-mgt-reverse-47 {
  margin-top: -47px !important;
}

.v1-u-mgr-reverse-47 {
  margin-right: -47px !important;
}

.v1-u-mgb-reverse-47 {
  margin-bottom: -47px !important;
}

.v1-u-mgl-reverse-47 {
  margin-left: -47px !important;
}

.v1-u-mgt-48 {
  margin-top: 48px !important;
}

.v1-u-mgr-48 {
  margin-right: 48px !important;
}

.v1-u-mgb-48 {
  margin-bottom: 48px !important;
}

.v1-u-mgl-48 {
  margin-left: 48px !important;
}

.v1-u-mgt-reverse-48 {
  margin-top: -48px !important;
}

.v1-u-mgr-reverse-48 {
  margin-right: -48px !important;
}

.v1-u-mgb-reverse-48 {
  margin-bottom: -48px !important;
}

.v1-u-mgl-reverse-48 {
  margin-left: -48px !important;
}

.v1-u-mgt-49 {
  margin-top: 49px !important;
}

.v1-u-mgr-49 {
  margin-right: 49px !important;
}

.v1-u-mgb-49 {
  margin-bottom: 49px !important;
}

.v1-u-mgl-49 {
  margin-left: 49px !important;
}

.v1-u-mgt-reverse-49 {
  margin-top: -49px !important;
}

.v1-u-mgr-reverse-49 {
  margin-right: -49px !important;
}

.v1-u-mgb-reverse-49 {
  margin-bottom: -49px !important;
}

.v1-u-mgl-reverse-49 {
  margin-left: -49px !important;
}

.v1-u-mgt-50 {
  margin-top: 50px !important;
}

.v1-u-mgr-50 {
  margin-right: 50px !important;
}

.v1-u-mgb-50 {
  margin-bottom: 50px !important;
}

.v1-u-mgl-50 {
  margin-left: 50px !important;
}

.v1-u-mgt-reverse-50 {
  margin-top: -50px !important;
}

.v1-u-mgr-reverse-50 {
  margin-right: -50px !important;
}

.v1-u-mgb-reverse-50 {
  margin-bottom: -50px !important;
}

.v1-u-mgl-reverse-50 {
  margin-left: -50px !important;
}

.v1-u-mgt-51 {
  margin-top: 51px !important;
}

.v1-u-mgr-51 {
  margin-right: 51px !important;
}

.v1-u-mgb-51 {
  margin-bottom: 51px !important;
}

.v1-u-mgl-51 {
  margin-left: 51px !important;
}

.v1-u-mgt-reverse-51 {
  margin-top: -51px !important;
}

.v1-u-mgr-reverse-51 {
  margin-right: -51px !important;
}

.v1-u-mgb-reverse-51 {
  margin-bottom: -51px !important;
}

.v1-u-mgl-reverse-51 {
  margin-left: -51px !important;
}

.v1-u-mgt-52 {
  margin-top: 52px !important;
}

.v1-u-mgr-52 {
  margin-right: 52px !important;
}

.v1-u-mgb-52 {
  margin-bottom: 52px !important;
}

.v1-u-mgl-52 {
  margin-left: 52px !important;
}

.v1-u-mgt-reverse-52 {
  margin-top: -52px !important;
}

.v1-u-mgr-reverse-52 {
  margin-right: -52px !important;
}

.v1-u-mgb-reverse-52 {
  margin-bottom: -52px !important;
}

.v1-u-mgl-reverse-52 {
  margin-left: -52px !important;
}

.v1-u-mgt-53 {
  margin-top: 53px !important;
}

.v1-u-mgr-53 {
  margin-right: 53px !important;
}

.v1-u-mgb-53 {
  margin-bottom: 53px !important;
}

.v1-u-mgl-53 {
  margin-left: 53px !important;
}

.v1-u-mgt-reverse-53 {
  margin-top: -53px !important;
}

.v1-u-mgr-reverse-53 {
  margin-right: -53px !important;
}

.v1-u-mgb-reverse-53 {
  margin-bottom: -53px !important;
}

.v1-u-mgl-reverse-53 {
  margin-left: -53px !important;
}

.v1-u-mgt-54 {
  margin-top: 54px !important;
}

.v1-u-mgr-54 {
  margin-right: 54px !important;
}

.v1-u-mgb-54 {
  margin-bottom: 54px !important;
}

.v1-u-mgl-54 {
  margin-left: 54px !important;
}

.v1-u-mgt-reverse-54 {
  margin-top: -54px !important;
}

.v1-u-mgr-reverse-54 {
  margin-right: -54px !important;
}

.v1-u-mgb-reverse-54 {
  margin-bottom: -54px !important;
}

.v1-u-mgl-reverse-54 {
  margin-left: -54px !important;
}

.v1-u-mgt-55 {
  margin-top: 55px !important;
}

.v1-u-mgr-55 {
  margin-right: 55px !important;
}

.v1-u-mgb-55 {
  margin-bottom: 55px !important;
}

.v1-u-mgl-55 {
  margin-left: 55px !important;
}

.v1-u-mgt-reverse-55 {
  margin-top: -55px !important;
}

.v1-u-mgr-reverse-55 {
  margin-right: -55px !important;
}

.v1-u-mgb-reverse-55 {
  margin-bottom: -55px !important;
}

.v1-u-mgl-reverse-55 {
  margin-left: -55px !important;
}

.v1-u-mgt-56 {
  margin-top: 56px !important;
}

.v1-u-mgr-56 {
  margin-right: 56px !important;
}

.v1-u-mgb-56 {
  margin-bottom: 56px !important;
}

.v1-u-mgl-56 {
  margin-left: 56px !important;
}

.v1-u-mgt-reverse-56 {
  margin-top: -56px !important;
}

.v1-u-mgr-reverse-56 {
  margin-right: -56px !important;
}

.v1-u-mgb-reverse-56 {
  margin-bottom: -56px !important;
}

.v1-u-mgl-reverse-56 {
  margin-left: -56px !important;
}

.v1-u-mgt-57 {
  margin-top: 57px !important;
}

.v1-u-mgr-57 {
  margin-right: 57px !important;
}

.v1-u-mgb-57 {
  margin-bottom: 57px !important;
}

.v1-u-mgl-57 {
  margin-left: 57px !important;
}

.v1-u-mgt-reverse-57 {
  margin-top: -57px !important;
}

.v1-u-mgr-reverse-57 {
  margin-right: -57px !important;
}

.v1-u-mgb-reverse-57 {
  margin-bottom: -57px !important;
}

.v1-u-mgl-reverse-57 {
  margin-left: -57px !important;
}

.v1-u-mgt-58 {
  margin-top: 58px !important;
}

.v1-u-mgr-58 {
  margin-right: 58px !important;
}

.v1-u-mgb-58 {
  margin-bottom: 58px !important;
}

.v1-u-mgl-58 {
  margin-left: 58px !important;
}

.v1-u-mgt-reverse-58 {
  margin-top: -58px !important;
}

.v1-u-mgr-reverse-58 {
  margin-right: -58px !important;
}

.v1-u-mgb-reverse-58 {
  margin-bottom: -58px !important;
}

.v1-u-mgl-reverse-58 {
  margin-left: -58px !important;
}

.v1-u-mgt-59 {
  margin-top: 59px !important;
}

.v1-u-mgr-59 {
  margin-right: 59px !important;
}

.v1-u-mgb-59 {
  margin-bottom: 59px !important;
}

.v1-u-mgl-59 {
  margin-left: 59px !important;
}

.v1-u-mgt-reverse-59 {
  margin-top: -59px !important;
}

.v1-u-mgr-reverse-59 {
  margin-right: -59px !important;
}

.v1-u-mgb-reverse-59 {
  margin-bottom: -59px !important;
}

.v1-u-mgl-reverse-59 {
  margin-left: -59px !important;
}

.v1-u-mgt-60 {
  margin-top: 60px !important;
}

.v1-u-mgr-60 {
  margin-right: 60px !important;
}

.v1-u-mgb-60 {
  margin-bottom: 60px !important;
}

.v1-u-mgl-60 {
  margin-left: 60px !important;
}

.v1-u-mgt-reverse-60 {
  margin-top: -60px !important;
}

.v1-u-mgr-reverse-60 {
  margin-right: -60px !important;
}

.v1-u-mgb-reverse-60 {
  margin-bottom: -60px !important;
}

.v1-u-mgl-reverse-60 {
  margin-left: -60px !important;
}

.v1-u-mgt-61 {
  margin-top: 61px !important;
}

.v1-u-mgr-61 {
  margin-right: 61px !important;
}

.v1-u-mgb-61 {
  margin-bottom: 61px !important;
}

.v1-u-mgl-61 {
  margin-left: 61px !important;
}

.v1-u-mgt-reverse-61 {
  margin-top: -61px !important;
}

.v1-u-mgr-reverse-61 {
  margin-right: -61px !important;
}

.v1-u-mgb-reverse-61 {
  margin-bottom: -61px !important;
}

.v1-u-mgl-reverse-61 {
  margin-left: -61px !important;
}

.v1-u-mgt-62 {
  margin-top: 62px !important;
}

.v1-u-mgr-62 {
  margin-right: 62px !important;
}

.v1-u-mgb-62 {
  margin-bottom: 62px !important;
}

.v1-u-mgl-62 {
  margin-left: 62px !important;
}

.v1-u-mgt-reverse-62 {
  margin-top: -62px !important;
}

.v1-u-mgr-reverse-62 {
  margin-right: -62px !important;
}

.v1-u-mgb-reverse-62 {
  margin-bottom: -62px !important;
}

.v1-u-mgl-reverse-62 {
  margin-left: -62px !important;
}

.v1-u-mgt-63 {
  margin-top: 63px !important;
}

.v1-u-mgr-63 {
  margin-right: 63px !important;
}

.v1-u-mgb-63 {
  margin-bottom: 63px !important;
}

.v1-u-mgl-63 {
  margin-left: 63px !important;
}

.v1-u-mgt-reverse-63 {
  margin-top: -63px !important;
}

.v1-u-mgr-reverse-63 {
  margin-right: -63px !important;
}

.v1-u-mgb-reverse-63 {
  margin-bottom: -63px !important;
}

.v1-u-mgl-reverse-63 {
  margin-left: -63px !important;
}

.v1-u-mgt-64 {
  margin-top: 64px !important;
}

.v1-u-mgr-64 {
  margin-right: 64px !important;
}

.v1-u-mgb-64 {
  margin-bottom: 64px !important;
}

.v1-u-mgl-64 {
  margin-left: 64px !important;
}

.v1-u-mgt-reverse-64 {
  margin-top: -64px !important;
}

.v1-u-mgr-reverse-64 {
  margin-right: -64px !important;
}

.v1-u-mgb-reverse-64 {
  margin-bottom: -64px !important;
}

.v1-u-mgl-reverse-64 {
  margin-left: -64px !important;
}

.v1-u-mgt-65 {
  margin-top: 65px !important;
}

.v1-u-mgr-65 {
  margin-right: 65px !important;
}

.v1-u-mgb-65 {
  margin-bottom: 65px !important;
}

.v1-u-mgl-65 {
  margin-left: 65px !important;
}

.v1-u-mgt-reverse-65 {
  margin-top: -65px !important;
}

.v1-u-mgr-reverse-65 {
  margin-right: -65px !important;
}

.v1-u-mgb-reverse-65 {
  margin-bottom: -65px !important;
}

.v1-u-mgl-reverse-65 {
  margin-left: -65px !important;
}

.v1-u-mgt-66 {
  margin-top: 66px !important;
}

.v1-u-mgr-66 {
  margin-right: 66px !important;
}

.v1-u-mgb-66 {
  margin-bottom: 66px !important;
}

.v1-u-mgl-66 {
  margin-left: 66px !important;
}

.v1-u-mgt-reverse-66 {
  margin-top: -66px !important;
}

.v1-u-mgr-reverse-66 {
  margin-right: -66px !important;
}

.v1-u-mgb-reverse-66 {
  margin-bottom: -66px !important;
}

.v1-u-mgl-reverse-66 {
  margin-left: -66px !important;
}

.v1-u-mgt-67 {
  margin-top: 67px !important;
}

.v1-u-mgr-67 {
  margin-right: 67px !important;
}

.v1-u-mgb-67 {
  margin-bottom: 67px !important;
}

.v1-u-mgl-67 {
  margin-left: 67px !important;
}

.v1-u-mgt-reverse-67 {
  margin-top: -67px !important;
}

.v1-u-mgr-reverse-67 {
  margin-right: -67px !important;
}

.v1-u-mgb-reverse-67 {
  margin-bottom: -67px !important;
}

.v1-u-mgl-reverse-67 {
  margin-left: -67px !important;
}

.v1-u-mgt-68 {
  margin-top: 68px !important;
}

.v1-u-mgr-68 {
  margin-right: 68px !important;
}

.v1-u-mgb-68 {
  margin-bottom: 68px !important;
}

.v1-u-mgl-68 {
  margin-left: 68px !important;
}

.v1-u-mgt-reverse-68 {
  margin-top: -68px !important;
}

.v1-u-mgr-reverse-68 {
  margin-right: -68px !important;
}

.v1-u-mgb-reverse-68 {
  margin-bottom: -68px !important;
}

.v1-u-mgl-reverse-68 {
  margin-left: -68px !important;
}

.v1-u-mgt-69 {
  margin-top: 69px !important;
}

.v1-u-mgr-69 {
  margin-right: 69px !important;
}

.v1-u-mgb-69 {
  margin-bottom: 69px !important;
}

.v1-u-mgl-69 {
  margin-left: 69px !important;
}

.v1-u-mgt-reverse-69 {
  margin-top: -69px !important;
}

.v1-u-mgr-reverse-69 {
  margin-right: -69px !important;
}

.v1-u-mgb-reverse-69 {
  margin-bottom: -69px !important;
}

.v1-u-mgl-reverse-69 {
  margin-left: -69px !important;
}

.v1-u-mgt-70 {
  margin-top: 70px !important;
}

.v1-u-mgr-70 {
  margin-right: 70px !important;
}

.v1-u-mgb-70 {
  margin-bottom: 70px !important;
}

.v1-u-mgl-70 {
  margin-left: 70px !important;
}

.v1-u-mgt-reverse-70 {
  margin-top: -70px !important;
}

.v1-u-mgr-reverse-70 {
  margin-right: -70px !important;
}

.v1-u-mgb-reverse-70 {
  margin-bottom: -70px !important;
}

.v1-u-mgl-reverse-70 {
  margin-left: -70px !important;
}

.v1-u-mgt-71 {
  margin-top: 71px !important;
}

.v1-u-mgr-71 {
  margin-right: 71px !important;
}

.v1-u-mgb-71 {
  margin-bottom: 71px !important;
}

.v1-u-mgl-71 {
  margin-left: 71px !important;
}

.v1-u-mgt-reverse-71 {
  margin-top: -71px !important;
}

.v1-u-mgr-reverse-71 {
  margin-right: -71px !important;
}

.v1-u-mgb-reverse-71 {
  margin-bottom: -71px !important;
}

.v1-u-mgl-reverse-71 {
  margin-left: -71px !important;
}

.v1-u-mgt-72 {
  margin-top: 72px !important;
}

.v1-u-mgr-72 {
  margin-right: 72px !important;
}

.v1-u-mgb-72 {
  margin-bottom: 72px !important;
}

.v1-u-mgl-72 {
  margin-left: 72px !important;
}

.v1-u-mgt-reverse-72 {
  margin-top: -72px !important;
}

.v1-u-mgr-reverse-72 {
  margin-right: -72px !important;
}

.v1-u-mgb-reverse-72 {
  margin-bottom: -72px !important;
}

.v1-u-mgl-reverse-72 {
  margin-left: -72px !important;
}

.v1-u-mgt-73 {
  margin-top: 73px !important;
}

.v1-u-mgr-73 {
  margin-right: 73px !important;
}

.v1-u-mgb-73 {
  margin-bottom: 73px !important;
}

.v1-u-mgl-73 {
  margin-left: 73px !important;
}

.v1-u-mgt-reverse-73 {
  margin-top: -73px !important;
}

.v1-u-mgr-reverse-73 {
  margin-right: -73px !important;
}

.v1-u-mgb-reverse-73 {
  margin-bottom: -73px !important;
}

.v1-u-mgl-reverse-73 {
  margin-left: -73px !important;
}

.v1-u-mgt-74 {
  margin-top: 74px !important;
}

.v1-u-mgr-74 {
  margin-right: 74px !important;
}

.v1-u-mgb-74 {
  margin-bottom: 74px !important;
}

.v1-u-mgl-74 {
  margin-left: 74px !important;
}

.v1-u-mgt-reverse-74 {
  margin-top: -74px !important;
}

.v1-u-mgr-reverse-74 {
  margin-right: -74px !important;
}

.v1-u-mgb-reverse-74 {
  margin-bottom: -74px !important;
}

.v1-u-mgl-reverse-74 {
  margin-left: -74px !important;
}

.v1-u-mgt-75 {
  margin-top: 75px !important;
}

.v1-u-mgr-75 {
  margin-right: 75px !important;
}

.v1-u-mgb-75 {
  margin-bottom: 75px !important;
}

.v1-u-mgl-75 {
  margin-left: 75px !important;
}

.v1-u-mgt-reverse-75 {
  margin-top: -75px !important;
}

.v1-u-mgr-reverse-75 {
  margin-right: -75px !important;
}

.v1-u-mgb-reverse-75 {
  margin-bottom: -75px !important;
}

.v1-u-mgl-reverse-75 {
  margin-left: -75px !important;
}

.v1-u-mgt-76 {
  margin-top: 76px !important;
}

.v1-u-mgr-76 {
  margin-right: 76px !important;
}

.v1-u-mgb-76 {
  margin-bottom: 76px !important;
}

.v1-u-mgl-76 {
  margin-left: 76px !important;
}

.v1-u-mgt-reverse-76 {
  margin-top: -76px !important;
}

.v1-u-mgr-reverse-76 {
  margin-right: -76px !important;
}

.v1-u-mgb-reverse-76 {
  margin-bottom: -76px !important;
}

.v1-u-mgl-reverse-76 {
  margin-left: -76px !important;
}

.v1-u-mgt-77 {
  margin-top: 77px !important;
}

.v1-u-mgr-77 {
  margin-right: 77px !important;
}

.v1-u-mgb-77 {
  margin-bottom: 77px !important;
}

.v1-u-mgl-77 {
  margin-left: 77px !important;
}

.v1-u-mgt-reverse-77 {
  margin-top: -77px !important;
}

.v1-u-mgr-reverse-77 {
  margin-right: -77px !important;
}

.v1-u-mgb-reverse-77 {
  margin-bottom: -77px !important;
}

.v1-u-mgl-reverse-77 {
  margin-left: -77px !important;
}

.v1-u-mgt-78 {
  margin-top: 78px !important;
}

.v1-u-mgr-78 {
  margin-right: 78px !important;
}

.v1-u-mgb-78 {
  margin-bottom: 78px !important;
}

.v1-u-mgl-78 {
  margin-left: 78px !important;
}

.v1-u-mgt-reverse-78 {
  margin-top: -78px !important;
}

.v1-u-mgr-reverse-78 {
  margin-right: -78px !important;
}

.v1-u-mgb-reverse-78 {
  margin-bottom: -78px !important;
}

.v1-u-mgl-reverse-78 {
  margin-left: -78px !important;
}

.v1-u-mgt-79 {
  margin-top: 79px !important;
}

.v1-u-mgr-79 {
  margin-right: 79px !important;
}

.v1-u-mgb-79 {
  margin-bottom: 79px !important;
}

.v1-u-mgl-79 {
  margin-left: 79px !important;
}

.v1-u-mgt-reverse-79 {
  margin-top: -79px !important;
}

.v1-u-mgr-reverse-79 {
  margin-right: -79px !important;
}

.v1-u-mgb-reverse-79 {
  margin-bottom: -79px !important;
}

.v1-u-mgl-reverse-79 {
  margin-left: -79px !important;
}

.v1-u-mgt-80 {
  margin-top: 80px !important;
}

.v1-u-mgr-80 {
  margin-right: 80px !important;
}

.v1-u-mgb-80 {
  margin-bottom: 80px !important;
}

.v1-u-mgl-80 {
  margin-left: 80px !important;
}

.v1-u-mgt-reverse-80 {
  margin-top: -80px !important;
}

.v1-u-mgr-reverse-80 {
  margin-right: -80px !important;
}

.v1-u-mgb-reverse-80 {
  margin-bottom: -80px !important;
}

.v1-u-mgl-reverse-80 {
  margin-left: -80px !important;
}

.v1-u-mgt-81 {
  margin-top: 81px !important;
}

.v1-u-mgr-81 {
  margin-right: 81px !important;
}

.v1-u-mgb-81 {
  margin-bottom: 81px !important;
}

.v1-u-mgl-81 {
  margin-left: 81px !important;
}

.v1-u-mgt-reverse-81 {
  margin-top: -81px !important;
}

.v1-u-mgr-reverse-81 {
  margin-right: -81px !important;
}

.v1-u-mgb-reverse-81 {
  margin-bottom: -81px !important;
}

.v1-u-mgl-reverse-81 {
  margin-left: -81px !important;
}

.v1-u-mgt-82 {
  margin-top: 82px !important;
}

.v1-u-mgr-82 {
  margin-right: 82px !important;
}

.v1-u-mgb-82 {
  margin-bottom: 82px !important;
}

.v1-u-mgl-82 {
  margin-left: 82px !important;
}

.v1-u-mgt-reverse-82 {
  margin-top: -82px !important;
}

.v1-u-mgr-reverse-82 {
  margin-right: -82px !important;
}

.v1-u-mgb-reverse-82 {
  margin-bottom: -82px !important;
}

.v1-u-mgl-reverse-82 {
  margin-left: -82px !important;
}

.v1-u-mgt-83 {
  margin-top: 83px !important;
}

.v1-u-mgr-83 {
  margin-right: 83px !important;
}

.v1-u-mgb-83 {
  margin-bottom: 83px !important;
}

.v1-u-mgl-83 {
  margin-left: 83px !important;
}

.v1-u-mgt-reverse-83 {
  margin-top: -83px !important;
}

.v1-u-mgr-reverse-83 {
  margin-right: -83px !important;
}

.v1-u-mgb-reverse-83 {
  margin-bottom: -83px !important;
}

.v1-u-mgl-reverse-83 {
  margin-left: -83px !important;
}

.v1-u-mgt-84 {
  margin-top: 84px !important;
}

.v1-u-mgr-84 {
  margin-right: 84px !important;
}

.v1-u-mgb-84 {
  margin-bottom: 84px !important;
}

.v1-u-mgl-84 {
  margin-left: 84px !important;
}

.v1-u-mgt-reverse-84 {
  margin-top: -84px !important;
}

.v1-u-mgr-reverse-84 {
  margin-right: -84px !important;
}

.v1-u-mgb-reverse-84 {
  margin-bottom: -84px !important;
}

.v1-u-mgl-reverse-84 {
  margin-left: -84px !important;
}

.v1-u-mgt-85 {
  margin-top: 85px !important;
}

.v1-u-mgr-85 {
  margin-right: 85px !important;
}

.v1-u-mgb-85 {
  margin-bottom: 85px !important;
}

.v1-u-mgl-85 {
  margin-left: 85px !important;
}

.v1-u-mgt-reverse-85 {
  margin-top: -85px !important;
}

.v1-u-mgr-reverse-85 {
  margin-right: -85px !important;
}

.v1-u-mgb-reverse-85 {
  margin-bottom: -85px !important;
}

.v1-u-mgl-reverse-85 {
  margin-left: -85px !important;
}

.v1-u-mgt-86 {
  margin-top: 86px !important;
}

.v1-u-mgr-86 {
  margin-right: 86px !important;
}

.v1-u-mgb-86 {
  margin-bottom: 86px !important;
}

.v1-u-mgl-86 {
  margin-left: 86px !important;
}

.v1-u-mgt-reverse-86 {
  margin-top: -86px !important;
}

.v1-u-mgr-reverse-86 {
  margin-right: -86px !important;
}

.v1-u-mgb-reverse-86 {
  margin-bottom: -86px !important;
}

.v1-u-mgl-reverse-86 {
  margin-left: -86px !important;
}

.v1-u-mgt-87 {
  margin-top: 87px !important;
}

.v1-u-mgr-87 {
  margin-right: 87px !important;
}

.v1-u-mgb-87 {
  margin-bottom: 87px !important;
}

.v1-u-mgl-87 {
  margin-left: 87px !important;
}

.v1-u-mgt-reverse-87 {
  margin-top: -87px !important;
}

.v1-u-mgr-reverse-87 {
  margin-right: -87px !important;
}

.v1-u-mgb-reverse-87 {
  margin-bottom: -87px !important;
}

.v1-u-mgl-reverse-87 {
  margin-left: -87px !important;
}

.v1-u-mgt-88 {
  margin-top: 88px !important;
}

.v1-u-mgr-88 {
  margin-right: 88px !important;
}

.v1-u-mgb-88 {
  margin-bottom: 88px !important;
}

.v1-u-mgl-88 {
  margin-left: 88px !important;
}

.v1-u-mgt-reverse-88 {
  margin-top: -88px !important;
}

.v1-u-mgr-reverse-88 {
  margin-right: -88px !important;
}

.v1-u-mgb-reverse-88 {
  margin-bottom: -88px !important;
}

.v1-u-mgl-reverse-88 {
  margin-left: -88px !important;
}

.v1-u-mgt-89 {
  margin-top: 89px !important;
}

.v1-u-mgr-89 {
  margin-right: 89px !important;
}

.v1-u-mgb-89 {
  margin-bottom: 89px !important;
}

.v1-u-mgl-89 {
  margin-left: 89px !important;
}

.v1-u-mgt-reverse-89 {
  margin-top: -89px !important;
}

.v1-u-mgr-reverse-89 {
  margin-right: -89px !important;
}

.v1-u-mgb-reverse-89 {
  margin-bottom: -89px !important;
}

.v1-u-mgl-reverse-89 {
  margin-left: -89px !important;
}

.v1-u-mgt-90 {
  margin-top: 90px !important;
}

.v1-u-mgr-90 {
  margin-right: 90px !important;
}

.v1-u-mgb-90 {
  margin-bottom: 90px !important;
}

.v1-u-mgl-90 {
  margin-left: 90px !important;
}

.v1-u-mgt-reverse-90 {
  margin-top: -90px !important;
}

.v1-u-mgr-reverse-90 {
  margin-right: -90px !important;
}

.v1-u-mgb-reverse-90 {
  margin-bottom: -90px !important;
}

.v1-u-mgl-reverse-90 {
  margin-left: -90px !important;
}

.v1-u-mgt-91 {
  margin-top: 91px !important;
}

.v1-u-mgr-91 {
  margin-right: 91px !important;
}

.v1-u-mgb-91 {
  margin-bottom: 91px !important;
}

.v1-u-mgl-91 {
  margin-left: 91px !important;
}

.v1-u-mgt-reverse-91 {
  margin-top: -91px !important;
}

.v1-u-mgr-reverse-91 {
  margin-right: -91px !important;
}

.v1-u-mgb-reverse-91 {
  margin-bottom: -91px !important;
}

.v1-u-mgl-reverse-91 {
  margin-left: -91px !important;
}

.v1-u-mgt-92 {
  margin-top: 92px !important;
}

.v1-u-mgr-92 {
  margin-right: 92px !important;
}

.v1-u-mgb-92 {
  margin-bottom: 92px !important;
}

.v1-u-mgl-92 {
  margin-left: 92px !important;
}

.v1-u-mgt-reverse-92 {
  margin-top: -92px !important;
}

.v1-u-mgr-reverse-92 {
  margin-right: -92px !important;
}

.v1-u-mgb-reverse-92 {
  margin-bottom: -92px !important;
}

.v1-u-mgl-reverse-92 {
  margin-left: -92px !important;
}

.v1-u-mgt-93 {
  margin-top: 93px !important;
}

.v1-u-mgr-93 {
  margin-right: 93px !important;
}

.v1-u-mgb-93 {
  margin-bottom: 93px !important;
}

.v1-u-mgl-93 {
  margin-left: 93px !important;
}

.v1-u-mgt-reverse-93 {
  margin-top: -93px !important;
}

.v1-u-mgr-reverse-93 {
  margin-right: -93px !important;
}

.v1-u-mgb-reverse-93 {
  margin-bottom: -93px !important;
}

.v1-u-mgl-reverse-93 {
  margin-left: -93px !important;
}

.v1-u-mgt-94 {
  margin-top: 94px !important;
}

.v1-u-mgr-94 {
  margin-right: 94px !important;
}

.v1-u-mgb-94 {
  margin-bottom: 94px !important;
}

.v1-u-mgl-94 {
  margin-left: 94px !important;
}

.v1-u-mgt-reverse-94 {
  margin-top: -94px !important;
}

.v1-u-mgr-reverse-94 {
  margin-right: -94px !important;
}

.v1-u-mgb-reverse-94 {
  margin-bottom: -94px !important;
}

.v1-u-mgl-reverse-94 {
  margin-left: -94px !important;
}

.v1-u-mgt-95 {
  margin-top: 95px !important;
}

.v1-u-mgr-95 {
  margin-right: 95px !important;
}

.v1-u-mgb-95 {
  margin-bottom: 95px !important;
}

.v1-u-mgl-95 {
  margin-left: 95px !important;
}

.v1-u-mgt-reverse-95 {
  margin-top: -95px !important;
}

.v1-u-mgr-reverse-95 {
  margin-right: -95px !important;
}

.v1-u-mgb-reverse-95 {
  margin-bottom: -95px !important;
}

.v1-u-mgl-reverse-95 {
  margin-left: -95px !important;
}

.v1-u-mgt-96 {
  margin-top: 96px !important;
}

.v1-u-mgr-96 {
  margin-right: 96px !important;
}

.v1-u-mgb-96 {
  margin-bottom: 96px !important;
}

.v1-u-mgl-96 {
  margin-left: 96px !important;
}

.v1-u-mgt-reverse-96 {
  margin-top: -96px !important;
}

.v1-u-mgr-reverse-96 {
  margin-right: -96px !important;
}

.v1-u-mgb-reverse-96 {
  margin-bottom: -96px !important;
}

.v1-u-mgl-reverse-96 {
  margin-left: -96px !important;
}

.v1-u-mgt-97 {
  margin-top: 97px !important;
}

.v1-u-mgr-97 {
  margin-right: 97px !important;
}

.v1-u-mgb-97 {
  margin-bottom: 97px !important;
}

.v1-u-mgl-97 {
  margin-left: 97px !important;
}

.v1-u-mgt-reverse-97 {
  margin-top: -97px !important;
}

.v1-u-mgr-reverse-97 {
  margin-right: -97px !important;
}

.v1-u-mgb-reverse-97 {
  margin-bottom: -97px !important;
}

.v1-u-mgl-reverse-97 {
  margin-left: -97px !important;
}

.v1-u-mgt-98 {
  margin-top: 98px !important;
}

.v1-u-mgr-98 {
  margin-right: 98px !important;
}

.v1-u-mgb-98 {
  margin-bottom: 98px !important;
}

.v1-u-mgl-98 {
  margin-left: 98px !important;
}

.v1-u-mgt-reverse-98 {
  margin-top: -98px !important;
}

.v1-u-mgr-reverse-98 {
  margin-right: -98px !important;
}

.v1-u-mgb-reverse-98 {
  margin-bottom: -98px !important;
}

.v1-u-mgl-reverse-98 {
  margin-left: -98px !important;
}

.v1-u-mgt-99 {
  margin-top: 99px !important;
}

.v1-u-mgr-99 {
  margin-right: 99px !important;
}

.v1-u-mgb-99 {
  margin-bottom: 99px !important;
}

.v1-u-mgl-99 {
  margin-left: 99px !important;
}

.v1-u-mgt-reverse-99 {
  margin-top: -99px !important;
}

.v1-u-mgr-reverse-99 {
  margin-right: -99px !important;
}

.v1-u-mgb-reverse-99 {
  margin-bottom: -99px !important;
}

.v1-u-mgl-reverse-99 {
  margin-left: -99px !important;
}

.v1-u-mgt-100 {
  margin-top: 100px !important;
}

.v1-u-mgr-100 {
  margin-right: 100px !important;
}

.v1-u-mgb-100 {
  margin-bottom: 100px !important;
}

.v1-u-mgl-100 {
  margin-left: 100px !important;
}

.v1-u-mgt-reverse-100 {
  margin-top: -100px !important;
}

.v1-u-mgr-reverse-100 {
  margin-right: -100px !important;
}

.v1-u-mgb-reverse-100 {
  margin-bottom: -100px !important;
}

.v1-u-mgl-reverse-100 {
  margin-left: -100px !important;
}

.v1-u-pdt-0 {
  padding-top: 0px !important;
}

.v1-u-pdr-0 {
  padding-right: 0px !important;
}

.v1-u-pdb-0 {
  padding-bottom: 0px !important;
}

.v1-u-pdl-0 {
  padding-left: 0px !important;
}

.v1-u-pdt-1 {
  padding-top: 1px !important;
}

.v1-u-pdr-1 {
  padding-right: 1px !important;
}

.v1-u-pdb-1 {
  padding-bottom: 1px !important;
}

.v1-u-pdl-1 {
  padding-left: 1px !important;
}

.v1-u-pdt-2 {
  padding-top: 2px !important;
}

.v1-u-pdr-2 {
  padding-right: 2px !important;
}

.v1-u-pdb-2 {
  padding-bottom: 2px !important;
}

.v1-u-pdl-2 {
  padding-left: 2px !important;
}

.v1-u-pdt-3 {
  padding-top: 3px !important;
}

.v1-u-pdr-3 {
  padding-right: 3px !important;
}

.v1-u-pdb-3 {
  padding-bottom: 3px !important;
}

.v1-u-pdl-3 {
  padding-left: 3px !important;
}

.v1-u-pdt-4 {
  padding-top: 4px !important;
}

.v1-u-pdr-4 {
  padding-right: 4px !important;
}

.v1-u-pdb-4 {
  padding-bottom: 4px !important;
}

.v1-u-pdl-4 {
  padding-left: 4px !important;
}

.v1-u-pdt-5 {
  padding-top: 5px !important;
}

.v1-u-pdr-5 {
  padding-right: 5px !important;
}

.v1-u-pdb-5 {
  padding-bottom: 5px !important;
}

.v1-u-pdl-5 {
  padding-left: 5px !important;
}

.v1-u-pdt-6 {
  padding-top: 6px !important;
}

.v1-u-pdr-6 {
  padding-right: 6px !important;
}

.v1-u-pdb-6 {
  padding-bottom: 6px !important;
}

.v1-u-pdl-6 {
  padding-left: 6px !important;
}

.v1-u-pdt-7 {
  padding-top: 7px !important;
}

.v1-u-pdr-7 {
  padding-right: 7px !important;
}

.v1-u-pdb-7 {
  padding-bottom: 7px !important;
}

.v1-u-pdl-7 {
  padding-left: 7px !important;
}

.v1-u-pdt-8 {
  padding-top: 8px !important;
}

.v1-u-pdr-8 {
  padding-right: 8px !important;
}

.v1-u-pdb-8 {
  padding-bottom: 8px !important;
}

.v1-u-pdl-8 {
  padding-left: 8px !important;
}

.v1-u-pdt-9 {
  padding-top: 9px !important;
}

.v1-u-pdr-9 {
  padding-right: 9px !important;
}

.v1-u-pdb-9 {
  padding-bottom: 9px !important;
}

.v1-u-pdl-9 {
  padding-left: 9px !important;
}

.v1-u-pdt-10 {
  padding-top: 10px !important;
}

.v1-u-pdr-10 {
  padding-right: 10px !important;
}

.v1-u-pdb-10 {
  padding-bottom: 10px !important;
}

.v1-u-pdl-10 {
  padding-left: 10px !important;
}

.v1-u-pdt-11 {
  padding-top: 11px !important;
}

.v1-u-pdr-11 {
  padding-right: 11px !important;
}

.v1-u-pdb-11 {
  padding-bottom: 11px !important;
}

.v1-u-pdl-11 {
  padding-left: 11px !important;
}

.v1-u-pdt-12 {
  padding-top: 12px !important;
}

.v1-u-pdr-12 {
  padding-right: 12px !important;
}

.v1-u-pdb-12 {
  padding-bottom: 12px !important;
}

.v1-u-pdl-12 {
  padding-left: 12px !important;
}

.v1-u-pdt-13 {
  padding-top: 13px !important;
}

.v1-u-pdr-13 {
  padding-right: 13px !important;
}

.v1-u-pdb-13 {
  padding-bottom: 13px !important;
}

.v1-u-pdl-13 {
  padding-left: 13px !important;
}

.v1-u-pdt-14 {
  padding-top: 14px !important;
}

.v1-u-pdr-14 {
  padding-right: 14px !important;
}

.v1-u-pdb-14 {
  padding-bottom: 14px !important;
}

.v1-u-pdl-14 {
  padding-left: 14px !important;
}

.v1-u-pdt-15 {
  padding-top: 15px !important;
}

.v1-u-pdr-15 {
  padding-right: 15px !important;
}

.v1-u-pdb-15 {
  padding-bottom: 15px !important;
}

.v1-u-pdl-15 {
  padding-left: 15px !important;
}

.v1-u-pdt-16 {
  padding-top: 16px !important;
}

.v1-u-pdr-16 {
  padding-right: 16px !important;
}

.v1-u-pdb-16 {
  padding-bottom: 16px !important;
}

.v1-u-pdl-16 {
  padding-left: 16px !important;
}

.v1-u-pdt-17 {
  padding-top: 17px !important;
}

.v1-u-pdr-17 {
  padding-right: 17px !important;
}

.v1-u-pdb-17 {
  padding-bottom: 17px !important;
}

.v1-u-pdl-17 {
  padding-left: 17px !important;
}

.v1-u-pdt-18 {
  padding-top: 18px !important;
}

.v1-u-pdr-18 {
  padding-right: 18px !important;
}

.v1-u-pdb-18 {
  padding-bottom: 18px !important;
}

.v1-u-pdl-18 {
  padding-left: 18px !important;
}

.v1-u-pdt-19 {
  padding-top: 19px !important;
}

.v1-u-pdr-19 {
  padding-right: 19px !important;
}

.v1-u-pdb-19 {
  padding-bottom: 19px !important;
}

.v1-u-pdl-19 {
  padding-left: 19px !important;
}

.v1-u-pdt-20 {
  padding-top: 20px !important;
}

.v1-u-pdr-20 {
  padding-right: 20px !important;
}

.v1-u-pdb-20 {
  padding-bottom: 20px !important;
}

.v1-u-pdl-20 {
  padding-left: 20px !important;
}

.v1-u-pdt-21 {
  padding-top: 21px !important;
}

.v1-u-pdr-21 {
  padding-right: 21px !important;
}

.v1-u-pdb-21 {
  padding-bottom: 21px !important;
}

.v1-u-pdl-21 {
  padding-left: 21px !important;
}

.v1-u-pdt-22 {
  padding-top: 22px !important;
}

.v1-u-pdr-22 {
  padding-right: 22px !important;
}

.v1-u-pdb-22 {
  padding-bottom: 22px !important;
}

.v1-u-pdl-22 {
  padding-left: 22px !important;
}

.v1-u-pdt-23 {
  padding-top: 23px !important;
}

.v1-u-pdr-23 {
  padding-right: 23px !important;
}

.v1-u-pdb-23 {
  padding-bottom: 23px !important;
}

.v1-u-pdl-23 {
  padding-left: 23px !important;
}

.v1-u-pdt-24 {
  padding-top: 24px !important;
}

.v1-u-pdr-24 {
  padding-right: 24px !important;
}

.v1-u-pdb-24 {
  padding-bottom: 24px !important;
}

.v1-u-pdl-24 {
  padding-left: 24px !important;
}

.v1-u-pdt-25 {
  padding-top: 25px !important;
}

.v1-u-pdr-25 {
  padding-right: 25px !important;
}

.v1-u-pdb-25 {
  padding-bottom: 25px !important;
}

.v1-u-pdl-25 {
  padding-left: 25px !important;
}

.v1-u-pdt-26 {
  padding-top: 26px !important;
}

.v1-u-pdr-26 {
  padding-right: 26px !important;
}

.v1-u-pdb-26 {
  padding-bottom: 26px !important;
}

.v1-u-pdl-26 {
  padding-left: 26px !important;
}

.v1-u-pdt-27 {
  padding-top: 27px !important;
}

.v1-u-pdr-27 {
  padding-right: 27px !important;
}

.v1-u-pdb-27 {
  padding-bottom: 27px !important;
}

.v1-u-pdl-27 {
  padding-left: 27px !important;
}

.v1-u-pdt-28 {
  padding-top: 28px !important;
}

.v1-u-pdr-28 {
  padding-right: 28px !important;
}

.v1-u-pdb-28 {
  padding-bottom: 28px !important;
}

.v1-u-pdl-28 {
  padding-left: 28px !important;
}

.v1-u-pdt-29 {
  padding-top: 29px !important;
}

.v1-u-pdr-29 {
  padding-right: 29px !important;
}

.v1-u-pdb-29 {
  padding-bottom: 29px !important;
}

.v1-u-pdl-29 {
  padding-left: 29px !important;
}

.v1-u-pdt-30 {
  padding-top: 30px !important;
}

.v1-u-pdr-30 {
  padding-right: 30px !important;
}

.v1-u-pdb-30 {
  padding-bottom: 30px !important;
}

.v1-u-pdl-30 {
  padding-left: 30px !important;
}

.v1-u-pdt-31 {
  padding-top: 31px !important;
}

.v1-u-pdr-31 {
  padding-right: 31px !important;
}

.v1-u-pdb-31 {
  padding-bottom: 31px !important;
}

.v1-u-pdl-31 {
  padding-left: 31px !important;
}

.v1-u-pdt-32 {
  padding-top: 32px !important;
}

.v1-u-pdr-32 {
  padding-right: 32px !important;
}

.v1-u-pdb-32 {
  padding-bottom: 32px !important;
}

.v1-u-pdl-32 {
  padding-left: 32px !important;
}

.v1-u-pdt-33 {
  padding-top: 33px !important;
}

.v1-u-pdr-33 {
  padding-right: 33px !important;
}

.v1-u-pdb-33 {
  padding-bottom: 33px !important;
}

.v1-u-pdl-33 {
  padding-left: 33px !important;
}

.v1-u-pdt-34 {
  padding-top: 34px !important;
}

.v1-u-pdr-34 {
  padding-right: 34px !important;
}

.v1-u-pdb-34 {
  padding-bottom: 34px !important;
}

.v1-u-pdl-34 {
  padding-left: 34px !important;
}

.v1-u-pdt-35 {
  padding-top: 35px !important;
}

.v1-u-pdr-35 {
  padding-right: 35px !important;
}

.v1-u-pdb-35 {
  padding-bottom: 35px !important;
}

.v1-u-pdl-35 {
  padding-left: 35px !important;
}

.v1-u-pdt-36 {
  padding-top: 36px !important;
}

.v1-u-pdr-36 {
  padding-right: 36px !important;
}

.v1-u-pdb-36 {
  padding-bottom: 36px !important;
}

.v1-u-pdl-36 {
  padding-left: 36px !important;
}

.v1-u-pdt-37 {
  padding-top: 37px !important;
}

.v1-u-pdr-37 {
  padding-right: 37px !important;
}

.v1-u-pdb-37 {
  padding-bottom: 37px !important;
}

.v1-u-pdl-37 {
  padding-left: 37px !important;
}

.v1-u-pdt-38 {
  padding-top: 38px !important;
}

.v1-u-pdr-38 {
  padding-right: 38px !important;
}

.v1-u-pdb-38 {
  padding-bottom: 38px !important;
}

.v1-u-pdl-38 {
  padding-left: 38px !important;
}

.v1-u-pdt-39 {
  padding-top: 39px !important;
}

.v1-u-pdr-39 {
  padding-right: 39px !important;
}

.v1-u-pdb-39 {
  padding-bottom: 39px !important;
}

.v1-u-pdl-39 {
  padding-left: 39px !important;
}

.v1-u-pdt-40 {
  padding-top: 40px !important;
}

.v1-u-pdr-40 {
  padding-right: 40px !important;
}

.v1-u-pdb-40 {
  padding-bottom: 40px !important;
}

.v1-u-pdl-40 {
  padding-left: 40px !important;
}

.v1-u-indent-0 {
  text-indent: 0em !important;
  padding-left: 0em !important;
}

.v1-u-indent-1 {
  text-indent: -0.1em !important;
  padding-left: 0.1em !important;
}

.v1-u-indent-2 {
  text-indent: -0.2em !important;
  padding-left: 0.2em !important;
}

.v1-u-indent-3 {
  text-indent: -0.3em !important;
  padding-left: 0.3em !important;
}

.v1-u-indent-4 {
  text-indent: -0.4em !important;
  padding-left: 0.4em !important;
}

.v1-u-indent-5 {
  text-indent: -0.5em !important;
  padding-left: 0.5em !important;
}

.v1-u-indent-6 {
  text-indent: -0.6em !important;
  padding-left: 0.6em !important;
}

.v1-u-indent-7 {
  text-indent: -0.7em !important;
  padding-left: 0.7em !important;
}

.v1-u-indent-8 {
  text-indent: -0.8em !important;
  padding-left: 0.8em !important;
}

.v1-u-indent-9 {
  text-indent: -0.9em !important;
  padding-left: 0.9em !important;
}

.v1-u-indent-10 {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.v1-u-indent-11 {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important;
}

.v1-u-indent-12 {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important;
}

.v1-u-indent-13 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.v1-u-indent-14 {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important;
}

.v1-u-indent-15 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.v1-u-indent-16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important;
}

.v1-u-indent-17 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.v1-u-indent-18 {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important;
}

.v1-u-indent-19 {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important;
}

.v1-u-indent-20 {
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.v1-u-indent-21 {
  text-indent: -2.1em !important;
  padding-left: 2.1em !important;
}

.v1-u-indent-22 {
  text-indent: -2.2em !important;
  padding-left: 2.2em !important;
}

.v1-u-indent-23 {
  text-indent: -2.3em !important;
  padding-left: 2.3em !important;
}

.v1-u-indent-24 {
  text-indent: -2.4em !important;
  padding-left: 2.4em !important;
}

.v1-u-indent-25 {
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}

.v1-u-indent-26 {
  text-indent: -2.6em !important;
  padding-left: 2.6em !important;
}

.v1-u-indent-27 {
  text-indent: -2.7em !important;
  padding-left: 2.7em !important;
}

.v1-u-indent-28 {
  text-indent: -2.8em !important;
  padding-left: 2.8em !important;
}

.v1-u-indent-29 {
  text-indent: -2.9em !important;
  padding-left: 2.9em !important;
}

.v1-u-indent-30 {
  text-indent: -3em !important;
  padding-left: 3em !important;
}

.v1-u-width-10 {
  width: 10px !important;
}

.v1-u-width-20 {
  width: 20px !important;
}

.v1-u-width-30 {
  width: 30px !important;
}

.v1-u-width-40 {
  width: 40px !important;
}

.v1-u-width-50 {
  width: 50px !important;
}

.v1-u-width-60 {
  width: 60px !important;
}

.v1-u-width-70 {
  width: 70px !important;
}

.v1-u-width-80 {
  width: 80px !important;
}

.v1-u-width-90 {
  width: 90px !important;
}

.v1-u-width-100 {
  width: 100px !important;
}

.v1-u-width-110 {
  width: 110px !important;
}

.v1-u-width-120 {
  width: 120px !important;
}

.v1-u-width-130 {
  width: 130px !important;
}

.v1-u-width-140 {
  width: 140px !important;
}

.v1-u-width-150 {
  width: 150px !important;
}

.v1-u-width-160 {
  width: 160px !important;
}

.v1-u-width-170 {
  width: 170px !important;
}

.v1-u-width-180 {
  width: 180px !important;
}

.v1-u-width-190 {
  width: 190px !important;
}

.v1-u-width-200 {
  width: 200px !important;
}

.v1-u-width-210 {
  width: 210px !important;
}

.v1-u-width-220 {
  width: 220px !important;
}

.v1-u-width-230 {
  width: 230px !important;
}

.v1-u-width-240 {
  width: 240px !important;
}

.v1-u-width-250 {
  width: 250px !important;
}

.v1-u-width-260 {
  width: 260px !important;
}

.v1-u-width-270 {
  width: 270px !important;
}

.v1-u-width-280 {
  width: 280px !important;
}

.v1-u-width-290 {
  width: 290px !important;
}

.v1-u-width-300 {
  width: 300px !important;
}

.v1-u-width-310 {
  width: 310px !important;
}

.v1-u-width-320 {
  width: 320px !important;
}

.v1-u-width-330 {
  width: 330px !important;
}

.v1-u-width-340 {
  width: 340px !important;
}

.v1-u-width-350 {
  width: 350px !important;
}

.v1-u-width-360 {
  width: 360px !important;
}

.v1-u-width-370 {
  width: 370px !important;
}

.v1-u-width-380 {
  width: 380px !important;
}

.v1-u-width-390 {
  width: 390px !important;
}

.v1-u-width-400 {
  width: 400px !important;
}

.v1-u-width-410 {
  width: 410px !important;
}

.v1-u-width-420 {
  width: 420px !important;
}

.v1-u-width-430 {
  width: 430px !important;
}

.v1-u-width-440 {
  width: 440px !important;
}

.v1-u-width-450 {
  width: 450px !important;
}

.v1-u-width-460 {
  width: 460px !important;
}

.v1-u-width-470 {
  width: 470px !important;
}

.v1-u-width-480 {
  width: 480px !important;
}

.v1-u-width-490 {
  width: 490px !important;
}

.v1-u-width-500 {
  width: 500px !important;
}

.v1-u-width-max {
  width: 100% !important;
}

.v1-u-relative {
  position: relative;
}

.v1-u-absolute {
  position: absolute;
}

.v1-u-block {
  display: block !important;
}

.v1-u-inline-block {
  display: inline-block !important;
}

.v1-u-table {
  display: table !important;
}

.v1-u-table-cell {
  display: table-cell !important;
}

.v1-u-ws-normal {
  white-space: normal !important;
}

.v1-u-ws-nowrap {
  white-space: nowrap !important;
}

.v1-u-wb-break-all {
  word-break: break-all !important;
}

.v1-u-bgc-1 {
  background-color: #fff;
}

.v1-u-bgc-2 {
  background-color: #000;
}

.v1-store {
  width: 95%;
  margin: 0 0 0 5%;
}

.v1-store__thumbnail {
  padding: 0 0 1.5rem;
  margin: 0 auto;
}

.v1-store__thumbnail img {
  width: 100%;
}

.v1-store__text {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5% 0.5rem 0;
}

.v1-store__hide {
  display: none;
}

.v1-store__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-top: 1px solid #eeeeee;
}

.v1-store__title a {
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  line-height: 1.3;
  text-decoration: none;
}

.v1-store__title > span {
  display: block;
  padding: 1rem 0;
  line-height: 1.3;
}

.v1-store__title__icon {
  display: block;
  position: absolute;
  left: 1.5rem;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}

.v1-store__title__icon:hover {
  text-decoration: none;
}

.v1-store__title__icon:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  content: "\f067";
  font-size: 10px;
}

.v1-store__title__icon.is-active {
  background-color: #009de1;
  border-color: #009de1;
}

.v1-store__title__icon.is-active:before {
  content: "\f068";
  color: #fff;
}

.v1-store__subtext {
  margin: 1.5rem 0 1rem;
}

.v1-store__subinfo__item {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 230px;
  padding-bottom: 0.5rem;
  vertical-align: top;
}

.v1-list-article li:first-child .v1-store .v1-store__title {
  border-top: none;
}

.v1-list-article li:last-child .v1-store {
  border-bottom: 1px solid #eeeeee;
}

.v1-store-header {
  font-size: 14px;
  font-size: 0.875rem;
  width: 95%;
  padding: 1.5rem 5% 1.5rem 0;
  margin: 0 0 2rem 5%;
  border-bottom: 1px solid #dddddd;
  line-height: 1.7;
}

.v1-store-detail {
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  width: 90%;
  margin: 0 auto;
}

.v1-store-detail__table th, .v1-store-detail__table td {
  padding: 15px;
  border: 1px solid #dddddd;
  vertical-align: top;
  text-align: left;
}

.v1-store-detail__table th {
  width: 30%;
  background: #f8f8f8;
  font-weight: bold;
}

.v1-store-detail__areatext {
  font-weight: bold;
  padding-bottom: 0.25rem;
}

.v1-store-detail__areatext:before {
  content: '-';
  display: inline-block;
  width: 1.5rem;
}

.v1-store-detail__worldtext {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 1.5rem;
}

.v1-store-detail__pricetext span {
  display: table-cell;
}

.v1-store-detail__pricetext span:first-child {
  width: 70px;
}

.v1-terms {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

.v1-terms-article {
  width: 90%;
  margin: 0 auto;
}

.v1-terms-headding {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  font-weight: bold;
  padding: 1rem 0 0.75rem;
}

.v1-terms__numlist {
  margin: 0 0 0 1rem;
}

.v1-terms__numlist > li {
  list-style-type: decimal;
}

.v1-terms__parentheseslist {
  margin-left: 0;
}

.v1-terms__parentheseslist > li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

.v1-terms__parentheseslist > li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.v1-terms__katakanalist > li {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.v1-terms-sub {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #f8f8f8;
  padding: 21px 15px 12px;
}

.v1-terms-link__list li {
  margin-bottom: 18px;
}

.v1-userguide {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 26px;
}

.v1-userguide:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.v1-userguide .v1-heading-userguide {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  font-weight: bold;
  border-bottom: 3px solid #009de1;
  line-height: 1;
  padding-bottom: 1rem;
}

.v1-userguide__anchorlist {
  background: #f8f8f8;
  padding: 24px;
  margin: 1rem 0;
}

.v1-userguide__anchorlist li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}

.v1-userguide__anchorlist li:last-child {
  margin-bottom: 0;
}

.v1-userguide__anchorlist .v1-list-icon__plus {
  list-style-type: none;
}

.v1-userguide__anchorlist .v1-list-icon__plus:before {
  content: '+';
}

@media screen and (min-width: 40em){
  h1{
    font-size: 3rem;
  }
  h2{
    font-size: 2.5rem;
  }
  h3{
    font-size: 1.9375rem;
  }
  h4{
    font-size: 1.5625rem;
  }
  h5{
    font-size: 1.25rem;
  }
  h6{
    font-size: 1rem;
  }
  .medium-text-left{
    text-align: left;
  }
  .medium-text-right{
    text-align: right;
  }
  .medium-text-center{
    text-align: center;
  }
  .medium-text-justify{
    text-align: justify;
  }
  .hide-for-medium{
    display: none !important;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right{
    width: auto;
  }
  .medium-1{
    width: 8.33333%;
  }
  .medium-push-1{
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1{
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0{
    margin-left: 0%;
  }
  .medium-2{
    width: 16.66667%;
  }
  .medium-push-2{
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2{
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1{
    margin-left: 8.33333%;
  }
  .medium-3{
    width: 25%;
  }
  .medium-push-3{
    position: relative;
    left: 25%;
  }
  .medium-pull-3{
    position: relative;
    left: -25%;
  }
  .medium-offset-2{
    margin-left: 16.66667%;
  }
  .medium-4{
    width: 33.33333%;
  }
  .medium-push-4{
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4{
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3{
    margin-left: 25%;
  }
  .medium-5{
    width: 41.66667%;
  }
  .medium-push-5{
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5{
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4{
    margin-left: 33.33333%;
  }
  .medium-6{
    width: 50%;
  }
  .medium-push-6{
    position: relative;
    left: 50%;
  }
  .medium-pull-6{
    position: relative;
    left: -50%;
  }
  .medium-offset-5{
    margin-left: 41.66667%;
  }
  .medium-7{
    width: 58.33333%;
  }
  .medium-push-7{
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7{
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6{
    margin-left: 50%;
  }
  .medium-8{
    width: 66.66667%;
  }
  .medium-push-8{
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8{
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7{
    margin-left: 58.33333%;
  }
  .medium-9{
    width: 75%;
  }
  .medium-push-9{
    position: relative;
    left: 75%;
  }
  .medium-pull-9{
    position: relative;
    left: -75%;
  }
  .medium-offset-8{
    margin-left: 66.66667%;
  }
  .medium-10{
    width: 83.33333%;
  }
  .medium-push-10{
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10{
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9{
    margin-left: 75%;
  }
  .medium-11{
    width: 91.66667%;
  }
  .medium-push-11{
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11{
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10{
    margin-left: 83.33333%;
  }
  .medium-12{
    width: 100%;
  }
  .medium-offset-11{
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns{
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child{
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns{
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child{
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns{
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child{
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns{
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child{
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns{
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child{
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns{
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child{
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns{
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child{
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns{
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child{
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns{
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row{
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0{
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em){
  .show-for-small-only{
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em){
  .hide-for-medium-only{
    display: none !important;
  }
}

@media only screen and (min-width: 768px){
  .row.is-medium-5col .columns,
  .row.is-medium-5col .column{
    width: 20%;
  }
  .v1-page--artist-type-B .v1-article-card{
    margin-bottom: 0;
  }
  .v1-page--artist-type-B .v1-banner{
    margin-bottom: 0;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview{
    padding: 1rem;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__jacket{
    float: none;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__jacket:before{
    display: none;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__jacket-image{
    float: left;
    width: 25%;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head{
    position: relative;
    padding: 0;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-heading{
    color: #333;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-music-overview__subtitle{
    color: #666;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-music-overview__time{
    color: #999;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-table{
    display: block;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-table__cell{
    display: block;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-table__cell span{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__head .v1-table__cell span .v1-icon{
    margin-left: -1px;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__button{
    position: absolute;
    top: -.25rem;
    right: -1rem;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__body{
    position: static;
    padding-top: 0;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__body hr{
    clear: none;
  }
  .v1-page--artist-type-C.v1-page--music-detail .v1-music-overview__body .v1-inner{
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .v1-top-section--studio{
    padding-top: 20%;
  }
  .v1-media-analysis .v1-num-set{
    margin-top: 10px;
  }
  .v1-music-overview__jacket{
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: .5rem;
    width: 25%;
    margin-right: 1.5rem;
  }
  .v1-music-overview__main{
    overflow-y: auto;
  }
  .v1-music-overview__action{
    top: 0;
    right: 0;
  }
  .v1-playlist-image.v1-col-3 .v1-playlist-image__item{
    width: 33.3333333%;
  }
  .v1-playlist-image.v1-col-3 .v1-playlist-image__item:nth-child(odd), .v1-playlist-image.v1-col-3 .v1-playlist-image__item:nth-child(even){
    padding-right: 0;
    padding-left: 0;
  }
  .v1-playlist-image.v1-col-3 .v1-playlist-image__item:nth-child(1n){
    margin-bottom: 2px;
    padding-right: 1px;
  }
  .v1-u-hidden-tb{
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em){
  .show-for-medium-only{
    display: none !important;
  }
}

@media screen and (min-width: 64em){
  .large-text-left{
    text-align: left;
  }
  .large-text-right{
    text-align: right;
  }
  .large-text-center{
    text-align: center;
  }
  .large-text-justify{
    text-align: justify;
  }
  .hide-for-large{
    display: none !important;
  }
  .large-1{
    width: 8.33333%;
  }
  .large-push-1{
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1{
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0{
    margin-left: 0%;
  }
  .large-2{
    width: 16.66667%;
  }
  .large-push-2{
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2{
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1{
    margin-left: 8.33333%;
  }
  .large-3{
    width: 25%;
  }
  .large-push-3{
    position: relative;
    left: 25%;
  }
  .large-pull-3{
    position: relative;
    left: -25%;
  }
  .large-offset-2{
    margin-left: 16.66667%;
  }
  .large-4{
    width: 33.33333%;
  }
  .large-push-4{
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4{
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3{
    margin-left: 25%;
  }
  .large-5{
    width: 41.66667%;
  }
  .large-push-5{
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5{
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4{
    margin-left: 33.33333%;
  }
  .large-6{
    width: 50%;
  }
  .large-push-6{
    position: relative;
    left: 50%;
  }
  .large-pull-6{
    position: relative;
    left: -50%;
  }
  .large-offset-5{
    margin-left: 41.66667%;
  }
  .large-7{
    width: 58.33333%;
  }
  .large-push-7{
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7{
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6{
    margin-left: 50%;
  }
  .large-8{
    width: 66.66667%;
  }
  .large-push-8{
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8{
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7{
    margin-left: 58.33333%;
  }
  .large-9{
    width: 75%;
  }
  .large-push-9{
    position: relative;
    left: 75%;
  }
  .large-pull-9{
    position: relative;
    left: -75%;
  }
  .large-offset-8{
    margin-left: 66.66667%;
  }
  .large-10{
    width: 83.33333%;
  }
  .large-push-10{
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10{
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9{
    margin-left: 75%;
  }
  .large-11{
    width: 91.66667%;
  }
  .large-push-11{
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11{
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10{
    margin-left: 83.33333%;
  }
  .large-12{
    width: 100%;
  }
  .large-offset-11{
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns{
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child{
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns{
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child{
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns{
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child{
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns{
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child{
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns{
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child{
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns{
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child{
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns{
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child{
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns{
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child{
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns{
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row{
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0{
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em){
  .hide-for-large-only{
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em){
  .show-for-large-only{
    display: none !important;
  }
}

@media print{
  *{
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print{
    display: block !important;
  }
  .hide-for-print{
    display: none !important;
  }
  table.show-for-print{
    display: table !important;
  }
  thead.show-for-print{
    display: table-header-group !important;
  }
  tbody.show-for-print{
    display: table-row-group !important;
  }
  tr.show-for-print{
    display: table-row !important;
  }
  td.show-for-print{
    display: table-cell !important;
  }
  th.show-for-print{
    display: table-cell !important;
  }
  a,
  a:visited{
    text-decoration: underline;
  }
  a[href]:after{
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after{
    content: '';
  }
  abbr[title]:after{
    content: " (" attr(title) ")";
  }
  pre,
  blockquote{
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr,
  img{
    page-break-inside: avoid;
  }
  img{
    max-width: 100% !important;
  }
  @page{
    margin: 0.5cm;
  }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow{
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left{
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right{
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 63.9375em){
  .show-for-large{
    display: none !important;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right{
    width: 100%;
  }
}

@media screen and (min-width: 0\0){
  select{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media screen and (max-width: 39.9375em){
  .hide-for-small-only{
    display: none !important;
  }
  .show-for-medium{
    display: none !important;
  }
}

@media screen and (orientation: landscape){
  .show-for-landscape,
  .hide-for-portrait{
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: none !important;
  }
}

@media screen and (orientation: portrait){
  .show-for-landscape,
  .hide-for-portrait{
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: block !important;
  }
}

@media screen and (max-width: 74.9375em){
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right{
    width: 100%;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media only screen and (max-width: 767px){
  .v1-u-hidden-sp{
    display: none !important;
  }
}

.v1-sidebar {
  padding: 15px;
}