@charset "UTF-8";

/*======== BD and DVD ========*/

/*----- common -----*/

#bd-dvd.block{}
#bd-dvd.block .inner{
  padding: 0 30px;
}
#bd-dvd.block .txtBox{
  padding: 0 10px;
}
#bd-dvd h3.bd-dvd_title{
  background: url(../images/bd-dvd/tit_bddvd.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 104px;
  margin: 10px 0 60px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#bd-dvd p{
  letter-spacing: 0.1em;
  overflow-wrap: break-word;
  padding-bottom: 1.5em;
}
#bd-dvd p a{
  color: #ff758b;
}
#bd-dvd p span.em{font-weight: bold;}
#bd-dvd p span.color-pk{color:#ff00b0;}
#bd-dvd p span.color-pp{color:#8021d9;}
#bd-dvd p span.color-bl{color:#212ad9;}
#bd-dvd p span.color-hulu{color:#67ae3e;}
#bd-dvd p span.fs-11{font-size: 1.1em;}
#bd-dvd p span.fs-12{font-size: 1.2em;}
#bd-dvd p span.fs-13{font-size: 1.3em;}
#bd-dvd p span.mark-yl{background: linear-gradient(transparent 25%, #fbfc8a 25%);}
#bd-dvd p span.mark-hulu{background: linear-gradient(transparent 25%, #b3d69e  25%);}

#bd-dvd dl{margin-top: 10px;}
#bd-dvd dl dt{
  text-indent: 0.8em;
  line-height: 1.3;
  margin-bottom: 12px;
  border-left: 5px solid #8021d9;
  border-image-source: url(../images/common/bdr_purple.gif);
  border-image-slice: 0 0 0 100;
  font-weight: bold;
}
#bd-dvd dl.even dt{
  border-left: 5px solid #ff00b0;
  border-image-source: url(../images/common/bdr_pink.gif);
  border-image-slice: 0 0 0 100;
}
#bd-dvd dl dd{
  line-height: 1.6;
  padding-bottom: 1em;
}
#bd-dvd dl dd.prize{
  font-weight: bold;
  padding-bottom: 0;
}
#bd-dvd p.note{
  font-size: 1.2rem;
  text-align: center;
}
#bd-dvd p.note span{
  font-size: 1.2rem;
  display: block;
}


/*----- bd-dvd_product -----*/

#bd-dvd_product{
  margin: 20px 0;
}
#bd-dvd_product .product, #bd-dvd_product .product-vol2{
  background: #edf7fe;
  border-radius: 5px;
  padding: 20px;
  margin: 20px auto 10px;
}
#bd-dvd_product .imgBox{
  float: left;
  width: 190px;
}
#bd-dvd_product .imgBox img{width: 100%;}
#bd-dvd_product .product_txtBox{
  margin-left: 190px;
  padding: 1em 0 0 0;
}
#bd-dvd_product .product_txtBox_inner{
  padding-left: 30px;
}
#bd-dvd_product .product_dvd .product_txtBox h5{
  background: url(../images/bd-dvd/tit_product_dvd.png) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 43px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#bd-dvd_product .product_bd .product_txtBox h5{
  background: url(../images/bd-dvd/tit_product_bd.png) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 48px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#bd-dvd_product .product_txtBox ul{
  margin: 30px 0;
}
#bd-dvd_product .product_txtBox ul li{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#bd-dvd_product .product_txtBox ul li span{
  font-weight: bold;
}
#bd-dvd_product .product_txtBox ul li.product_price{
  font-weight: bold;
  margin-bottom: 1em;
}
#bd-dvd_product .product_txtBox ul li.product_price span{
  font-size: 1.3em;
}
#bd-dvd_product .btn_buy {}
#bd-dvd_product .btn_buy a{
  display: block;
  background: #ff758b url(../images/bd-dvd/btn_bg_buy.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  max-height: 48px;
  padding: 1em 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
#bd-dvd_product .btn_buy a::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%; right: 1em;
  margin-top: -8px;
}


/*----- bd-dvd_bonus -----*/

