﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*====================
RESET
====================*/

#bvc-feature-detail-body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

#bvc-feature-detail-body *,
#bvc-feature-detail-body *::before,
#bvc-feature-detail-body *::after {
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bvc-feature-detail-body p,
#bvc-feature-detail-body h1,
#bvc-feature-detail-body h2,
#bvc-feature-detail-body h3,
#bvc-feature-detail-body h4,
#bvc-feature-detail-body h5,
#bvc-feature-detail-body h6,
#bvc-feature-detail-body ul,
#bvc-feature-detail-body dl,
#bvc-feature-detail-body dt,
#bvc-feature-detail-body dd {
	margin: 0;
	padding: 0;
}

#bvc-feature-detail-body ul,
#bvc-feature-detail-body li {
	list-style-type: none;
}

#bvc-feature-detail-body header,
#bvc-feature-detail-body nav,
#bvc-feature-detail-body main,
#bvc-feature-detail-body footer {
	width: 100%;
	display: block;
}

/*====================
DEFAULT
====================*/

/*テキスト周り*/

#bvc-feature-detail-body .fs12 {
	font-size: 12px;
}

#bvc-feature-detail-body .fs14 {
	font-size: 14px;
}

#bvc-feature-detail-body .fs16 {
	font-size: 16px;
}

#bvc-feature-detail-body .fs18 {
	font-size: 18px;
}

#bvc-feature-detail-body .fs20 {
	font-size: 20px;
}

#bvc-feature-detail-body .fs22 {
	font-size: 22px;
}

#bvc-feature-detail-body .fs24 {
	font-size: 24px;
}

#bvc-feature-detail-body .fs110 {
	font-size: 110%;
}

#bvc-feature-detail-body .fs120 {
	font-size: 120%;
}

#bvc-feature-detail-body .lh1 {
	line-height: 1;
}

#bvc-feature-detail-body .fwB {
	font-weight: bold;
}

/*マージン*/

@media screen and (max-width: 768px) {
	#bvc-feature-detail-body .mb1 {
		margin-bottom: 1%;
	}
	#bvc-feature-detail-body .mb1c > * {
		margin-bottom: 1%;
	}
	#bvc-feature-detail-body .mb1c > *:last-child {
		margin-bottom: 0;
	}
	#bvc-feature-detail-body .mb2 {
		margin-bottom: 2%;
	}
	#bvc-feature-detail-body .mb2c > * {
		margin-bottom: 2%;
	}
	#bvc-feature-detail-body .mb2c > *:last-child {
		margin-bottom: 0;
	}
	#bvc-feature-detail-body .mb3 {
		margin-bottom: 3%;
	}
	#bvc-feature-detail-body .mb3c > * {
		margin-bottom: 3%;
	}
	#bvc-feature-detail-body .mb3c > *:last-child {
		margin-bottom: 0;
	}
	#bvc-feature-detail-body .mb4 {
		margin-bottom: 4%;
	}
	#bvc-feature-detail-body .mb4c > * {
		margin-bottom: 4%;
	}
	#bvc-feature-detail-body .mb4c > *:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 769px) {
	#bvc-feature-detail-body .mb8 {
		margin-bottom: 8px;
	}
	#bvc-feature-detail-body .mb8c > * {
		margin-bottom: 8px;
	}
	#bvc-feature-detail-body .mb8c > *:last-child {
		margin-bottom: 0;
	}
	#bvc-feature-detail-body .mb16 {
		margin-bottom: 16px;
	}
	#bvc-feature-detail-body .mb16c > * {
		margin-bottom: 16px;
	}
	#bvc-feature-detail-body .mb16c > *:last-child {
		margin-bottom: 0;
	}
	#bvc-feature-detail-body .mb24 {
		margin-bottom: 24px;
	}
	#bvc-feature-detail-body .mb24c > * {
		margin-bottom: 24px;
	}
	#bvc-feature-detail-body .mb24c > *:last-child {
		margin-bottom: 0;
	}
	#bvc-feature-detail-body .mb32 {
		margin-bottom: 32px;
	}
	#bvc-feature-detail-body .mb32c > * {
		margin-bottom: 32px;
	}
	#bvc-feature-detail-body .mb32c > *:last-child {
		margin-bottom: 0;
	}
	#bvc-feature-detail-body .mb40 {
		margin-bottom: 40px;
	}
	#bvc-feature-detail-body .mb40c > * {
		margin-bottom: 40px;
	}
	#bvc-feature-detail-body .mb40c > *:last-child {
		margin-bottom: 0;
	}
}

/*フレキシブル*/

