@charset "shift_jis";
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #00b6d3;
	background:url(../img/body_top_bg.gif) no-repeat top center;
}

#top_main_box{
	width:990px;
	min-height:629px;
	margin:0px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	position: relative;
	}

#top_main_box #top_logo{
	position: absolute;
	background: url(../img/top/top_logo.png) 0 0 no-repeat;
	width: 288px;
	height: 186px;
}

#top_main_box #top_date{
	position: absolute;
	text-indent: -9999px;
	background: url(../img/top/top_date.png) 0 0 no-repeat;
	width: 197px;
	height: 60px;
}

#top_main_box #top_mainvisual01{
		position: absolute;
    background: url(../img/top/mainvisual01.png) 0 0 no-repeat;
    width: 498px;
    height: 280px;
		bottom: 0px;
		left: 239px;
		z-index: 700;
		-webkit-animation: mainvisualAnimation 5s steps(13) infinite;
		-oanimation: mainvisualAnimation 5s steps(13) infinite;
		-moz-animation: mainvisualAnimation 5s steps(13) infinite;
		animation: mainvisualAnimation 5s steps(13) infinite;
}

@-webkit-keyframes mainvisualAnimation {
	to {background-position: 0 -3640px}
}
@-o-keyframes mainvisualAnimation {
	to {background-position: 0 -3640px}
}
@-moz-keyframes mainvisualAnimation {
	to {background-position: 0 -3640px}
}
@keyframes mainvisualAnimation {
	to {background-position: 0 -3640px}
}

#top_main_box #top_mainvisual02{
	position: absolute;
    background: url(../img/top/mainvisual02.png) 0 0 no-repeat;
    width: 592px;
    height: 427px;
		bottom: 18px;
    left: 195px;
}

#top_main_box #top_right_img{
	position: absolute;
	background: url(../img/top/main_right.png) 0 0 no-repeat;
	width: 173px;
	height: 150px;
	left: 705px;
	top: 372px;
}

#top_main_box #top_left_img{
	position: absolute;
	background: url(../img/top/main_left.png) 0 0 no-repeat;
	width: 186px;
	height: 159px;
	left: 89px;
  top: 366px;
}
#top_main_box #news_bg{
		position: absolute;
		background: url(../img/top/top_news_bg.png) 0 0 no-repeat;
		right: 0;
		width: 268px;
		height: 242px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 88px 0px 20px
		}

#top_main_box #housou_box{
	position: absolute;
	left: 293px;
  top: 10px;
}

#top_main_box #news_bg ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
	width: 242px;
	height: 135px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
}

#top_main_box #news_bg ul li{
	border-bottom: 2px solid #c5202c;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}

#top_main_box #news_bg ul li p{
	margin: 0;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	color: #fd5f00;
}

#top_main_box #news_bg ul li .dvd_fontdec01{color: #01aeff;}
#top_main_box #news_bg ul li .dvd_fontdec02{color: #ff1800;}

#top_main_box #news_bg ul li a{
	display: block;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}

#top_main_box #news_bg ul li a:hover,
#top_main_box #banner_box a:hover{
	opacity: 0.5;
}

#top_main_box #news_bg ul li div{
	display: inline-block;
}

#top_main_box #news_bg ul li .dvdImg_box{
	width: 70px;
vertical-align: top;
}

#top_main_box #news_bg ul li .dvd_txtbox{
	width: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}

#top_main_box .top_link_btn{
	position: absolute;
	display: block;
	-moz-transition: -moz-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  transition: transform .3s ease-out;
}

#top_main_box #member_q_link{
	background: url(../img/top/banner_question.png) 0 0 no-repeat;
	width: 190px;
	height: 180px;
	position: absolute;
	top: 269px;
  left: 36px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#top_main_box #member_q_link:hover{
	opacity: .5;
}

#top_main_box #top_date{
	position: absolute;
	background: url(../img/top/top_date.png) 0 0 no-repeat;
	width: 197px;
	height: 60px;
	top: 182px;
	left: 49px;
}

#top_main_box .top_link_btn:hover{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.top_link_btn#top_btn01,.top_link_btn#top_btn02,.top_link_btn#top_btn03{
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.top_link_btn#top_btn04,.top_link_btn#top_btn05,.top_link_btn#top_btn06{
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

