@charset 'UTF-8';
/* =============================================
   Foundation
   ============================================= */

/* Reset
   ––––––––––––––––––––––––––––––––––––––––––––– */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: '';
}

a img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Base
   ––––––––––––––––––––––––––––––––––––––––––––– */

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.75;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  margin: 0;
  text-align: left;
  background-color: #fff;
  color: #333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #565656;
  text-decoration: none;
  outline: none;
  transition: color 0.1s 0s ease;
  -webkit-transition: color 0.1s 0s ease;
}

a:hover {
  cursor: pointer;
}

a:focus, a:hover, a:active {
  color: #F25964;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

img {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

input, textarea {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}

input[type='text'] {
  width: 100%;
  max-width: 400px;
  padding: 5px;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='range'] {
  width: 100%;
  background: #a8a8a8;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -2px;
}

input[type='range'][name='volume']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -1px;
}

input[type='range']:focus, input[type='range']:focus::-webkit-slider-thumb, input[type='range']:active, input[type='range']:active::-webkit-slider-thumb {
  outline: none;
}

/* fonts ============= */
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-VF.woff) format('woff-variations');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* =============================================
   Libraries
   ============================================= */

.slick-slider {
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

[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;
}

.slick-loading .slick-list {
  background: #fff url('https://resource.music.tower.jp/vendor/ajax-loader.gif') center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}

.slick-prev, .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  opacity: 0.75;
  color: white;
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: '•';
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: black;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.mfp-bg {
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1042;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
}

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

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

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

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

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

.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  user-select: none;
}

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

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

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

.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 {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  touch-action: manipulation;
}

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

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

.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 {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */

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

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@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 {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
    -webkit-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;
  }
}

/* =============================================
   Components
   ============================================= */
/* section
   ––––––––––––––––––––––––––––––––––––––––––––– */
.c-section {
  margin: 40px 16px;
}

.c-section__heading {
  margin: 0 0 16px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}

.c-section__subheading {
  margin: 20px 0 8px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

.c-section__lead {
  font-size: 1.6rem;
  line-height: 1.6;
}

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

.c-section__lead:not(:last-of-type) {
  margin: 0 0 1.2em;
}

.c-section__lead--red {
  color: #D6000F;
  font-weight: 700;
}

.c-section__description {
  margin-bottom: 24px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
}

.c-section__notes {
  margin-top: 20px;
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

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

/* Accordions
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-accordion {
  border-top: 1px solid #eaeaea;
}

.c-accordion__body {
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
  background: #f2f2f2;
}

.c-accordion__body a {
  color: #F25964;
  text-decoration: underline;
}

.c-accordion__body[data-has-icon='true'] {
  padding: 15px 20px 15px 60px;
}

.c-accordion__header {
  position: relative;
  width: 100%;
  padding: 15px 60px 15px 20px;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}

.c-accordion__header:hover {
  opacity: 0.8;
}

.c-accordion__header:after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 20px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-bottom: 1.5px solid #999;
  border-right: 1.5px solid #999;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.c-accordion__header[data-has-icon='true'] {
  padding: 15px 60px;
}

.c-accordion__header[data-is-active='true']:after {
  top: 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

/* Buttons
   ––––––––––––––––––––––––––––––––––––––––––––– */

button, input[type='button'], input[type='reset'], input[type='submit'] {
  border: 0;
  background: transparent;
  color: #565656;
  outline: none;
  cursor: pointer;
}

.c-button {
  display: block;
  padding: 10px 50px;
  border: 1px solid #D6000F;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #fff;
  color: #D6000F;
  font-size: 1.3rem;
  line-height: 1.75;
  text-decoration: none;
  border-radius: 50px;
  outline: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  cursor: pointer;
  -webkit-transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  user-select: none;
  appearance: none;
  min-width: 100px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.c-button--inversion {
  background: #D6000F;
}

.c-button small {
  font-size: 1.2rem;
}

.c-button:focus, .c-button:hover, .c-button:active {
  opacity: 0.6;
  background: #D6000F;
  color: #fff;
  text-decoration: none;
  outline: 0;
  border-color: #D6000F;
  cursor: pointer;
}

.c-button__block {
  margin-top: 2rem;
  padding: 0 20px 20px;
  text-align: center;
}

.c-button__block.c-button__block-group {
  padding: 0;
  text-align: left;
}

.c-button__block.c-button__block-form {
  display: flex;
  justify-content: center;
  margin: 15px auto 0;
}

.c-button__block[data-has-toast='true'] {
  position: relative;
}

.c-heading__info .c-button__block {
  float: right;
  margin-top: 0;
}

.c-button {
  font-weight: bold;
}

.c-button__block-group .c-button {
  display: inline-block;
  width: 160px;
  height: 38px;
  margin: 0;
  padding: 5px;
  color: #fff;
  font-weight: 500;
}

.c-button__block-group .c-button [class^='dm-'], .c-button__block-group .c-button [class*=' dm-'] {
  margin-right: 4px;
  font-size: 2rem;
}

.c-button__block-group .c-button:not(:first-child) {
  margin-right: 0;
}

.c-button__block-form .c-button {
  width: 30%;
  margin: 0 8px;
  font-size: 1.4rem;
}

.c-button__block-more .c-button {
  display: inline-block;
  position: relative;
  width: 30%;
  vertical-align: middle;
  font-size: 1.4rem;
  text-decoration: none;
}

.c-button__block-more .c-button:before, .c-button__block-more .c-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

.c-button__block-more .c-button:before {
  left: auto;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #D6000F;
  border-right: 1px solid #D6000F;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.c-button__block-more .c-button:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-button .c-button__text {
  vertical-align: middle;
}

.c-button.c-button__empty {
  background: #fff;
  color: #565656;
  border: 1px solid #999;
}

.c-button.c-button__empty:hover {
  opacity: 1;
  background: #f2f2f2;
}

.c-button__emphasis {
  display: inline-block;
  overflow: hidden;
  max-width: 50%;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-button__trigger {
  position: absolute;
  top: 68px;
  bottom: 0;
  right: -18px;
  z-index: 150;
  width: 92px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  border: none;
}

.c-button__trigger[data-is-active='true'] {
  display: block;
}

.c-button__trigger[data-is-active='false'] {
  display: none;
}

.c-button__trigger:before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  left: auto;
  right: 87px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.c-button__trigger:after {
  content: '続きを読む';
}

.c-button__trigger[data-link-target='collapse'] {
  top: auto;
  bottom: 1em;
  height: 20px;
  color: #333;
  background: none;
}

.c-button__trigger[data-link-target='collapse']+.p-content__text:before {
  display: none;
}

.c-button__trigger[data-link-target='collapse']:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  left: auto;
  right: 75px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.c-button__trigger[data-link-target='collapse']:after {
  content: '閉じる';
}

.c-button__trigger:hover {
  opacity: 0.6;
  background: none;
  color: #333;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.c-button__trigger:focus, .c-button__trigger:active {
  opacity: 1;
  background: none;
  color: #333;
}

.c-button__login.c-button {
  padding: 10px;
  background: #D6000F;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
  min-width: 180px;
}

.c-button__login.c-button:hover {
  opacity: 1;
  background: #F25964;
}

.c-button__cancel.c-button {
  padding: 10px;
  border: 1px solid #999;
  background: #fff;
  color: #565656;
  font-size: 1.5rem;
  border-radius: 5px;
  min-width: 180px;
}

.c-button__cancel.c-button:hover {
  opacity: 1;
  background: #f2f2f2;
}

.c-button__block-group .c-button--red {
  color: #D6000F;
}

.c-button--red:hover, .c-button--red:focus, .c-button--red:active {
  opacity: 0.6;
  color: #D6000F;
  background: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.c-button--red:focus, .c-button--red:active {
  opacity: 1;
  color: #D6000F;
  background: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.c-button--red[data-is-favorite='true'] {
  color: #fff;
  background: #D6000F;
}

/* Cards
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-card {
  position: relative;
}

[data-type='tracklist'] .c-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  border-radius: 6px 0 0 6px;
}

.c-card__header, .c-card__footer {
  padding-bottom: 0;
}

.c-card__media {
  position: relative;
}

.c-card__media:first-child {
  padding-top: 0;
}

.c-card__body {
  padding: 0 0 0.5rem;
}

[data-type='tracklist'] .c-card__body {
  flex-basis: 70%;
  padding-left: 10px;
}

.c-card__detail {
  position: relative;
  width: 100%;
}

[data-has-favorite='true'] .c-card__detail {
  padding-right: 30px;
}

[data-type='tracklist'] .c-card__detail {
  display: grid;
  padding-right: 5px;
}

.c-card__icon {
  position: absolute;
  top: 3px;
  right: 0;
  width: auto;
}

@-webkit-keyframes media {
  100% {
    opacity: 1;
  }
}

@keyframes media {
  100% {
    opacity: 1;
  }
}

/* Checkbox / Radio
   ––––––––––––––––––––––––––––––––––––––––––––– */

@keyframes check-hover {
  from {
    border-color: #999;
  }
  to {
    border-color: #d6000f;
  }
}

.c-form__radio, .c-form__checkbox {
  display: none;
  position: absolute;
}

.c-form__radio[disabled], .c-form__checkbox[disabled] {
  cursor: not-allowed;
}

.c-form__radio+label, .c-form__checkbox+label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  vertical-align: middle;
  font-size: 1.4rem;
  cursor: pointer;
}

.c-form__radio+label:hover:before, .c-form__checkbox+label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: check-hover;
}

.c-form__radio+label:before, .c-form__checkbox+label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
}

.c-form__radio+label:after, .c-form__checkbox+label:after {
  content: '';
  display: none;
  position: absolute;
}

.c-form__radio[disabled]+label, .c-form__checkbox[disabled]+label {
  color: #999;
  cursor: not-allowed;
}

.c-form__radio[disabled]+label:hover, .c-form__radio[disabled]+label:before, .c-form__radio[disabled]+label:after, .c-form__checkbox[disabled]+label:hover, .c-form__checkbox[disabled]+label:before, .c-form__checkbox[disabled]+label:after {
  cursor: not-allowed;
}

.c-form__radio[disabled]+label:hover:before, .c-form__checkbox[disabled]+label:hover:before {
  border: 1px solid #999;
  animation-name: none;
}

.c-form__radio[disabled]+label:before, .c-form__checkbox[disabled]+label:before {
  border-color: #999;
}

.c-form__radio:checked+label:before, .c-form__checkbox:checked+label:before {
  animation-name: none;
}

.c-form__radio:checked+label:after, .c-form__checkbox:checked+label:after {
  display: block;
}

.c-form__radio+label:before {
  border-radius: 50%;
}

.c-form__radio+label:after {
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #af2c45;
  border-radius: 50%;
}

.c-form__radio:checked+label:before {
  border: 1px solid #d01d1d;
}

.c-form__radio:checked[disabled]+label:before {
  border: 1px solid #e391a0;
}

.c-form__radio:checked[disabled]+label:after {
  background: #e391a0;
}

.c-form__checkbox+label:before {
  border-radius: 3px;
}

.c-form__checkbox+label:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(40deg);
}

.c-form__checkbox:checked+label:before {
  border: #d6000f;
  background: #d6000f;
}

.c-form__checkbox:checked[disabled]+label:before {
  border: #e391a0;
  background: #e391a0;
}

/* Divider
   ––––––––––––––––––––––––––––––––––––––––––––– */

[data-has-divider='true'] {
  border-bottom: 1px solid #999;
}

/* Forms
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-form__group:not(:last-child) {
  margin-bottom: 20px;
}

.c-form__label {
  font-weight: bold;
  line-height: 4rem;
}

.c-form__input {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  max-width: 100%;
  padding: 0.25rem 0.4rem;
  border: 1px solid #3e3e3e;
  background: #fff;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.7rem;
  border-radius: 6px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[data-is-invalid='true'] .c-form__input {
  border-color: #e74c3c;
}

[data-is-invalid='true'] .c-form__input+.c-form__hint {
  color: #e74c3c;
}

[data-is-invalid='true'] .c-form__input {
  background: #f8c9c4;
}

.c-form__textarea {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  height: 200px;
  max-width: 100%;
  padding: 0.25rem 0.4rem;
  padding: 10px;
  border: 1px solid #999;
  background: #fff;
  color: #565656;
  font-size: 1.5rem;
  line-height: 1.7rem;
  border-radius: 6px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[data-is-invalid='true'] .c-form__textarea {
  border-color: #d01d1d;
}

[data-is-invalid='true'] .c-form__textarea+.c-form__hint {
  color: #d01d1d;
}

.c-form__select {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  height: 35px;
  padding: 0 15px 0 12px;
  border: 1px solid #999;
  vertical-align: middle;
  font-size: 1.5rem;
  border-radius: 6px;
  outline: none;
  color: #565656;
  appearance: none;
  min-width: 300px;
}

.c-form__select:focus {
  outline: 0;
}

.c-form__select::-ms-expand {
  display: none;
}

[data-is-invalid='true'] .c-form__select {
  background: rgba(208, 29, 29, 0.2);
  border-color: #d01d1d;
}

.c-form__note {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.c-form__thanks-text {
  font-size: 1.6rem;
}

.c-form__hint {
  margin-top: 3px;
  color: #d0d0d0;
  font-size: 1.2rem;
}

[data-is-invalid='true'] .c-form__hint {
  color: #d01d1d;
}

/* Grid
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  opacity: 0;
  position: relative;
  -webkit-animation: media 0.5s ease 0.5s 1 forwards;
  animation: media 0.5s ease 0.5s 1 forwards;
}

.c-grid[data-type='footer-link'] {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

.c-grid[data-type='tracklist'] {
  margin: 20px auto 0;
}

.c-grid__item {
  float: left;
  margin: 10px 2% 10px 0;
  min-height: 0.125rem;
}

.c-items__main .c-grid__item {
  margin-top: 0;
}

[data-type='tracklist'] .c-grid__item, [data-column='1'] .c-grid__item {
  width: 100%;
  margin: 2px 0 0;
}

[data-column='1/2'] .c-grid__item {
  width: 49.049%;
}

[data-column='1/2'] .c-grid__item:nth-child(2n) {
  margin-right: 0;
}

[data-type='mv'] .c-grid__item, [data-column='1/5'] .c-grid__item {
  width: 18.4%;
}

[data-type='mv'] .c-grid__item:nth-child(5n), [data-column='1/5'] .c-grid__item:nth-child(5n) {
  margin-right: 0;
}

[data-type='footer-link'] .c-grid__item, [data-column='1/4'] .c-grid__item {
  width: 23.5%;
}

[data-type='footer-link'] .c-grid__item:nth-child(4n), [data-column='1/4'] .c-grid__item:nth-child(4n) {
  margin-right: 0;
}

[data-type='track'] .c-grid__item, [data-column='1/6'] .c-grid__item {
  width: 15%;
}

[data-type='track'] .c-grid__item:nth-child(6n), [data-column='1/6'] .c-grid__item:nth-child(6n) {
  margin-right: 0;
}

[data-type='artist'] .c-grid__item, [data-type='theme'] .c-grid__item, [data-column='1/6'] .c-grid__item {
  width: 15%;
}

[data-type='artist'] .c-grid__item:nth-child(6n), [data-type='theme'] .c-grid__item:nth-child(6n), [data-column='1/6'] .c-grid__item:nth-child(6n) {
  margin-right: 0;
}

[data-type='artist'] .c-grid__item {
  margin-bottom: 15px;
}

/* Handle
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-range:hover .p-range__process:after, .p-seekbar__item:hover .p-seekbar__item-range:after {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}

/* Heading
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-heading, .c-heading__info {
  width: 100%;
  margin: 20px auto 0;
}

.c-heading[data-has-link='true'] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-items__main .c-heading:first-child {
  margin-top: 0;
}

.c-heading__info:after {
  content: '';
  display: table;
  clear: both;
}

.c-heading__title {
  font-size: 2.4rem;
  font-weight: bold;
}

[data-title-group='true'] .c-heading__title {
  margin-bottom: 10px;
  line-height: 1.5;
}

.c-heading__title-sub {
  font-size: 2rem;
  font-weight: bold;
}

.c-heading__disc {
  float: left;
  font-weight: bold;
}

.c-heading__message {
  float: right;
  font-size: 1.2rem;
}

/* Icons
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-icon__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

[data-type='tracklist'] .c-icon__block {
  margin-left: auto;
}

.c-icon {
  padding: 5px;
}

.c-icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.c-icon:hover {
  opacity: 1;
}

.c-card__detail [data-action='favorite'] {
  width: 25px;
  height: 25px;
  padding: 0;
}

.c-card__detail [data-action='favorite'] img {
  display: inline-block;
}

.c-icon__text {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 1rem;
  color: #565656;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.c-icon__text:hover {
  opacity: 0.8;
}

.c-icon__text--white {
  color: #202020;
}

.c-icon__link {
  opacity: 0.8;
}

.c-icon__link:hover {
  color: #2da39e;
}

.c-icon__link--report {
  display: block;
  padding: 0 10px;
  opacity: 1;
}

.c-icon__text--report {
  opacity: 0.8;
}

.icon-artist img {
  position: relative;
  top: -1px;
  width: 17px;
  margin-right: 6px;
  vertical-align: middle;
}

[data-position='overlay'] {
  opacity: 1;
  padding: 0;
}

[data-position='overlay'] img {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: -14px;
}

[data-position='overlay'] .sns-list {
  left: 25px;
  top: -53px;
}

[data-position='overlay'] .sns-list img {
  position: relative;
  height: 39px;
}

[data-position='overlay'][data-is-active='true'] {
  display: block;
}

[data-position='overlay'][data-is-active='false'] {
  display: none;
}

[data-position='overlay'] [data-action='album'], [data-position='overlay'] [data-action='share'] {
  position: absolute;
  bottom: 35%;
  z-index: 140;
  height: 40px;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

[data-position='overlay'] [data-action='share'] {
  position: fixed;
}

[data-position='overlay'] [data-action='album'] .c-icon__text, [data-position='overlay'] [data-action='share'] .c-icon__text {
  width: 4rem;
  margin-top: 25px;
  font-weight: bold;
}

.c-icon__link:hover img, [data-action='favorite']:hover img, [data-action='album']:hover img, [data-action='share']:hover img {
  transition: 0.2s;
  transform: scale(1.2, 1.2);
  -webkit-transition: 0.2s;
}

[data-action='album'] {
  left: 5%;
}

[data-action='share'] {
  right: 5%;
}

[data-action='play'] {
  opacity: 1;
  position: absolute;
  bottom: 8%;
  right: 8%;
  z-index: 140;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(24, 24, 24, 0.8);
  border-radius: 50%;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  cursor: pointer;
}

[data-action='play'][data-link-type='button'] {
  position: inherit;
}

[data-action='play'] [class^='dm-'], [data-action='play'] [class*=' dm-'] {
  font-size: 2.2rem;
}

[data-type='mv'] [data-action='play'] [class^='dm-'], [data-type='mv'] [data-action='play'] [class*=' dm-'] {
  font-size: 2.8rem;
}

[data-action='play']:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  transform: scale(1.2, 1.2);
  cursor: pointer;
  -webkit-transition: 0.2s;
}

.c-media__icons [data-action='play'] {
  bottom: 40%;
  right: 50%;
  margin-right: -20px;
}

[data-type='tracklist'] [data-action='play'] {
  bottom: 50%;
  right: 50%;
  width: 34px;
  height: 34px;
  margin-bottom: -17px;
  margin-right: -17px;
}

[data-type='mv'] [data-action='play'] {
  bottom: 50%;
  right: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: -25px;
  margin-right: -25px;
}

/* Items
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  min-height: 150px;
}

.c-items[data-is-error='true'] {
  align-items: center;
}

.c-items__toc {
  width: 23%;
}

.c-items__main {
  width: 75%;
}

[data-has-aside='false'] .c-items__main {
  width: 100%;
}

[data-is-error='true'] .c-items__main {
  padding: 0 0.75%;
}

.c-items__content {
  margin-top: 2rem;
}

.c-items__content:first-child {
  margin-top: 0;
}

.c-items__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-items__text {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.c-items__text__right {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.4rem;
}

.c-items__text:first-child {
  margin-top: 0;
}

[data-no-data='true'] .c-items__text {
  margin: 30px auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.c-items__text dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* Loading
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-loading__mask {
  position: absolute;
  z-index: 400;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.83);
}

.c-loading__mask[data-is-loading='false'] {
  display: none;
}

/* Media
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-media {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 6px;
  padding-top: calc(100% - 2px);
  border: 1px solid #f2f2f2;
  background-color: #f0f0f0;
  border-radius: 6px;
  transition: transform 0.2s 0s ease-in;
  transform: scale(1, 1);
  -webkit-transition: transform 0.2s 0s ease-in;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
}

[data-type='artist'] .c-media {
  border-radius: 50%;
}

[data-type='tracklist'] .c-media {
  width: 100px;
  margin-bottom: 0;
  border: 0;
  border-radius: 6px 0 0 6px;
}

[data-type='mv'] .c-media {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  background-color: #fff;
}

.c-media:hover .c-media__image {
  opacity: 0.3;
  transition: 0.2s;
}

.c-media__title {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-media__title a {
  color: #333;
}

.c-media__title a:hover {
  color: #F25964;
}

.c-media__title:hover {
  color: #F25964;
}

[data-type='artist'] .c-media__title {
  text-align: center;
}

[data-type='tracklist'] .c-media__title {
  font-size: 1.6rem;
}

.c-media__description {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.25rem;
  color: #A8A8A8;
  font-size: 1.2rem;
  line-height: 1.6;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

[data-type='tracklist'] .c-media__description {
  display: block;
  overflow: hidden;
  margin-top: 0.75rem;
  white-space: nowrap;
  font-size: 1.3rem;
  text-overflow: ellipsis;
}

.c-media__title-sub {
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.c-media__title-sub a {
  color: #565656;
}

[data-type='tracklist'] .c-media__title-sub {
  line-height: 1.5;
}

.c-media__title-sub a:hover {
  color: #F25964;
}

.c-media__title-sub:hover {
  color: #F25964;
}

.c-media__image, .p-track__media-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101%;
  max-width: 103%;
  margin-bottom: 5px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-media__image--theme {
  background-size: cover;
}

[data-is-recommend='true'] .c-media__image {
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 50% auto;
}

[data-type='artist'] .c-media__image {
  background-size: cover;
}

.c-media__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-media__link--theme:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.c-media__link-text {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 100%;
  padding: 10%;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  word-break: break-word;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-media__link-text--theme {
  padding: 7%;
}

/* Menu
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-menu__item {
  border: 1px solid #2da39e;
  background-color: #2da39e;
  font-size: 1.3rem;
  border-radius: 5px;
}

.c-menu__item:not(:last-child) {
  margin-bottom: 6px;
}

.c-menu__item a {
  display: block;
  padding: 8px 12px;
  color: #fff;
}

.c-menu__item[data-is-active='true'], .c-menu__item:hover {
  background-color: #fff;
}

.c-menu__item[data-is-active='true'] a, .c-menu__item:hover a {
  color: #2da39e;
}

/* Modals
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
  padding: 1%;
  background: #fff;
  color: #181818;
  border-radius: 4px;
  min-width: 400px;
}

.c-modal:target, .c-modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}

.c-modal__header {
  padding: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-modal__body {
  position: relative;
  padding: 20px 15px 30px;
  overflow-y: auto;
}

.c-modal__footer {
  padding: 0.5rem;
  text-align: right;
}

.c-modal__footer .c-button {
  width: 200px;
}

/* Panel
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-panel .c-button {
  width: 30%;
  margin: 0 auto;
  font-size: 1.5rem;
}

.c-panel .c-button__block {
  padding: 0 0 20px;
}

.c-panel__inner {
  width: 70%;
  margin: 0 auto;
  padding: 40px;
}

.c-panel__header {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-panel__body {
  margin-top: 10px;
}

.c-panel__body .c-button {
  width: 70%;
}

.c-panel__text {
  font-size: 1.4rem;
}

.c-panel__note {
  font-size: 1.1rem;
}

/* Popover
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-context-menu__list {
  visibility: hidden;
  position: absolute;
  background: #333;
}

.p-context-menu__list:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 5px;
  width: 2px;
  height: 5px;
  border: 4px solid;
  transform: rotate(315deg);
  border-color: transparent transparent #333 #333;
}

/* Slider
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-slider {
  opacity: 0;
  position: relative;
  transition: opacity 0.3s linear;
}

.c-slider.slick-initialized {
  opacity: 1;
}

.c-slider__item-link {
  display: block;
  position: relative;
  width: 740px;
  height: 220px;
  max-width: 740px;
  padding-top: 30%;
}

.c-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-slider__dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.c-slider__dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.c-slider__dots button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
}

.c-slider__dots button:hover, .c-slider__dots button:focus {
  outline: none;
}

.c-slider__dots button:before {
  content: '•';
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #999;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-active button:before {
  color: #D6000F;
}

.slick-initialized .slick-slide {
  opacity: 0.3;
}

.slick-initialized .slick-slide.slick-active {
  opacity: 1;
}

.slick-prev, .slick-next {
  display: block;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 0.6;
  border-color: #D6000F;
}

.slick-prev:before, .slick-next:before {
  content: '';
}

.slick-prev {
  left: 50%;
  margin-left: -400px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.slick-next {
  right: 50%;
  margin-right: -400px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.slick-arrow {
  z-index: 10;
}

/* Tabs
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.l-section .c-tab {
  margin-top: 20px;
}

.c-tab__item {
  margin-top: 0;
  font-size: 1.4rem;
}

.c-tab__block .c-tab__item {
  flex: auto;
  text-align: center;
}

.c-tab__block .c-tab__item a {
  margin: 0;
}

.c-tab__item a {
  display: block;
  padding: 1.5rem 1rem;
  border-bottom: 2px solid #999;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

.c-tab__item a:focus, .c-tab__item a:hover {
  color: #D6000F;
  border-bottom-color: #D6000F;
}

.c-tab__item a[data-is-active='true'] {
  color: #D6000F;
  border-bottom-color: #D6000F;
}

.c-tab__item[data-is-active='true'] a {
  color: #D6000F;
  border-bottom-color: #D6000F;
}

/* Text
   ––––––––––––––––––––––––––––––––––––––––––––– */

/*.c-link__block {
  border: 1px solid #999;
}*/

.c-link {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 3;
  text-decoration: none;
  color: #2da39e;
}

.c-link:before, .c-link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

.c-link:before {
  left: 3px;
  right: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2da39e;
  border-right: 1px solid #2da39e;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.c-link__block .c-link {
  margin: 0 8px;
  text-align: right;
}

.c-attention {
  color: #d01d1d;
  font-size: 1.4rem;
}

.c-notes {
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #999;
  color: #565656;
  font-size: 1.4rem;
}

.c-notes__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-notes__text {
  padding-left: 1rem;
  font-size: 1.4rem;
  text-indent: -1.5rem;
}

.c-notes__text:not(:last-child) {
  margin-bottom: 10px;
}

/* Toasts
   ––––––––––––––––––––––––––––––––––––––––––––– */

.c-toast {
  position: fixed;
  bottom: 15%;
  left: 0;
  right: 0;
  z-index: 300;
  width: 35%;
  margin: 0 auto;
  padding: 10px 20px;
  border: 1px solid #3e3e3e;
  text-align: center;
  background: rgba(62, 62, 62, 0.85);
  color: #f0f0f0;
  font-size: 1.4rem;
  line-height: 2;
}

.c-toast.c-button__toast {
  position: absolute;
  top: -60px;
  bottom: auto;
  width: 300px;
  background: rgba(255, 255, 255, 0.84);
  color: #000;
  line-height: 1.5;
}

.c-toast a {
  color: #f0f0f0;
  text-decoration: underline;
}

.c-toast a:focus, .c-toast a:hover, .c-toast a:active {
  opacity: 0.75;
}

.c-toast .c-toast__text:last-child {
  margin-bottom: 0;
}

/* =============================================
   Project
   ============================================= */

/* Content
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-content {
  opacity: 0;
  position: relative;
  overflow: hidden;
  padding: 24px 0;
  -webkit-animation: content 0.5s ease 0.5s 1 forwards;
  animation: content 0.5s ease 0.5s 1 forwards;
}

.p-content .c-icon__block {
  position: absolute;
  top: 20px;
  right: 0;
}

@-webkit-keyframes content {
  100% {
    opacity: 1;
  }
}

@keyframes content {
  100% {
    opacity: 1;
  }
}

.p-content__title {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 190px;
}

.p-content__name {
  padding-right: 135px;
}

.p-content__title--short {
  max-width: 500px;
}

.p-content__title-sub {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-content__title-sub--playlist {
  margin: 24px auto 0;
}

.p-content__author {
  margin: 12px 0;
  color: #565656;
  font-size: 1.4rem;
}

.p-content__author img {
  width: 18px;
  vertical-align: text-bottom;
  margin: 0 7px 0 0;
}

.p-content__info {
  margin-top: 5px;
}

.p-content__info-item {
  margin-right: 15px;
  font-size: 1.4rem;
}

.p-content__buttons {
  margin-top: 15px;
}

.p-content__body {
  position: relative;
  float: left;
  overflow: hidden;
  width: 64%;
  padding: 0 0 0 20px;
}

.p-content__description {
  position: relative;
  overflow: hidden;
  margin: 24px auto 0;
  padding-bottom: 40px;
}

.p-content__description--playlist {
  margin: 0 auto;
}

.p-content__text {
  position: relative;
  overflow: hidden;
  height: auto;
  font-size: 1.3rem;
}

.p-content__text[data-is-collapse='true'] {
  height: 200px;
  max-height: 5.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-content__text:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 90%) 50%, rgb(255 255 255 / 90%) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);*/
}

.p-content__image {
  position: relative;
  float: left;
  overflow: hidden;
  width: 36%;
  padding: 0;
}

.p-content__image .p-content__image-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 66.66666% 0 0;
}

.p-content__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50%;
  background-size: contain;
}

