@charset 'UTF-8';

/* release */
.release {
  background-color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 720px) {
  .release {
    margin-bottom: 2rem;
  }
}
.release__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.release__tab a {
  background-color: #f3f2f7;
  border-bottom: 1px solid #d0cad6;
  font-size: 14px;
  line-height: 24px;
  line-height: 1.25rem;
  opacity: .5;
  padding: 1rem 0;
  text-align: center;
  width: 50%;
}
.release__tab a.-active {
  background-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 720px) {
  .release__tab a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .release__tab a {
    font-size: 20px;
    line-height: 30px;
  }
  .release__tab a:hover {
    background-color: #fff;
    color: #322341;
  }
  .release__tab a::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.release__tab a:nth-of-type(1) {
  border-right: 1px solid #d0cad6;
  border-radius: 4px 0 0 0;
}
.release__tab a:nth-of-type(2) {
  border-radius: 0 4px 0 0;
}
.release__header {
  padding: 1.5rem 1rem 0;
  text-align: right;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 720px) {
  .release__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.5rem 0;

    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-line-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .release__header {
    padding: 1.5rem 2rem 0;
  }
}
.release__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .release__nav {
    width: auto;
  }
}
.release__nav a {
  border-bottom: 1px solid #d0cad6;
  color: #9d97a3;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  line-height: 1.25rem;
  padding: 0 .375rem 1rem;
  position: relative;
  text-align: center;
}
.release__nav a.-active {
  color: #322341;
}
.release__nav a.-active::after {
  background-color: #7500ee;
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
}
@media only screen and (min-width: 720px) {
  .release__nav a {
    padding: 0 1rem 1rem;
  }
  .release__nav a:hover {
    color: #322341;
  }
  .release__nav a br {
    display: none;
  }
}
.release__nav span {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .release__nav span {
    display: inline;
    padding-left: .25rem;
    position: relative;
  }
}
.release__nav2 {
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .release__nav2 {
    margin-top: 0;
  }
}
.release__filter {
  border: 1px solid #d0cad6;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  margin-top: 1rem;
  padding: .25rem 1rem;
  height: 2rem;
}
.release__filter::after {
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  padding-left: .5rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
@media only screen and (min-width: 1024px) {
  .release__filter {
    margin-top: 0;
  }
}
.release__content {
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .release__content {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .release__content {
    padding: 2rem;
    width: 960px;
  }
}
.release__content footer {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 720px) {
  .release__content footer {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .release__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.release__item {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 720px) {
  .release__item {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .release__item {
    margin-bottom: 2%;
    width: 49%;
  }
}
.release__item.-artist {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.release__item.-hide {
  opacity: .2;
}
@media only screen and (min-width: 720px) {
  .release__jk {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .release__jk {
    width: 40%;
  }
}
.release__jk img {
  border-radius: 4px 0 0 4px;
  display: block;
  max-width: 130px;
}
@media only screen and (min-width: 720px) {
  .release__jk img {
    width: 100%;
    max-width: 100%;
  }
}
.release__artist {
  border-radius: 100%;
  display: block;
  margin: .5rem;
  overflow: hidden;
  max-width: 100px;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 720px) {
  .release__artist {
    margin: 2%;
    width: 26%;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .release__artist {
    margin: 2% 4%;
    width: 32%;
  }
}
.release__artist img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}
.release__body {
  padding: .25rem .5rem;
  min-width: 0;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 720px) {
  .release__body {
    padding: 1rem;
  }
}
.release__body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 720px) {
  .release__body h3.-artist {
    margin-top: .5rem;
    position: relative;
    text-overflow: clip;
    white-space: normal;
    height: 48px;
  }
  .release__body h3.-artist::before {
    background-color: #fff;
    content: '…';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .release__body h3.-artist::after {
    background-color: #fff;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .release__vocaloid__name {
    margin-top: .5rem;
    position: relative;
    text-overflow: clip;
    white-space: normal;
    height: 48px;
  }
}
.release__body p {
  font-size: 10px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .release__body p {
    font-size: 12px;
    line-height: 22px;
  }
}
.release__body figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.release__body figure img {
  border-radius: 100%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.release__body figcaption {
  font-size: 10px;
  line-height: 20px;
  overflow: hidden;
  padding-left: .25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 720px) {
  .release__body figcaption {
    font-size: 12px;
    line-height: 22px;
  }
}
.release__col {
  padding-bottom: .25rem;
}
@media only screen and (min-width: 720px) {
  .release__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.release__status {
  background-color: #e1ecff;
  border-radius: 2px;
  color: #0248c0;
  font-size: 10px;
  line-height: 20px;
  line-height: 1rem;
  padding: .125rem .5rem;
}
.release__status.-wait {
  background-color: #ffe9f4;
  color: #c10663;
}
.release__status.-release {
  background-color: #e9f9fc;
  color: #008ea2;
}
.release__status.-stop {
  background-color: #eee;
  color: #666;
}
.release__status.-stop2 {
  background-color: #9d97a3;
  color: #fff;
}
.release__status.-artist {
  background-color: #d8cfe7;
  color: #8a38ea;
}
.release__status.-vocaloid {
  background-color: #f9e4cb;
  color: #e5976e;
}
.release__history {
  color: #9d97a3;
  display: block;
  font-size: 10px;
  line-height: 20px;
  white-space: nowrap;
}
@media only screen and (min-width: 720px) {
  .release__history {
    padding: .5rem 1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .release__history {
    font-size: 12px;
    line-height: 22px;
  }
}
.release__junle {
  font-size: 10px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .release__junle {
    font-size: 12px;
    line-height: 22px;
  }
}
.release__junle__title {
  padding-right: .25rem;
}
.release__junle__name {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  color: #9d97a3;
  padding: 0 1em;
}
.release__footer {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .release__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .release__footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.release__btn {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  max-width: 19em;
  height: 2rem;
}
@media only screen and (min-width: 720px) {
  .release__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn {
    padding: 0 2rem;
    width: auto;
  }
}
.release__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .release__btn:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn:hover {
    background-color: #8f22ff;
    border-color: #7500ee;
    color: #fff !important;
  }
}
.release__btn2 {
  background-color: #fff;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #7500ee;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  max-width: 19em;
  height: 2rem;
  height: auto;
}
@media only screen and (min-width: 720px) {
  .release__btn2 {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn2 {
    padding: 0 2rem;
    width: auto;
  }
}
.release__btn2:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .release__btn2:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn2:hover {
    background-color: #7500ee;
    color: #fff;
  }
}
.release__btn2:nth-of-type(1) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .release__btn2:nth-of-type(1) {
    margin-right: .5rem;
    margin-bottom: 0;
  }
}
.release__more {
  color: #7500ee;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding-top: 1rem;
}
.release__more::after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  margin-left: .25rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
@media only screen and (min-width: 1024px) {
  .release__more:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1024px) {
  .release__more {
    padding-top: 0;
    position: absolute;
    right: 0;
  }
}
.release__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.release__pager li {
  color: #9d97a3;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 24px;
  list-style: none;
  padding: 1rem .5rem;
}
@media only screen and (min-width: 1024px) {
  .release__pager li {
    padding: 1.5rem 1rem;
  }
}
.release__pager a {
  color: #9d97a3;
  padding: .5rem;
}
.release__pager .-current {
  border-bottom: 3px solid #7500ee;
}

.release__btn3 {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  max-width: 19em;
  height: 2rem;
}
@media only screen and (min-width: 720px) {
  .release__btn3 {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn3 {
    padding: 0 2rem;
    width: auto;
  }
}
.release__btn3:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .release__btn3:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn3:hover {
    background-color: #8f22ff;
    border-color: #7500ee;
    color: #fff !important;
  }
}
.release__btn3:nth-of-type(1) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .release__btn3:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.release__btn3.-alt {
  background-color: #fff;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #7500ee;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  max-width: 19em;
  height: 2rem;
}
@media only screen and (min-width: 720px) {
  .release__btn3.-alt {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn3.-alt {
    padding: 0 2rem;
    width: auto;
  }
}
.release__btn3.-alt:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .release__btn3.-alt:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .release__btn3.-alt:hover {
    background-color: #7500ee;
    color: #fff;
  }
}
