.contents-inner {
	position: relative;
}

.contents-tit {
	position: relative;
	height: 450px;
}

/* slideshow */

.wideslider {
	width: 100%;
	height: 480px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	margin-left: 5px;
}

.wideslider_base {
	top: 0px;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	background: #9cc93a;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	width: 54px;
	height: 136px;
	display: none;
}

.slider_prev {
	background: url(../img/pc/home/btn_prev.png) no-repeat right center;
}

.slider_next {
	background: url(../img/pc/home/btn_next.png) no-repeat left center;
}

.pagination {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	background-color: #fed400;
	z-index: 10;
}

.pagination:before{
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: url(../img/pc/home/bg_pagination.png) repeat-x center top;
	position: relative;
	top: -8px;
}

.pagination a {
	margin: 0 15px;
	width: 12px;
	height: 0;
	padding-top: 12px;
	display: inline-block;
	overflow: hidden;
	opacity: 1!important;
	background: url(../img/pc/home/btn_select.png) no-repeat left top;
}

.pagination a.active, .pagination a:hover{
	background: url(../img/pc/home/btn_select.png) no-repeat left -12px;
}


/* =======================================
    ClearFixElements
======================================= */

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* pickup */


.section-inner {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 0px;
}

.contents-inner {
	max-width: 1600px;
	min-width: 1200px;
	width: 100%;
	position: relative;
	padding: 50px 60px 0;
	box-sizing: border-box;
}

.catch {
	margin-left: 288px;
	margin-bottom: 10px;
}

#pickup {
	position: relative;
}

#pickup .ttl {
	position: absolute;
	top: -170px;
	left: 30px;
	width: 238px;
	height: 238px;
	text-align: center;
}

#pickup .ttl .bg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: background 20s infinite linear;
	animation: background 20s infinite linear;
}

#pickup .ttl h2 {
	position: relative;
	z-index: 1;
	padding-top: 64px;
	margin-bottom: 17px;
}

#pickup .ttl .btn {
	position: relative;
	z-index: 1;
	display: block;
}

.contents-inner .posrel {
	position: absolute;
	top: 88px;
	right: 50%;
	margin-right: -894px;
	/*transition: margin-right .3s;*/
}

.contents-inner .img_wrap {
	display: table;
}

.contents-inner .img_wrap .ico_chara {
	position: absolute;
	top: -30px;
	left: -15px;
	width: 40.49%;
}

.contents-inner .img_wrap .main_img {
	display: table-cell;
	vertical-align: middle;
}

.contents-inner .img_wrap .main_img img {
	transition: width .3s;
}

@media screen and (max-width:1600px){
	.contents-inner .posrel {
		width: 51%;
		right: 0%;
		margin-right: -220px;
	}
	.contents-inner .img_wrap .main_img img {
		margin-right: 0;
	}
	.contents-inner .img_wrap .ico_chara {
		width: 42%;
		top: -1%;
		left: 3%;
		max-width: 264px;
	}
}

@media screen and (max-width:1500px){
	.contents-inner .posrel {
		width: 40%;
		margin-right: -110px;
	}
	.contents-inner .img_wrap .main_img img {
		margin-right: 0;
		width: 100%;
	}
	.contents-inner .img_wrap .ico_chara {
		width: 42%;
		top: 0%;
		left: 7%;
	}
}

@media screen and (max-width:1400px){
	.contents-inner .img_wrap .ico_chara {
		left: 17%;
	}
}

@media screen and (max-width:1300px){
	.contents-inner .posrel {
		width: 30%;
		margin-right: -70px;
	}
	.contents-inner .img_wrap .main_img img {
		margin-top: 47%;
	}
	.contents-inner .img_wrap .ico_chara {
		width: 54%;
		top: 9%;
		left: 14%;
	}
}

@media screen and (max-width:1250px){
}

.pickup-list-all {
	width: 953px;
	background: #fff;
	border-radius: 30px;
	padding: 30px 30px 15px 30px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.pickup-list-all a:hover {
	opacity: 1;
}

.pickup-list {
	position: relative;
	width: 212px;
	float: left;
	margin-left: 15px;
	margin-bottom: 30px;
	font-size: 0.875em;
	text-align: center;
}

.pickup-list.first {
	clear: both;
	margin-left: 0;
}

.pickup-list p {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	margin: 10px -11px 0;
}

.img_cover {
	background: #8ec43e;
	padding: 28px;
	border-radius: 15px;
}

.img_cover img {
	width: 100%;
}

.pickup-list.icon:after {
	border-radius: 0 15px 0 0;
}

/* news */

#news {
	position: relative;
	width: 945px;
}

#news .ttl {
	position: absolute;
	top: -45px;
	right: -45px;
	text-align: center;
	width: 165px;
	height: 165px;
	z-index: 1;
}

