@charset "EUC-JP";
/*
商品詳細ページ
-----------------------------*/

/* メインコンテンツ
------------------------------*/
#item_main{
	float:left;
	width:100%;
	margin:0 -220px 0 0;
}
#item_info{
	margin: 0 220px 0 0;
}
#side_item_info{
	float:right;
	width:195px;
}

.item_box{
	width:100%;
	margin-bottom:15px;
}
.item_box .image{
	width:22%;
	float:left;
	text-align:center;
	position: relative;
}
.item_box .image:after{
	width: 100%;
	height: 85%;
	position: absolute;
	display: block;
	content: "";
	top: 0;
}
.item_box .image span{
	display:block;
}

.rate_wrapper{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.rate_wrapper .rate{
    width: 60%;
    font-size: 12px;
    line-height: 1.5em;
}

.rate_wrapper .rate img{
    height: auto;
    width: 60%;
    vertical-align: middle;
}

.rate_wrapper .star{
    font-size: 12px;
    line-height: 1.5em;
}

.item_box .image .icon{
    margin: 10px 0;
}

.item_box .image .other_version a{
    background: #336;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 3px 0;
    width: 160px;
    margin: 0 auto;
}

.item_box .thumb img{
	margin-bottom:10px;
}
.item_box .info{
	position: relative;
	width:74%;
	float:right;
	word-break: normal;
}
.item_box h1{
	font-size:22px;
	padding-bottom:10px;
	border-bottom:2px solid #6E6E6E;
	margin-left:10px;
	margin-bottom:10px;
	line-height:1.2;
}
.item_box h1 span{
	display:block;
	margin: 0 0 -5px 3px;
	font-size: 14px;
	font-weight: normal;
}
.item_box .info tr th {
	min-width: 36px;
	vertical-align: top;
}
.item_box > .info > table.mar_bottom10 th {
	min-width: 3em;
	white-space: nowrap;
}
.item_box .info tr th.artist {
	min-width: 87px;
}
.item_box .info tr th.omnibus {
	min-width: 110px;
}
.item_box .info tr td.humanSearch {
	width: auto;
}
.item_box .info tr td.humanSearch span {
	display: inline-block;
}
.item_box .info .adult{
	border-bottom:2px solid #FE268B;
}
.item_box .info .freshness_down_notice,
.item_box .info .rental_start_notice{
	position: relative;
	display: inline-block;
	margin-left: 0.5em;
}
.item_box .info .freshness_down_notice{
	margin-top: 0.2em;
}
.item_box .info .freshness_down_notice-balloon,
.item_box .info .rental_start_notice-balloon{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 2em;
    width: 37em;
    padding: 1em 1em 2em;
    margin: -4.5em 0 0 5em;
    border: 1px solid #00b050;
    border-radius: 1em;
    background: #e2f0d9;
	cursor: pointer;
}
.item_box .info .freshness_down_notice-balloon{
	width: 35em;
	margin: -4.5em 0 0 18em;
}
.item_box .info .freshness_down_notice-balloon dt,
.item_box .info .freshness_down_notice-balloon dd,
.item_box .info .freshness_down_notice-balloon dd p,
.item_box .info .rental_start_notice-balloon dt,
.item_box .info .rental_start_notice-balloon dd,
.item_box .info .rental_start_notice-balloon dd p{
    position: relative;
}
.item_box .info .freshness_down_notice-balloon dt,
.item_box .info .rental_start_notice-balloon dt{
    font-weight: bold;
}
.item_box .info .freshness_down_notice-balloon dd small,
.item_box .info .rental_start_notice-balloon dd small{
	font-size: 10px;
}
.item_box .info .freshness_down_notice-balloon dd::before,
.item_box .info .rental_start_notice-balloon dd::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    height: 3.2em;
    margin: 3em 0 0 -2em;
    border-top: 1px solid #00b050;
    border-left: 1px solid #00b050;
    background: #e2f0d9;
    transform: skew(50deg, 0) rotate(20deg);
}
.item_box .info .freshness_down_notice-balloon dd::before{
	width: 1.9em;
    height: 4.1em;
	transform: skew(55deg, 0) rotate(30deg);
}

.iconRankNum {
	background-color: #2980b9;
	border-radius: 3px;
	color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin-left: 15px;
    padding: 2px 5px;
}

.iconRankNum:hover {
	color: #fff!important;
	opacity: 0.8;
	text-decoration: none;
}

