@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notoSans/NotoSansCJKjp-Regular.eot");
  src: local("NotoSansCJKjp-Regular.otf"), local("NotoSansJP-Regular.otf"), url("../fonts/notoSans/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/notoSans/NotoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/notoSans/NotoSansCJKjp-Medium.eot");
  src: local("NotoSansCJKjp-Medium.otf"), local("NotoSansJP-Medium.otf"), url("../fonts/notoSans/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/notoSans/NotoSansCJKjp-Medium.otf") format("opentype");
}


body {
	padding: 0 0 40px;
	font-family: "Noto Sans Japanese", "???C???I", "Meiryo", '?q???M?m?p?S ProN W3', "Hiragino Kaku Gothic ProN", "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "?l?r ?o?S?V?b?N", "MS PGothic", Sans-Serif;
	font-weight 400;
	background: url(../images/bddvd/bg.jpg) no-repeat;
	background-size: cover;
}
.sp_item{
	display: none;
}

#page{
	margin: 0;
	width: auto;
}
.mv{
	padding: 44px 0 0;
	text-align: center;
}
.wrap{
	width: 1020px;
	margin: auto;
}
.intro{
	text-align: center;
	background: url(../images/bddvd/bg2.png) no-repeat 50% 0;
}
.intro h1{
	padding: 33px 0;
}
.intro .note{
	margin-top: 10px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: -.5px;
}
.special{
	border: 1px solid #efb335;
	border-width: 1px 0;
	margin-top: 35px;
	padding: 20px 45px;
	font-size: 17px;
	font-weight: 500;
	color: #efb335;
	line-height: 1.8;
	letter-spacing: -1px;
}
.special p{
	display: inline;
}
.item{
	background: url(../images/bddvd/bg3.png) no-repeat 50% 0;
}
.item .inner{
	display: flex;
	margin: auto;
	padding: 40px 0;
	width: 920px;
}
.item .note{
	padding-left: 20px;
	line-height: 1.8;
}
.item .note dl{
	padding-top: 1.8em;
}
.item .note dd{
	padding-left: .7em;
}
.item .note p,
.item .note dt{
	position: relative;
	padding-left: 1.3em;
}
.item .note p:before,
.item .note dt:before{
	position: absolute;
	left: 0;
	content: '○';
}
.item .store{
	text-align: center;
}
.item .store dl + dl{
	margin-top: 30px;
}
.item .store dt{
	height: 34px;
}
.item .store dd{
	width: 920px;
	margin: auto;
	text-align: left;
}
.item .store ul{
	margin-left: -12px;
	margin-bottom: -9px;
	letter-spacing: -.4em;
}
.item .store li{
	display: inline-block;
	padding-left: 12px;
	padding-bottom: 9px;
}
.back{
	margin-top: 40px;
	text-align: center;
}
.back a{
	display: inline-block;
	background: #000;
	width: 256px;
	color: #aaaaaa;
	line-height: 30px;
	border-radius: 100px;
	text-decoration: none;
	transition: background 200ms ease-out;
}
.back a:hover{
	background: rgba(0,0,0,.5);
}



@media screen and (max-width: 768px) {
	body {
		padding: 0 0 0;
		min-width: 320px;
	}
	.pc_item{
		display: none;
	}
	.sp_item{
		display: block;
	}
	.mv{
		padding: 32px 15px 0;
	}
	.mv img{
		width: 100%;
		height: auto;
	}
	.wrap{
		width: auto;
		padding: 0 15px;
		margin: auto;
	}
	.intro{
		text-align: left;
		background: none;
	}
	.intro h1{
		padding: 25px 0 40px;
	}
	.intro img{
		width: 100%;
		height: auto;
	}
	.intro .note{
		margin-top: 25px;
		font-size: 11px;
		letter-spacing: 0;
	}
	.intro .note br{
		display: none;
	}
	.intro .note p + p{
		padding-top: 1.5em;
	}
	.special{
		margin-top: 25px;
		padding: 25px 0;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0;
	}
	.special br{
		display: none;
	}
	.special p + p{
		display: block;
		padding-top: 1.5em;
	}
	.item{
		background: none;
	}
	.item .inner{
		display: block;
		margin: auto;
		padding: 25px 15px 30px;
		width: auto;
	}
	.item .package{
		padding-bottom: 2em;
		text-align: center;
	}
	.item .package img{
		width: 100%;
		height: auto;
	}
	.item .note{
		padding-left: 0;
		font-size: 10px;
		line-height: 1.5;
	}
	.item .note dl{
		padding-top: 2em;
		padding-bottom: .5em;
	}
	.item .note dd{
		position: relative;
		padding-left: 0;
	}
	.item .note dd .ttl{
		position: absolute;
	}
	.item .note dd .txt{
		display: inline-block;
		padding-left: 65px;
		text-indent: -.5em;
	}
	.item .store dl + dl{
		margin-top: 25px;
	}
	.item .store dt{
		height: 23px;
	}
	.item .store dt .dvd{
		width: auto;
		height: 13px;
	}
	.item .store dt .bd{
		width: auto;
		height: 16px;
	}
	.item .store dd{
		width: auto;
		padding: 0 15px;
	}
	.item .store ul{
		margin-left: -8px;
		margin-bottom: -6px;
	}
	.item .store li{
		width: 50%;
		padding-left: 8px;
		padding-bottom: 6px;
	}
	.item .store li img{
		width: 100%;
		height: auto;
	}
	.back{
		margin-top: 25px;
	}
	.back a{
		display: block;
		width: auto;
		line-height: 50px;
		color: #aaaaaa;
		border-radius: 0;
	}
	.back a:hover{
		background: #000;
	}
}
