/* index ------------------------------------------------- */

main.index .campain {
  top: 900px;
}
main.index .products {
  height: 400px;
}
main.index .twitter_accounts {
  top: 2350px;
}
body.index {
  background-image: url(../img/top_image_back.png);
  background-size: cover;
  background-position: center center;
}

nav#nav_index{
	display:block;
	position:absolute;
	background:url(../img/gnavi_back.png) repeat-x center center;
	width:100%;
	height:110px;
	top:860px;
	box-shadow:#7C5959 0 0 3px;
	z-index:20;
}

div.top_grad{
	display:block;
	position:relative;
	width:100%;
	height:900px;
	margin:auto;
	background:url(../img/top_image_grad.png) repeat-x top center;
}

main.index .campain {
  position: absolute;
  text-align: center;
  width: 980px;
}
main.index .campain img {
  width: 450px;
}
main.index .suzune {
  position: absolute;
  background-image: url(../img/top_image_suzune.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 980px;
  height: 892px;
  top: 20px;
  display: none;
}
main.index .nene {
  position: absolute;
  background-image: url(../img/top_image_nene.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 980px;
  height: 888px;
  top: 20px;
  display: none;
}
main.index .begin_saling {
  position: absolute;
  background-image: url(../img/top_image_catch.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 692px;
  height: 800px;
  top: 40px;
  left:80px;
  display: none;
}
main.index .follow_me {
  display: block;
  position: absolute;
  top: 50px;
  margin-left: 810px;
  color:rgba(0,0,0,0.00);
}
main.index .master_btn {
  display: none;
  position: absolute;
  top: 570px;
  margin-left: 640px;
  color:rgba(0,0,0,0.00);
}
main.index .top_countdown{
  display: none;
  position: absolute;
  width:547px;
  height:149px;
  top: 700px;
  margin-left: 130px;
  color:rgba(0,0,0,0.00);
  background:url(../img/top_countdown.png) no-repeat center center;
}
main.index .top_countdown audio{
	width:328px;
	height:28px;
	position:absolute;
	top:109px;
	left:180px;
}
main.index h1 {
  font-size: 0px;
  width: 980px;
  height: 265px;
  background-image: url(../img/top_image_logo.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
}


div.index_content{
	width:100%;
	height:auto;
	padding:120px 0 20px;
	background:url(../img/top_content_back.png) repeat center center;
}

ul.top_banner_list{
	width:950px;
	margin:10px auto 100px;
}
ul.top_banner_list li{
	width:940px;
	height:160px;
	margin:0 0 20px;
	box-shadow:rgba(135,102,103,1.00) 0 0 5px;
}
ul.top_banner_list li a{
	display:block;
	color:rgba(0,0,0,0.00);
}
ul.top_banner_list li a:hover{
	opacity:0.6;
	transition:0.5s;
}
ul.top_banner_list li a img{
	display:block;
	border:none;
}


div.index_content h2{
	margin:-60px 0 0 -20px;
}

main.index .news {
  position:relative;
  background-color: rgba(255,255,255,0.7);
  padding: 28px;
  width: 900px;
  margin:20px auto 20px;
  border-radius: 3px;
  border: 1px solid rgba(255,200,200,0.5);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
main.index .news:after{
	content:"";
	background:url(../img/top_news_sd.png) no-repeat center center;
	display:block;
	position:absolute;
	width:143px;
	height:227px;
	bottom:-20px;
	right:-10px;
}
main.index .news:hover {
  background-color: rgba(255,255,255,1.0);
}
main.index .news ul {
  overflow-y: scroll;
  height: 200px;
}
main.index .news li {
  padding: 12px;
  border-bottom: 1px dotted #ddaaaa;
}
main.index .news li .date {
  color: #660000;
  font-size: 80%;
  opacity: 0.8;
}
main.index .news li .text {
  font-weight: bold;
  color: rgba(0,0,0,0.7);
  margin-top: 5px;
}
main.index .products {
  position:relative;
  background-color: rgba(255,255,255,0.7);
  padding: 28px;
  width: 900px;
  height:800px;
  margin:80px auto 50px;
  border-radius: 3px;
  border: 1px solid rgba(255,200,200,0.5);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
main.index .products:after{
	content:"";
	background:url(../img/top_information_sd.png) no-repeat center center;
	display:block;
	position:absolute;
	width:145px;
	height:228px;
	bottom:-20px;
	right:-10px;
}
main.index .products:hover {
  background-color: rgba(255,255,255,1.0);
}

main.index .products ul ul li {
  margin-top: 16px;
}
main.index .products .left {
  float: left;
  width: 50%;
}
main.index .products .right {
  float: right;
  width: 50%;
}
main.index .products .label {
  display: inline-block;
  font-size: 80%;
  border-right:#6D2278 2px solid;
  margin:0 20px 0 0;
  color:#645470;
}
main.index .products .left .label {
  width: 100px;
}
main.index .products .right .label {
  width: 150px;
}
main.index .products .text {
  display: inline-block;
  color:#503054;
}
main.index .products .left .text {
  width: 300px;
}
main.index .products .left .text img {
  width: 144px;
  height:186px;
}
main.index .products .right .text {
  width: 250px;
}
main.index .products:after {
  clear: both;
}
main.index .twitter_accounts {
  position: absolute;
  background-color: rgba(255,255,255,0.7);
  padding: 28px;
  width: 900px;
  border-radius: 3px;
  border: 1px solid rgba(255,200,200,0.5);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 380px;
}
main.index .twitter_accounts:hover {
  background-color: rgba(255,255,255,1.0);
}

main.index .twitter_accounts .accounts {
  overflow-y: scroll;
  height: 250px;
  margin-top: 20px;
}
main.index .twitter_accounts .accounts a {
  text-decoration: none;
}
main.index .twitter_accounts .accounts a img {
  display: inline-block;
  width: 60px;
  height: 60px;
}