#bd-dvd_bonus{margin: 60px 0;}
#bd-dvd_bonus h4{
  background: url(../images/bd-dvd/tit_product_bonus.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 36px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#bd-dvd_bonus h5{
  margin-top: 30px;
  background: url(../images/bd-dvd/bonus_include.png) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 20px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#bd-dvd_bonus ul{margin-top: 1em;}


/*----- bd-dvd_detail -----*/

#bd-dvd_detail{margin: 60px 0 40px;}
#bd-dvd_detail h4{
  background: url(../images/bd-dvd/tit_product_detail.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 38px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#bd-dvd_detail dl{margin-top: 12px;}
#bd-dvd_detail dl dt{font-weight: bold;}
#bd-dvd_detail .ep-list{
  background: #f0f2ff;
  border-radius: 5px;
  padding: 20px;
  margin: 30px 0 40px;
}
#bd-dvd_detail .ep-list dl{
  display: table;
  margin: 0;
}
#bd-dvd_detail .ep-list dl dt, #bd-dvd_detail .ep-list dl dd{
  display: table-cell;
}
#bd-dvd_detail .ep-list dl dt{
  text-indent: 0;
  margin-bottom: 0;
  border-left: none;
  border-image-source: unset;
  font-weight: normal;
  width: 3em;
}
#bd-dvd_detail .ep-list dl dd{
  padding-bottom: 0.5em;
}

/*======== campaign ========*/

.bd-dvd_camp_block{
  margin: 45px 0 0;
}
.bd-dvd_camp_block_inner{
  padding: 0 20px;
}
.bd-dvd_camp_block .camp_about{
  background: #f0f7fd;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
.bd-dvd_camp_block .camp_ditail{
  margin: 30px 0;
}

/*----- campaign00 -----*/
#bd-dvd_camp00{
  background: url(../images/bd-dvd/bg_camp00.jpg) no-repeat center top;
  border: 4px solid #d5eef9;
  border-radius: 10px;
  box-sizing: border-box;
  background-size: 100% auto;
}
#bd-dvd_camp00 h3{
  background: url(../images/bd-dvd/tit_camp00.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 112px;
  margin-top: -12px;
  margin-left: 10px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/*----- campaign01 -----*/
#bd-dvd_camp01{
  background: url(../images/bd-dvd/bg_camp01.jpg) no-repeat center top;
  border: 4px solid #d8f8e3;
  border-radius: 10px;
  box-sizing: border-box;
  background-size: 100% auto;
}
#bd-dvd_camp01 h3{
  background: url(../images/bd-dvd/tit_camp01.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 107px;
  margin-top: -12px;
  margin-left: 10px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.camp_ditail .cheki p.cheki_img{
  width: 100%;
}
.camp_ditail .cheki p.cheki_img img{
  width: 100%;
}
.camp_ditail .cheki ul{
  padding-bottom: 20px;
}


/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {

  /*======== BD and DVD ========*/

  /*----- common -----*/
  #nogidoko-e #bd-dvd.block .inner{
    padding: 0 4%;
  }
  #nogidoko-e #bd-dvd.block .txtBox{
    padding: 0;
  }
  #nogidoko-e #bd-dvd h3.bd-dvd_title{
    background-size: contain;
    height: 0;
    padding-top: 18.65%;
    margin: 0 auto 8%;
  }
  #nogidoko-e #bd-dvd p{line-height: 1.8;}
  #nogidoko-e #bd-dvd dl{margin-top: 4%;}

  /*----- bd-dvd_product -----*/
  #nogidoko-e #bd-dvd_product{
    margin: 10% 0;
  }
  #nogidoko-e #bd-dvd_product .product{
    padding: 8% 5%;
    margin: 4% auto;
  }
  #nogidoko-e #bd-dvd_product .imgBox{
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  #nogidoko-e #bd-dvd_product .product_txtBox{
    margin-left: 0;
  }
  #nogidoko-e #bd-dvd_product .product_txtBox_inner{
    padding-left: 0;
  }
  #nogidoko-e #bd-dvd_product .product_dvd .product_txtBox h5{
    height: 0;
    padding-top: 14.75%;
  }
  #nogidoko-e #bd-dvd_product .product_bd .product_txtBox h5{
    height: 0;
    padding-top: 17.25%;
  }
  #nogidoko-e #bd-dvd_product .product_txtBox ul{
    margin: 5% 0;
  }
  #nogidoko-e #bd-dvd_product .btn_buy  {
    padding-top: 2%;
  }
  #nogidoko-e #bd-dvd_product .btn_buy a{
    background-size: cover;
    max-height: unset;
    padding: 1.5em 0;
    font-size: 1.4rem;
  }


  /*----- bd-dvd_bonus -----*/

  #nogidoko-e #bd-dvd_bonus{margin: 10% 0;}
  #nogidoko-e #bd-dvd_bonus h4{margin-bottom: 8%;}

  /*----- bd-dvd_detail -----*/

  #nogidoko-e #bd-dvd_detail{margin: 10% 0 6%;}
  #nogidoko-e #bd-dvd_detail h4{margin-bottom: 8%;}
  #nogidoko-e #bd-dvd_detail .ep-list{
    padding: 5%;
    margin: 4% 0 6%;
  }
  #nogidoko-e #bd-dvd_detail .ep-list dl{
    margin-top: 0;
  }
  #nogidoko-e #bd-dvd p.note{
    text-align: left;
  }
  #nogidoko-e #bd-dvd p.note span{
    text-align: center;
  }

  /*======== campaign ========*/

  #nogidoko-e .bd-dvd_camp_block{margin: 10% 0 0;}
  #nogidoko-e .bd-dvd_camp_block_inner{padding: 0 5%;}
  #nogidoko-e .bd-dvd_camp_block .camp_about{
    margin-top: 8%;
    padding: 4%;
  }
  #nogidoko-e .bd-dvd_camp_block .camp_ditail{margin: 10% 0 7%;}

  /*----- campaign00 -----*/
  #bd-dvd_camp00{
    background-size: 145%;
  }
  #nogidoko-e #bd-dvd_camp00 h3{
    height: 0;
    padding-top: 27%;
    margin-left: 3.5%;
  }

  /*----- campaign01 -----*/
  #bd-dvd_camp01{
    background-size: 145%;
  }

  #nogidoko-e #bd-dvd_camp01 h3{
    height: 0;
    padding-top: 26%;
    margin-left: 0;
  }
}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){

}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}