@media screen and (min-width: 769px) {
	#bvc-feature-detail-body .dF {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	#bvc-feature-detail-body .fwW {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#bvc-feature-detail-body .fwNw {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#bvc-feature-detail-body .jcC {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#bvc-feature-detail-body .jcSa {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	#bvc-feature-detail-body .jcSb {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#bvc-feature-detail-body .aiC {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#bvc-feature-detail-body .aiE {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	#bvc-feature-detail-body .aiS {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

/*他*/

#bvc-feature-detail-body .dB {
	display: block;
}

#bvc-feature-detail-body .dN {
	display: none;
}

#bvc-feature-detail-body .dI {
	display: inline;
}

#bvc-feature-detail-body .clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#bvc-feature-detail-body dl.clearfix > dt {
	float: left;
}

#bvc-feature-detail-body dl.clearfix > dd {
	display: table;
}

#bvc-feature-detail-body .nolink {
	opacity: 0.5 !important;
	cursor: default;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	#bvc-feature-detail-body .pc {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	#bvc-feature-detail-body .sp {
		display: none;
	}
	#bvc-feature-detail-body a.dI {
		text-decoration: none;
	}
	#bvc-feature-detail-body a.dI:hover {
		text-decoration: underline;
	}
	#bvc-feature-detail-body .hvrOpacity {
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	#bvc-feature-detail-body .hvrOpacity:hover {
		opacity: 0.6;
	}
}

/*====================
COMMON_SP
====================*/

#bvc-feature-detail-body {
	width: 100%;
	font-size: 14px;
	line-height: 1.75;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

#bvc-feature-detail-body a {
	color: #000;
	display: block;
}

#bvc-feature-detail-body img {
	width: 100%;
	display: block;
}

#bvc-feature-detail-body .item-card img,
#bvc-feature-detail-body .item-listing-image img {
	width: auto !important;
}

/*====================
HEADER_SP
====================*/

#bvc-feature-detail-header {
	background: rgba(255, 255, 255, 0.75) url(../img/bg_dot.png) repeat scroll 0 0;
	padding: 0 0 8%;
}

#bvc-feature-detail-header h1 {
	margin: 0 0 4%;
}

#bvc-feature-detail-header .movie {
	width: 88%;
	margin: 0 auto 4%;
}

#bvc-feature-detail-header .bnr {
	width: 88%;
	margin: 0 auto 2%;
}

#bvc-feature-detail-header .bnr li {
	margin: 0 auto 2%;
}

#bvc-feature-detail-header .bnr li:last-of-type {
	margin: 0 auto;
}

#bvc-feature-detail-header .cam {
	width: 88%;
	margin: 0 auto;
}

/*====================
MAIN_SP
====================*/

/*共通*/

#bvc-feature-detail-main {
	padding: 8% 0 0;
	background: transparent url(../img/bg_dot.png) repeat scroll 0 0;
}

#bvc-feature-detail-main .sec {
	margin: 0 0 8%;
}

#bvc-feature-detail-main .sec:last-child {
	margin: 0;
}

#bvc-feature-detail-main .secIn {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 2% 2% 6%;
	border-right: 1px solid rgba(129, 129, 129, 0.7);
	border-bottom: 1px solid rgba(129, 129, 129, 0.7);
	border-left: 1px solid rgba(129, 129, 129, 0.7);
}

#bvc-feature-detail-main .secInCont {
	padding: 2%;
	background-color: rgba(0, 0, 0, 0.75);
}

#bvc-feature-detail-main .tabMenu {
	margin: 0 0 2%;
}

#bvc-feature-detail-main .tabMenu li {
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
}

#bvc-feature-detail-main .tabMenu li:nth-of-type(2n) {
	margin: 0 0 2%;
}

#bvc-feature-detail-main .tabMenu a.on {
	opacity: 0.3;
}

#bvc-feature-detail-main .tabMenu a {
	cursor: pointer;
	-webkit-animation: "fadeIn" 1s ease 0s 1 normal;
	-moz-animation: "fadeIn" 1s ease 0s 1 normal;
	animation: "fadeIn" 1s ease 0s 1 normal;
}

#bvc-feature-detail-main .tabCont {
	display: none;
	/*margin: 0 0 6%;*/
	-webkit-animation: "fadeIn" 1s ease 0s 1 normal;
	-moz-animation: "fadeIn" 1s ease 0s 1 normal;
	animation: "fadeIn" 1s ease 0s 1 normal;
}

#bvc-feature-detail-main .tabCont.on {
	display: block;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*個別*/

#bvc-feature-detail-main .secBluray .ttl {
	margin: 0 0 8%;
}

#bvc-feature-detail-main .secBluray .ph {
	margin: 0 0 4%;
}

#bvc-feature-detail-main .secBluray .txt {
	color: #fff;
}

