@charset "utf-8";

#mainbanner {
	position: relative;
	clear: both;
	width: 100%;
	background: #ffffff;
}
#mainbanner a img:hover { filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }

#wrap {
	width: 980px;
	margin: 0 auto;
	/*background: url(../img/top/base_top.png) top left repeat-x #ebebeb;
	padding: 10px 0;
	background-size: 100% auto;*/
}

@media screen and (max-width:640px){
	#wrap{ width: 100%; overflow: hidden; }
}

/* -- TOP MENU --*/

#topMenu {
	width: 980px;
	margin: 30px auto 40px auto;
	overflow: hidden;
}

#topMenu a { 
	float: left; 
	width: 244px;
	margin: 0 0 30px;
	border-right: 1px solid #ededed;
	text-align: center;
}

#topMenu a:last-child{
	border: none;
}

#topMenu a img{
	width: 120px;
	height: auto;
}

@media screen and (max-width:640px){
	#topMenu {
		width: 100%;
		margin: 3% auto 10% auto;
	}

	#topMenu a {
		width: 50%;
		display: block;
		margin: 0;
		border: 1px solid #ededed;
		box-sizing: border-box;
		padding: 4%;
	}

	#topMenu a:last-child{ border: 1px solid #ededed; }
	#topMenu a img{	width: 100%;}
}

/* pick up*/
.pickUpSlide{
	margin: 30px 0 60px 0;
	position: relative;
}

.pickUpSlide:before{
	content: "";
	width: 25px;
	height: 220px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.pickUpSlide:after{
	content: "";
	width: 25px;
	height: 220px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#pickup { width: 1020px; margin: 0 auto; }

ul#pickup li img {
	width: 100%;
	height: 162px;
	position: relative;
}

ul#pickup li p {
	font-size: 14px;
	line-height: 1.4em;
	color: #999999;
	padding: 18px 0 0.5px 16px;
}
ul#pickup li p.two { padding: 10px 0 8.5px 16px; }
ul#pickup li a { color: #999999; text-decoration: none; }
ul#pickup li a:hover { filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }

@media screen and (max-width:640px){

	.pickUpSlide{
		margin: 3% 0 6% 0;
		position: relative;
	}

	ul#pickup { clear: both; width: 100%; padding: 10px 0 0; overflow: hidden;}
	ul#pickup li {
		display: inline-block;
		vertical-align: top;
		float: left;
		width: 48%;
		height: auto;
		background: url(../img/top/base_pickup_sp.png) top left no-repeat;
		padding: 0px;
		margin: 0 1% 1%;
		background-size: 100% auto;
	}
	ul#pickup li img {
		width: 100%;
		height: auto;
		position: relative;
	}

	ul#pickup li p {
		font-size: x-small;
		line-height: 1.4em;
		color: #999;
		padding: 5% 0 2% 5px;
		min-height: 25%;
		overflow: hidden;
	}
	ul#pickup li p.two { line-height:1.2; padding: 3% 0 4% 5px; }

	.pickUpSlide:before{
		width: 10%;
		height: 100%;
	}

	.pickUpSlide:after{
		width: 10%;
		height: 100%;
	}
}
@media screen and (max-width:340px) {
	ul#pickup li p {
		font-size: x-small;
		line-height: 1.2em;
		color: #999;
		padding: 5% 0 1% 5px;
	}
	ul#pickup li p.two, ul#pickup li p.two_onlySP { padding: 2% 0 4% 5px; }

	.pickUpSlide:before{
		width: 3%;
	}

	.pickUpSlide:after{
		width: 3%;
	}
}

/* -- 各商品スライド --*/

p.name01, p.name02, p.name03, #topics {
	position: relative;
	border-bottom: 1px solid #e8e8ea;
	padding-bottom: 10px;
	clear: both;
}

p.name01 img, p.name02 img, p.name03 img {
	width: 80px;
	height: auto;
	margin-left: 2%;
}

p.name01 a.link_top, p.name02 a.link_top, p.name03 a.link_top {
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-decoration: none;
	font-size: 14px;
}

p.name01 a {
	color: #1b1c80;
}

p.name02 a {
	color: #e64362;
}

p.name03 a {
	color: #0d8c43;
}

@media screen and (max-width:640px){

	p.name01, p.name02, p.name03, #topics{
		margin-top: 4%;
	}

	p.name01 img, p.name02 img, p.name03 img{
		width: 20%;
	}
}

/* -- TOPICS --*/
#topics img{
	width: 76px;
	margin-left: 2%;
}

/* -- linkArea --*/

#linkArea { overflow: hidden; }

#linkArea li{
	float: left;
	width: 228px;
	height: 154px;
	background: url(../img/top/icon_arR.gif) 207px 132px no-repeat;
	background-size: 16px;
	margin: 0 20px 10px 0;
	border: 1px solid #e8e8ea;
	border-radius: 4px;
}

#linkArea li:last-child{
	margin-right: 0;
}

#linkArea li a{
	color: #999999;
	text-decoration: none;
}

#linkArea li p {
	font-size: 14px;
	line-height: 1.4em;
	color: #999999;
	padding: 5px 0 0 10px;
}