.item_box .bggray{
	padding:10px 0 10px 50px;
	background:#F5F5F5;
}
.item_box .bggray li{
	float:left;
}
.bggray_add_cart_with_q{
	width:100%;
	background:#F5F5F5;
	padding:15px 0;
	-webkit-box-shadow: 0px 0px 5px #cecece;
	-moz-box-box-shadow: 0px 0px 5px #cecece;
	box-shadow: 0px 0px 5px #cecece;
	position:relative;
	margin-bottom:25px;
}
.bggray_add_cart_with_q .icon{
	position:absolute;
	top:35px;
	left:60px;
}
.about_icon{
	padding:10px 15px;
	display:none;
}
.about_icon .inner{
	padding:10px 15px;
	background:#fff;
	position:relative;
	border:1px solid #D4D4D4;
}
.about_icon .inner{
	padding:20px 15px;
	background:#fff;
	position:relative;
}
.about_icon .about_title{
	position:absolute;
	top:-10px;
	left:40px;
}
.btn_about_open{
	display:block;
	padding:5px 0 0 60px;
	cursor:pointer;
	color: #0068b7;
}
.about_icon .btn_close{
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}
.bggray_add_cart{
	width:100%;
	background:#F5F5F5;
	padding:15px 0;
	-webkit-box-shadow: 0px 0px 5px #cecece;
	-moz-box-box-shadow: 0px 0px 5px #cecece;
	box-shadow: 0px 0px 5px #cecece;
	position:relative;
	margin-bottom:25px;
}
.bggray_add_cart .btn{
	text-align:center;
}

#item_icon{
	float:left;
	margin-bottom:15px;
}
#item_icon li{
	float:left;
	margin-right:3px;
}
#social_buttons{
	width:290px;
	float:right;
}
#social_buttons li{
	float:left;
}
#social_buttons .twitter{
	width:110px;
	overflow:hidden;
}
#social_buttons .hatebu{
	width:65px;
	overflow:hidden;
}
#social_buttons .facebook{
	width:115px;
	overflow:hidden;
}

.bggray_title{
	padding:5px 10px;
	background:#f3f3f3;
	font-size:15px;
	margin-bottom:20px;
}
.bggray_title.series {
	margin-top: 40px;
}
.bggray_title h3{
	float:left;
}
.bggray_title span{
	display:block;
	float:right;
}
#related_movies{
	width:100%;
	margin-bottom:40px;
}
#related_movies ul{
	width:100%;
}
#related_movies li{
	width:33%;
	margin-bottom:10px;
	float:left;
	text-align:center;
}
#related_movies li img{
	width:96%;
	height:auto;
}
#related_movies span{
	width:98%;
	margin-right:2%;
	display:block;
	text-align:right;
}
#related_series,
#originalComic,
.otherTitle{
	margin-bottom:20px;
}
#related_series span,
#originalComic span,
.otherTitle span{
	display:block;
}
#related_series li,
#originalComic li,
.otherTitle li{
	width:33%;
	display: inline-block; /* 横並び */
	vertical-align: top; /* li要素を上端揃えに */
	margin-bottom:15px;
}
#related_series .image,
#originalComic .image,
.otherTitle  .image{
	width:35%;
	float:left;
}
#related_series .info,
#originalComic .info,
.otherTitle  info{
	width:63%;
	float:right;
}
#related_series .icon,
#originalComic .icon,
.otherTitle  .icon{
	display:block;
	margin-bottom:5px;
}
#related_series .image img,
#originalComic .image img,
.otherTitle  .image img{
	width:100%;
	height:auto;
	max-width:120px;
	max-height:169px;
}
.txt_deqwas{
	margin-bottom:20px;
}
.txt_deqwas span{
	font-weight:bold;
}
#tabs{
	margin:0 0 -1px 12px;
}

#tabs li{
	float:left;
	margin-right:10px;
}

#tabs li a{
	display:block;
	width:233px;
	height:47px;
	background-image:url("/pc/img/detail/tab_review_info.png");
	background-repeat:no-repeat;
	color:#000;
}

#tabs li strong{
	display:none;
}

#tabs li span{
	position:relative;
	top:18px;
	left:125px;
}

#reviewTab{
	background-position:0 -47px;
}

#reviewTab.on{
	background-position:0 0;
}
#infoTab{
	background-position:-233px -47px;
}

#infoTab.on{
	background-position:-233px 0;
}