#bvc-feature-detail-main .secBluray .txt > dt {
	font-size: 21px;
	line-height: 1.5;
	font-weight: bold;
	margin: 4% 0 0;
}

#bvc-feature-detail-main .secBluray .txt > dt:first-letter {
	color: #ff5656;
}

#bvc-feature-detail-main .secBluray .txt > dt:first-of-type {
	margin: 0;
}

#bvc-feature-detail-main .secBluray .txt > dd {
	padding-left: 14px;
	text-indent: -14px;
}

#bvc-feature-detail-main .secBluray .txt .txtBig {
	font-size: 16px;
	padding-left: 16px;
	text-indent: -16px;
}

@media screen and (max-width: 768px) {
	#bvc-feature-detail-main .secBluray .txt .notIndent-sp {
		padding-left: 0;
		text-indent: 0;
	}
}

#bvc-feature-detail-main .secBluray .act {
	margin-top: 16px;
}

#bvc-feature-detail-main .secBluray .cau {
	margin: 4% 0 0;
}

#bvc-feature-detail-main .secBluray .cau > dt {
	font-size: 14px;
}

#bvc-feature-detail-main .secBluray .cau > dd {
	font-size: 12px;
	padding-left: 12px;
	text-indent: -12px;
}

#bvc-feature-detail-main .secGenga .secInCont {
	background-color: rgba(52, 23, 17, 0.7);
}

#bvc-feature-detail-main .secGenga .ph,
#bvc-feature-detail-main .secGenga .txt {
	color: #fff;
}

#bvc-feature-detail-main .secGenga .ph {
	text-align: center;
	margin: 0 auto 6%;
}

#bvc-feature-detail-main .secGenga .ph img {
	margin: 0 auto;
}

#bvc-feature-detail-main .secGenga .txt {
	margin: 0 auto 4%;
}

#bvc-feature-detail-main .secGenga .txt:last-of-type {
	margin: 0;
}

#bvc-feature-detail-main .secGenga .txt1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

#bvc-feature-detail-main .secGenga .txt2 > dt {
	font-size: 21px;
	line-height: 1.5;
	font-weight: bold;
}

#bvc-feature-detail-main .secGenga .txt2 > dt:first-letter {
	color: #ff5656;
}

#bvc-feature-detail-main .secGenga .act {
	margin: 4% 0 0;
}

#bvc-feature-detail-main .secGenga .act li {
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
}

#bvc-feature-detail-main .secGenga .act li:nth-of-type(2n) {
	margin: 0;
}

#bvc-feature-detail-main .secGenga1 .ph img {
	width: 70%;
}

#bvc-feature-detail-main .secGenga2 .ph img {
	width: 84%;
}

#bvc-feature-detail-main .secCam {
	color: #fff;
}

#bvc-feature-detail-main .secCam .txt {
	margin: 0 auto 4%;
}

#bvc-feature-detail-main .secCam .txt:last-child {
	margin: 0;
}

#bvc-feature-detail-main .secCam .txtTop {
	font-size: 18px;
	font-weight: bold;
}

#bvc-feature-detail-main .secCam .txtTtl {
	font-size: 21px;
	line-height: 1.5;
	font-weight: bold;
	margin: 4% 0 0;
}

#bvc-feature-detail-main .secCam .txtTtl:first-letter {
	color: #ff5656;
}

#bvc-feature-detail-main .secCam .txtTtl:first-of-type {
	margin: 0;
}

#bvc-feature-detail-main .secCam .txtTtl small {
	font-size: 19px;
}

#bvc-feature-detail-main .secCam .idt {
	padding-left: 14px;
	text-indent: -14px;
}

#bvc-feature-detail-main .secCam .ph {
	margin: 0 auto 4%;
}

/*リスティング*/

#bvc-feature-detail-main .listingWrapper {
	padding: 2% 0 0;
	background: #fff url(../img/bg_dot.png) repeat scroll 0 0;
}

#bvc-feature-detail-main .listingFrame {
	padding: 4% 2%;
	background-color: rgba(255, 255, 255, 0.7);
}

/*====================
FOOTER_SP
====================*/

#bvc-feature-detail-footer {
	background-color: #fff;
	padding: 4% 0;
}

#bvc-feature-detail-footer .copy {
	text-align: center;
}

#bvc-feature-detail-footer small {
	font-size: 12px;
}

/*====================
OTHER_SP
====================*/

#cboxClose {
	background: url(../img/close.png) no-repeat;
	right: 0;
	left: 0;
	margin: auto;
}

#cboxClose:hover {
	background: url(../img/close.png) 0 -32px no-repeat;
}

