@charset "UTF-8";
/* CSS Document */
.item-list{
	clear: both;
	padding-top: 2em;
}
/***********************
リスト
***********************/
#disco .image {
  width: 610px;
  margin: 0 auto;
}
#disco .image img {
  display: block;
  width: 100%;
  height: auto;
}
#disco .name {
  text-align: center;
  font-size: 28px;
  color: #007655;
  line-height: 1.3;
  margin-top: 20px;
}
#disco .name span {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
}
#disco .disco-field {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #007655;
}
#disco .disco-field .left {
  float: left;
  width: 260px;
  padding-top: 5px;
}
#disco .disco-field .left dl {
  margin-bottom: 10px;
}
#disco .disco-field .left dl dt {
  color: #007655;
  font-weight: bold;
  font-size: 16px;
  float: left;
}
#disco .disco-field .left dl dd {
  font-size: 14px;
  margin-left: 70px;
  line-height: 16px;
}
#disco .disco-field .right {
  margin-left: 260px;
  font-size: 14px;
  line-height: 1.7;
}
#disco .disco-field .right .credit {
  line-height: 1;
  margin-top: 20px;
  font-size: 11px;
}
a span.line-animation {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #007655 0%) repeat scroll 0 0;
  -webkit-background-size: 97% 200%;
  background-size: 97% 200%;
  -ms-background-position: 0% 0%;
  background-position: 0% 0%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
::before, ::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover span.line-animation {
  -ms-background-position: 0% 50%;
  background-position: 0% 50%;
}
.list--category {
  margin: 0 0 30px;
}
.list--category li {
  display: inline-block;
  color: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.list--category li a {
  display: block;
  height: 24px;
  overflow: hidden;
  padding-right: 10px;
  font-family: 'PixelMplus12', sans-serif;
}
.list--discography {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list--discography li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.date {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1;
  margin: 0 0 5px;
}
.category_name {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 40px;
  position: relative;
}
.list--discography li .category_name {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.list--discography li .category_name::before {
  content: '';
  /*display: inline-block;*/
	display: none;
  width: 20px;
  height: 1px;
  background: #000;
  margin: 0 4px;
  vertical-align: -1px;
  position: absolute;
  right: -30px;
  top: 11px;
}
.list--discography li figure {
  position: relative;
  margin-bottom: 0;
	padding-top: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
}
.list--discography li figure img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.list--discography li figure::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #5FCBE7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode:multiply;
  opacity: 0;
  transition: 0.5s;
}
.list--discography li a:hover figure::before {
  opacity: 1;
}
.list--discography li a:hover .tit {
  opacity: 1;
}
.list--discography {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.list--discography li {
  width: 30%;
  margin-right: 5%;
    margin-bottom: 40px;
}
.list--discography li:nth-child(3n) {
  margin-right: 0;
}
.list--discography li a {
  display: block;
  position: relative;
}
.list--discography li a .block--text {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.list--discography li a .block--text .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
	margin: 10px auto;
}
.tit span.line-animation {
  background: none;
  background-position-x: 0%;
  background-position-y: 0%;
}
.list--discography li a .block--text .category_name {
  color: #fff;
}
.list--discography li a .block--text .category_name::before {
  background: #fff;
  top: 5px;
}
.list--discography li a:hover .block--text {
  opacity: 1;
}
.sp {
  display: none;
}
.category-list li.current a{
    background: #b3b3b3;
    color: #fff;
}
/***********************
詳細
***********************/
.thumb{margin: 0 auto;}
.area--disco-detail {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.area--release .block--jacket, .area--disco-detail .block--jacket {
  width: 45%;
}
.thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  line-height: 0;
}
.area--release .block--jacket figure, .area--disco-detail .block--jacket figure {
  margin-bottom: 10px;
  position: relative;
}
.area--release .block--jacket figcaption, .area--disco-detail .block--jacket figcaption {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 20px;
}
.area--release .category_name::before, .area--disco-detail .category_name::before {
  display: none;
}
.area--release .block--detail, .area--disco-detail .block--detail {
  width: 45%;
	font-size: 14px;
	line-height: 1.8;
    font-weight: normal;
}
.catchcopy{
	font-size: 16px;
}
.comment{
	margin: 10px 0;
}
.shoplink{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.shoplink a{
	text-decoration: underline;
	color : #007655;
}
.shoplink a:hover{
	text-decoration: none;
	color: #007655;
	opacity: .8;
}
.list--track span{
	display: block;
}
.shoplink span{
	display: block;
}
.area--release .block--detail h3.tit, .area--disco-detail .block--detail .category_name{
	display: block;
}
.area--release .block--detail h3.tit, .area--disco-detail .block--detail h3.tit {
  color: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.area--release .block--detail .date, .area--disco-detail .block--detail .date {
  position: relative;
  font-size: 14px;
	text-align: left;
  margin: 0 ;
}
.area--release .block--detail .date::after, .area--disco-detail .block--detail .date::after {
  content: 'RELEASE';
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}
.area--release .block--detail .date::before, .area--disco-detail .block--detail .date::before {
  display: none;
}
.area--release .block--detail .block--comment, .area--disco-detail .block--detail .block--comment {
  padding: 5px 0 0;
}
.area--release .block--detail .tax-code, .area--disco-detail .block--detail .tax-code {
  font-size: 14px;
  margin-bottom: 10px;
}
.area--release .block--detail .block--track, .area--disco-detail .block--detail .block--track {
  padding: 10px 0;
}

.area--release .block--detail .block--review, .area--disco-detail .block--detail .block--review {
  padding: 20px 0 0;
}

.area--release .block--detail .block--review li a:hover, .area--disco-detail .block--detail .block--review li a:hover {
  opacity: 0.5;
}
.area--release .block--detail .block--review a, .area--disco-detail .block--detail .block--review a {
  display: block;
}
.area--release .block--detail .block--review a[target="_blank"]:not([class])::after, .area--disco-detail .block--detail .block--review a[target="_blank"]:not([class])::after {
  display: none;
}
.area--release .block--detail .block--review a img, .area--disco-detail .block--detail .block--review a img {
 height: auto;
}
.list--track {
  line-height: 1.7;
}
.detail__btn {
  text-align: center;
  margin-top: 30px;
}
.detail__btn a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  position: relative;
}
.detail__btn a::after {
  font-weight: bold;
  content: 'BACK';
  letter-spacing: 0.05em;
}
.detail__btn a:hover {
  color: #007655;
}
.detail__btn a:hover svg {
  fill: #007655;
}
.detail__btn svg {
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  width: 25px;
  height: 7px;
  margin-right: 5px;
}
.block--detail iframe{
	width: 100%;
}
.youtubeouter{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 55.4577%;
}
.youtubeouter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--detail a{
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /***********************
リスト
***********************/
  #disco .image {
    max-width: 100%;
    height: auto;
  }
  #disco .disco-field .left {
    float: none;
    width: 100%;
  }
  #disco .disco-field .left dl dd {
    margin-left: 80px;
  }
  #disco .disco-field .right {
    margin: 20px 0 0 0;
  }
  #disco .disco-field .right .credit {
    line-height: 1.3;
  }
  #disco .disco-field .right .credit .sp {
    display: block;
  }
	.disco .category {
		padding: 1em 0;
	}
  .frame .frame-content {
    padding: 5px 30px 0;
  }
  .block--pull-down {
    border: none;
    position: relative;
    margin: 0 0 30px;
  }
  .block--pull-down:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    color: #000000;
    line-height: 0;
    font-size: 20px;
  }
  .block--pull-down select {
    -webkit-appearance: none;
    -moz-appearance: button;
    width: 100%;
    height: 45px;
    font-family: 'PixelMplus12', sans-serif;
    font-weight: normal;
    background: none;
    color: #000000;
    font-size: 16px;
    border-radius: 0;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
    border: 2.5px solid;
    text-transform: uppercase;
  }
  .list--discography li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .list--discography li a .block--text {
    display: block;
    position: relative;
    color: #000;
    opacity: 1;
  }
  .list--discography li figure {
    margin-bottom: 10px;
  }
  .list--discography li figure::before {
    display: none;
  }
  .list--discography li a .block--text .category_name {
    color: #000;
  }
  .list--discography li a .block--text .category_name::before {
    background: #000;
    top: 7px;
  }
  /***********************
詳細
***********************/
	.detail__btn {text-align: center;}
	.detail__btn a{transform: translateX(0%);left: 0;}
  .area--release .block--jacket, .area--disco-detail .block--jacket {
    width: 100%;
  }
  .area--disco-detail {
    flex-direction: column;
  }
  .area--release .block--detail, .area--disco-detail .block--detail {
    width: 100%;
  }
}



