#result {
	position:fixed;
	top:20px;
	left:0;
	right:0;
	z-index:9999;
	border:1px solid #FF0000;
	background-color:#FFFFFF;
	text-align:center;
}


* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}

/* フォント指定 */
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

/* 画像ボーダー */
img { border:none; }

/* リンクオンマウス設定 */
a:hover.ov { position:relative; top:1px; left:1px; }

/* リンク */
a:link { color: #7f0021; text-decoration : underline;}
a:active { color: #3333FF; text-decoration : underline;}
a:visited { color: #7f0021; text-decoration : underline;}
a:hover { color: #3333FF; text-decoration : underline;}

body {
	width:100%;
	height:100%;
	min-width:1180px;
	margin:0;
	padding:0;
	background-image:url(../images/BG_body.png);
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

#container {
	width:1180px;
	margin:auto;
	padding-bottom:30px;
}
/* ヘッダー */
#headerarea {
	width:100%;
	min-width:1180px;
	height:133px;
	background-image:url(../images/BG_header.png);
	background-position:top center;
}
#headerbox {
	position:relative;
	width:1180px;
	height:133px;
	left:0;
	right:0;
	margin:auto;
}
#navi {
	width:1180px;
	height:34px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
#navi li {
	position:absolute;
	height:34px;
	float:left;
	margin:0;
	padding:0;
}
#navi li a {
	width:100%;
	height:100%;
	display:block;
}
#navihome {
	width:75px;
	left:472px;
}
#navirecruit {
	width:80px;
	left:548px;
}
#navicontact {
	width:103px;
	left:637px;
}
#navisweet {
	width:125px;
	left:752px;
}
#naviwill {
	width:114px;
	left:891px;
}
#naviface{
	width:34px;
	left:1016px;
}
#navitwitter {
	width:34px;
	left:1055px;
}
#menu {
	width:1180px;
	height:99px;
	float:right;
	margin:0px;
	padding:0;
	list-style:none;
	background-image:url(../images/navi/BG_menu.png);
	overflow:hidden;
}
#menu li {
	width:125px;
	height:89px;
	float:left;
}
#menu li a {
	width:100%;
	height:100%;
	display:block;
}
#menuproduct {
	width:125px;
	height:78px;
	margin-left:358px;
}
#menublog {
	width:125px;
	height:78px;
}
#menusupport {
	width:125px;
	height:78px;
}
#menuupdate {
	width:125px;
	height:78px;
}
#menulink {
	width:125px;
	height:78px;
}
#menuorder {
	width:125px;
	height:78px;
}


/* ブランドロゴ */
#brand {
	position:absolute;
	width:176px;
	height:133px;
	left:67px;
	top:9px;
}


/* TOP画像 */
#top {
	width:1041px;
	height:586px;
	margin:25px auto auto auto;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	z-index: 99;
}
#top_koimas {
	width:1042px;
	height:737px;
	margin:25px auto auto auto;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}


/* bxスライダー */
#bxbox {
	width:1062px;
	height:410px;
	margin:20px auto auto auto;
}
#bxbox_topics {
	width:250px;
	height:250px;
	margin:0px auto auto auto;
	z-index:999;
	overflow:hidden;
	/* box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px; */
}
#bxbox_topics div{
	position:relative !important;
}

ul.bxslider {
	padding: 0;   /* または padding-left: 0; */
	margin: 0;
}
ul.bxslider_topics {
	padding: 0;   /* または padding-left: 0; */
	margin: 0;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none!important;
	border:none!important;
	background-color:transparent!important;
	margin:0!important;
	margin-left:5px!important;
	height:375px!important;
}
/* ページャーやコントロール（start, stop）の位置の調整 */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -25px!important;
}
/* ページャーのスタイル */
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:transparent;
	width: 32px!important;
	height: 31px!important;
	margin: 10px 5px 0px 5px!important;
	outline: 0!important;
	background-image:url(../images/bxpage00.png);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color:transparent;
	width:32px!important;
	height:31px!important;
	margin: 0 5px!important;
	background-image:url(../images/bxpage01.png);
}
.bxslider li{
	width:1044px!important;
	margin:10px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.bxslider_topics li{
	width:250px!important;
	margin:0px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

/* TOPページ画像変化 */
.album {
	margin: auto;
	position: relative;
	background-image: url("../images/top/TOP20181102master.jpg");
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 8s;
	-webkit-animation-duration: 8s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

@keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* 注意書き */
.att {
	text-align:center;
	margin:10px auto;
}
.att2 {
	text-align:center;
	margin:20px auto;
}


/* TOPICS */
#topicsarea2 {
	position:relative;
	width:1068px;
	height:609px;
	margin:20px auto auto auto;
}
#topicsarea3 {
	position:relative;
	width:1068px;
	height:872px;
	margin:20px auto auto auto;
}
#topicsarea4 {
	position:relative;
	width:1068px;
	height:1145px;
	margin:20px auto auto auto;
}