/* =================================

 vol2

================================= */
#bd-dvd h3.bd-dvd2_title{
  background: url(../images/bd-dvd/vol2/tit_bddvd2.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 164px;
  margin: -60px 0 60px 20px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/*----- bd-dvd_product -----*/
#bd-dvd_product .product-vol2{
  background: #f5feef;
}
/* #bd-dvd_product .product-vol2 .imgBox{
  float: none;
  width: 100%;
} */
/* #bd-dvd_product .product-vol2 .product_txtBox{
  margin: 0;
  padding: 0;
} */
/* #bd-dvd_product .product-vol2 .product_txtBox_inner{
  padding: 0;
} */
#bd-dvd_product .product_dvd .product_txtBox h5.vol2{
  background: url(../images/bd-dvd/vol2/tit_product_dvd2.png) no-repeat 0 0;
  background-size: contain;
}
#bd-dvd_product .product_bd .product_txtBox h5.vol2{
  background: url(../images/bd-dvd/vol2/tit_product_bd2.png) no-repeat 0 0;
  background-size: contain;
}

/*----- bd-dvd_bonus -----*/
#bd-dvd_bonus h4.vol2{
  background: url(../images/bd-dvd/vol2/tit_product_bonus.png) no-repeat center top;
  background-size: contain;
}

/*======== campaign ========*/

/*----- campaign02 -----*/
#bd-dvd_camp02{
  background: url(../images/bd-dvd/vol2/bg_camp02.jpg) no-repeat center top;
  border: 4px solid #d5eef9;
  border-radius: 10px;
  box-sizing: border-box;
  background-size: 100% auto;
}
#bd-dvd_camp02 h3{
  background: url(../images/bd-dvd/vol2/tit_camp02.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 109px;
  margin-top: -12px;
  margin-left: 10px;
  text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/*----- w-campaign -----*/
#bd-dvd_w-camp{
  background: url(../images/bd-dvd/w/bg_w-camp.jpg) no-repeat center top;
  border: 4px solid #96ecf1;
  border-radius: 10px;
  box-sizing: border-box;
  background-size: 100% auto;
}
#bd-dvd_w-camp h3{
  background: url(../images/bd-dvd/w/tit_w-camp.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 138px;
  margin-top: -45px;
  margin-left: 0px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

#bd-dvd_w-camp span{
  font-weight:bold;
}

/* ---------------------------------
 vol2-SP用
--------------------------------- */
@media screen and (max-width: 992px) {

  #bd-dvd h3.bd-dvd2_title{
    background-size: contain;
    height: 0;
    padding-top: 25.85%;
    margin: -9% 0 8% 2.5%;
  }
  /*======== campaign ========*/

  /*----- campaign02 -----*/
  #bd-dvd_camp02{
    background-size: 145%;
  }
  #nogidoko-e #bd-dvd_camp02 h3{
    height: 0;
    padding-top: 25.5%;
    margin-left: 3.5%;
  }
  /*----- w-campaign -----*/
  #bd-dvd_w-camp{
    background-size: 145%;
  }
  #nogidoko-e #bd-dvd_w-camp h3{
    height: 0;
    padding-top: 30%;
    margin-top: -10%;
  }

}

/* ---------------------------------
 右カラム設定
--------------------------------- */

/* 右カラム　タイトル */
.ntv-box-title {
  background: #ff00b0;
}
.ntv-box-title.title-base {
  background: #ff00b0;
}