.p-content__image[data-is-playlist='true'] .p-content__image-item {
  width: 266px;
  height: 266px;
}

.p-content__image[data-is-playlist='true'] img {
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 133px auto;
}

/* Credit
   ––––––––––––––––––––––––––––––––––––––––––––– */

   .p-credit {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .p-credit__item {
    margin-right: 40px;
    font-size: 12px;
  }

  .p-credit__item:last-child {
    margin-right: 0;
  }

  .p-credit__item--bold {
    font-weight: bold;
  }
  .p-credit__copy{
    text-align: center;
    font-size: 12px;
    padding-bottom: 15px;
  }

/* CTA
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-cta {
  background: #eaeaea;
}

.p-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

[data-is-login='true'] .p-cta__inner {
  justify-content: center;
}

.p-cta__banner img {
  width: auto;
  height: 56px;
  border: 1px solid #717171;
  border-radius: 5px;
}

.p-cta__banner a {
  display: flex;
}

.p-cta__banner a:hover {
  opacity: 0.8;
}

.p-cta__button .c-button {
  padding: 12px;
  min-width: 320px;
}

/* dアカウント
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-dpoint {
  width: 150px;
  height: 44px;
  margin: 8px 5px 8px 8px;
  background: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border-radius: 6px;
}

.p-dpoint__link {
  display: block;
  width: 150px;
  height: 44px;
  background: url('https://resource.music.tower.jp/header/point_arrow.png') right center no-repeat;
  background-size: contain;
}

.p-dpoint__link:hover {
  background-color: transparent;
}

.p-dpoint__inner {
  float: right;
  width: 115px;
  height: 22px;
  margin: 11px 12px 11px 0;
  padding: 2px 0;
  border-bottom: 1px solid #7e7e7e;
}

.p-dpoint__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 9px 6px 4px;
}

[data-dpoint='minus'] .p-dpoint__info {
  height: 100%;
}

.p-dpoint__info:after:after {
  content: '';
  display: table;
  clear: both;
}

.p-dpoint__logo {
  height: 17px;
  margin-right: 4px;
}

.p-dpoint__number {
  padding: 4px 0 0;
  text-align: right;
}

.p-dpoint__number-point {
  display: inline-block;
  color: #000;
  font-size: 12px;
}

.p-dpoint__number-minus .p-dpoint__number-point {
  color: #c00000;
}

.p-dpoint__number-p {
  display: inline-block;
  padding-left: 0.05em;
  color: #999;
  font-size: 10px;
}

.p-dpoint__number-minus .p-dpoint__number-p {
  color: #966;
}

.p-dpoint__text {
  padding: 11px 8px 11px 0;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
}

[data-is-member='true'] .p-dpoint__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  margin-bottom: -2px;
  padding: 0;
  border-bottom: 1px solid #cbcbcb;
}

.p-dpoint__image {
  height: 11px;
}

.p-dpoint__point {
  margin-bottom: -3px;
  font-size: 1.3rem;
}

.p-dpoint__point .p-dpoint__point-p {
  padding-left: 2px;
  color: #999;
  font-size: 1rem;
}

[data-dpoint='minus'] .p-dpoint__point {
  margin-bottom: -1px;
  color: #c00000;
}

[data-dpoint='minus'] .p-dpoint__point .p-dpoint__point-p {
  color: #966;
}

.login {
  display: block;
  position: relative;
  width: 160px;
  height: 42px;
  padding: 6px 10px;
  background-color: #d6000f;
  border-radius: 6px;
}

.login__inner {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.login__text {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* dストア
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-dstore__list {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: -0.4em;
}

.p-dstore__list a {
  color: #515151;
}

.p-dstore__list a:hover {
  opacity: 0.6;
}

.p-dstore__item {
  display: inline-block;
  width: 19.4%;
  margin: 0 0.75% 10px 0;
  vertical-align: top;
  letter-spacing: normal;
}

.p-dstore__item:nth-child(5n) {
  margin: 0 0 10px;
}

.p-dstore__item-link {
  display: block;
  height: 120px;
  padding: 10px;
  border-top: 2px solid #bc001a;
  background-color: #fff;
}

.p-dstore__icon {
  overflow: hidden;
}

.p-dstore__image {
  float: left;
  width: 45px;
  margin-right: 10px;
}

.p-dstore__name {
  font-size: 1.3rem;
  font-weight: 700;
  min-height: 20px;
}

.p-dstore__name i {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  vertical-align: middle;
  text-decoration: none;
}

.p-dstore__name i:before, .p-dstore__name i:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

.p-dstore__name i:before {
  width: 16px;
  height: 16px;
  background: #bc001a;
}

.p-dstore__name i:after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.p-dstore__text {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #d7d7d7;
  font-size: 1.1rem;
  line-height: 1.3;
}

/* FAQ
   ––––––––––––––––––––––––––––––––––––––––––––– */

[data-icon-type]:before {
  content: attr(data-icon-type);
  position: absolute;
  top: 10px;
  left: 20px;
  width: 26px;
  height: 26px;
  text-align: center;
  font-family: verdana;
  font-size: 2rem;
}

/* Multi-device
   ––––––––––––––––––––––––––––––––––––––––––––– */
.appArea {
  margin: 20px 0 0
}

.appList-item {
  float: left;
  width: 276px;
  margin: 0 20px 0 0;
  padding: 15px;
  background: #efefef;
  font-size: 0
}

.appList-item:last-child {
  border: none
}

.appList-item img {
  height: auto;
  vertical-align: middle
}

.appList-item .store {
  display: inline-block;
  width: 120px;
  margin: 0 15px 0 0
}

.appList-item .qrcode {
  width: 110px
}

/* Information
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-information {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 15px;
}

.p-information__item {
  display: inline-block;
  display: inline-block;
  position: relative;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 15px auto 0;
  padding: 10px 40px 10px 15px;
  border: 1px solid #F25964;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #F25964;
}

.p-information__item:before, .p-information__item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

.p-information__item:before {
  left: 3px;
  right: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #F25964;
  border-right: 1px solid #F25964;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.p-information__item:before {
  content: none;
}

.p-information__item:after {
  left: inherit;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #F25964;
  border-right: 1px solid #F25964;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.p-information__item:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-information__item:hover {
  border: 1px solid #fff;
  background: #F25964;
  color: #fff;
}

.p-information__item .p-information__date {
  margin-right: 10px;
}

/* Inquiry
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-inquiry {
  padding-bottom: 15px;
}

.p-inquiry__selected {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-inquiry__textarea {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #999;
  background: #f2f2f2;
  color: #565656;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* Pagetop
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-pagetop {
  position: fixed;
  right: 3%;
  z-index: 300;
}

[data-controlbar='true'] .p-pagetop {
  z-index: 200;
}

.p-pagetop .p-pagetop__item {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #F25964;
  background: #F25964;
  border-radius: 50%;
  opacity: 0.6;
  cursor: pointer;
}

.p-pagetop .p-pagetop__item:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-top: 2px solid rgba(240, 240, 240, 0.8);
  border-right: 2px solid rgba(240, 240, 240, 0.8);
  transform: rotate(-45deg);
}

.p-pagetop .p-pagetop__item:hover {
  background: #D6000F;
  opacity: 0.8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

/* Player
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-player__audio, .p-player__video {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  height: 100px;
  background: #F0F0F0;
  transition: transform 0.2s ease 0.2s;
}

.p-player__audio[data-is-show='true'], .p-player__video[data-is-show='true'] {
  visibility: visible;
  opacity: 0.95;
}

.p-player__audio {
  bottom: -100px;
}

.p-player__audio[data-is-show='true'] {
  transform: translateY(-100px);
}

.p-player__video {
  bottom: -105px;
}

.p-player__video[data-is-show='true'] {
  transform: translateY(-105px);
}

.p-player__inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

@font-face {
  font-family: 'PlayerControls';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/PlayerControls.eot?69hts2');
  src: url('../fonts/PlayerControls.eot?69hts2#iefix') format('embedded-opentype'), url('../fonts/PlayerControls.ttf?69hts2') format('truetype'), url('../fonts/PlayerControls.woff?69hts2') format('woff'), url('../fonts/PlayerControls.svg?69hts2#PlayerControls') format('svg');
  font-display: block;
}

[class^='dm-'], [class*=' dm-'], .p-video .vjs-big-play-button .vjs-icon-placeholder:before, .p-video .vjs-play-control .vjs-icon-placeholder:before, .p-video .vjs-icon-play:before {
  vertical-align: middle;
  font-family: 'PlayerControls';
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='dm-'][data-is-active='true'], [class*=' dm-'][data-is-active='true'] {
  color: #af2c45;
}

.dm-more_vert:before {
  content: '\e902';
}

.dm-clear:before {
  content: '\e90d';
}

.dm-open_in_new:before {
  content: '\e90e';
}

.dm-favorite_on:before {
  content: '\e905';
}

.dm-favorite:before {
  content: '\e906';
}

.dm-replay_15:before {
  content: '\e90b';
}

.dm-forward_15:before {
  content: '\e90c';
}

.dm-fast_forward:before {
  content: '\e900';
}

.dm-fast_rewind:before {
  content: '\e901';
}

.dm-share:before {
  content: '\e903';
}

.dm-shuffle:before {
  content: '\e904';
}

.dm-repeat_1:before {
  content: '\e907';
}

.dm-repeat:before {
  content: '\e908';
}

.dm-context_lyrics:before {
  content: '\e909';
}

.dm-album:before {
  content: '\e90a';
}

.dm-play:before {
  content: '\f101';
  color: #fff;
}

.dm-play--red:before {
  color: #D6000F;
}

.dm-play_circle:before {
  content: '\f102';
}

.dm-pause:before {
  content: '\f103';
  color: #fff;
}

.dm-volume_off:before {
  content: '\f104';
}

.dm-volume_mute:before {
  content: '\f105';
}

.dm-volume_down:before {
  content: '\f106';
}

.dm-volume_up:before {
  content: '\f107';
}

.dm-fullscreen:before {
  content: '\f108';
}

.dm-fullscreen_exit:before {
  content: '\f109';
}

.dm-square:before {
  content: '\f10a';
}

.dm-caption:before {
  content: '\f10d';
}

.dm-settings:before {
  content: '\f110';
}

.dm-record:before {
  content: '\f111';
}

.dm-circle:before {
  content: '\f112';
}

.dm-adjust:before {
  content: '\f113';
}

.dm-hd:before {
  content: '\f114';
}

.dm-cancel:before {
  content: '\f115';
}

.dm-replay:before {
  content: '\f116';
}

.dm-headset:before {
  content: '\f11e';
}

.dm-skip_next:before {
  content: '\f11f';
}

.dm-skip_previous:before {
  content: '\f120';
}

.dm-picture_in_picture:before {
  content: '\f121';
}

.dm-picture_in_picture_exit:before {
  content: '\f122';
}

.p-video .vjs-big-play-button .vjs-icon-placeholder:before, .p-video .vjs-play-control .vjs-icon-placeholder:before {
  content: '\f101';
}

.p-video .vjs-icon-play:before {
  content: '\f101';
}

.p-video:hover .vjs-big-play-button {
  background-color: #F25964;
}

.p-video .vjs-big-play-button {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background-color: #D6000F;
  border-radius: 50%;
}

.p-video .vjs-big-play-button:active, .p-video .vjs-big-play-button:focus {
  background-color: #D6000F;
}

.p-video .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 5rem;
  line-height: 1.55;
}

/* Player Context Menu
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-context-menu {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 10px;
}

.p-context-menu__list {
  bottom: 12px;
  right: 0;
  width: 200px;
  height: auto;
  margin: 0 auto;
  background: #f0f0f0;
  font-size: 1.4rem;
}

.p-context-menu__list:after {
  left: auto;
  right: 5px;
}

.p-controls__context {
  position: relative;
}

.p-controls__context:hover {
  cursor: pointer;
}

.p-controls__context:hover .p-context-menu__list {
  visibility: visible;
}

.p-context-menu__item a {
  display: block;
  padding: 6px 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-context-menu__item a:hover {
  background: #fff;
  color: #333;
}

.p-context-menu__icon {
  width: 15px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

/* Player controls
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-controls {
  flex-basis: 160px;
  padding: 0 2px;
  text-align: center;
}

.p-side-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 30%;
}

.p-controls__main {
  margin-top: 30px;
  margin-bottom: 5px;
}

.p-player__video .p-controls__main, .p-side-controls .p-controls__main {
  margin-top: 0;
  margin-bottom: 0;
}

.p-controls__sub {
  display: flex;
}

.p-controls .p-controls__sub {
  justify-content: center;
}

.p-controls__icon {
  opacity: 0.8;
  position: inherit;
  vertical-align: middle;
}

.p-controls__icon .dm-favorite_on {
  color: #D6000F;
}

.p-controls__icon[data-action='play'] {
  margin: 0 8px;
  border: 1px solid #D6000F;
  background: #D6000F;
  opacity: 1;
}

.p-controls__icon[data-action='play']:hover {
  border: 1px solid #F25964;
  background: #F25964;
  transform: inherit;
}

.p-controls__icon[data-is-loading='true'] [class^='dm-'], .p-controls__icon[data-is-loading='true'] [class*=' dm-'] {
  display: none;
}

.p-controls__icon[data-is-loading='true']:after {
  content: '';
  display: inline-block;
  opacity: 0.8;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-bottom-color: transparent;
  animation: 1s loader linear infinite;
}

.p-controls__icon:hover {
  opacity: 1;
  cursor: pointer;
}

.p-controls__volume .p-controls__icon {
  padding: 15px 0 10px;
}

.p-controls__context .p-controls__icon {
  display: block;
  padding-left: 5px;
}

[class^='dm-'][data-is-active='true'], [class*=' dm-'][data-is-active='true'] {
  color: #D6000F;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.p-controls__time {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 2;
}

.p-controls__time .p-controls__time-current, .p-controls__time .p-controls__time-duration {
  padding: 0 8px;
}

.p-controls__volume {
  display: flex;
  align-items: center;
  padding-left: 7px;
}

.p-player__video .p-player__time-control {
  display: flex;
  position: absolute;
  left: 5px;
  font-size: 1.2rem;
}

.p-controls__toggle {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.p-player__audio .p-controls__toggle {
  bottom: 100px;
}

.p-player__video .p-controls__toggle {
  bottom: 105px;
}

[data-is-show='true'] .p-controls__toggle {
  visibility: visible;
  opacity: 1;
}

.p-controls__toggle .p-controls__toggle-icon {
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #A8A8A8;
  color: #fff;
  text-decoration: none;
}

.p-controls__toggle .p-controls__toggle-icon:hover {
  opacity: 0.8;
}

.p-controls__toggle .p-controls__toggle-icon:before, .p-controls__toggle .p-controls__toggle-icon:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  width: 2px;
  height: 20px;
  background-color: #f0f0f0;
}

.p-controls__toggle .p-controls__toggle-icon:before {
  transform: rotate(45deg);
}

.p-controls__toggle .p-controls__toggle-icon:after {
  transform: rotate(-45deg);
}

.vjs-fullscreen .p-controls__toggle {
  display: none;
}

.p-controls__quality {
  position: relative;
}

.p-controls__quality-inner {
  display: none;
  position: absolute;
  bottom: 0;
  left: -3em;
  z-index: 1000;
  width: 10em;
  height: 0;
  margin-bottom: 1.5em;
}

.p-controls__quality-inner[data-is-show='true'] {
  display: block;
}

.p-controls__quality-inner .p-controls__quality-list {
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: -1.5em;
  overflow: auto;
  width: 12em;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.p-controls__quality-inner .p-controls__quality-item {
  margin: 2px 0 0;
  padding: 5px 8px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 0.3em;
}

.p-controls__quality-inner .p-controls__quality-item:hover {
  background: #666;
  cursor: pointer;
}

.p-controls__quality-inner .p-controls__quality-item[data-is-selected='true'] {
  background: #af2c45;
  color: #fff;
}

/* Player Lyrics
   ––––––––––––––––––––––––––––––––––––––––––––– */

[data-modal='lyrics'] {
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

[data-modal='lyrics'].c-modal {
  max-width: 600px;
  margin-bottom: 130px;
}

.p-lyrics__title {
  text-align: center;
  line-height: 1.5;
}

.p-lyrics__track {
  font-size: 2rem;
  font-weight: bold;
}

.p-lyrics__artist {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-lyrics__info {
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.25;
}

.p-lyrics__content {
  font-size: 1.4rem;
}

/* Player range
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-range {
  margin: 7px 0 0 10px;
}

.p-range:hover {
  cursor: pointer;
}

.p-range:hover .p-range__process:after {
  content: '';
  right: -5px;
  margin-top: -2px;
}

.p-range__base {
  position: relative;
  width: 100px;
  height: 5px;
  margin: 0 auto;
  background: #A8A8A8;
  border-radius: 15px;
}

.p-range__process {
  position: absolute;
  bottom: 0;
  height: 5px;
  border: 0;
  background: #D6000F;
  border-radius: 10px;
  outline: none;
}

.p-range__video {
  margin: 0 0 0 10px;
}

/* Player seekbar
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-seekbar {
  position: relative;
  margin-top: 5px;
}

.p-seekbar__item {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 5px;
  background: #A8A8A8;
  border-radius: 10px;
}

.p-seekbar__item:hover {
  cursor: pointer;
}

.p-seekbar__item:hover .p-seekbar__item-range:after {
  content: '';
  right: -5px;
  margin-top: -2px;
}

.p-seekbar__item .p-seekbar__item-range {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 0;
  height: 100%;
  border: 0;
  text-align: center;
  background: #D6000F;
  font-size: 1rem;
  line-height: 0.8rem;
  border-radius: 10px 0 0 10px;
}

.p-seekbar__item .p-seekbar__item-range:last-child {
  flex-shrink: 1;
}

.p-duration {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 0.8rem;
}

.p-duration .p-duration__item {
  position: absolute;
  top: 1px;
}

.p-duration .p-duration__item:first-child {
  left: 0;
}

.p-duration .p-duration__item:last-child {
  right: 0;
}

.p-progress {
  position: absolute;
  top: -5px;
  z-index: 400;
  width: 100%;
  height: 5px;
  font-size: 10px;
}

.p-progress__tooltip {
  visibility: hidden;
  position: absolute;
  top: -2em;
  float: right;
  z-index: 1;
  padding: 0 8px;
  white-space: nowrap;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  border-radius: 0.3em;
  pointer-events: none;
  min-width: 40px;
}

.p-progress__holder {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #A8A8A8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-progress__holder.disabled {
  cursor: default;
}

.p-progress__holder:focus {
  text-shadow: 0 0 1px #fff;
  outline: none;
}

.p-progress__holder .p-progress__mouse-display {
  display: none;
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.p-progress__holder .p-progress__mouse-display .p-progress__tooltip {
  background-color: #000;
  color: #fff;
}

.p-progress__holder:hover, .p-progress__holder:focus {
  cursor: pointer;
}

.p-progress__holder:hover .p-progress__mouse-display, .p-progress__holder:focus .p-progress__mouse-display {
  display: block;
}

.p-progress__holder:hover .p-progress__tooltip, .p-progress__holder:focus .p-progress__tooltip {
  display: block;
  visibility: visible;
  font-size: 1.2rem;
}

.p-progress__holder .p-progress__play {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #d6000f;
}

.p-progress__holder .p-progress__play:before {
  content: none;
}

/* Player track
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-track {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-basis: 55%;
  overflow: hidden;
}

.p-track__media {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border: 0;
}

.p-player__video .p-track__media {
  width: 182px;
  margin-left: 10px;
}

.p-track__detail {
  width: 80%;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-player__audio .p-track__detail {
  max-width: 420px;
}

.p-player__video .p-track__detail {
  max-width: 380px;
  padding-right: 10px;
  text-align: left;
}

.p-track__heading {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-track__heading:hover {
  color: #af2c45;
}

.p-track__title {
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  text-overflow: ellipsis;
}

.p-player__video .p-track__title {
  margin-top: 10px;
}

.p-track__title-sub {
  overflow: hidden;
  white-space: nowrap;
  color: #f0f0f0;
  font-size: 1.3rem;
  text-overflow: ellipsis;
}

.p-player__video .p-track__title-sub {
  margin-top: 5px;
  color: #d0d0d0;
  line-height: 1.75;
}

.p-track__title-sub:hover {
  color: #af2c45;
}

.p-track__media-image {
  width: 102%;
  height: 102%;
  margin-bottom: 0;
}

/* Video player
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-video__wrap[data-play-video='true'] {
  overflow-y: hidden;
}

.p-video {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 3000px;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 400;
  width: 100%;
  background: #242424;
  overflow-y: scroll;
}

.p-video[data-is-active='true'] {
  visibility: visible;
  opacity: 1;
}

.p-video .video-js {
  width: 100%;
  height: 100%;
}

.p-video .video-js .vjs-dock-text, .p-video .video-js .vjs-hidden, .p-video .video-js .vjs-text-track-display, .p-video .video-js .vjs-dock-shelf, .p-video .video-js .vjs-control-text, .p-video .video-js .vjs-seek-to-live-control, .p-video .video-js .vjs-spacer {
  display: none;
}

.p-video .video-js .vjs-control-bar {
  display: none;
}

.p-video__inner {
  width: 800px;
  margin: 0 auto;
  padding: 3.5rem 0;
}

.p-video__player {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
}

.p-video__player-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-video__toggle {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 105px;
  left: 0;
  z-index: -1;
  height: 70px;
  cursor: pointer;
}

[data-is-show='true'] .p-video__toggle {
  visibility: visible;
  opacity: 1;
}

.p-video__toggle .p-video__toggle-icon {
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  width: 70px;
  height: 40px;
  text-align: center;
  background: #A8A8A8;
  color: #fff;
  line-height: 70px;
  text-decoration: none;
}

.p-video__toggle .p-video__toggle-icon:hover {
  opacity: 0.8;
}

.p-video__toggle .p-video__toggle-icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-left: 2px solid #f0f0f0;
}

.p-video__toggle .p-video__toggle-icon[data-is-expand='false']:after {
  top: 15px;
  right: 28px;
  border-top: 2px solid #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.p-video__toggle .p-video__toggle-icon[data-is-expand='true']:after {
  top: 10px;
  right: 28px;
  border-bottom: 2px solid #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.vjs-fullscreen .p-video__toggle {
  display: none;
}

/* Ranking
   ––––––––––––––––––––––––––––––––––––––––––––– */

[data-is-rank]:before {
  content: attr(data-is-rank);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  padding: 0.25rem 1rem;
  text-align: left;
  background: -webkit-linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(214, 0, 15, 0.8) 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(214, 0, 15, 0.8) 50.5%) no-repeat top left/100% 100%;
  color: #f0f0f0;
  font-family: verdana;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Search
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-search {
  position: relative;
  width: 320px;
}

.p-search .p-search__input {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  max-width: 100%;
  padding: 0.25rem 0.4rem;
  padding: 0 40px 0 12px;
  border: 1px solid #D0D0D0;
  background: #fff;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.7rem;
  border-radius: 6px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[data-is-invalid='true'] .p-search .p-search__input {
  border-color: #e74c3c;
}

[data-is-invalid='true'] .p-search .p-search__input+.c-form__hint {
  color: #e74c3c;
}

.p-search .p-search__input:focus {
  outline: 0;
}

.p-search .p-search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 17px 20px;
  border: 0;
  background: transparent url("https://resource.music.tower.jp/header/search.svg") no-repeat 50%;
  background-size: 21px auto;
  cursor: pointer;
  min-width: 20px;
}

.p-search .p-search__button:hover, .p-search .p-search__button:focus, .p-search .p-search__button:active {
  background: transparent url("https://resource.music.tower.jp/header/search.svg") no-repeat 50%;
  background-size: 21px auto;
}

.p-search__incremental {
  position: absolute;
  width: 100%;
  max-height: 100vh;
  z-index: 160;
  overflow-y: auto;
  top: 34px;
  bottom: auto;
  left: 0;
  max-width: 360px;
  text-align: left;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.p-search__incremental[data-is-active='true'] {
  display: block;
}

.p-search__incremental[data-is-active='false'] {
  display: none;
}

.p-search__incremental-list__item {
  border-top: 1px solid #eaeaea;
}

.p-search__incremental-list__item:first-child {
  border-top: none;
}

.p-search__incremental-list__item-link {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333;
  display: block;
  padding: 15px 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.p-search__incremental-list__item-link:hover{
color:#333;
background:#f6f6f6;
}

/* Search Suggest
   ––––––––––––––––––––––––––––––––––––––––––––– */

.p-suggest__list {
  padding: 16px 0;
}

.p-suggest__title {
  padding: 0 18px 8px;
  color: #181818;
  font-size: 1.2rem;
  font-weight: bold;
}

.p-suggest__item {
  display: block;
  overflow: hidden;
  padding: 5px 18px;
  white-space: nowrap;
  color: #181818;
  font-size: 1.2rem;
  text-overflow: ellipsis;
}

.p-suggest__item:hover {
  background: #fff;
  color: #333;
}

/* =============================================
   Layouts
   ============================================= */

/* Footer
   ––––––––––––––––––––––––––––––––––––––––––––– */

.l-footer {
  border-top: 1px solid #eaeaea;
}

.l-footer__section {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 30px 15px 10px;
}

.l-footer__link .c-grid__item {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  vertical-align: middle;
  font-size: 1.2rem;
  text-decoration: none;
}

.l-footer__link .c-grid__item:before, .l-footer__link .c-grid__item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

.l-footer__link .c-grid__item:before {
  left: 3px;
  right: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #D6000F;
  border-right: 1px solid #D6000F;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.l-footer__credit {
  background: #f2f2f2;
}

/* Footer applink
   ––––––––––––––––––––––––––––––––––––––––––––– */
  .c-applink {
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 0 15px;
}

.c-applink-inner {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
  background: #f2f2f2;
}

.c-applink-left {
  display: flex;
  align-items: center;
  margin: 0 0 0 32px;
}

.c-applink-right {
  display: flex;
}

.c-applink__link:hover {
  opacity: 0.5;
  color: #333;
  transition: 0.2s;
}

.c-applink__appicon {
  width: 80px;
}

.c-applink__text {
  width: 380px;
  padding: 0 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.c-applink__linkarea {
  display: flex;
  width: 280px;
  background: #fff;
  margin: 0 8px;
  padding: 16px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}

.c-applink-area__badge {
  margin: 0 auto;
}

.c-applink-area__badge-image {
  vertical-align: top;
}

.c-applink-area__badge--ios {
  width: 104px;
}

.c-applink-area__badge--android {
  width: 130px;
}

.c-applink__linkarea-qr {
  width: 66px;
  margin: 0 0 0 32px;
}

.c-applink__linkarea-qr-image {
  vertical-align: top;
}

.c-applink-area__text {
  padding: 4px 0;
  font-size: 1.3rem;
  font-weight: 700;
}

/* Sns
   ––––––––––––––––––––––––––––––––––––––––––––– */
.l-sns {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 50px;
}

.l-sns--lp {
  max-width: 1020px;
}

.l-sns_inr {
  background: #f2f2f2;
  padding: 40px;
  text-align: center;
}

.l-sns_txt {
  padding-bottom: 30px;
}

.l-sns_btn {
  background: #1d9bf0;
  color: #fff;
  padding: 12px 80px;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 6px;
}

.l-sns_btn--lp {
  padding: 12px 68px;
}

.l-sns_btn:hover {
  color: #fff;
}

.l-sns_btn--img {
  width: 20px;
  margin-right: 6px;
  vertical-align: middle;
}

/* Global Navi
   ––––––––––––––––––––––––––––––––––––––––––––– */

.l-globalnav {
  position: fixed;
  top: 60px;
  z-index: 150;
  width: 100%;
  padding: 0 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}

.l-globalnav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-globalnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: relative; */
  height: 40px;
}

.l-globalnav__menu {
  display: block;
  /* position: relative; */
  padding: 0 10px;
  color: #666;
  line-height: 40px;
  font-weight: 500;
}

.l-globalnav__menu a {
  display: block;
  color: #666;
}

.l-globalnav__menu .l-nav__icon {
  width: 15px;
  margin-right: 5px;
  vertical-align: text-top;
}

.l-globalnav__menu .l-nav__icon--hover {
  display: none;
  width: 15px;
  margin-right: 5px;
  vertical-align: text-top;
}

.l-globalnav__menu[data-is-active='true'] {
  color: #d6000f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* .l-globalnav__menu[data-is-active='true'] a {
  color: #d6000f;
} */

.l-globalnav__menu[data-is-active='true'] .l-nav__icon {
  opacity: 1;
}

.l-globalnav__menu[data-is-active='true'] .l-nav__icon {
  display: none;
}

.l-globalnav__menu[data-is-active='true'] .l-nav__icon--hover {
  display: inline-block;
}

.l-globalnav__menu:hover {
  color: #d6000f;
  cursor: pointer;
}

.l-globalnav__menu a:hover {
  color: #d6000f;
}

.l-globalnav__menu:hover .l-nav__icon {
  display: none;
}

.l-globalnav__menu:hover .l-nav__icon--hover {
  display: inline-block;
}

.l-subnav__list {
  visibility: hidden;
  opacity: 0;
  width: 1500px;
  max-width: 100%;
  padding: 18px;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 160;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 6%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.l-subnav__list::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #d6000f;
  position: absolute;
  top: 1px;
  left: 0;
}

.l-subnav__list[data-is-active='true'] {
  visibility: visible;
  opacity: 1;
}

.l-subnav__inr {
  display: flex;
  width: 100%;
  height: 100%;
}

.l-subnav__left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.l-subnav__left-en {
  color: #181818;
  font-size: 38px;
}

.l-subnav__left-ja {
  color: #666666;
  font-size: 18px;
}

.l-subnav__right {
  width: 80%;
  border-left: 2px solid #eeeeee;
  padding: 30px 90px 20px 120px;
  display: flex;
  flex-wrap: wrap;
}

.l-subnav__item {
  display: inline-block;
  color: #181818;
  width: 33%;
  margin-bottom: 10px;
  padding-left: 30px;
}

.l-subnav__item a {
  position: relative;
  color: #181818;
  font-size: 16px;
  text-decoration: none;
}

.l-subnav__list a:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.l-subnav__item a:hover {
  color: #d6000f;
}

.l-subnav__item:hover a:before {
  border-top: 2px solid #d6000f;
  border-right: 2px solid #d6000f;
}

@media screen and (max-width: 1500px) {
  .l-subnav__list {
    padding: 1.2vw;
  }
  .l-subnav__left-en {
    font-size: 2.53vw;
  }
  .l-subnav__left-ja {
    font-size: 1.2vw;
  }
  .l-subnav__item a {
    font-size: 1.1vw;
  }
  .l-subnav__right {
    padding: 2vw 6vw 1.33vw 8vw;
  }
}

.notification-bar {
  height: 100px;
  background-image: url(https://resource.music.tower.jp/header/bg-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.notification-bar__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1070px;
  height: 100px;
  margin: 0 auto;
}

.notification-bar__item {
  margin: 0 30px 0 0;
}

.notification-bar__item--text {
  margin: 0 70px 0 0;
  font-weight: 500;
}

/* Header
   ––––––––––––––––––––––––––––––––––––––––––––– */

.l-header {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  background-color: #fff;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-header__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__logo {
  display: inline-block;
  float: left;
  margin: 0 50px 0 0;
  padding: 18px 0;
}

.l-header__logo-image {
  display: block;
  width: 200px;
  height: 26px;
}

/* Container
   ––––––––––––––––––––––––––––––––––––––––––––– */

.l-wrapper {
  padding-top: 102px;
}

.l-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 10px;
}

.pjax-content {
  position: relative;
  padding-bottom: 70px;
}

.l-section {
  margin-bottom: 40px;
}

/* Topics
   ––––––––––––––––––––––––––––––––––––––––––––– */

.l-topics {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.l-topics__item {
  background-color: #999999;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.l-topics__item a {
  color: #fff;
}

.l-topics__item a:hover {
  color: #fff;
}

.share-area {
  position: relative;
}

.sns-list {
  display: none;
  position: absolute;
  z-index: 999999;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #c7cbcd;
  border-radius: 4px;
  text-align: center;
  left: -73px;
  width: 122px;
  margin-top: 5px;
}

.sns-list::before {
  position: absolute;
  content: '';
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c7cbcd;
  border-right: 1px solid #c7cbcd;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: -6px;
  background-color: #fff;
}

.sns-list__on {
  display: flex;
  justify-content: center;
  align-items: center
}

.sns-list_btn {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.sns-list_btn img {
  width: 26px;
  height: 26px;
}

.sns-list_txt {
  font-size: 10px;
  line-height: 1.2;
}

/* Delete
   ––––––––––––––––––––––––––––––––––––––––––––– */

.main {
  margin: -8px;
  padding: 0 0 12px;
}

.main-info {
  margin: 35px 35px 20px;
  text-align: center;
}

.main-info--payment {
  margin: 35px 16px 12px;
}

.main-info__title {
  margin-top: 20px;
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.main-info__title--payment {
  text-align: left;
}

.bnr-campaign {
  position: relative;
  z-index: 2;
}

.bnr-campaign__link {
  display: block;
  text-align: center;
}

.bnr-campaign__link:hover {
  opacity: 0.8;
}

.bnr-campaign__image {
  width: 40%;
  height: auto;
  vertical-align: bottom;
}

.caution {
  margin: 0 auto 18px;
  padding: 32px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__body {
  max-width: 480px;
  margin: auto;
}

.section__body--payment {
  max-width: 100%;
}

.caution-header {
  margin: 0 0 18px;
  padding: 24px 0;
  text-align: center;
  background: #f0f0f0;
}

.caution-header__heading {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  font-weight: 500;
}

.caution-header__heading::before {
  content: '';
  display: block;
  width: 28px;
  height: 25px;
  margin: 0 auto 10px;
  background: url(https://resource.music.tower.jp/delete/icon_caution.png) no-repeat 0 0;
  background-size: contain;
}

.caution-header__notes {
  margin: 12px 0 0;
  color: #D6000F;
  font-size: 1.4rem;
  font-weight: 500;
}

.caution--1 {
  background-image: url(https://resource.music.tower.jp/delete/bg_caution_01.png);
}

.caution--2 {
  background-image: url(https://resource.music.tower.jp/delete/bg_caution_02.png);
}

.caution--3 {
  background-image: url(https://resource.music.tower.jp/delete/bg_caution_03.png);
}

.caution--4 {
  background-image: url(https://resource.music.tower.jp/delete/bg_caution_04.png);
}

.inner-block {
  max-width: 640px;
  margin: 0 auto;
}

.caution__heading {
  margin: 0 auto 16px;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.4;
}

.caution__text {
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

.c-btn {
  display: block;
  margin: auto;
  text-align: center;
  background-color: #fff;
  color: #D6000F;
  border: 1px solid #D6000F;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 25px;
}

.c-btn:hover {
  color: #fff;
  opacity: 0.8;
}

.c-btn-more {
  display: block;
  height: 44px;
  max-width: 210px;
  margin: 32px auto 0;
  padding: 9px 0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  border-radius: 22px;
  border: 2px solid #fff;
}

.c-btn-more:hover {
  color: #fff;
  opacity: 0.8;
}

.c-section__delete {
  margin: 60px 16px;
}

.c-btn--large {
  width: 85%;
  height: 50px;
  max-width: 360px;
  padding: 11px 0;
}

.c-btn--large:hover {
  color: #D6000F;
}

.c-btn--small {
  display: block;
  padding: 0.25rem;
  margin-top: 0.25rem;
  width: 80px;
  margin-left: auto;
  margin-right: 0px;
}

.c-btn--small:hover {
  color: #D6000F;
  cursor: pointer;
}

.section__body .c-btn--large {
  max-width: 360px;
  margin: 32px auto 0;
}

.c-btn--secondary {
  background: #fff;
  border: 1px solid #464646;
  color: #464646;
}

.c-btn--secondary:hover {
  color: #464646;
  opacity: 0.8;
}

.c-btn-list {
  overflow: hidden;
  width: 100%;
  max-width: 432px;
  margin: 32px auto 0;
}

.c-btn-list__item {
  float: left;
  width: 50%;
}

.c-btn-list__item:nth-child(2n+1) {
  padding: 0 6px 0 0;
}

.c-btn--medium {
  height: 44px;
  max-width: 220px;
  padding: 8px 0;
  font-size: 1.6rem;
}

.c-btn--medium:hover {
  color: #D6000F;
}

.c-btn--secondary {
  background: #fff;
  border: 1px solid #464646;
  color: #464646;
}

/* Login
  ––––––––––––––––––––––––––––––––––––––––––––– */
.c-section__login {
  margin: 56px 16px 40px;
}

.c-section__heading--login {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.c-section__notes--login {
  font-size: 1.3rem;
}

.c-section__notes--login-center {
  text-align: center;
}

.login-branch {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}

.login-branch:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.login-branch__text {
  position: relative;
  padding: 0 1em;
  font-size: 1.8rem;
  background: #fff;
}

.c-section__lead--new-account-page {
  width: 76%;
  margin: 12px auto 0;
  color: #333;
  font-size: 1.4rem;
  text-align: left;
}

.c-section__lead--login-page {
  padding: 12px;
  text-align: center;
}

.c-btn--trm {
  background-color: #d6000f;
  color: #fff;
  border: 1px solid #d6000f;
}

.c-btn--trm:hover {
  color: #fff;
}

.c-btn--recmusic {
  background-color: #fff;
  color: #2da39e;
  border: 1px solid #2da39e;
}

.c-btn--recmusic:hover {
  color: #2da39e;
}

.c-btn--dmonthly {
  background-color: #fff;
  color: #af2c45;
  border: 1px solid #af2c45;
}

.c-btn--dmonthly:hover {
  color: #af2c45;
}

.section__body .c-btn--login {
  margin: 16px auto 0;
}

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

.modal-close-text {
  position: relative;
  margin-top: 2em;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 1.4rem;
  padding: 0;
}

.modal-close-text:before {
  content: "";
  width: 30px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 28px;
  border-left: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.modal-close-text:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 53px;
  z-index: 100;
  height: 15px;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Form
  ––––––––––––––––––––––––––––––––––––––––––––– */

.form-area {
  margin: 0 0 40px;
  padding: 32px 16px 16px;
}

.login-form {
  padding: 0;
}

.login-form__textarea {
  width: 100%;
  height: 40px;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 3px;
  resize: vertical;
  border: 1px solid #999;
}

.login-form__link {
  padding: 24px 0 32px;
  text-align: center;
}

.c-link-text {
  color: #F25964;
  font-size: 1.4rem;
  text-decoration: underline;
}

.c-link-text--black {
  color: #333;
}

.c-link-text--new-account-page {
  color: #d6000f;
  font-weight: 500;
  font-size: 1.6rem;
}

.agree .c-link-text {
  font-size: 1.6rem;
}

.c-checkbox-list__item {
  margin: 0 auto 24px;
}

.c-checkbox-list__item--login {
  text-align: center;
}

.c-checkbox-list__label {
  display: block;
  cursor: pointer;
}

.login-button {
  display: block;
  height: 45px;
  margin: 0 0 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.login-button__text--apple {
  background: #000;
}

.login-button--apple {
  background-image: url(https://resource.music.tower.jp/icons/apple.png);
  background-color: #000;
  background-repeat: no-repeat;
  -webkit-background-size: 35px;
  background-size: 38px;
  background-position: 5px center;
}

.login-button--facebook {
  background-image: url(https://resource.music.tower.jp/icons/facebook.png);
  background-color: #1877f2;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: 8px 9px;
}

.login-button__text--facebook {
  background: #1877f2;
  border-left: 1px solid #1877f2;
}

.login-button--yahoo {
  background-image: url(https://s.yimg.jp/c/icon/s/bsc/2.0/y80.png);
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: 30px 35px;
  background-size: 30px 35px;
  background-position: 8px center;
  border: 1px solid red;
}

.login-button__text--yahoo {
  background: #f03;
}

.login-button--daccount {
  background-image: url(https://resource.music.tower.jp/icons/daccount.png);
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: 17px 22px;
  background-size: 17px 22px;
  background-position: 13px center;
  border: 1px solid #c03;
}

.login-button__text {
  display: block;
  margin-left: 45px;
  padding-right: 45px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.5rem;
  color: #fff;
  line-height: 44px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.login-button__text--daccount {
  background: linear-gradient(180deg, #df4263, #c03);
}

.login-form__textarea--recochoku {
  margin: 0 0 20px;
}

.login-form__lead {
  padding: 0 0 24px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.login__maintenance {
  max-width: 600px;
  margin: 20px;
  padding: 16px;
  border: 1px solid #a8a8a8;
}

.login__maintenance--description {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* 決済
  ––––––––––––––––––––––––––––––––––––––––––––– */

.payment-header {
  padding: 24px 0 16px;
  text-align: center;
  background: #f0f0f0;
}

.payment-announce {
  padding: 14px 0 0;
}

.payment-header__heading {
  padding: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.payment-header__notes {
  padding: 0 0 8px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.payment-header__notes--bold {
  font-weight: 700;
}

.payment-header__freetrial {
  padding: 8px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.c-section__payment {
  margin: 24px 16px;
}

.c-section__heading--payment {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-ib {
  text-indent: -1em;
  padding-left: 2.2em;
}

.payment-step-list {
  position: relative;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.payment-step-list__item {
  position: relative;
  list-style-type: none;
  text-align: center;
  width: 20%;
  color: #999;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}

.payment-step-list__item:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 7px auto 20px auto;
  content: '';
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #d0d0d0;
}

.payment-step-list__item:after {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: -50%;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #d0d0d0;
}

.payment-step-list__item:first-child:after {
  content: none;
}

.payment-step-list__item--active,
.payment-step-list__item--complete {
  color: #D6000F;
}

.payment-step-list__item--active:before,
.payment-step-list__item--complete:before {
  background-color: #D6000F;
  color: #FFF;
}

.payment-step-list__item--active:after,
.payment-step-list__item--complete:after {
  background-color: #D6000F;
}

.payment-step-list__item--complete:before {
  background-image: url(https://resource.music.tower.jp/pd/payment/payment_chek.svg);
  background-position: 8px 9px;
  background-size: 13px;
  background-repeat: no-repeat;
}

.payment-step-list__item--active:before {
  background-image: url(https://resource.music.tower.jp/pd/payment/payment_active.svg);
  background-position: 5px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.payment-list {
  margin: 0 0 32px;
}

.payment-list__item {
  margin: 0 0 8px;
  border: 1px solid #d0d0d0;
}

.payment-list__item--voucher {
  border: none;
}

.payment-list__label {
  display: block;
  padding: 20px;
  cursor: pointer;
}

.payment-list__input {
  display: none;
}

input:not([type='text']):not([type='number']), select, button {
  cursor: pointer;
}

.payment-list__text {
  display: inline-block;
  position: relative;
  padding: 0 0 0 34px;
  color: #333;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
}

.payment-list__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  border: 1px solid #999;
  border-radius: 50%;
  transform: translateY(-50%);
}

.payment-list__text--voucher::before {
  display: none;
}

.payment-list__input:checked+.payment-list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #D6000F;
  background-size: contain;
  border-radius: 10px;
  transform: translateY(-50%);
}

.payment-list__image {
  max-width: 350px;
  padding: 16px 16px 0 36px;
}

.payment-list__label--voucher {
  padding: 20px 0 0;
  cursor: default;
}

.payment-list__text--voucher {
  padding: 0;
}

.payment-list__textbox {
  color: #333;
  width: 100%;
  height: 40px;
  margin: 8px 0;
  padding: 12px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #999;
  border-radius: 6px;
}

input:not([type='text']):not([type='number']), select, button {
  cursor: pointer;
}

.payment-list__notes {
  padding: 12px 0 0 33px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
}

.payment-list__notes--voucher {
  color: #F25964;
  padding: 0;
}

.payment-header__subheading {
  padding: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
}

.user-email-wrap {
  display: flex;
  flex-flow: column;
  margin-bottom: 3rem;
}

.user-email-wrap label {
  margin-bottom: .75rem;
}

.user-button__block {
  margin-top: 10rem;
}

.user-email-wrap input {
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.c-btn--new-line {
  padding: 8px 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.c-btn--disable {
  color: #999;
  border: 1px solid #f0f0f0;
  background: #F0F0F0;
}

.c-btn--disable:hover {
  color: #999;
}

.c-btn--disable:focus {
  color: #999;
}

.payment-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.payment-modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.payment-modal__content__area {
  position: relative;
  width: 65%;
  margin: auto;
  min-width: 550px;
  height: 300px;
  top: 120px;
  background-color: #fff;
}

.payment-modal__content__area .main-info__title {
  padding-top: 20px;
}

.payment-complete-coupon {
  border: 1px solid #000;
  padding: 10px;
}

.c-border {
  margin: 32px 12px;
  border-bottom: 1px solid #eaeaea;
}

.c-btn--black {
  color: #565656;
  background: #fff;
  border: 1px solid #565656;
  font-weight: 500;
}

.c-btn--black.c-btn--large:hover {
  color: #565656;
}

.c-btn-list__item .c-btn--black:hover {
  color: #565656;
  background: #fff;
  border: 1px solid #565656;
}

.c-btn-list__item .c-btn--recmusic:hover {
  background: #fff;
  border: 1px solid #2da39e;
}


/* 初回同意画面
  ––––––––––––––––––––––––––––––––––––––––––––– */

.agree-bold {
  font-weight: bold;
}

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

.agree-button {
  color: #D6000F;
  border: 1px solid #D6000F;
  margin: 0 8px;
  display: block;
  padding: 10px 50px;
  background: #fff;
  line-height: 1.75;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  width: 52%;
  font-size: 1.4rem;
}

.agree-button:hover {
  opacity: 0.8;
}

.agree-button[disabled] {
  color: #ccc;
  border: 1px solid #ccc;
}

.agree-button:hover[disabled] {
  opacity: 1.0;
}

.agree-note {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 30px;
}


/* guide
  ––––––––––––––––––––––––––––––––––––––––––––– */
.l-container-guide {
  max-width: 880px;
}

.c-heading-guide {
  margin: 60px auto 0;
}

.c-items__title-guide {
  color: #F25964;
}

.guide-note__text {
  padding-left: 1em;
  text-indent: -1em;
  color: #888;
  font-size: 1.3rem;
}

p+.guide-list {
  margin: 0.5em 0 0;
}

.guide-list__text {
  padding-left: 1em;
  text-indent: -1em;
}

.guide-list__note {
  color: #888;
  font-size: 1.3rem;
}

.guide-list__text:not(:first-child) {
  margin: 0.2em 0 0;
}

.c-button__block.c-button__block-guide {
  display: flex;
  justify-content: center;
  margin: 40px auto 30px;
}

.c-button__block-guide .c-button {
  width: 280px;
  margin: 0 8px;
  font-size: 1.4rem;
}

.guide-device-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 20px;
  padding: 20px;
  background: #f6f6f6;
}

.guide-device-btn__item {
  width: 30%;
  text-align: center;
}

.guide-device-btn__caption {
  margin: 0 0 5px;
  font-size: 1.3rem;
  font-weight: 500;
}

.guide-device-btn__image {
  width: auto;
  height: 60px;
}

/* アンケート
   ––––––––––––––––––––––––––––––––––––––––––––– */
.enquete__title {
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.enquete__content {
  margin: 0 0 48px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.enquete-check__list {
  background: #f5f5f5;
  border-radius: 4px;
}

.enquete-check__list.-comfirm {
  padding: 16px;
}

.enquete-check__list:not(:last-child) {
  margin-bottom: 6px;
}

.enquete-check__list input {
  display: none;
}

.enquete-check__list label {
  display: block;
  cursor: pointer;
  padding: 12px 16px;
}

.enquete-check__text {
  box-sizing: border-box;
  display: inline-block;
  padding: 4px 0px 4px 28px;
  position: relative;
  width: auto;
}

.enquete-icon,
.enquete-icon--checked {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
}

.enquete-icon--checked {
  opacity: 0;
}

.enquete-check__list input[type=checkbox]:checked+.enquete-check__text .enquete-icon--checked, .enquete-check__list input[type=radio]:checked+.enquete-check__text .enquete-icon--checked {
  opacity: 1;
}

.enquete-textarea.-comfirm {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 4px;
}

.enquete-textarea textarea {
  width: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.enquete-btn {
  max-width: 432px;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.c-btn--enquete {
  display: inline-block;
  height: 44px;
  padding: 15px 0;
  font-size: 1.4rem;
}

.c-btn--enquete-back {
  width: 48%;
  margin-right: 4%;
  color: #464646;
  border-color: #464646;
}

.c-btn--enquete-confirm {
  width: 48%;
}

.c-btn-list--enquete {
  margin: 16px auto 0;
}

.section__body .c-btn--cancel {
  margin-top: 16px;
}

.c-section__lead--cancel {
  margin-top: 40px;
}


/* First Info
   ––––––––––––––––––––––––––––––––––––––––––––– */
.first-info-content__item {
  width: 100%;
  margin: 0 0 20px;
  padding: 30px 30px 20px;
  background: #f6f6f6;
}

.first-info-content__title {
  padding: 0 0 24px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}

.first-info-content__title--emphasis {
  padding: 0 0 6px;
  border-bottom: 2px solid #565656;
  letter-spacing: 0.1em;
}

.first-info-content__text {
  margin: 6px 0 24px;
  text-align: center;
  color: #565656;
  font-size: 1.4rem;
  line-height: 1.7;
}

.first-info-content__description {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
  text-align: center;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.6;
}

.first-info-content__description.-row4 {
  min-height: 86px;
}

.first-info-content__description.-row3 {
  min-height: 70px;
}

.first-info-content__description--image {
  display: inline-block !important;
  width: 22px;
  margin: 0 5px;
  vertical-align: bottom;
}

.first-info-content__image {
  max-width: 680px;
  margin: 24px auto 0;
}

.first-info-content--app {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.first-info-content--app .first-info-content__item {
  width: 32%;
}

.first-info-content--app .first-info-content__image {
  max-width: 250px;
}

.first-info-download-btn {
  margin: 24px auto 60px;
  text-align: center;
}

.first-info-download-btn__item {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
}

.first-info-download-btn__caption {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: 500;
}

.first-info-download-btn__image {
  width: auto;
  height: 60px;
}

.first-info-guide__body {
  max-width: 680px;
  margin: auto;
  padding: 16px;
  border: 1px solid #a8a8a8;
}

.first-info-guide__heading {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 16px 0 24px;
}

.first-info-guide__detail {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 32px;
  padding: 24px 32px;
  background: #181818;
  border-radius: 6px;
}

.first-info-guide__link {
  margin: 16px 0;
  text-align: center;
  color: #565656;
  font-size: 1.4rem;
  line-height: 1.6;
}

.first-info-btn {
  margin: 16px 0 32px;
}

/* reward-recieve
   ––––––––––––––––––––––––––––––––––––––––––––– */
.main-info--recieve {
  margin: 55px 35px 20px;
}

.recieve-content__text {
  padding: 32px 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.recieve-content__label {
  cursor: default;
  display: block;
  padding: 24px 0;
}

input[type='text'].recieve-content__input {
  color: #333;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin: 8px 0;
  padding: 12px;
  font-size: 4.0rem;
  background: #fff;
  border: 1px solid #999;
  border-radius: 6px;
  text-align: center;
}

.recieve-content__error {
  padding: 0 0 24px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #d6000f;
  font-weight: 500;
}

.recieve-content__notes {
  padding: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.main-info--recieve {
  margin: 55px 35px 20px;
}

.recieve-comp-content__text {
  padding: 32px 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align:left;
}
.recieve-comp-content__sub-text {
  padding: 16px 0 0;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align:left;
}

.recieve-comp-start {
  margin: 32px 0 0;
  padding: 32px 16px 24px;
  background: #f6f6f6;
  border-radius: 4px;
}

.recieve-comp-appicon {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recieve-comp-appicon__image {
  padding: 0 16px 0 0;
}

.recieve-comp-appicon__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}

.recieve-comp-appinstall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px 0 0;
}

.recieve-comp-appinstall__link:hover {
  opacity: 0.5;
  color: #333;
  transition: 0.2s;
}

.recieve-comp-appinstall__linkarea {
  display: flex;
  width: 250px;
  background: #fff;
  margin: 0 8px;
  padding: 16px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}

.recieve-comp-appinstall-area__text {
  padding: 4px 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.recieve-comp-appinstall-area__badge {
  margin: 0 auto;
}

.recieve-comp-appinstall-area__badge--ios {
  width: 104px;
}

.recieve-comp-appinstall-area__badge--android {
  width: 131px;
}

.recieve-comp-appinstall-area__badge-image {
  vertical-align: top;
}

.recieve-comp-appinstall__linkarea-qr {
  width: 66px;
  margin: 0 0 0 32px;
}
.recieve-comp-appinstall__linkarea-qr--android {
  margin: 0 0 0 21px;
}

.recieve-comp-appinstall__linkarea-qr-image {
  vertical-align: top;
}


/* プラン
  ––––––––––––––––––––––––––––––––––––––––––––– */

.plan__section {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding: 24px;
  background: #f0f0f0;
}

.plan__section-center {
  margin-bottom: 1.2em;
  text-align: center;
}

.plan-guide__section {
  width: 80%;
  margin-top: 10px;
  padding: 0 16px 0 0;
}

.plan-guide__section--emphasis {
  font-size: 1.8rem;
  font-weight: 700;
}

.plan-guide__section-caution {
  font-size: 1.4rem;
  padding-right: .5rem;
}

.plan-guide-btn__section {
  width: 18rem;
}

.plan-btn {
  padding: 3px;
  margin-top: 10px;
}

.plan-btn--disabled {
  background-color: #AAA;
  color: #fff;
  border: 1px solid #AAA;
}

.plan-btn:hover {
  opacity: 0.6;
  background: #D6000F;
  color: #fff;
  border-color: #D6000F;
}

.plan-btn--disabled {
  background-color: #AAA;
  color: #fff;
  border: 1px solid #AAA;
  pointer-events: none;
  opacity: 0.8;
}

.plan-button__block {
  margin-top: 2rem;
}

.plan-section__lead {
  margin-bottom: 1rem;
}

.plan-section__notes {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.plan-section__date {
  margin: 30px 0 40px;
}

.plan-btn__wrap {
  display: flex;
  justify-content: center;
}

.plan-btn__wrap .c-btn {
  margin-left: 10px;
  margin-right: 10px;
}

.plan-section--error {
  color: #D6000F;
  font-weight: 700;
  padding: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.plan-agree-form__title {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.plan-agree-form input {
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  max-width: 100%;
}

.student-plan-docomo-notation {
  display: block;
  font-size: 1.4rem;
}

.student-plan-docomo-notation:first-of-type {
  margin-top: 1rem;
}

.student-terms-wrap {
  height: 300px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  overflow-y: scroll;
  padding: 1.5rem;
  margin-bottom: 24px;
}

.student-terms__contents {
  margin-bottom: 2rem;
  letter-spacing: .03rem;
}

.student-terms__contents:last-of-type {
  margin-bottom: 0;
}

.student-terms__title {
  margin-bottom: 1rem;
  font-weight: bold;
}

.student-terms__list li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.student-terms__list li::before {
  content: '・';
  width: 6px;
  height: 6px;
}

.student-terms__text {
  font-size: 1.4rem;
  margin-bottom: .5rem;
}

.from-student-card {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.from-student-card label {
  display: inline-block;
  position: relative;
  padding: 10px 18px;
  background-color: #fff;
  transition: all 0.3s;
  color: #D6000F;
  border: 1px solid #D6000F;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 25px;
}

.from-student-card label:hover {
  opacity: 0.6;
  background: #D6000F;
  color: #fff;
  border-color: #D6000F;
  transition: all 0.4s;
}

.from-student-card label input {
  position: absolute;
  left:0;
  top:0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.from-student-card .filename {
  font-weight: 16px;
  margin-left: 2rem;
  line-height: 2.5rem;
  width: 60%;
}

.from-student-card .student-card-delete-btn {
  color: #D6000F;
  margin-left: auto;
  display: none;
}

.from-student-card .student-card-delete-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.student-card-preview-wrap {
  max-width: 350px;
  margin: 0 0 5rem 2rem;
}

.student-card-preview-wrap p {
  margin: .5rem 0;
}

.student-card-error {
  color: #D6000F;
  margin-left: 2rem;
  margin-bottom: .5rem;
}

.student-card-upload-btn[disabled] {
  color: #ccc;
  border: 1px solid #ccc;
}

.c-btn--plan {
  width: 320px;
  margin: 40px auto 0;
  padding: 16px 0;
  font-size: 1.5rem;
  line-height: 1;
}

.c-btn--plan:hover {
  opacity: 0.6;
  background: #D6000F;
  color: #fff;
  text-decoration: none;
  outline: 0;
  border-color: #D6000F;
  cursor: pointer;
}

.c-box-gray {
  margin: 24px auto 0;
  padding: 24px;
  background: #f0f0f0;
  border-radius: 4px;
}

.c-box-gray__lead {
    font-size: 1.4rem;
    line-height: 1.6;
}

.c-box-gray__lead:not(:last-of-type) {
    margin: 0 0 14px;
}

.c-box-gray__lead--em {
  font-weight: 500;
}

.disp-none {
  display: none;
}

/* プラン選択
--------------------------*/
.plan-select__notes {
  margin-top: 16px;
  color: #565656;
  font-size: 1.4rem;
  line-height: 1.6;
}

.plan-select-list {
  margin: 40px auto;
}

.plan-select-list__item {
  padding: 16px 12px;
  border: 1px solid #d0d0d0;
}

.plan-select-list__item:not(:first-child) {
  margin-top: 16px;
}

.plan-select-list__item--disabled {
  background: #f0f0f0;
}

.plan-select-list__table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.plan-select-list__text {
  display: table-cell;
  width: 100%;
  padding: 0 8px 0 0;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.5;
}

.plan-select-list__text-large {
  margin: 0 0 3px;
  font-size: 1.5rem;
  font-weight: 700;
}

.plan-select-list__text-small {
  font-size: 1.3rem;
}

.plan-select-list__caution {
  margin: 10px 0 0;
  color: #565656;
  font-size: 1.2rem;
  line-height: 1.4;
}

.plan-select-list__caution--red {
  color: #d6000f;
}

.plan-select-list__btn {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}

.plan-select-list__btn--vat {
  vertical-align: top;
}

.plan-select-list__btn .c-btn {
  width: 80px;
  padding: 11px 0 10px;
  font-size: 1.3rem;
  line-height: 1;
}

.plan-select-list__btn .c-btn:hover {
  opacity: 0.6;
  background: #D6000F;
  color: #fff;
  text-decoration: none;
  outline: 0;
  border-color: #D6000F;
  cursor: pointer;
}

.c-btn--delete {
  display: block;
  width: 80px;
  margin: auto;
  padding: 11px 0 10px;
  text-align: center;
  background-color: #fff;
  color: #464646;
  border: 1px solid #464646;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 25px;
}

.c-btn--delete:hover {
  opacity: 0.7;
  color: #464646;
}

.plan-select-list__thumb {
  display: table-cell;
  width: 68px;
  vertical-align: middle;
}

.plan-select-list__thumb-btn {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
}

.plan-select-list__thumb-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(https://resource.music.tower.jp/pd/icons/icon_zoom.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 28px;
}

.plan-select-list__thumb-img {
  width: 56px;
  height: 56px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

/* 報告
--------------------------*/
.report-form {
  margin: 30px auto 0;
}

.report-form__label {
  display: block;
  font-weight: bold;
  line-height: 4rem;
}

.report-form__select {
  display: block;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  height: 35px;
  padding: 0 20px 0 8px;
  border: 1px solid #999;
  vertical-align: middle;
  font-size: 1.5rem;
  border-radius: 6px;
  outline: none;
  color: #565656;
  -webkit-appearance: none;
  appearance: none;
  min-width: 100%;
}

.report-form__select:focus {
  outline: 0;
}

.report-form__select-wrap {
  position: relative;
}

.report-form__select-wrap::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #565656;
  content: "";
  position: absolute;
  right: 8px;
  top: 16px;
  width: 0;
}

.report-btn {
  margin: 40px auto 0;
  width: 85%;
  height: 50px;
  max-width: 320px;
  padding: 11px 0;
}

.report-btn:hover {
  color: #D6000F;
}

.report-btn--disabled {
  background-color: #AAA;
  color: #fff;
  border: 1px solid #AAA;
  pointer-events: none;
}

/* Footer small
   ––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 800px) {
  .sp_only {
    display: block;
  }

  [data-type='footer-link'] .c-grid__item {
    width: 49%;
  }

  [data-type='footer-link'] .c-grid__item:nth-child(4n) {
    margin-right: 2%;
  }

  [data-type='footer-link'] .c-grid__item:nth-child(2n) {
    margin-right: 0;
  }

  .l-footer__section {
    padding: 20px 12px 15px;
  }

  .l-footer__link .c-grid__item {
    padding-left: 14px;
    letter-spacing: -0.03em;
  }

  .l-footer__link .c-grid__item:before {
    left: 0;
  }

  .p-credit {
    display: block;
    margin-bottom: 5px;
  }

  .p-credit__item--lmark {
    margin: 10px auto 20px;
    width: 220px;
  }

  .p-credit-license {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 224px;
    margin: auto;
  }

  .p-credit-license__title {
    display: table-cell;
    width: 110px;
  }

  .p-credit-license__number {
    display: table-cell;
    width: 100%;
  }

  .p-credit__copy {
    font-size: 11px;
  }

}