#topicsarea2 div {
	position:absolute;
}
#topicsarea3 div {
	position:absolute;
}
#topicsarea4 div {
	position:absolute;
}
#topicsarea2 span {
	width:140px;
	height:60px;
	position:absolute;
	z-index:11;
}
#topicsarea3 span {
	width:140px;
	height:60px;
	position:absolute;
	z-index:11;
}
#topicsarea4 span {
	width:140px;
	height:60px;
	position:absolute;
	z-index:11;
}
.topicsbox {
	width:250px;
	height:250px;
	background-image:url(../images/topics/BG_topics.jpg);
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}
.topicsbox a{
	width:242px;
	height:242px;
	display:block;
}
.topicsbox a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 40px rgba(255, 255, 255, 1),inset 0 0 80px rgba(255, 255, 255, 1);
}

.topicsbox_topics {
	width:250px;
	height:250px;
	background-image: none;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	margin:0px;
	padding:0px;
}
.topicsbox_topics a{
	width:242px;
	height:242px;
	display:block;

}
.topicsbox_topics a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 40px rgba(255, 255, 255, 1),inset 0 0 80px rgba(255, 255, 255, 1);
}


.topicsbox2 {
	width:514px;
	height:250px;
	background-image:url(../images/topics/BG_topics.jpg);
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}
.topicsbox2 a{
	width:506px;
	height:242px;
	display:block;
}
.topicsbox2 a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 40px rgba(255, 255, 255, 1),inset 0 0 80px rgba(255, 255, 255, 1);
}

.topicsbox_half {
	width:250px;
	height:60px;
	background-image:url(../images/topics/BG_topics.jpg);
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}
.topicsbox_half a{
	width:242px;
	height:58px;
	display:block;
}
.topicsbox_half a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 40px rgba(255, 255, 255, 1),inset 0 0 80px rgba(255, 255, 255, 1);
}


.topics01bx {
	width:250px;
	height:250px;
	left:12px;
}

.topics02bx {
	width:250px;
	height:250px;
	left:276px;
}

.topics03bx {
	width:250px;
	height:250px;
	left:540px;
}

.topics04bx {
	width:250px;
	height:250px;
	left:804px;
}

#topics01 {
	z-index:1;
	left:12px;
}
#topics02 {
	z-index:2;
	left:276px;
}
#topics03 {
	z-index:3;
	left:540px;
}
#topics04 {
	z-index:4;
	left:804px;
}
#topics05 {
	z-index:5;
	top:274px;
	left:12px;
}
#topics06 {
	z-index:6;
	top:274px;
	left:276px;
}
#topics07 {
	z-index:7;
	top:274px;
	left:540px;
}
#topics08 {
	z-index:8;
	top:274px;
	left:804px;
}
#topics09 {
	z-index:5;
	top:548px;
	left:12px;
}
#topics10 {
	z-index:6;
	top:548px;
	left:276px;
}
#topics11 {
	z-index:7;
	top:548px;
	left:540px;
}
#topics12 {
	z-index:8;
	top:548px;
	left:804px;
}
#topics13 {
	z-index:5;
	top:822px;
	left:12px;
}
#topics14 {
	z-index:6;
	top:822px;
	left:276px;
}
#topics15 {
	z-index:7;
	top:822px;
	left:540px;
}
#topics16 {
	z-index:8;
	top:822px;
	left:804px;
}

#topics_kotei1_2 {
	z-index:5;
	top:548px;
	left:12px;
}
#topics_kotei2_2 {
	z-index:6;
	top:548px;
	left:276px;
}
#topics_kotei3_2 {
	z-index:7;
	top:548px;
	left:540px;
}
#topics_kotei4_2 {
	z-index:8;
	top:548px;
	left:804px;
}

#topics_kotei1_3 {
	z-index:5;
	top:822px;
	left:12px;
}
#topics_kotei2_3 {
	z-index:6;
	top:822px;
	left:276px;
}
#topics_kotei3_3 {
	z-index:7;
	top:822px;
	left:540px;
}
#topics_kotei4_3 {
	z-index:8;
	top:822px;
	left:804px;
}
#topics_kotei1_4 {
	z-index:5;
	top:1096px;
	left:12px;
}
#topics_kotei2_4 {
	z-index:6;
	top:1096px;
	left:276px;
}
#topics_kotei3_4 {
	z-index:7;
	top:1096px;
	left:540px;
}
#topics_kotei4_4 {
	z-index:8;
	top:1096px;
	left:804px;
}