#top_main_box .top_link_btn#top_btn01{
	background: url(../img/top/top_btn01.png) 0 0 no-repeat;
	width: 136px;
	height: 151px;
	left: 267px;
	top: 203px;
	z-index: 100;
}
#top_main_box .top_link_btn#top_btn02{
	background: url(../img/top/top_btn02.png) 0 0 no-repeat;
	width: 204px;
	height: 139px;
	left: 230px;
  top: 277px;
	z-index: 200;
}
#top_main_box .top_link_btn#top_btn03{
	background: url(../img/top/top_btn03.png) 0 0 no-repeat;
	width: 131px;
	height: 115px;
	top: 287px;
	left: 316px;
	z-index: 300;
}
#top_main_box .top_link_btn#top_btn04{
	background: url(../img/top/top_btn04.png) 0 0 no-repeat;
	width: 132px;
	height: 146px;
	top: 203px;
  left: 564px;
	z-index: 400;
}
#top_main_box .top_link_btn#top_btn05{
	background: url(../img/top/top_btn05.png) 0 0 no-repeat;
	width: 127px;
	height: 111px;
	top: 287px;
  left: 519px;
	z-index: 600;
}
#top_main_box .top_link_btn#top_btn06{
	background: url(../img/top/top_btn06.png) 0 0 no-repeat;
	width: 204px;
	height: 137px;
	left: 521px;
  top: 277px;
	z-index: 500;
}

#top_main_box #banner_box{
	display: block;
	position: absolute;
	width: 254px;
	right: 1px;
	top:260px;
	z-index: 800;
}

#top_main_box #banner_box a{
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.copyright{
	text-indent:-9999px;
	height:1px;
}

/*
#contents_area {
	height: 80%;
	width: 100%;
	margin-top: auto;
}
*/

#menu {
	height: 600px;
	width: 205px;
	position: absolute;
	z-index: 2;
	top: 128px;
	left: 100%;
	margin-left: -205px;
}
#contents {
	float: left;
	width: 560px;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding: 20px;
}
#dvd {
	float: left;
	width: 560px;
	margin-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../img/dvd_header.gif);
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-position: center top;
}

#goods {
	float: left;
	width: 560px;
	margin-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../img/goods_title2.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding: 60px 20px 20px;
}

body td { padding: 5px;
}
#mobile td {
	line-height: 150%;
}
#special td {
	vertical-align: top;
}
#special th {
	padding-bottom: 30px;
	font-size: 80%;
}
#special .movie {
	width: 140px;
	float: left;
	font-size: 90%;
	text-align: center;
	padding-bottom: 30px;
}
#goods th {
	padding-bottom: 10px;
}
#goods td {
	width: 33%;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px;
}
#goods td .goods-photo {
	margin-bottom: 5px;
}
#goods td h3 {
	font-size: 93%;
	padding-right: 10px;
}
#goods td img { border: 1px solid #979386; }
#goods td.link-shop img { border-style: none; }
#goods td a {
	color: #e60013;
}
#goods td a:hover {
	text-decoration: none;
}
.dvd_text {
	border:solid 1px #999999;
}
.dvd_text td a {
	color:#000000;
}
.dvd_text td a:hover {
	color:#CC0000;
}

#dvd td p,
#mobile td p {
	font-size: 93%;
	line-height: 130%;
	color: #555;
}
#goods td p {
	font-size: 85%;
	line-height: 120%;
	color: #555;
	padding-right: 10px;
}

td p { margin-bottom: 1em; }

h1 a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 580px;
	overflow: hidden;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h2 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: none;
 }

#dvd h3 {
	font-size: 108%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1em;
}

#dvd .supplement {
	background-color: #e4007b;
	padding-right: 20px;
	padding-left: 20px;
}

#dvd .supplement h3 {
	color: #FFFFFF;
	text-align: center;
}

#dvd .supplement .summary {
	color: #FFFFFF;
	text-align: center;
}

#dvd .supplement p { color: #FFFFFF; }


/* special2009 */
html body .special2009 {
	background-image: url(../img/special2009_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.special2009 dl {
	font-size: 108%;
	margin-bottom: 20px;
	margin-top: 170px;
	color: #FFFFFF;
	background-color: #D52300;
	padding: 15px 15px 10px;
}
*html .special2009 dl {
	margin-top: 190px;
}

.special2009 dl dt {
	display: block;
	float: left;
	width: 5em;
}

.special2009 dl dd {
	margin-left: 6em;
	margin-bottom: 0.5em;
}




.special2009 ul {
	background-color: #FBCB0C;
	border: 3px solid #D52300;
	padding: 10px;
	margin-bottom: 20px;
}

.special2009 ul li {
	font-size: 93%;
	color: #000000;
	margin-bottom: 0.5em;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 120%;
}

.special2009 .article {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.special2009 .article p {
	font-size: 93%;
	line-height: 120%;
	margin-bottom: 1em;
}

.special2009 .text {
	font-size: 123.1%;
	margin-bottom: 1em;
	text-align: center;
}

.special2009 #textArea { margin-bottom: 40px;
}

.special2009 #textArea .imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#data h2 {
	display: block;
	text-indent: -9999px;
	background-image: url(../img/data_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 560px;
	margin-bottom: 10px;
}
#data #contents .headline {
	background-image: url(../img/data_headline.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 28px;
	width: 560px;
	margin-bottom: 0px;
}

#data #contents .sectionLv3 { margin-bottom: 20px; }

#data #contents .sectionLv3 h3 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 22px;
	width: 560px;
	margin-bottom: 10px;
}

#data #contents .rule {
	background-image: url(../img/data_qr.gif);
	background-repeat: no-repeat;
	background-position: 420px 40px;
	height: 200px;
}