#workInfoTitle,
#reviewTitle,
#packageImageTitle,
#packageListTitle{
	margin:40px 0 10px !important;
}

#reviewTitle span{
	float:left;
	margin-left:2em;
	font-size:12px;
}
#reviewTitle span span{
	margin-left:0;
}

#review,
#filmarks,
#work_info{
	border:1px solid #888;
	margin-bottom:30px;
}
#dvdboxReview{
	margin-bottom:30px;
}
#work_info{
	overflow: hidden;
	padding:30px;	
    position: relative;
	transition-duration: 0.5s;
	word-break: normal;
}
#work_info table{
	width:100%;
}
#work_info table a{
	display: inline-block;
}
#work_info th{
	width:10%;
	padding:5px 0;
}
#work_info td{
	width:40%;
	padding:5px 0 5px 10px;
	position: relative;
}
#work_info td::before{
	content: ":";
	position: absolute;
	left: 0px;
}
#work_info td.nbsp::before{
	content: "";
}

#work_info.more{
    max-height: 198px;
}

#js-workInfoAccordionBtn{
    display: none;
}

#work_info.more #js-workInfoAccordionBtn{
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,rgb(255, 255, 255) 25%,rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgb(255, 255, 255) 25%,rgb(255, 255, 255) 100%);
    bottom: 0;
    color: #333;
	cursor: pointer;
    display: block;
	font-size: 16px;
	font-weight: bold;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#review .headline{
	width:96%;
	margin:0 auto 20px;
	padding-top:10px;
}
#review .headlineInner{
	padding: 10px 0 0 20px;
}
#review h5{
	display:inline-block;
}
#reviewCount{
	margin-bottom:20px;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}
#reviewCount.noline{
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}

#reviewBtnTopText{
	margin-bottom:10px;
	text-align:center;
}
#reviewBtn{
	display:block;
	width:180px;
	height:37px;
	margin:10px auto 0;
	background:url("/pc/img/detail/btn_write_review.png") no-repeat;
	text-indent:-200%;
	overflow:hidden;
}
#reviewBtnPreparing{
	display:block;
	width:180px;
	height:37px;
	margin:10px auto 0;
	background:url("/pc/img/detail/gray_btn_write_review.png") no-repeat;
	text-indent:-200%;
	overflow:hidden;
	cursor:default;
}

#review .score{
	display:block;
}
#review .score strong{
	display:inline-block;
	margin-right:1em;
	font-size:12px;
	line-height:1.5em;
}
#review .score .star{
	display:inline-block;
	margin-right:1em;
}
#review .score .star img{
	vertical-align:middle;
}
#review .score .number{
	display:inline-block;
}

#total_distribution{
	float:left;
	width:49%;
	padding:10px 0 0 20px;
}
#review .total{
}
#review .total h5{
}
#review .total span{
	display:block;
}
#review .total span img{
	vertical-align:-2px;
}

#impression_graph{
	float:left;
	width:49%;
	border-left:1px solid #888;
	padding:10px 0 0 20px;
}

#review .circle_graph{
	padding-top:20px;
}
#review .distribution{
	padding-top:20px;
}
#review .impression{
}
#review .impression h5{
}
#review .impression ul{
	width:150px;
}
#review .impression li{
	float:left;
	margin-right:5px;
}


#reviewSelectTab{
	margin:0 20px -1px;
}

#reviewSelectTab li{
	display:block;
	float:left;
}

#reviewSelectTab li:first-child{
	margin-right:1em;
}

#reviewSelectTab li a{
	display:block;
	width:200px;
	height:36px;
	border:1px solid #e5e5e5;
	border-bottom:1px solid #888;
	background:#e5e5e5;
	font-size:12px;
	line-height:36px;
	color:#000;
	text-align:center;
}

#reviewSelectTab li a.on{
	border:1px solid #888;
	border-bottom:1px solid #fff;
	background:#fff;
	font-weight:bold;
}


#reviewBoxWrapper{
	border-top:1px solid #888;
	padding-top:20px;
}
#reviewBoxWrapper:empty {
	border: none;
	padding-top: 0;
}