@media screen and (min-width: 769px) {

	/*====================
	COMMON_PC
	====================*/
	#bvc-feature-detail-body {
		width: 960px;
		background: transparent url(../img/bg.png) no-repeat fixed center 15%;
		background-size: cover;
	}

	#bvc-feature-detail-body img {
		width: auto;
	}

	/*====================
	HEADER_PC
	====================*/
	#bvc-feature-detail-header {
		/*height: 896px;*/
		height: 850px;
		background-color: #fff;
		padding: 0;
		position: relative;
	}

	#bvc-feature-detail-header h1 {
		margin: 0;
	}

	#bvc-feature-detail-header .movie,
	#bvc-feature-detail-header .bnr,
	#bvc-feature-detail-header .cam {
		position: absolute;
	}

	#bvc-feature-detail-header .movie {
		width: auto;
		margin: 0;
		top: 440px;
		left: 80px;
	}

	#bvc-feature-detail-header .bnr {
		width: auto;
		margin: 0;
		top: 640px;
		left: 32px;
	}

	#bvc-feature-detail-header .bnr li {
		margin: 0 auto 2%;
	}

	#bvc-feature-detail-header .cam {
		width: auto;
		margin: 0;
		top: 756px;
		left: 504px;
	}

	/*====================
	MAIN_PC
	====================*/
	/*共通*/
	#bvc-feature-detail-main {
		padding: 80px 0 0;
	}

	#bvc-feature-detail-main .sec {
		margin: 0 0 80px;
	}

	#bvc-feature-detail-main .secIn {
		padding: 20px 18px 32px;
		border-bottom: none;
	}

	#bvc-feature-detail-main .secInCont {
		padding: 20px;
	}

	#bvc-feature-detail-main .tabMenu {
		margin: 0 0 24px;
	}

	#bvc-feature-detail-main .tabMenu li {
		width: 300px;
		margin: 0 10px 0 0;
	}

	#bvc-feature-detail-main .tabMenu li:nth-of-type(2n) {
		margin: 0 10px 0 0;
	}

	#bvc-feature-detail-main .tabMenu li:nth-of-type(3n) {
		margin: 0 0 10px;
	}

	/*#bvc-feature-detail-main .tabCont {
		margin: 0 0 40px;
	}*/

	/*個別*/
	#bvc-feature-detail-main .secBluray .ttl {
		margin: 0 0 24px;
	}

	#bvc-feature-detail-main .secBluray .ph {
		margin: 0 0 48px;
	}

	#bvc-feature-detail-main .secBluray .txt > dt {
		margin: 16px 0 0;
	}

	#bvc-feature-detail-main .secBluray .txt .txtBig {
		font-size: 18px;
		padding-left: 18px;
		text-indent: -18px;
	}

	#bvc-feature-detail-main .secBluray .act {
		margin-top: 40px;
	}

	#bvc-feature-detail-main .secBluray .act:hover {
		opacity: 0.5;
	}

	#bvc-feature-detail-main .secBluray .cau {
		margin: 24px 0 0;
		padding: 0 8px;
	}

	#bvc-feature-detail-main .secGenga .ph,
	#bvc-feature-detail-main .secGenga .txt {
		color: #fff;
	}

	#bvc-feature-detail-main .secGenga .ph {
		margin: 0 auto 24px;
	}

	#bvc-feature-detail-main .secGenga .ph img {
		width: auto;
	}


	#bvc-feature-detail-main .secGenga .txt {
		margin: 0 auto 24px;
		padding: 0 24px;
	}

	#bvc-feature-detail-main .secGenga .txt2 > dd {
		padding-left: 14px;
		text-indent: -14px;
	}

	#bvc-feature-detail-main .secGenga .act {
		margin: 40px auto 0;
		display: table;
	}

	#bvc-feature-detail-main .secGenga .act li {
		width: auto;
		margin: 0 16px 0 0;
	}

	#bvc-feature-detail-main .secGenga .act a:hover {
		opacity: 0.5;
	}

	#bvc-feature-detail-main .secCam .txtTop {
		font-size: 24px;
		line-height: 1.5;
	}

	#bvc-feature-detail-main .secCam .ph img {
		margin: 0 auto;
	}

	/*リスティング*/
	#bvc-feature-detail-main .listingWrapper {
		padding: 16px 0 0;
	}

	#bvc-feature-detail-main .listingFrame {
		padding: 24px 16px;
	}

	/*====================
	FOOTER_PC
	====================*/
	#bvc-feature-detail-footer {
		padding: 16px 0;
	}

	/*====================
	OTHER_PC
	====================*/
	#cboxClose {
		left: auto;
	}
}

/*# sourceMappingURL=common.css.map */