#husen01 {
	left:2px;
	top:-10px;
}
#husen02 {
	left:266px;
	top:-10px;
}
#husen03 {
	left:530px;
	top:-10px;
}
#husen04 {
	left:794px;
	top:-10px;
}
#husen05 {
	left:2px;
	top:264px;
}
#husen06 {
	left:266px;
	top:264px;
}
#husen07 {
	left:530px;
	top:264px;
/*	display:none;*/
}
#husen08 {
	left:794px;
	top:264px;
}
#husen09 {
	left:2px;
	top:528px;
}
#husen10 {
	left:266px;
	top:528px;
}
#husen11 {
	left:530px;
	top:528px;
}
#husen12 {
	left:794px;
	top:528px;
}
#husen13 {
	left:2px;
	top:792px;
}
#husen14 {
	left:266px;
	top:792px;
}
#husen15 {
	left:530px;
	top:792px;
}
#husen16 {
	left:794px;
	top:792px;
}

.topicsbox p {
	position:absolute;
	left: 0;
	right:0;
	margin: auto;
	bottom:5px;
	width:232px;
	padding:5px;
	color:#5f4400;
	margin-bottom:-1px;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	z-index:999;
	text-align:center;
	text-shadow:0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff,
				0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,
				0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,0px 0px 6px #fff,
				0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff,0px 0px 9px #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.topicsbox2 p {
	position:absolute;
	bottom:5px;
	width:504px;
	padding:5px;
	color:#5f4400;
	margin-bottom:-1px;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	z-index:999;
	text-align:center;
	text-shadow:-2px -2px 0px #fff,
				 2px -2px 0px #fff,
				 2px  2px 0px #fff,
				-2px  2px 0px #fff,
				 0px 0px 1px #fff,
				 0px 0px 2px #fff,
				 0px 0px 3px #fff,
				 0px 0px 4px #fff,
				 0px 0px 5px #fff,
				 0px 0px 6px #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.topicsbox_topics p {
	position:absolute;
	bottom:5px;
	width:240px;
	padding:5px;
	color:#5f4400;
	margin-bottom:-1px;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	z-index:999;
	text-align:center;
	text-shadow:-2px -2px 0px #fff,
				 2px -2px 0px #fff,
				 2px  2px 0px #fff,
				-2px  2px 0px #fff,
				 0px 0px 1px #fff,
				 0px 0px 2px #fff,
				 0px 0px 3px #fff,
				 0px 0px 4px #fff,
				 0px 0px 5px #fff,
				 0px 0px 6px #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



/* 更新情報・twitter・製品情報 */
#bottombox {
	width:1055px;
	height:607px;
	margin:20px auto 30px auto;
	display:block;
}


/* 更新情報 */
#whatbox {
	position:relative;
	width:374px;
	height:607px;
	float:left;
	background-image:url(../images/BG_what.png);
}
#whatbox_all {
	position:relative;
	float:left;
	margin-left:175px;
}
#whatbox_all_bg {
	position:relative;
	width:374px;
	float:left;
	background-image:url(../images/BG_what_all_middle.png);
	padding:0px 150px 0px 150px;
}
#whatcont {
	position:absolute;
	width:344px;
	height:499px;
	margin:auto;
	top:67px;
	left:13px;
	font-size:9pt;
	overflow:hidden;
	color:#7f0021;
}
#whatcont a{
	color:#e89d06;
}
#whatcont dl {
	margin-top:0px;
}
#whatcont dt {
	font-weight:bold;
	text-indent:0.5em;
	margin-top:10px;
}
#whatcont dd{
	margin:0;
	width:324px;
	margin:0px 0px 4px 10px;
	line-height:18px;
}
#whatnext {
	position:absolute;
	width:41px;
	height:19px;
	margin:auto;
	bottom:14px;
	left:0;
	right:0;
}
#whatprev {
	position:absolute;
	width:41px;
	height:19px;
	margin:auto;
	top:70px;
	left:0;
	right:0;
}

#whatcont_all {
	width:688px;
	margin:auto;
	top:67px;
	left:13px;
	font-size:9pt;
	color:#7f0021;
}
#whatcont_all a{
	color:#e89d06;
}
#whatcont_all dl {
	margin-top:0px;
}
#whatcont_all dt {
	font-weight:bold;
	text-indent:0.5em;
	margin-top:10px;
}
#whatcont_all dd{
	margin:0;
	width:324px;
	margin:0px 0px 4px 10px;
	line-height:18px;
}



/* twitter */
#twitterbox {
	position:relative;
	width:374px;
	height:607px;
	float:left;
	left:13px;
	background-image:url(../images/BG_twitter.png);
}
#twitter-widget-0{
	width:364px!important;
	height:534px!important;
	margin-top:68px!important;
	margin-left:4px!important;
	border:none!important;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}


/* 製品情報 */
#productbox {
	position:relative;
	width:281px;
	height:607px;
	float:right;
	background-image:url(../images/BG_product.png);
}