#review .box,
#dvdboxReview .box{
	width:96%;
	margin:0 auto;
	border-bottom:1px dashed #eee;
	padding-bottom:15px;
	margin-bottom:15px;
}
#review .box p,
#dvdboxReview .box p{
	margin-bottom:15px;
	line-break: loose;
    word-wrap: break-word;
}
#review .btn_review,
#dvdboxReview .btn_review{
	display:block;
	margin-bottom:5px;
}
#review .user_review,
#dvdboxReview .user_review{
	font-size:11px;
	color:#555;
}
#review .user,
#dvdboxReview .user{
	margin-bottom:10px;
}
#review .starRate,
#dvdboxReview .starRate{
	display:block;
	float:left;
	margin-right:45px;
}
#review .name,
#dvdboxReview .name{
	color:#868686;
	display:block;
	float:left;
	padding-top:2px;
}
#review .more_review{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:6px 0;
	display:block;
	background:#F0F0F0;
}

#gradeWrapper dt{
	float:left;
	width:35px;
}
#gradeWrapper .bggry-f3{
	background:#f3f3f3;
}
#gradeWrapper .graph{
	float:left;
	width:200px;
}
#gradeWrapper .graphNum{
	margin-left:140px;
}
#gradeWrapper dl{
	width:270px;
	font-size:11px;
	line-height:20px;
}
#gradeWrapper dt,
#gradeWrapper dd{
	display:block;
	height:20px;
	margin-bottom:2px;
}
#write_review,
#write_review_preparing{
	border:1px solid #888;
	padding-bottom:15px;
	margin-bottom:30px;
}
#write_review span,
#write_review_preparing span{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	background:#F0F0F0;
	margin-bottom:10px;
}
#write_review span span,
#write_review_preparing span span{
	display: inline;
}
#write_review p,
#write_review_preparing p{
	text-align:center;
}
#foot_add_cart{
	background:#F0F0F0;
	padding:10px 0;
	text-align:center;
	margin-bottom:30px;
}

/* サイドバー
------------------------------*/
.rental_this_item{
	background:#F5F5F5;
	padding:10px 8px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
}
.rental_this_item h3{
	font-size:15px;
	text-align:center;
	margin-bottom:7px;
}

#for_beginner{
	margin-bottom:15px;
}
#for_beginner li{
	margin-bottom:7px;
}

#youtube {
	position:relative;
	background:#F5F5F5;
	padding:10px 0 5px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
}

#youtube h3 {
	font-size:15px;
	text-align:center;
	margin-bottom:7px;
}

#youtube .youtubeTitle{
	background-color: #333;
	color: #fff;
	padding: 3px 5px;
	max-height: 42px;
}

#youtubePlayer{
	width:193px;
}

.youtubeMovie {
	background-color: black;
	width: 193px;
	height: 108px;
	overflow: hidden;
  	position: relative;
}

.youtubeMovie img{
	position: absolute;
	width:100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

#youtube .youtubeText{
	padding: 5px 5px 0;
}

.cboxElement::after {
	content: '';
	background: url("/pc/img/common/ytb_playBtn.png") no-repeat ;
	width: 45px;
	height: 32px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor : pointer;
}

#genre_ranking .title{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:2px solid #888;
	border-left:1px solid #ccc;
	background:#F5F5F5;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	padding:10px 0;
	text-align:center;
}
#genre_ranking .title h4{
	font-size:13px;
	margin-bottom:3px;
}
#genre_ranking .title span{
	font-size:12px;
}
#genre_ranking .title_adult{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:2px solid #FE268B;
	border-left:1px solid #ccc;
	background:#F5F5F5;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	padding:10px 0;
	text-align:center;
}
#genre_ranking .title_adult h4{
	font-size:13px;
	margin-bottom:3px;
}
#genre_ranking .title_adult span{
	font-size:12px;
}
#genre_ranking ol{
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
#genre_ranking .icon_rank{
	display:block;
	padding:3px 0;
	text-align:center;
	border-bottom:1px dotted #ABABAB;
}
#genre_ranking .box{
	padding:15px 9px 0 9px;
	background:#F5F5F5;
}
#genre_ranking .btn{
	text-align:center;
	padding:12px 0;
	background:#F5F5F5;
	border-bottom:1px solid #ddd;
}
#genre_ranking .image{
	width:85px;
	float:left;
}
#genre_ranking .info{
	width:85px;
	float:right;
	position:relative;
}
#genre_ranking h5{
	font-weight:normal;
	margin-bottom:20px;
}

#genre_ranking .rate{
	display:block;
	font-size:12px;
	text-align:center;
}
#side_ranking_more{
	font-size:11px;
	text-align:center;
	padding:5px 0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ccc;
	background:#F5F5F5;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
}

