html {
	margin: 0px;
	padding: 0px;
}

body {
	color: #212121;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.nasi {
	display: none;
}

* {
	box-sizing: border-box;
	position: relative;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}

.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

#header {
	width: 100%;
	min-width: 1000px;
	height: 200px;
	margin: 0;
	overflow-x: hidden;
	z-index: 10;
	background-color: #980001;
}


.btn_home {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #980001;
	background-color: #fff;
	text-decoration: none;
	z-index: 20;
	font-size: 10pt;
	line-height: 30px;
	font-weight: 400;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	z-index: 100;
	font-size: 14pt;
}

.btn_home:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}

.headin{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


#main {
	overflow-x: hidden;
}

#top_btnbox{
	padding: 30px 0 15px;
	text-align: center;
}



.top_btn{
	width: 262px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #980001;
	margin: 0 8px 15px;
	border: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 16pt;
}


.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 11pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box {
	font-size: 12pt;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3{
	text-align: center;
	width: 100%;
	max-width: 1350px;
	padding: 0 13px;
	color: #980001;
	font-weight: 700;
	font-size: 28pt;
	line-height: 1.5em;
	margin: 0 auto 60px;;
}

.h3_txt {
	align-items: center;
	display: flex;
	
}

.h3_txt::before,
.h3_txt::after {
	content: "";
	background-color: #980001;
	flex-grow: 1;
	height: 2px;
}

.heading::before {
	margin-right: 30px; 
}

.heading::after {
	margin-left: 130px;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

li{
	padding-left:1em;
	text-indent:-1em;
}

.aka{
	color: #980001;
	font-size: 70%;
	vertical-align: 8%;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/*----------Blu-ray＆DVD------------*/
#bd_box{
	padding-top: 50px;
	padding-bottom: 0px;
	overflow: hidden;
}


.flex_box{
	display: flex;
	justify-content: space-between;
}

.left_box{
	width: 504px;
	text-align: center;
}

.bd_txt{
	width: 442px;
}

.dvd_txt{
	width: 442px;
}


.bd_title{
	width: 100%;
	text-align: center;
	font-size: 16pt;
	color: #fff;
	background-color: #980001;
	padding: 13px 0;
	margin-bottom: 25px;
}

.dvd_title{
	background-color: #000;
}



.bd_price{
	color: #000;
/*	font-size: 16pt;*/
	font-weight: 700;
	margin-bottom: 25px;
}

.bd_expt{
	color: #980001;
	border-bottom: 1px #980001 solid;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: 700;
}

.dvd_expt{
	color: #000;
	border-bottom: 1px #000 solid;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: 700;
}



.ind_1{
	padding-left:1em;
	text-indent:-1em;
}

.ind_10{
	padding-left:8.7em;
	text-indent:-8.7em;
}

.ind_7{
	padding-left:7em;
	text-indent:-7em;
	font-size: 80%;
}

.spec{
	font-size: 80%;
}

.kotira_box{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 110px;
}

.kotira_title{
	color: #980001;
	text-align: center;
	font-size: 18pt;
	margin-bottom: 25px;
}

.kotira_box img{
	border: 1px #000 solid;
	margin: 0 5px 10px;
	transition: 0.4s;
}

.left_box .kotira_box{
	margin-top: 30px;
	margin-bottom: 0;
}

.left_box .kotira_box img{
	width: 45%;
}


.kotira_box img:hover{
	opacity: 0.7;
}

#dvd_box{
	height: 80px;
}




/*----------Tokuten------------*/
#tokuten_box{
	padding-top: 50px;
	padding-bottom: 50px;
}

.haishin_tokuten{
	display: block;
	margin: 0 auto 30px;
}

.tokuten_inbox{
	width: 500px;
	margin: 0 auto
}

.notice_box{
	width: 600px;
	margin: 0 auto
}


.tokuten_lead{
	text-align: center;
	font-size: 17pt;
	color: #980001;
	line-height: 1.8em;
	margin-bottom: 50px;
}

.tokuten_tempo{
	color: #980001;
}

.notice{
	font-size: 80%;
}

#tokuten_box a:link,
#tokuten_box a:visited,
#tokuten_box a:active {
	color: #515151;
	text-decoration: none;
}

#tokuten_box a:link .icon12,
#tokuten_box a:visited .icon12,
#tokuten_box a:active .icon12{
	color: #898989;
	text-decoration: none;
}


#tokuten_box a:hover {
	color:#980001;
	text-decoration:underline
}

.tempo_list{
	line-height: 1.9em;
}


/*----------Tokuten------------*/
#tokuten_box{
	padding-top: 50px;
	padding-bottom: 50px;
}


/*----------Hishin------------*/
#haisin_box{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e1e1e1;
}

.haisin_list{
	width: 550px;
	margin: 0 auto 60px;
}

.haisin_list li{
	font-size: 13pt;
	padding-left:6em;
	text-indent:-6em;
}


#haisin_box ul.notice{
	width: 660px;
	margin: 0 auto;
}


/*----------FOOTER------------*/
footer{
	padding: 50px 0;
	text-align: center
}

a.modoru_btn{
	width: 262px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
	background-color: #980001;
	margin: 0 8px 15px;
	border: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 12pt;
	display: block;
	margin: 0 auto;
}

.copy{
	margin-top: 50px;
	font-size: 10pt;
}













