body {
  color: #4C4948;
  font-size: 62.5%;
  font-family: 'Noto Sans Japanese', sans-serif;;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.wrap {
  font-size: 1.4em;
  line-height: 1.5;
}

.main {
  padding: 0 1em;
}

.section {
  margin-bottom: 2em;
}

/*パンくずリスト*/
.breadcrumbs {
	margin: 0;
	padding: 0.8em;
	background: #333;
	color: #fff;
}

.breadcrumbs__item {
	display: inline;
	list-style: none;
}

.breadcrumbs__item:before {
	content: " > ";
}

.breadcrumbs__item:first-child:before {
	content: "";
}

.breadcrumbs__item a {
	color: #fff;
	text-decoration: underline;
}
/*パンくずリスト*/

/*ヘッダー*/
.title {
  line-height: 0;
  margin: 0;
  padding: 1em;
  font-size: 1em;
}

.title__img {
  width: 100%;
}

.headline {
  margin: 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

.logo {
  width: 100%;
  margin: 1em 0;
}

.catch-copy {
  margin: 0;
}

.days {
  margin: 0;
  font-size: 1.2em;
}

.days__type {
  margin-right: 1em;
  padding: 0.2em 0.4em;
  background: #333;
  color: #fff;
}

/*ヘッダー*/

/*YouTube*/
.youtube-wrapper {
  width: 456px;
  max-width: 100%;
  margin: 2em auto;
}

.hero_youtube {
  position: relative;
  width: 100%;
  margin: 0.5em auto;
  padding-top: 56.25%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.hero_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0.5em auto;
  padding-bottom: 56.25%;
  border: 1px solid #ccc;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube__img {
  width: 100%;
  cursor: pointer;
}

.youtube-caption {
  margin-bottom: 0.5em;
  font-weight: bold;
}
/*YouTube*/

/*インフォメーション*/
.information {
  position: relative;
  margin: 2em 0;
  border: 2px solid transparent;
  background: #00a1e8;
}

.information__title {
  position: absolute;
  top: -2em;
  left: 2em;
  padding: 0 0.8em;
  background: #fff;
}

.information-list {
  list-style: none;
  margin: 0;
  padding: 1em 0.5em;
  background: #fff;
}

.information-list__item {
  text-indent: -5.4em;
  padding-left: 5.4em;
}

.information-list__item + .information-list__item {
  border-top: 1px solid #ccc;
}

.information-list__date {
  margin-right: 1em;
}

.information-list__new {
  margin-left: 0.5em;
  padding: 0.2em 0.4em;
  background: #c03;
  color: #fff;
  font-size: 0.8em;
}
/*インフォメーション*/

.release {
  color: #164ea1;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.release_bg {
  padding: 0 8px;
  background: #333;
  color: #fff;
}

.release .none {
  display: none;
}

.cd {
  margin: 1em 0;
}

/*CDジャケット*/
.cd-left__img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 1em auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.cd-left__logo {
  display: block;
  max-width: 150px;
  margin: 0 auto 1em auto;
}
/*CDジャケット*/

/*曲リスト*/
.cd-right__title {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}

.song-list {
	list-style: none;
	counter-reset: li;
  margin: 0;
  padding: 0;
}

.song-list__item:before {
	counter-increment: li;
	content: counters(li, ". ", decimal-leading-zero)". ";
}

.song-list__item {
	text-indent: -2em;
  padding-left: 2em;
  font-size: 0.9em;
  line-height: 1.7;
}

.song-list__text {
	color: #00a9c7;
}

.song-list__text:hover {
	text-decoration: underline;
}

.suite_list {
  list-style: none;
  padding-left: 0;
}

.suite_list__item {
  display: inline-block;
  text-indent: 0;
  padding-left: 0;
  padding-right: 1em;
}
/*曲リスト*/

/*購入ボタン*/
.link__btn {
  display: block;
  float: left;
  line-height: 0;
  width: 28.5%;
  max-width: 120px;
  margin: 0.5em 0.5em 0.5em 0;
}

.link__img {
  width: 100%;
}
/*購入ボタン*/

/*CD情報*/
.cd-information {
  margin: 1em 0;
  border: 2px solid transparent;
  background: #ffef01;
}

.cd-information__inner {
  margin: 0;
  padding: 1em 0.5em;
  background: #fff;
}

.cd-information__title {
  margin: 0 0 0.8em 0;
  font-size: 1em;
  font-weight: bold;
}

.cd-information__comment {
  margin: 0;
}
/*CD情報*/

.product {
  display: block;
  margin: 1em 0;
  padding: 0.8em;
  border: solid 1px #ccc;
}

.title-wrap {
  position: relative;
  padding-bottom: 1.2em;
}

.title-wrap:after {
  display: block;
  content: "";
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffef01;
  border-right: 2px solid #ffef01;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product__title {
  display: table-cell;
  vertical-align: middle;
  margin: 0.4em 0;
  padding: 0.2em 0 0.2em 0.4em;
  border-left: 6px solid #ffef01;
  font-size: 1.4em;
  font-weight: bold;
}

.product__song {
  margin: 1em 0;
  font-size: 0.9em;
}

.product__comp {
  margin: 1em 0;
  font-size: 0.9em;
}

.product-toggle {
  display: none;
}

.product__img {
  display: block;
  width: 35%;
  margin: 1em auto;
  text-align: center;
  border: solid 1px #ddd;
}

.product__img img {
  width: 100%;
}

.product__detail th {
  text-align: left;
}

.product__detail td:before {
  content: "：";
}

.product__buy {
  display: block;
  padding: 0.8em 1em;
  color: #164ea1;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: solid 1px #164ea1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product__buy:hover {
  background: #164ea1;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.difficulty {
  margin: 1em 0;
  padding: 0.8em;
  border: solid 1px #ccc;
}

.difficulty p {
  margin: 0;
}

.difficulty a {
  color: #0085cd;
}

/*footer*/
.sns-btn {
  margin-bottom: 4em;
  text-align: center;
}

.twitter-share-button {
  vertical-align: bottom;
}

.sns-btn__line img {
  vertical-align: bottom;
}

.copyright {
  text-align: center;
}

.pagetop {
  display: block;
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 50px;
  height: 50px;
  background: #4C4948;
  color: #4C4948;
  text-align: center;
}

.pagetop span:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 24%;
  width: 1.5em;
  height: 1.5em;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagetop--fixed {
  bottom: 3em;
}
/*footer*/

@media screen and (min-width:768px) {
  .main {
    max-width: 850px;
    margin: 0 auto;
    padding: 1em;
  }

  .title {
    max-width: 850px;
    margin: 0 auto;
    padding: 2em 1em;
  }

  .cd-left, .cd-right {
    float: left;
  }
  
  .cd-left {
    width: 42%;
  }
  
  .cd-right {
    width: 58%;
  }

  .headline {
    font-size: 2em;
  }

  .catch-copy {
    text-align: center;
    font-size: 1.6em;
  }

  .youtube-table {
    display: table;
    width: 90%;
    margin: 1em auto;
  }

  .youtube-box {
    display: table-cell;
  }

  .youtube-pad-r {
    padding-right: 0.5em;
  }

  .youtube-pad-l {
    padding-left: 0.5em;
  }

  .release {
    text-align: center;
    font-size: 1.8em;
  }

  .release .none {
    display: inline;
  }

  .cd-title {
    font-size: 1.4em;
  }

  .cd-left__img {
    max-width: 320px;
    margin: 0;
  }

  .cd-left__logo {
    margin-top: 2em;
  }

  .product-box {
    margin-right: -2%;
  }

  .product {
    float: left;
    width: 48%;
    margin-right: 2%;
    box-sizing: border-box;
  }

  .product__img {
    float: left;
    width: 23%;
    margin: 0 0.8em 0 0;
  }

  .product__detail {
    float: left;
  }

  .title-wrap {
    margin-bottom: 1em;
    padding-bottom: 0;
  }

  .title-wrap:after {
    display: none;
  }

  .product-toggle {
    display: block;
  }

}