#sample_images{}
#sample_images ul{
	max-width:1024px;
	width:100%;
	margin:0 auto;
}

#sample_images li{
	float:left;
	margin:5px;
	width:118px;
	height:62px;
	overflow:hidden;
}

#sample_images #largeSize{
	margin:5px;
	width:630px;
	height:422px;
	overflow:hidden;
}

#package_only{
	margin:5px 0 50px;
	text-align:center;
}

#package_only img{
	max-width:800px;
}


.wrap .variable-arrow.arrowDVD,
.wrap .variable-arrow.arrow260{
	height: 260px;
}
.wrap .variable-arrow.arrowCD{
	height: 240px;
}




/* 追加 */
#related_family{
	margin-bottom:20px;
}
#related_family span{
	display:block;
}
#related_family li{
	width:33%;
	display: inline-block; /* 横並び */
	vertical-align: top; /* li要素を上端揃えに */
	margin-bottom:15px;
}
#related_family .image{
	width:35%;
	float:left;
}
#related_family .info{
	width:63%;
	float:right;
}
#related_family .icon{
	display:block;
	margin-bottom:5px;
}
#related_family .image img{
	width:100%;
	height:auto;
	max-width:120px;
	max-height:169px;
}

.resultCell_gsvb{
	padding:5px;
}

.bottomImpLink{
	margin:20px 0;
	padding:6px;
	text-align:center;
	background:#efefef;
}

.facebook_comment{
	margin-bottom:30px;
}

.productTitleCut{
	display:block;
	height:3em;
	line-height:1.5em;
	overflow:hidden;
}

#chart{
	font-size:10px;
}

/* notfound */
#notFound{
	margin-left:35px;
}

#notFoundTitle{
	font-size:16px;
	line-height:1.5em;
	color:#666;
}

#otherSearchText{
	margin:10px 20px;
}

#otherSearchLink{
	margin:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.subTitle{
	padding:5px 8px;
	background:#efefef;
}

#recommend{
	margin:40px 0 0 35px;
}

.recommendItem{
	width:700px;
	margin:10px auto;
}

.recommendItem li{
	display:block;
	float:left;
	width:140px;
}

.recommendItem .image_dvd{
	width:120px;
	height:169px;
	margin:0 auto;
	overflow:hidden;
}

.recommendItem .image_cd{
	width:120px;
	height:120px;
	margin:0 auto;
	overflow:hidden;
}

.product_title{
	width:120px;
	margin:5px auto 15px;
}

.product_title a{
	display:block;
	height:3em;
	line-height:1.5em;
	overflow:hidden;
}


#topDetail th{
	vertical-align:top;
	font-weight:normal;
	text-align: left;
}

.box_settitle li:nth-child(even) {
    background: #F5F5F5;
}


/*
DVD-BOX用価格枠
--------------------------------*/
.productPrice{
	text-decoration:none;
	color: #900;
}

.rankingPrice{
	display:block;
	font-size:10px;
	text-decoration: none;
	color: #900;
}

.rankingPrice span,
.productPrice span{
	text-decoration:line-through;
	color:#333;
}

.noMediaLink{
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

/* 収録曲 */
.song{
	margin-top:10px;
}

.song strong{
	display:block;
	text-align:left;
}

.songLeft{
	float:left;
	width:49%;
}

.songRight{
	float:right;
	width:49%;
}

#goInquiry{
	margin-top:10px;
}

.printModeBtn{
	display:block;
	width:180px;
	height:40px;
	margin:10px 0 0 auto;
	background:url("/pc/img/detail/btn_cd_print.png") no-repeat;
	text-indent:-200%;
	overflow:hidden;
    bottom: 36px;
    right: 20px;
}

.printBtnNote{
	display:block;
	font-size: 12px;
	margin:0 0 0 auto;
	overflow:hidden;
    bottom: 20px;
    right: 20px;
	text-align: right;
}

/* 映画賞 音楽賞 */
#prizeTable{
	border:0;
	border-collapse:collapse;
	empty-cells:show;
}

#prizeTable th,
#prizeTable td{
	padding:3px 5px;
	vertical-align:top;
}

#prizeTable th.prizeTable_title {
	padding-left: 0;
}

#prizeTable td::before{
	content: "";
}

#prizeTable tr:nth-child(even) th,
#prizeTable tr:nth-child(even) td{
	background:#f3f3f3;
}