.productboxBig {
	position:relative;
	width:550px;
	height:266px;
	float:right;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.productboxBig a{
	width:550px;
	height:266px;
	display:block;
}
.productboxBig a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 60px rgba(255, 255, 255, 1),inset 0 0 120px rgba(255, 255, 255, 1);
}




#productnext {
	position:absolute;
	width:41px;
	height:19px;
	margin:auto;
	bottom:14px;
	left:0;
	right:0;
}
#productprev {
	position:absolute;
	width:41px;
	height:19px;
	margin:auto;
	top:70px;
	left:0;
	right:0;
}
#productcont {
	position:absolute;
	width:246px;
	height:489px;
	margin:auto;
	top:80px;
	left:0;
	right:0;
	font-size:9pt;
	overflow:hidden;
	color:#7f0021;
}
#probox {
	width:258px;
	margin-top:0px;
}
#protilebig {
	width:238px;
	height:114px;
	margin:10px 4px 10px 4px;
}
.protile {
	width:115px;
	height:115px;
	float:left;
	margin:0px 4px 10px 4px;
}


/* フッター */
#footer {
	position:absolute;
	width:100%;
	height:34px;
	background-image:url(../images/BG_footer.png);
	text-align:center;
}
address {
	margin-top:15px;
}


/* ページTOPにスクロール */
#pagetop {
	width:53px;
	height:53px;
	position:fixed;
	bottom:50px;
	right:10px;
	display:none;
}


.slidebox {
	width:1045px;
	height:350px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.slidebox a{
	width:1045px;
	height:350px;
	display:block;
}
.slidebox a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.5),inset 0 0 150px rgba(255, 255, 255, 1);
}

.slidebox_topics {
	width:242px;
	height:242px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.slidebox_topics a{
	width:242px;
	height:242px;
	display:block;
}
.slidebox_topics a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.5),inset 0 0 150px rgba(255, 255, 255, 1);
}

.productbox2w {
	margin:10px 4px 10px 4px;
	width:236px;
	height:112px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.productbox2w a{
	width:238px;
	height:114px;
	display:block;
}
.productbox2w a:hover:after {
	position: absolute;
	margin:11px 5px 11px 5px;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 236px;
	height: 112px;
	box-shadow: inset 0 0 0px rgba(255, 255, 255, 1),inset 0 0 40px rgba(255, 255, 255, 1);
}
.productbox1w {
	margin:10px 4px 10px 4px;
	width:113px;
	height:113px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.productbox1w a{
	width:115px;
	height:115px;
	display:block;
}
.productbox1w a:hover:after {
	position: absolute;
	margin:-114px 1px 1px 1px;
	display: block;
	content: "";
	width: 113px;
	height: 113px;
	box-shadow: inset 0 0 0px rgba(255, 255, 255, 1),inset 0 0 40px rgba(255, 255, 255, 1);
}


.topbox {
	position:relative;
	width:1042px;
	height:586px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.topbox a{
	width:1042px;
	height:586px;
	display:block;
}
.topbox a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5),inset 0 0 200px rgba(255, 255, 255, 1);
}

.topbox2 {
	position:relative;
	width:1045px;
	height:350px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.topbox2 a{
	width:1045px;
	height:350px;
	display:block;
}
.topbox2 a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5),inset 0 0 200px rgba(255, 255, 255, 1);
}

.topbox_koimas {
	position:relative;
	width:1042px;
	height:737px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.topbox_koimas a{
	width:1042px;
	height:737px;
	display:block;
}
.topbox_koimas a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5),inset 0 0 200px rgba(255, 255, 255, 1);
}
.topbox3 {
	position:relative;
	width:1042px;
	height:586px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	z-index: 99;
}

.topbox3 a{
	width:1042px;
	height:586px;
	display:block;
}
.topbox3 a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5),inset 0 0 200px rgba(255, 255, 255, 1);
}

.topbox_hanaoto {
	position:relative;
	width:1042px;
	height:737px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.topbox_hanaoto a{
	width:1042px;
	height:737px;
	display:block;
}
.topbox_hanaoto a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5),inset 0 0 200px rgba(255, 255, 255, 1);
}


.topbox_29th {
	position:relative;
	width:1042px;
	height:591px;
	box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-webkit-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
	-moz-box-shadow:rgba(206, 81, 114, 0.3) 2px 1px 6px 1px;
}

.topbox_29th a{
	width:1042px;
	height:591px;
	display:block;
}
.topbox_29th a:hover:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5),inset 0 0 200px rgba(255, 255, 255, 1);
}
/*TOPMIVIE*/
.TopMovie{
	width:1042px;
	height:591px;
	background-color:#FFFFFF;
}
.TopMovie iframe{
	margin:6px;
}
figure {
	position: relative;
	overflow: hidden;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