#news .ttl .bg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: background 20s -1s infinite linear;
	animation: background 20s -1s infinite linear;
}

#news .ttl h2 {
	padding-top: 48px;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

#news .ttl .btn{
	position: relative;
	z-index: 1;
	display: block;
}

.news-all {
	background: #fff;
	width: 953px;
	border-radius: 30px;
	padding: 30px 120px 20px 30px ;
	box-sizing: border-box;
	margin-bottom: 150px;
}

.news-all dl {
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.875em;
}

.news-all dt {
	float: left;
	width: 95px;
	padding: 4px 0 4px 114px;
	font-weight: bold;
}

.news-all dd {
	margin-left: 209px;
	padding: 4px 0;
}

.category_1 dt {
	background: url(../img/pc/infos/category_1.png) no-repeat left center;
}

.category_2 dt {
	background: url(../img/pc/infos/category_2.png) no-repeat left center;
}

.category_3 dt {
	background: url(../img/pc/infos/category_3.png) no-repeat left center;
}

.category_4 dt {
	background: url(../img/pc/infos/category_4.png) no-repeat left center;
}

.new dd:before {
	content: "NEW";
	padding-right: 5px;
	font-weight: bold;
	color: #e50012;
}

/* brand */

#brand {
	text-align: center;
	position: relative;
	margin-bottom: 150px;
}

#brand .ttl {
	position: absolute;
	top: -100px;
	left: 10px;
	width: 165px;
	height: 165px;
	z-index: 1;
	text-align: center;
}

#brand .ttl .bg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: background 20s infinite linear;
	animation: background 20s infinite linear;
}

#brand .ttl h2 {
	position: relative;
	z-index: 1;
	padding-top: 63px;
}

#brand ul {
	display: table;
}

#brand ul li {
	display: table-cell;
	border-radius: 40px;
	padding-right: 2.1%;
}

#brand ul li.butamen {
	position: relative;
	width: 23.5%;
}

#brand ul li.butamen .ttl {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -82px;
	width: 165px;
	height: 165px;
	z-index: 1;
	text-align: center;
}

#brand ul li.butamen .ttl .bg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: background 20s infinite linear;
	animation: background 20s infinite linear;
}

#brand ul li.butamen .ttl h2 {
	position: relative;
	z-index: 1;
	padding-top: 65px;
}

#brand ul li.butamen .ttl h2 img {
	width: 103px;
	min-width: 103px;
}

#brand ul li.col1 {
	width: 34.4%;
}

#brand ul li.col2 {
	width: 65.5%;
}

#brand ul li.product_butamen {
	width: 67.5%;
}

#brand ul li:last-child {
	margin-right: 0px;
	padding-right: 0;
}

#brand ul {
	margin-bottom: 2.1%;
}

#brand a {
	border-radius: 30px;
	position: relative;
	display: block;
	background: #fff;
}

#brand ul li.col1 a,
#brand ul li.col2 a {
	border-radius: 40px;
}

#brand a:hover {
	opacity: 1;
}

#brand a:hover img {
	opacity: 0.8;
}

#brand ul li a img {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	min-width: 100%;
	width: 100%;
}

/* movie */
#movie {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
	margin-bottom: 120px;
}

#movie .btn_index {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#movie:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0);
}

#movie .ttl {
	position: absolute;
	top: -78px;
	left: 70px;
	width: 210px;
	height: 210px;
	text-align: center;
	z-index: 15;
}

#movie .ttl .bg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: background 20s infinite linear;
	animation: background 20s infinite linear;
}

#movie .ttl h2 {
	padding-top: 59px;
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
}

#movie .ttl .btn {
	position: relative;
	z-index: 1;
}

#movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#movie #mute {
	position: absolute;
	left: 3.748%;
	bottom: 6.663%;
	z-index: 15;
	background: url("../img/pc/home/ico_mute_on.png") no-repeat;
	width: 120px;
	height: 46px;
}

#movie #mute.on {
	background: url("../img/pc/home/ico_mute_off.png") no-repeat;
}

/* link */
#link {
	margin-bottom: 100px;
	text-align: center;
}

#link ul {
	font-size: 0;
}

#link ul li {
	display: inline-block;
	margin-left: 90px;
	border-radius: 40px;
}

#link ul li:first-child {
	margin-left: 0px;
}

.jrumble:hover {
	opacity: 1 !important;
}

.jrumble:hover img {
	opacity: 1 !important;
}

@media print {
	.contents-inner .img_wrap,
	.contents-inner .img_wrap .main_img img {
		width: 100%;
	}
	#header,.contents,.contents-inner,#brand {
		min-width: 100%;
	}
	.contents-inner .posrel {
		width: 315px;
		right: 0%;
		margin-right: -100px;
	}
	#brand ul li,
	#link ul li {
		visibility: visible!important;
	}
}