#btmLink{
	margin:15px 0 20px;
	text-align:right;
}

/* 右ランキングアーティスト追加 */
.rightSideRankArtist{
	margin-top:2px;
	border-top: 1px solid #ccc;
	padding-top:2px;
	font-size: .7rem;
}

.productArtist{
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
    padding: 8px 3px 0;
    border-top: 1px solid #ccc;
    font-size: .7rem;
    height: 1.5em;
    line-height: 1.5em;
}

.productArtistEmpty{
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
    padding: 8px 3px 2px;
    border-top: 1px solid #fff;
    font-size: .7rem;
    height: 1.5em;
    line-height: 1.5em;
}

/* gazow */
.dvdImage3Wrapper,
.cdImage3Wrapper{
	margin:0 auto 10px;
}

#genre_ranking .dvdImage1Wrapper{
	display:block;
	position:relative;
	width:85px;
	height:122px;
	overflow:hidden;
}

#genre_ranking .dvdImage1Wrapper .discImageBox{
	width:85px;
	height:122px;
	background:url("/cmn/img/dvd/icon_1.png") no-repeat #fff;
	background-size:100%;
}

#genre_ranking .cdImage1Wrapper{
	display:block;
	position:relative;
	width:85px;
	height:85px;
	overflow:hidden;
}

#genre_ranking .cdImage1Wrapper .discImageBox{
	width:85px;
	height:85px;
	background:url("/cmn/img/cd/icon_1.png") no-repeat #fff;
	background-size:100%;
}


.rental_days {
    display: table;
    padding: 10px;
	margin: 20px auto 0;
	text-align: center;
	border: 1px dotted #F00;
}

.rental_days p,
.rental_days .green {
	color: #0aa22e;
}

.rental_days p span {
	font-weight: bold;
}

.rental_days p b {
	font-size: 1.2em;
}


.random_jacket {
	padding: 20px 0;
	background: #ebebeb;
	text-align: center;
}

/*recommend_service*/
.recommend_service_wrapper {
}

.recommend_arekore {
    margin-bottom: 50px;
}

.recommend_service_title {
	border-bottom: solid 2px #979fb4;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
}

.recommend_service_name {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
}

.recommend_service_img {
	margin-right: 20px;
    width: 200px;
}

.recommend_service_img_tv {
	margin-right: 10px;
	width: 150px;
}

.recommend_service_description {
    font-size: 15px;
}

.recommend_service_banner {
    margin-bottom: 30px;
    text-align: center;
}


.recommend_service_product_slider {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.recommend_service_product_slider.slick-initialized{
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 10px;
    opacity: 1;
}

.recommend_service_product_slider .slick-arrow {
	bottom: 50%;
	position: absolute;
}

.recommend_service_product_slider .prev-arrow {
	left: 10px;
}

.recommend_service_product_slider .next-arrow {
	right: 10px;
}

.recommend_service_product_slider .slick-arrow.slick-disabled {
	opacity: 0;
}

.tv .recommend_service_product_slider .slick-arrow::before {
	background:rgba(255, 183, 216, 0.8);
	border-radius: 100%;
	bottom: 50%;
	content: "";
	right: 0;
	margin: auto;
	height: 60px;
	position: absolute;
	top: 50%;
	width: 60px;
}

.recommend_service_product_slider .slick-prev::before {
	left: 0;
}

.recommend_service_product_slider .slick-next::before {
	right: 0;
}

.tv .recommend_service_product_slider .slick-arrow::after {
	border-top: 8px solid #FD0077;
	border-right: 8px solid #FD0077;
	bottom: 50%;
	content: "";
	margin: auto;
	opacity: 0.6;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
}

.recommend_service_product_slider .slick-prev::after {
	left: 18px;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.recommend_service_product_slider .slick-next::after {
	right: 18px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.recommend_service_product_list {
	margin: 0px 10px 10px 10px;
	text-align: right;
}

.recommend_service_product_campaign{
	background: #f30;
	color: #fff;
    margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	width: 80%;
	max-width: 140px;
}

.tv .bggray_title{
	padding:5px 10px;
	background:#fff;
	font-size:15px;
	margin-bottom:10px;
}

.tv .bggray_title h3 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
}

.tv .bggray_title h3 img {
	margin-right: 2px;
}

.tv .bggray_title .tv_more_btn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #333;
	border-radius: 3px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 18px;
}

.tv .bggray_title .tv_more_btn img {
	margin-left: 5px;
}

.tv .bggray_title .tv_more_btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.tv .recommend_service_product_list {
	background: #f5f5f5;
	border-radius: 5px 5px 0 0;
}

.recommend_service_product_link {
	color: #000;
	display: block;
    position: relative;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a.recommend_service_product_link:focus {
    outline: none;
}

.recommend_service_product_link:hover {
    color: #000;
    text-decoration: none;
}

#js-recommend_slider_arekore .recommend_service_product_link::before {
	background: #ff6600;
	border-radius: 100%;
	bottom: -1px;
	color: #fff;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	width: 20px;
}

#js-recommend_slider_arekore .recommend_service_product_link::after {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #fff;
	content: "";
	display: inline-block;
	height: 7px;
	line-height: 20px;
	margin: 10px 8px 0 0;
	text-align: center;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	width: 7px;
}

