.mainContents {
  padding-top: 0;
}

.cd_contents .product {
  background: #000;
  color: #FFF;
}
.cd_contents .story {
  background: no-repeat center top;
}
.cd_contents .story h2 {
  position: relative;
}
.cd_contents .story.cd01 {
  background-image: url("../img/cd/img_cd_cover01.jpg");
}
.cd_contents .story.cd02 {
  background-image: url("../img/cd/img_cd_cover02.jpg");
}
.cd_contents .story.cd03 {
  background-image: url("../img/cd/img_cd_cover03.jpg");
}
.cd_contents .story.cd04 {
  background-image: url("../img/cd/img_cd_cover04.jpg");
}
.cd_contents .story.cd05 {
  background-image: url("../img/cd/img_cd_cover05.jpg");
  background-position: center 30%;
}
.cd_contents .story:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
}
.cd_contents .story .text span {
    font-family: Meiryo, sans-serif;
}
.cd_contents .product .test_movie h5 {
  text-align: center;
  font-weight: normal;
  position: relative;
}
.cd_contents .product .test_movie h5:before {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cd_contents .product .test_movie h5:after {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cd_contents .product .test_movie .player {
  width: 700px;
  height: 394px;
  position: relative;
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: auto;
}
.cd_contents .product .test_movie .player:after {
  content: '';
  background: url("../img/common/btn_play_off.png") no-repeat center rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.cd_contents .movie .player {
  position: relative;
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: auto;
  cursor: pointer;
}
.cd_contents .movie .player:after {
  content: '';
  background: url("../img/common/btn_play_off.png") no-repeat center rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.cd_contents .product .product_contents .information dl dd ul.novel_list li span{
    font-family: Meiryo, sans-serif;
}
.cd_contents .btn_link a {
  color: #FFF;
  text-decoration: none;
  height: 100%;
  border: 1px solid #fff;
  background: url("../img/original/btn_arrow.png") no-repeat 95% center #000;
  background-size: 17%;
}

.cd_contents .product .shop_option .shop_item dd .option_img{
  width: 75%;
  margin: 10px auto 30px;
}
.cd_contents .product .shop_option .shop_item dd .option_img.wide{
  width: 100%;
}
.cd_contents .product .shop_option .shop_item dd .option_img img{
  width: 100%;
}
.cd_contents .product .shop_option .option_common {
  margin-bottom: 12px;  
}
.cd_contents .product .shop_option .option_common img {
  width: 100%;
}

@media only screen and (min-width: 751px) {
  .cd_contents section {
    position: relative;
  }
  .cd_contents section h3 {
    font-size: 20px;
    width: 20px;
    font-weight: normal;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cd_contents section h3 span {
    display: block;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .cd_contents section h3:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: -5px;
    background: #000;
  }
  .cd_contents section.product h3:after {
    background: #FFF;
  }
  .cd_contents .movie .wrap, .cd_contents .story .wrap, .cd_contents .product .wrap, .cd_contents .dl-streaming .wrap {
    width: 980px;
    margin: auto;
    position: relative;
  }
  .cd_contents .story {
    text-align: center;
    padding-top: 85px;
    padding-bottom: 120px;
    position: relative;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left -80px;
  }
  .cd_contents .story.none {
    padding-bottom: 25px;
  }
  .cd_contents .story .text {
    font-size: 18px;
    line-height: 2;
  }
  .cd_contents .product {
    padding: 68px 0 120px;
    margin-bottom: 120px;
  }
  .cd_contents .product .product_contents h4 {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 75px;
  }
  .cd_contents .product .product_contents .jacket {
    float: left;
    padding-left: 105px;
    margin-right: 45px;
  }
  .cd_contents .product .product_contents .jacket img {
    width: 320px;
  }
  .cd_contents .product .product_contents .information {
    float: left;
    width: 500px;
  }
  .cd_contents .product .product_contents .information dl {
    margin-bottom: 10px;
  }
  .cd_contents .product .product_contents .information dl dt {
    float: left;
    font-weight: bold;
    width: 105px;
    min-height: 5px;
    line-height: 1.6;
  }
  .cd_contents .product .product_contents .information dl dd {
    line-height: 1.6;
    margin-left: 105px;
  }
  .cd_contents .product .product_contents .information dl dd span.note {
    font-size: 12px;
  }
  .cd_contents .product .product_contents .information dl dd.track_list {
    width: 188px;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  .cd_contents .product .product_contents .information dl dd.track_list:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .cd_contents .product .product_contents .information dl dd.track_list:nth-of-type(2n+3) {
    margin-left: 105px;
  }
  .cd_contents .product .product_contents .information dl dd.track_list:nth-of-type(even) {
    margin-left: 10px;
  }
  .cd_contents .product .product_contents .information dl dd.track_list ul {
    font-size: 14px;
    border-top: 1px solid #fff;
    margin-top: 5px;
    padding-top: 5px;
  }
  .cd_contents .product .product_contents .information dl dd.track_list ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .cd_contents .product .product_contents .information dl dd ul.novel_list {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
  }
  .cd_contents .product .product_contents .information dl dd ul.novel_list li{
    text-indent: -1em;
    margin-left: 1em;
    font-size: 15px;
  }
  .cd_contents .product .product_contents .information dl dd ul.novel_list li.novel_ttl{
    font-weight: bold;
  }
  .cd_contents .product .product_contents .information dl dd ul.novel_list li p{
    font-size: 12px;
    text-indent: 0;
  }
  .cd_contents .product .product_contents .shop_option {
    margin-top: 80px;
  }
  .cd_contents .product .product_contents .shop_option h5 {
    margin-bottom: 10px;
  }
  .cd_contents .product .product_contents .shop_option .item {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .cd_contents .product .product_contents .shop_option .text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .cd_contents .product .product_contents .shop_option .shop_list {
    font-size: 14px;
    line-height: 1.5;
  }
  .cd_contents .product .product_contents .shop_option .shop_list p {
    font-weight: bold;
    margin-bottom: 0.5em;
    border-bottom: 1px solid;
  }
  .cd_contents .product .shop_option_area .shop_option .shop_item{
    margin-bottom: 10px;
    width: 47.5%;
    display: inline-block;
    float: left;
  }
  .cd_contents .product .shop_option_area .shop_option .shop_item:nth-of-type(odd) {
    clear: both;
    margin-right: 4.8%;
  }
  .cd_contents .product .product_contents .shop_option .shop_item dt {
    float: none;
    width: auto;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 8px;
    padding-left: 5px;
  }
  .cd_contents .product .product_contents .shop_option .shop_item dt a {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .cd_contents .product .product_contents .shop_option .shop_item dt a:hover {
    opacity: 0.6;
  }
  .cd_contents .product .product_contents .shop_option .shop_item dd {
    margin: 0;
    font-size: 14px;
    padding-left: 15px;
  }
  .cd_contents .product .product_contents .shop_notes {
    font-size: 12px;
    clear: both;
    text-align: center;
    padding-top: 50px;
  }
  .cd_contents .product .product_contents .shop_notes p {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
  }
  .cd_contents .product .test_movie {
    margin: 70px 0;
  }
  .cd_contents .product .test_movie h5 {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .cd_contents .product .test_movie h5:before {
    width: 110px;
    margin-left: -160px;
  }
  .cd_contents .product .test_movie h5:after {
    width: 110px;
    margin-left: 50px;
  }
  .cd_contents .product .test_movie .player {
    width: 700px;
    height: 394px;
    position: relative;
    background: no-repeat center;
    cursor: pointer;
  }
  .cd_contents .product .test_movie.mul {
    text-align: center; 
  }
  .cd_contents .product .test_movie.mul .player {
    width: 350px;
    height: 197px;
    display: inline-block;  
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  .cd_contents .product .test_movie.mul .player:nth-of-type(odd) {
    margin-right: 15px;
  }
  .cd_contents .product .test_movie .player:after {
    background: url("../img/common/btn_play_off.png") no-repeat center rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .cd_contents .product .test_movie .player:hover:after {
    background: url("../img/common/btn_play_on.png") no-repeat center;
  }
  .cd_contents .dl-streaming {
    padding: 100px 0 100px;
  }
  .cd_contents .movie {
    padding: 100px 0 100px;
  }
  .cd_contents .movie ul.movie_list {
    margin-left: 135px;
  }

  .cd_contents .movie.second ul.movie_list {
    margin-left: 0px;
    text-align: center;
  }
  
  .cd_contents .movie ul.movie_list li {
    display: inline-block;
  }
  .cd_contents .movie ul.movie_list li:nth-of-type(odd) {
    margin-right: 15px;
  }
  .cd_contents .movie ul.movie_list li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .cd_contents .movie ul.movie_list li p {
    text-align: center;
  }
  .cd_contents .movie .player {
    width: 350px;
    height: 197px;
    margin-bottom: 15px;
  }
  .cd_contents .movie .player:after {
    background: url("../img/common/btn_play_off.png") no-repeat center rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .cd_contents .movie .player:hover:after {
    background: url("../img/common/btn_play_on.png") no-repeat center;
  }
  .cd_contents .btn_link {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
  }
  .cd_contents .btn_link a {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-size: 17px;
    padding: 17px 100px 17px 98px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .cd_contents .btn_link a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 750px) {
  .cd_contents section {
    text-align: center;
  }
  .cd_contents section h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  .cd_contents section h3:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    bottom: -5px;
    left: 0;
    background: #000;
  }
  .cd_contents section.product h3:after {
    background: #FFF;
  }
  .cd_contents .story {
    padding-bottom: 50px;
    padding-top: 30px;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
    background-position: center -120px;
    position: relative;
  }
  .cd_contents .story.none {
    padding-bottom: 0;
  }
  .cd_contents .story .text {
    position: relative;
    text-align: left;
    line-height: 1.4;
    margin: 0 20px;
    font-size: 15px;
  }
  .cd_contents .product {
    padding: 50px 0;
    margin-bottom: 45px;
  }
  .cd_contents .product .wrap {
    margin: 0 20px;
  }
  .cd_contents .product h4 {
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .cd_contents .product .jacket {
    width: 80%;
    margin: 0 auto 25px;
  }
  .cd_contents .product .jacket img {
    width: 100%;
  }
  .cd_contents .product .information {
    text-align: left;
  }
  .cd_contents .product dl {
    margin-bottom: 1.4em;
  }
  .cd_contents .product dl dt {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .cd_contents .product dl dd {
    line-height: 1.4;
  }
  .cd_contents .product .product_contents .information dl dd span.note {
    font-size: 12px;
  }
  .cd_contents .product dl dd.track_list ul {
    border-top: 1px solid #fff;
    margin: 5px 0 10px 0;
  }
  .cd_contents .product dl dd.track_list:last-of-type ul {
    margin-bottom: 0;
  }
  .cd_contents .product .information dl dd ul.novel_list{
    font-size: 15px;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
  }
  .cd_contents .product .information dl dd ul.novel_list li{
    text-indent: -1em;
    margin: 0 0 5px 1em;
  }
  .cd_contents .product .information dl dd ul.novel_list li.novel_ttl{
    font-weight: bold;
  }
  .cd_contents .product .information dl dd ul.novel_list li p{
    font-size: 13px;
    text-indent: 0;
  }
  .cd_contents .product .shop_option {
    margin-top: 40px;
  }
  .cd_contents .product .shop_option h5, .cd_contents .product .shop_option .item {
    font-weight: bold;
    line-height: 1.5;
  }
  .cd_contents .product .shop_option h5 {
    margin-bottom: 20px;
  }
  .cd_contents .product .shop_option .item {
    margin-bottom: 0.5em;
  }
  .cd_contents .product .shop_option .text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .cd_contents .product .shop_option .shop_item {
    margin-bottom: 30px;
    text-align: left;
  }
  .cd_contents .product .shop_option .shop_item dt {
    float: none;
    width: auto;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 8px;
    padding-left: 5px;
    font-size: 14px;
  }
  .cd_contents .product .shop_option .shop_item dt a {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .cd_contents .product .shop_option .shop_item dt a:hover {
    opacity: 0.6;
  }
  .cd_contents .product .shop_option .shop_item dd {
    margin: 0;
    font-size: 13px;
    padding-left: 15px;
  }
  .cd_contents .product .shop_list {
    font-size: 12px;
    line-height: 1.4;
  }
  .cd_contents .product .shop_list p {
    font-weight: bold;
    font-size: 14px;
  }
  .cd_contents .product .shop_notes {
    font-size: 13px;
    margin-top: 60px;
    text-align: left;
  }
  .cd_contents .product .shop_option_area {
    padding: 50px 0;
  }
  .cd_contents .product .shop_notes p {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.4;
  }
  .cd_contents .product .test_movie {
    margin-top: 50px;
  }
  .cd_contents .product .test_movie h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cd_contents .product .test_movie h5:before {
    width: 55px;
    margin-left: -100px;
  }
  .cd_contents .product .test_movie h5:after {
    width: 55px;
    margin-left: 50px;
  }
  .cd_contents .product .test_movie .player {
    width: 100%;
    height: 195px;
    margin-bottom: 30px;
  }
  .cd_contents .product .test_movie.mul .player:nth-of-type(odd) {
    margin-bottom: 10px;
  }
  .cd_contents .product .test_movie .player:after {
    background-image: url("../img/common/btn_play_on.png");
    -webkit-background-size: 58px;
    -o-background-size: 58px;
    background-size: 58px;
  }
  .cd_contents .dl-streaming {
    padding: 60px 0 0;
  }
  .cd_contents .movie {
    padding: 60px 0;
  }
  .cd_contents .movie ul.movie_list li{
    margin-bottom: 30px;
  }
  .cd_contents .movie .player {
    width: auto;
    height: 195px;
    margin: 0 20px 10px;
  }
  .cd_contents .movie .player:after {
    background-image: url("../img/common/btn_play_on.png");
    -webkit-background-size: 58px;
    -o-background-size: 58px;
    background-size: 58px;
  }
  .cd_contents .btn_link a {
    display: block;
    width: 80%;
    margin: 0 auto 1.4em;
    padding: 18px 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px;
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
  }
}

#floatMovie {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}
#floatMovie .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#floatMovie .close {
  background: url("../img/common/btn_close.png");
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
}
#floatMovie .youtube {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  #floatMovie .close {
    width: 26px;
    height: 26px;
    top: 50%;
    left: 50%;
    margin: -224px 0 0 370px;
    cursor: pointer;
  }
  #floatMovie .close:after {
    content: '';
    background: url("../img/common/btn_close.png") no-repeat bottom;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #floatMovie .close:hover:after {
    opacity: 1;
  }
  #floatMovie .youtube {
    width: 700px;
    height: 394px;
    top: 50%;
    left: 50%;
    margin: -197px 0 0 -350px;
  }
}
@media only screen and (max-width: 750px) {
  #floatMovie .close {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -160px;
    right: 15px;
  }
  #floatMovie .youtube {
    width: 100%;
    height: 270px;
    top: 50%;
    margin-top: -135px;
  }
}


.dl-streaming .dl-streaming_bnr{
  padding: 50px 0 0;
  width: 500px;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.dl-streaming .dl-streaming_bnr:hover{
   opacity: 0.7;
   transition: opacity 0.2s ease;
}
.dl-streaming .dl-streaming_bnr img{
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .dl-streaming .dl-streaming_bnr{
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}