/*------------------------------------------------------------------------------
								BD DVD
------------------------------------------------------------------------------*/

.scaleUpOut {
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.9,0.9);
	opacity: 0.0;
}
.scaleUpIn {
	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
body {
	background:#FFFFFF;
}
body a {
	text-decoration: none!important;
}

.center {
	text-align: center;
}
.indent05 {
	text-indent: -0.5em;
}
.btn {
	width: 400px;
	margin: 40px auto 0;
	line-height: 60px;
	height: 60px;
	background: #333333;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
	border-radius : 10px;
	text-align: center;
	position: relative;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
.btn a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	color:#000000;
	position: relative;
	background: #FFFFFF;
}
#header-bd {
	width: 100%;
	height: 0px;
	padding-top: 45%;
	background: url("../../img/kanso/head.jpg") no-repeat center top / cover;
	position: relative;
}
#header-bd a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
.titBox {
	position: relative;
	width: 100%;
	height: auto;
	background: #000000;
}
.titBox .tit {
	width: 1120px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-size: 54px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.4em;
}
.titBox .tit span {
	margin: 0 -0.3em;
}
.titBox .tit strong {
	color: #11a84e;
}
section {
	padding: 60px 0;
}
.middle {
	width: 1280px;
	margin: 0px auto 0;
	box-sizing: border-box;
	padding: 0 60px 0;
}
#contents2 {
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 60px 0;
}
.middle .shiyo-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.middle .shiyo-box li.list1 {
	width: 45%;
	margin-right: 3%;
}
.middle .shiyo-box li.list2 {
	width: 52%;
	margin-right: 0%;
}
.middle .shiyo-box li.list3 {
	width: 62%;
	margin-right: 0%;
}

#photo1 {
	width: 100%;
	max-width: 1560px;
	box-sizing: border-box;
	margin: 0 auto;
	height:auto;
	padding: 0 70px 0;
}
#photo1 div {
	width: 100%;
	padding-top: 74.2%;
	background:url("../../img/bd_dvd/photo1.jpg") no-repeat center top;
	background-size:contain;
}
#photo2 {
	height:0px;
	padding-top: 60%;
	background:url("../../img/bd_dvd/photo2.jpg") no-repeat center top;
	/*background: #f0f0f0;*/
	background-size:contain;
}
#photo3 {
	height:0px;
	padding-top: 60%;
	background:url("../../img/bd_dvd/photo3.jpg") no-repeat center top;
	/*background: #f0f0f0;*/
	background-size:contain;
}
.middle h3 {
	text-align: center;
	font-size: 40px;
	background: #000000;
	line-height: 1.8em;
	color: #FFFFFF;
}
.middle h3 strong {
	color: #11a84e;
}
.middle h3 span {
	font-size: 0.8em;
	color: #FFFFFF;
}
.middle h4 {
	font-size:30px;
	font-weight:800;
	color: #006835;
}
.middle h4 span {
	font-size:75%;
	color: #006835;
	margin-left: -0.2em;
}
.middle h4 span.color {
	color:#333333;
}
.middle h5 {
	font-size:20px;
	line-height:1em;
	font-weight:800;
	color: #FFFFFF;
	background: #006835;
	padding: 0.5em 0;
	text-align: center;
}
.middle h6 {
	font-size:18px;
	line-height:1.5em;
	font-weight:600;
	font-family: 'Noto Sans JP', sans-serif;
	text-indent: -1em;
	padding-left: 1em;
}
.middle p {
	font-size: 16px;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.alert {
	font-size:16px;
	text-align:center;
}
.alert2 {
	font-size:16px;
	text-align:center;
}


.hojinArea {
	box-sizing:border-box;
	padding:40px 40px 0px;
	border:1px solid #31333b;
}
.hojinToku {
	background: #000000;
	margin:0 auto 40px;
	text-align:center;
	font-size:24px;
	line-height:3.2em;
	color:#FFFFFF;
	font-weight:600;
	box-sizing:border-box;
}
.hojinArea .hojin {
	position:relative;
	overflow:hidden;
}
.hojin li {
	float:left;
	width:48%;
	margin:0 0 0 0;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	margin-right: 4%;
	border: 1px solid #999999;
}
.hojin2 {
	padding-bottom: 2%;
}
.hojin2 li {
	float:left;
	width:32%;
	margin:0 0 0 0;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #006835;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 800;
	line-height: 3.2em;
}
.hojin2 li:nth-child(3n) {
	margin-right: 0px;
}
.hojin li .tokutenTxt {
	color:#333;
}
.hojin li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
.hojin2 li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}