#data #contents .rule h3 {
	background-image: url(../img/data_h3-1.gif);
}

#data #contents .rule ul {
	padding-right: 150px;
}

#data #contents .caution h3 {
	background-image: url(../img/data_h3-2.gif);
}

#data #contents .capture {
	text-align: right;
	margin-bottom: 40px;
}
#data #contents p {
	font-size: 93%;
	margin-bottom: 1em;
}
#data #contents .attention {
	font-weight: bold;
	color: #4431A1;
}
#data #contents .rule ul li {
	font-size: 93%;
	margin-bottom: 0.5em;
	text-indent: -1em;
	margin-left: 1em;
}
#data #contents .caution ul li {
	font-size: 93%;
	margin-bottom: 0.5em;
	list-style: disc;
	margin-left: 1.5em;
}
#data #contents .article {
	margin-bottom: 40px;
}

/**?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��*/

#menu01 a{
	overflow:hidden;
	}


#menu01{
	width:920px;
	height:40px;
	padding-left:10px;
	margin:5px auto;
	background:#000;
}

#menu01 ul{
	padding:5px 10px 0px 10px;
	margin:0px;
	list-style:none;
	float:left;
}

#menu01 ul li{
	float:left;
	margin-right:5px;
	text-indent:-9999px;
	}
#menu01 ul li.oa a{
	display:block;
	background:url(../img/menu.gif);
	width:90px;
	height:30px;
}

#menu01 ul li.oa a:hover{
	display:block;
	background:url(../img/menu.gif) 0px 32px;

}

#menu01 ul li.viewing a{
	display:block;
	background:url(../img/menu.gif) -90px 0px;
	width:100px;
	height:30px;
}

#menu01 ul li.viewing a:hover{
	display:block;
	background:url(../img/menu.gif) -90px 32px;

}
#menu01 ul li.opinion a{
	display:block;
	background:url(../img/menu.gif) -190px 0px;
	width:175px;
	height:30px;
}

#menu01 ul li.opinion a:hover{
	display:block;
	background:url(../img/menu.gif) -190px 32px;

}


#menu01 ul li.mobile a{
	display:block;
	background:url(../img/menu.gif) -370px 0px;
	width:125px;
	height:30px;
}

#menu01 ul li.mobile a:hover{
	display:block;
	background:url(../img/menu.gif) -370px 32px;

}

#menu01 ul li.dvd a{
	display:block;
	background:url(../img/menu.gif) -500px 0px;
	width:94px;
	height:25px;
}

#menu01 ul li.dvd a:hover{
	display:block;
	background:url(../img/menu.gif) -500px 32px;

}

#menu01 ul li.goods a{
	display:block;
	background:url(../img/menu.gif) -600px 0px;
	width:110px;
	height:30px;
}

#menu01 ul li.goods a:hover{
	display:block;
	background:url(../img/menu.gif) -600px 32px;

}


.special2010 a{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
.special2010 a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}

/*2016?��N?��?��SP?��o?��i?��[?��ǉ�*/
#sp_2016 a{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#sp_2016 a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}

#top_main_box #sp_2016{
	position: absolute;
	right: 0;
	top: 260px;
	width: 254px;
	height: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	}

	/* 2016/12/06 r.eto */
	#hulu_2016{
		position: absolute;
		right: 13px;
		top: 250px;
		width: 254px;
		height: 100px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 0px 0px 0px;
		}

		#hulu_2016 a{
			-webkit-transition: all 0.2s 0s ease;
			-moz-transition: all 0.2s 0s ease;
			transition: all 0.2s 0s ease;
		}
		#hulu_2016 a:hover {
			text-decoration: none;
			/*filter: alpha(opacity=50);*/
			-moz-opacity:0.9;
			opacity:0.9;
		}

/**?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��*/