#js-recommend_slider_arekore_html .recommend_service_product_link::before {
	background: #ff6600;
	border-radius: 100%;
	bottom: 3px;
	color: #fff;
	content: "";
	display: block;
	height: 26px;
	position: absolute;
	right: 0;
	width: 26px;
}

#js-recommend_slider_arekore_html .recommend_service_product_link::after {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #fff;
	content: "";
	display: inline-block;
	height: 10px;
	line-height: 20px;
	margin: 10px 6px 0 0;
	text-align: center;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	width: 10px;
    right: 4px;
	bottom: 11px;
}

.recommend_service_product_img_wrapper {
	border: solid 1px #e8e8e8;
	height: 0;
	position: relative;
	padding-top: 100%;
}

.tv .recommend_service_product_img_wrapper {
	border: 0px;
	padding-top: 150%;
}

.recommend_service_product_img {
	bottom: 0;
	left: 0;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.tv .recommend_service_product_img {
	width: 100%;
}

.recommend_service_product_title {
	height: 36px;
	overflow: hidden;
	margin: 0px 5px 5px;
	text-align: left;
}

.recommend_service_product_name {
	font-weight: bold;
	height: 59.6px;
	overflow: hidden;
	padding: 5px;
    position: relative;
    text-align: justify;
}

.recommend_service_product_price_wrapper {
	background: #fff7f2;
	padding: 5px;
	text-align: left;
}

.recommend_service_product_period {
	color: #666;
	font-size: 10px;
}

.recommend_service_product_price {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}


#js-recommend_slider_arekore_html .recommend_service_product_name{
	height: 38px;
    padding: 10px 0;
}

#js-recommend_slider_arekore_html .recommend_service_product_period{
	font-size: 12px;
	text-align: left;
	margin-bottom: 3px;
}

#js-recommend_slider_arekore_html .recommend_service_product_price{
	text-align: left;
}

.recommend_tv_more_btn {
	background: #192b5b;
	color: #fff;
	display: block;
	margin: auto;
	padding: 15px;
	text-align: center;
	width: 300px;
}

.recommend_arekore_more_btn {
	background: #ff6600;
	color: #fff;
	display: block;
	margin: auto;
	padding: 15px;
	text-align: center;
	width: 300px;
}

.recommend_tv_more_btn:hover,
.recommend_arekore_more_btn:hover {
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}

.recommend_service_ranking_frame {
	background:#F5F5F5;
	margin-right: 20px;
}

.recommend_service_ranking {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: dashed 1px #ccc;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px;
}

.slick-slide .recommend_service_ranking img {
	margin-right: 2px;
}

.recommend_service_ranking span {
	font-size: 16px;
	font-weight: bold;
}

.slide-dots {
	text-align: center;
}

.slide-dots li {
	display: inline-block;
	padding: 1px;
}

.slide-dots li.slick-active button {
    background: #fe56a2;
}

.slide-dots li button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #ccc;
	border-radius: 100%;
	border: none;
	content: "";
	cursor: pointer;
	display: block;
	height: 10px;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	width: 10px;
}

/* 話題の特集
------------------------------*/
#topicsBnr ul li{
	width:196px;
	padding-left:0 !important;
}

#topicsBnr ul a {
    display: block;
}

#topicsBnr ul img{
	max-width: 100%;
	height: auto;
}

#topicsBnr ul span{
	display:block;
	height:6em;
	overflow:hidden;
	font-size:12px;
	line-height:1.5em;
}