.rental {
	position:relative;
	text-align:center;
	font-weight:700;
}
.rental h7 {
	width: 100%;
	position:relative;
	box-sizing:border-box;
	padding:30px 0 30px 0;
	border-bottom:#31333b 1px solid;
	border-top:#31333b 1px solid;
	font-size:30px;
	line-height:1em;
	color:#000000;
	display: block;
}
.rental ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.rental ul li {
	float: left;
	width: 25%;
	padding-top: 42%;
	text-align: center;
	font-size: 20px;
}
.rental ul li.rental1 {
	margin-left: 20%;
	background: url("../../img/bd_dvd/photo4.jpg") no-repeat center top / contain;
}
.rental ul li.rental2 {
	margin-left: 10%;
	background: url("../../img/bd_dvd/photo5.jpg") no-repeat center top / contain;
}
.alert2 span{
	display: inline;
}

/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								KANSO
------------------------------------------------------------------------------*/
.btn {
	width: 60vw;
	margin: 5vw auto 0;
	line-height: 8vw;
	height: 8vw;
	-webkit-border-radius : 1vw;
	-moz-border-radius : 1vw;
	border-radius : 1vw;
	font-size: 3vw;
}
#header-bd {
	width: 100%;
	height: 0px;
	padding-top: 128%;
	background: url("../../img/kanso/head-sp.jpg") no-repeat center top / cover;
	position: relative;
}
.titBox {
	height: auto;
}
.titBox .tit {
	width: 100%;
	height: auto;
	padding: 3vw 0;
	font-size: 6vw;
}
section {
	padding: 6vw 0;
}
.middle {
	width: 100%;
	padding: 0 40px 0;
}
#contents2 {
	width: 100%;
	padding: 0 40px 0;
}
.middle .shiyo-box {
    display: block;
}
.middle .shiyo-box li.list1 {
	width: 100%;
	margin-right: 0px;
}
.middle .shiyo-box li.list2 {
	width: 100%;
}
.middle .shiyo-box li.list3 {
	width: 100%;
}

#photo1 {
	width: 100%;
	padding: 0 20px 0;
}
#photo2 {
	padding-top: 75%;
}
#photo3 {
	padding-top: 75%;
}
.middle h3 {
	font-size: 5vw;
}
.middle h3 span {
	font-size: 0.8em;
}
.middle h4 {
	font-size:4vw;
}
.middle h4 span {
	font-size:75%;
}
.middle h5 {
	font-size:3vw;
}
.middle h6 {
	font-size:2.5vw;
}
.middle p {
	font-size: 2.5vw;
	font-weight: 400;
}
.alert {
	font-size:2.2vw;
}
.alert2 {
	font-size:2.2vw;
}


.hojinArea {
	padding:4vw 4vw 0;
	border:2px solid #31333b;
}
.hojinToku {
	margin:0 auto 4vw;
	font-size:3vw;
}
.hojin2 {
	padding-bottom: 2%;
}
.hojin2 li {
	width:49%;
	font-size: 2.8vw;
}
.hojin2 li:nth-child(3n) {
	margin-right: 2%;
	margin-bottom: 2%;
}
.hojin2 li:nth-child(2n) {
	margin-right: 0px;
	margin-bottom: 2%;
}
.rental h7 {
	padding:4vw 0 4vw 0;
	border-bottom:#31333b 2px solid;
	border-top:#31333b 2px solid;
	font-size:4vw;
}
.rental ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.rental ul li {
	float: left;
	width: 33%;
	padding-top: 55%;
	text-align: center;
	font-size: 3vw;
}
.rental ul li.rental1 {
	margin-left: 15%;
	background: url("../../img/bd_dvd/photo4.jpg") no-repeat center top / contain;
}
.rental ul li.rental2 {
	margin-left: 4%;
	background: url("../../img/bd_dvd/photo5.jpg") no-repeat center top / contain;
}
.alert2 span{
	display: inline;
}
}
@media print{
}