@media screen and (max-width:640px){

	#linkArea{
		padding: 2%;
	}

	#linkArea li{
		width: 48%;
		height: auto;
		background: url(../img/top/icon_arR.gif) 98% 97% no-repeat;
		background-size: 7%;
		margin: 0 1% 2% 1%;
		box-sizing: border-box;
	}

	#linkArea li:last-child{
		margin-right: 0;
	}

	#linkArea li a{
		color: #999999;
		text-decoration: none;
	}

	#linkArea li p {
		font-size: 11px;
		padding: 1% 0 1% 5%;
	}
}


/* -- INFORMATION --*/

#info { margin: 30px auto; clear: both;}
#info h1 {
	color: #5598c9;
	font-size: 20px;
	margin: 0 auto 18px;
	padding: 0 0 18px;
	border-bottom: solid 1px #ebebeb;
}
#info dl {
	margin: 0 auto;
	font-size: 14px;
	line-height: 2.0em;
	overflow: hidden;
}
#info dt { float: left; color: #5598c9;}
#info dd { margin-left: 80px; padding-left: 1em;}
#info a { color: #525252; text-decoration: underline; }
#info a:hover { filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }

@media screen and (max-width:640px){
	#info { width: 100%; margin: 0 0 1%; }
	#info h1 {
		width: 90%;
		color: #5598c9;
		font-size: medium;
		margin: 0 5% 2%;
		padding: 0 0 2%;
		border-bottom: solid 1px #ebebeb;
		}
	#info dl {
		width: 90%;
		margin: 0 auto;
		font-size: x-small;
		line-height: 1.6em;
		text-align: left;
		padding: 0 0 1%;
	}
	#info dt { float: left; color: #5598c9;}
	#info dd { margin-left: 20%; }
	#info a { font-size: inherit; }
}

/* -- SNS -- */

#sns { width: 310px; margin: 20px auto; }
#sns span { float: left; }
#sns span.fb { width: 120px; }
#sns span.tw { width: 120px; }
#sns span.mx { width: 70px; }
@media screen and (max-width:640px) {
	#sns { width: 90%; margin: 20px 5% 10px; }
	#sns span.fb { width: 38%; max-width: 120px; }
	#sns span.tw { width: 38%; max-width: 120px; }
	#sns span.mx { width: 24%; max-width: 70px; }
}

/* -- SLIDER --*/

#topslide { width: 1200px; height: 396px; z-index: 3; margin: 0 auto; }
@media screen and (max-width:1200px) {
	#topslide { width: 100%; height: 396px; }
}
@media screen and (max-width:640px) {
	#topslide { width: 100%; height: 396px; }
}
@media screen and (max-width:540px) {
	#topslide { width: 100%; height: 334px; }
}
@media screen and (max-width:480px) {
	#topslide { width: 100%; height: 260px; }
}
@media screen and (max-width:320px) {
	#topslide { width: 100%; height: 198px; }
}

.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
/*    height: 100%; */
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 5px;
}
.jquery-slider-control-next {
    right: 5px;
    top: 5px;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    bottom: 5px;
    height: 20px;
	text-align: center;
	margin: 0 auto;
/*    left: 560px; */
    right: 198px;
}
@media screen and (max-width:640px) {
	.jquery-slider-pages {
		bottom: 2px !important;
		right: 10px;
	}
}

.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
	background: url(../img/top/slide.png) top left no-repeat;
	cursor: pointer;
    margin: 3px;
	z-index: 300;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.jquery-slider-page-current {
	background: url(../img/top/slide_current.png) top left no-repeat;
}

/* -- 再構成による変更箇所　-- */
#content {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
#content {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
}
/* ------------------------------------ mainImg ------------------------------------ */

#mainImg {
	width: 980px;
	margin: 0 auto;
}

#content ul {
	margin-top: 20px;
	padding: 0 10px;
}

#content ul li{
	position: relative;
	display: block;
	float: left;
  height: 216px;
  border: 1px solid #e8e8ea;
  border-radius: 4px;
  margin: 0 26px 30px 0;
  box-sizing: border-box;
  background: url(../../share/img/top/icon_arR.gif) 266px 178px no-repeat;
  background-size: 24px;
}

#content ul li:nth-child(3n){
	margin-right: 0;
}

#content ul li a{
	text-decoration: none;
	color: #666666;
}

#content ul li img{
    display: block;
    width: 100%;
    height: auto;
}

#content ul li span{
    display: block;
    font-size: 13px;
    padding: 18px 0 18px 10px;
}

#content ul li span.two{
    padding: 8px 0 8px 10px;
}


@media screen and (max-width:640px){

	.slick-slide{
	    display: none;
	    float: left;
	    background: url(../../share/img/top/icon_arR.gif) 98% 92% no-repeat;
	    background-size: 10%;
	}

	.slick-initialized .slick-slide{
	    display: block;
	}

	#content ul li span{
	    font-size: 13px;
	    padding: 7% 0 8% 3%;
	}

	#content ul li span.two{
	    padding: 5% 0 3% 3%;
	}
}