/*-----------------------------------------
**
** GODZILLA / BD, DVD
**
-----------------------------------------*/
body#bddvd{
	background: rgba(0,0,0,1.0) url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg-grid.png) 0 0;
	background-attachment: fixed;
}
body#bddvd #wrap {
	width: 100%;
	height: 100%;
}
body#bddvd #wrap h1 {
	width: 210px;
	position: fixed;
	top: 20px;
	right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 100;
}


/*--------------------------------------
**
** bottom shadow
**
--------------------------------------*/
.__btm-shadow {
	background: url(../img/bg-news-bottom.png) left bottom repeat-x;
	background-size: auto 126px;
	height: 126px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
}

/*--------------------------------------
**
** logo, staff, nav
**
--------------------------------------*/
.__main-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

h2 {
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 125px;
	text-align: center;
	font-family: 'gzl-humanbold';
	font-size: 50px;
	line-height: 50px;
	color: rgba(255,255,255,1.0);
	position: relative;
}
h1 img,
h2 img {
	max-width: 100%;
}
h2 span.__ttl {
	display: none;
}

/*--------------------------------------
**
** #spec section
**
--------------------------------------*/
#bddvd section {
	height: 100%;
	width: 100%;
}
.__bddvd-wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
	color: rgba(255,255,255,1.0);
	opacity: 0;
}

.__bddvd-wrap h3 {
	color: rgba(255,255,255,1.0);
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,1.0);
}
.__bddvd-wrap h3.__tktn {
	background: rgba(0,0,0,0.6);
	color: rgba(255,255,255,1.0);
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px;
	border-bottom: none;
	text-align: center;
}
strong {
	font-size: 110%;
}

.__spec {
	border-bottom: 1px solid rgba(255,255,255,1.0);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.__spec.__none {
	border-bottom: none;
}
.__spec .__LB {
	width: 180px;
	float: left;
}
.__spec .__RB {
	width: 800px;
	float: right;
}
.__spec .__LB img {
	max-width: 100%;
}
dl,dt,dd {
	padding: 0;
	margin: 0;
}
dt {
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-size: 20px;
	margin-bottom: 15px;
}
dd {
	font-size: 13px;
}
dd p {
	margin: 0;
}

.__bddvd-wrap ul {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.__circle {
	list-style: circle;
}
ul.__disc {
	list-style: disc;
}
ul.__circle li,
ul.__disc li {
	margin-left: 1.5em;
	line-height: 1.8;
}
img.__digi {
	max-width: 60%;
	margin-top: 7px;
}
li ul {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
li ul li {
	margin-left: 0 !important;
	padding-left: 1em;
	text-indent: -1em;
}
li ul li:before {
	content: "－";
}


/*特典*/
.__privilege {
	font-size: 13px;
	margin-bottom: 60px;
}
.__privilege h4 {
	color: rgba(255,255,255,1.0);
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgba(255,255,255,1.0);
}
.__privilege ul {
	list-style: none;
	letter-spacing: -.4em;
}
.__privilege ul li {
	letter-spacing: normal;
	display: inline-block;
	/*display: block;
	float: left;*/
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	min-width: 298px;
	/*width: calc((100% - 45px) / 3);*/
}
.__privilege ul li img {
	max-height: 210px;
	/*max-width: 100%;*/
	vertical-align: top;
}
.__privilege ul li span {
	width: 100%;
	display: block;
	font-size: 11px;
	margin-top: 7px;
	line-height: 1.2;
	/*text-indent: -1em;
	padding-left: 1em;*/
	word-break: break-all;
	word-wrap: break-word;
}
.__privilege a {
	color: rgba(255,255,255,1.0);
}




/*yotube*/
.__movie-wrap {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 720px; /* 最大の横幅 */
}
.__movie-wrap-inner {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.__movie-wrap-inner iframe {
	height: 100% !important;
	left: 50%;
	position: absolute;
	top: 0;
	width: 100% !important;
	transform: translateX(-50%;)
}



/*--------------------------------------
**
** tab switch
**
--------------------------------------*/
.__switch {
	margin: 0;
	padding: 0;
	list-style: none;
	position: fixed;
	right: 20px;
	top: 100px;
	/*transform: translateY(-50%);*/
	width: 180px;
	transition: 0.2s all;
	z-index: 100;
}
.__switch li {
	padding: 10px 25px;
	color: rgba(255,255,255,1.0);
	/*font-family: 'gzl-humanbold';*/
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	/*background: url(../img/bg-switch-line.gif) -40px center no-repeat;*/
	/*padding-left: 50px;*/
	background-color: rgba(0,0,0,0);
	transition: 0.2s all;
}
.__switch li.__act {
	/*background: url(../img/bg-switch-line.gif) 0 center no-repeat;*/
	background-color: rgba(0,0,0,0.2);
	background-image: url(../img/LT.gif),url(../img/RT.gif),url(../img/LB.gif),url(../img/RB.gif);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: left top,right top,left bottom,right bottom;
	/*padding-left: 90px;*/
}
.__switch li span {
	font-size: 80%;
}
.__switch li a {
	display: block;
	color: white;
	text-decoration: none;
}