#topicsBnr .topicsFrame{
	border: solid 2px #EEE;
    border-radius: 5px;
    padding: 4px 5px;
    box-shadow: 1px 1px 5px #eee;
    background: #FFF;
}


/* BTS_10259
------------------------------*/
#item_main #youtube {
	background:#fff;
	border: none;
}

#item_main #youtube h3 {
	background: #f3f3f3;
    margin: 40px 0 10px;
	text-align: left;
	padding: 5px 10px;
}

#item_main .youtubeMovie {
	background-color: black;
	width: 100%;
	height: 0;
	padding-top: 56%;
	overflow: hidden;
	position: relative;
}


/* BTS_10331
------------------------------*/
@media screen and (max-width:1275px){
    .detail .dvdImage2Wrapper,
    .detail .cdImage2Wrapper {
        width:100%;
        height: 0;
        padding: 142% 0 0;
        position: relative;
    }
    .detail .cdImage2Wrapper {
        padding-top: 100%;
    }
    .detail .dvdImage2Wrapper .discImageBox,
    .detail .cdImage2Wrapper .discImageBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #related_series .image img,
    #originalComic .image img,
    .otherTitle .image img {
        width: 100%;
        height: 100%;
    }
}


.box_shippingService {
	position: relative;
}

.box_shippingService::after {
	background: #d80000;
	box-sizing: content-box;
	color: #fff;
	content: '送料無料';
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 1px 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	min-width: 4em;
	white-space: nowrap;
}


/*大人の入り口ボタン*/
.genreConnect {
    margin: 20px auto;
}

.genreConnect_link {
    background: #ff5050;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 21px;
    line-height: 60px;
    margin: 0 auto;
    padding-right: 1.5em;
    position:relative;
    text-align: center;
    text-decoration: none;
    width: 300px;
}
.genreConnect_link.-adult {
	background: #0070c0;
}

.genreConnect_link:hover {
	color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.genreConnect_link::after {
    border: solid #fff;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    height: 0.8em;
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.8em;
}

.genreConnect_text {
    color: #707070;
    font-size: 11px;
    margin: 5px auto 0;
    text-align: center;
}


/* 特商法タブ */
.aboutTab_wrapper {
    margin: 0 auto 25px;
}

.aboutTab_switch {
    display: flex;
    justify-content: flex-start;
    margin-bottom: -1px;
}

.aboutTab_switch li {
    background: #ababab;
    border: 1px solid #ABABAB;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px 0 0;
    min-width: 30%;
}

.aboutTab_switch li.-active {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.aboutTab_switch  a {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 5px 5px 5px 30px;
}
.aboutTab_switch .-active a {
    color: #333;
    cursor: auto;
}

.aboutTab_switch  span {
    display: block;
    padding: 5px 5px 5px 30px;
}

.aboutTab_content {
    border: 1px solid #ababab;
    padding: 5px 20px;
}

.aboutTab_content li {
    display: none;
}

.aboutTab_content li.-active {
    display: block;
}

.aboutTab_list {
    display: flex;
    flex-wrap: wrap;
}

.aboutTab_list dt,
.aboutTab_list dd {
    border-top: 1px solid #ababab;
    padding: 8px 5px;
}

.aboutTab_list dt:first-of-type,
.aboutTab_list dd:first-of-type {
    border-top: none;
}

.aboutTab_list dt {
    font-weight: bold;
    margin-right: 10px;
    width: 180px;
}

.aboutTab_list dd {
    width: calc(100% - 190px);
}

.aboutTab_list .rental_days {
    margin: 0;
    text-align: left;
}

.aboutTab_list .rental_days p b {
	font-size: 1em;
}


/* 横断導線 */
.crossLink {
	display: none;
    margin: 0 auto 20px;
    text-align: center;
}

.crossLink_text {
    background: #fff;
    border: 1px solid #192b5b;
    color: #192b5b;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 46px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

.crossLink_text::after {
    border: 1px solid #192b5b;
    border-bottom: none;
    border-left: none;
    content: '';
    display: block;
    height: 7px;
    margin: -5px 10px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    transform: rotate(45deg);
}

.crossLink_text:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
}

/* プレゼントCP */
.cp_entry{
	width: 300px;
	text-align: center;
	margin: 40px auto 50px;
}

.cp_entry_btn{
	display: block;
	padding: 21px 0;
	margin-top: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	background-color: #ffc927;
	border-radius: 7px;
	text-decoration: none;
}

.cp_entry_btn{
	opacity: 0.8;
}