/*新スライド*/
body { overflow: hidden; }
.slick-dotted.slick-slider { margin-bottom: 50px !important; }

.slick-slider { padding-left: 0; }
@media screen and (max-width: 767px) {
  /*スライダー*/
  .slider { width: 100%; margin: 15px auto; }
  .slick-slide { margin: 0px; }
  .slick-slide img { width: 100%; }
 }

@media print, (min-width: 768px) {
  /*スライダー*/
  .slider { display: block; min-width: 550px; height: 400px; width: 550px; margin: 0 auto 50px; }
  .slider .slick-list { overflow: visible; }
  .slick-slide img { margin: 0 auto; height: 390px; }
}

.toppc-dn {
	display: none;
}




/*キャンペーン非表示*/
.imgcam {
	display: none;
}

/*お知らせ*/
.newsarea {
	margin-bottom: 15px;
}


/*スライド*/
.slide {
	margin-bottom: 60px;
}


/*メイン部分*/
.mainarea {
	float: right;
	width: 700px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.toppc-dn {
		display: block;
	}

	.mainarea {
		float: none;
		width: 95%;
		margin: 0 auto 30px;
	}

}


.topbnr_speccal { margin-bottom: 15px; width: 50%; }
.topbnr_speccal a { text-decoration: none;  font-weight: bold; }
.topbnr_speccal img { max-width: 100%; }


@media screen and (max-width: 768px) {
	.topbnr_speccal { margin: 0 auto 15px; width: 97.5%; }
    .br-sp { display:none; }
}


.mainarea h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	margin-bottom: 15px;
}

.pickup,
.ranking {
	margin-bottom: 35px;
}



/*新商品*/
.newitem {
	overflow: hidden;
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	.newitem,
	.pickup,
	.ranking {
		width: 95%;
		margin: 0 auto 35px;
	}
}


/*新デザイン 2017/5/19 */
.newitem .newitemarea {
	margin-bottom: 10px;
	overflow: hidden;
}

.newitem .newitemarea .newitembox {
	width: 48%;
	margin-bottom: 10px;

}

.newitem .newitemarea .newitembox:nth-child(odd) {
	float: left;
	clear: both;
}

.newitem .newitemarea .newitembox:nth-child(even) {
	float: right;
}

.newitem .newitemarea .newitembox a {
	text-decoration: none;
}

.newitem .newitemarea .newitembox a:hover {
	opacity: 0.7;
}

.newitem .newitemarea .newitembox img {
	width: 100%;
	margin-bottom: 5px;
}

.newitem .newitemarea .newitembox .nbrand {
	font-weight: bold;
}



@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 645px) {
	.newitem .newitemarea .newitembox {
		width: 100%;
	}

	.newitem .newitemarea .newitembox:nth-child(odd) {
		float: none;
	}

	.newitem .newitemarea .newitembox:nth-child(even) {
		float: none;
	}
}


/*ピックアップ*/
.pu {
	margin-bottom: 40px;
	overflow: hidden;
}

.pu a {
	text-decoration: none;
}

.pu a:hover {
	opacity: 0.7;
}

.pu .pickbox {
	font-weight: bold;
	width: 48%;
	margin-bottom: 10px;
}

.pu .pickbox:nth-child(even) {
	float: left;
	clear: both;
}

.pu .pickbox:nth-child(odd) {
	float: right;
}

.pu .pickbox img {
	width: 100%;
}

.pu .pickbox p.tnomal {
	font-weight: normal;
}

@media only screen and (max-width: 645px) {
	.pu {
		width: 95%;
		margin: 0 auto 20px;
	}

	.pu .pickbox {
		width: 100%;
	}

	.pu .pickbox:nth-child(odd) {
		float: none;
	}

	.pu .pickbox:nth-child(even) {
		float: none;
	}
}

.copyrightarea {
	overflow: hidden;
	margin-bottom: 20px;
}

.copyrightarea .cpboxarea .cpbox {
	text-align: center;
}

.copyrightarea .cpboxarea .cpbox:nth-child(odd) {
	float: left;
}

.copyrightarea .cpboxarea .cpbox:nth-child(even) {
	float: right;
}

@media only screen and (max-width: 645px) {
	.copyrightarea .cpboxarea .cpbox:nth-child(odd),
	.copyrightarea .cpboxarea .cpbox:nth-child(even) {
		float: none;
	}
}


/**/
.newitem .newitemarea2 {
	margin-bottom: 20px;
	overflow: hidden;
}

.newitem .newitemarea2 .newitembox {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.newitem.yoko5 .newitembox {
	width: 20%;
}
.newitem.yoko3 .newitembox {
	width: 33.3%;
}
.newitem .newitemarea2 .newitembox a {
	display: block;
	width: 95%;
	margin: 0 auto;
	text-decoration: none;
}

.newitem .newitemarea2 .newitembox a:hover {
	opacity: 0.7;
}

.newitem .newitemarea2 .newitembox img {
	width: 100%;
	margin-bottom: 5px;
}

.newitem .newitemarea2 .newitembox .ntitle {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.newitem .newitemarea2 .newitembox {
		width: 50%;
	}
}

@media only screen and (max-width: 645px) {

}


/*バナーエリア*/
.underarea {
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
	.underarea {
		width: 90%;
		margin: 0 auto 50px;
	}
}

.underarea .cbnr {
	clear: both;
	text-align: center;
	overflow: hidden;
}

.underarea .cbnr div,
.underarea .cbnr a {
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	
}

.underarea .cbnr p {
	text-align: justify;
}

.underarea .cbnr img {
	margin-bottom: 5px;
}

.underarea .cbnr div.left,
.underarea .cbnr a.left {
	float: left;
}

.underarea .cbnr div.right,
.underarea .cbnr a.right {
	float: right;
}

@media only screen and (max-width: 768px) {
	.underarea .cbnr {
		width: 100%;
		margin: 0 auto;
	}

	.underarea .cbnr div,
	.underarea .cbnr a {
		width: 49%;
		display: inline-block;
	}

	.underarea .cbnr img {
		width: 100%;
	}
}

@media only screen and (max-width: 645px) {
	.underarea .cbnr div,
	.underarea .cbnr a {
		width: 49%;
		display: inline-block;
	}

	.underarea .cbnr div.left,
	.underarea .cbnr a.left {
		float: none;
	}

	.underarea .cbnr div.right,
	.underarea .cbnr a.right {
		float: none;
	}
}


.underarea .cbnr a:hover {
	opacity: 0.7;
}


/*シリーズ*/
.seriesarea {

}







/*ピックアップ*/

.pickup .item_box a {
	text-decoration: none;
}

.pickup .item_box a:hover {
	opacity: 0.7;
	color: #824F22;
}

.pickup .item_box {
	width: 49.5%;
	margin: 0 auto 20px;
	text-align: center;
}

.pickup .item_box p {
	letter-spacing: 1px;
}


.pickup .item_box img {
	max-width: 100%;
	margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
	.pickup .item_box {
		width: 48%;
		margin: 0 1% 20px;
		float: left;
	}

	.pickup .item_box p {
		text-align: left;
	}
}


/*ランキング*/

.ranking {
/*	float: right;
	width: 700px;*/
	/*margin-bottom: 75px;*/
	overflow: hidden;
	clear: both;
}

@media only screen and (max-width: 768px) {
	.ranking {
		margin-bottom: 30px;
	}
}


.ranking .itemlistbox {
	float: left;
	width: 33%;
	margin: 0 0 20px;
	min-height: 230px;
}
/*@media print, screen and (min-width: 769px) {
	.ranking .itemlistbox:nth-child(6) {
		clear: both;
	}
}*/


@media only screen and (max-width: 768px) {
	.ranking .itemlistbox {
		float: left;
		width: 20%;
		margin: 0 2.5% 10px;
		min-height: 265px;
	}
}

@media only screen and (max-width: 645px) {
	.ranking .itemlistbox {
		float: left;
		width: 45%;
		margin: 0 2.5% 10px;
		min-height: 245px;
	}
}

/*2015/06/05 add */
.ranking .itemlistbox:hover {
	opacity: 0.7;
}

.ranking .itemlistbox:hover a,
.ranking .itemlistbox:hover a:hover {
	color: #824F22;
}


.ranking .itemlistbox .item_photo {
	border-bottom: 1px dashed #666666;
	max-width: 200px;
	margin: 0 auto 15px;
}

.ranking .itemlistbox .item_photo img.item {
	max-width: 200px;
	display: block;
}

@media only screen and (max-width: 768px) {
	.ranking .itemlistbox .item_photo img.item {
		max-width: 100%;
		display: block;
	}
}


.ranking .itemlistbox .item_detail {
	font-size: 12px;
	line-height: 18px;
	/*font-weight: bold;*/
	max-width: 200px;
	margin: 0 auto;
	min-height: 80px;
}

.ranking .itemlistbox .item_detail a {
	text-decoration: none;
}
.ranking .itemlistbox .item_detail .item_price {
	font-weight: bold;
	color: red;
	/*display: block;*/
	/*text-align: right;*/
}
/*ランキングアイコン*/
.ranking .itemlistbox .rankimg {
	width: 29px;
	height: 23px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	
}

@media only screen and (max-width: 768px) {
	.ranking .itemlistbox .rankimg {
		width: 100%;
		background-position-x: center;
	}
}


.ranking .itemlistbox .ranknum1 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank01.png");}
.ranking .itemlistbox .ranknum2 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank02.png");}
.ranking .itemlistbox .ranknum3 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank03.png");}
.ranking .itemlistbox .ranknum4 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank04.png");}
.ranking .itemlistbox .ranknum5 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank05.png");}
.ranking .itemlistbox .ranknum6 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank06.png");}
.ranking .itemlistbox .ranknum7 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank07.png");}
.ranking .itemlistbox .ranknum8 {background-image: url("https://file001.shop-pro.jp/PA01317/318/2018/img/rank/ico_rank08.png");}


/*TOP snsエリア*/
.snsarea {
	overflow: hidden;
}

.snsarea h4 {
	text-align: center;
}

.snsarea .snstitle {
	margin-bottom: 25px;
}

.snsarea .twitterbtn {
	display: block;
	text-align: center;
}

.snsarea .twitterbtn:hover {
	opacity: 0.7;
}


.snsarea .sns_l {
	float: left;
	width: 50%;
}

.snsarea .sns_r {
	float: right;
	width: 330px;
}

  
 /* インスタグラム
----------------------------------------------------------*/
#instafeed {
	text-align: center;
}

#instafeed li {
    display: inline-block;
    border: 1px solid #ccc;
}

#instafeed li a {
    display: block;
}
#instafeed li a img {
    display: block;
    width: 100%;
    height: auto;
}
#instafeed .like {
    padding: 5px;
}
#instafeed .like:before,
#instafeed .comment:before {
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
#instafeed .like:before {
    background-image: url(https://file001.shop-pro.jp/PA01317/318/img/ico_instagram.png);
    background-position: -355px -113px;
}
#instafeed .comment {
    padding: 5px;
}
#instafeed .comment:before {
    background-image: url(https://file001.shop-pro.jp/PA01317/318/img/ico_instagram.png);
    background-position: -355px -92px;
}

#instafeed .button {
    position: absolute;
    display: none;
    height: 100%;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.375);
    color: #fff;
    font-weight: bold;
}


#instafeed li {
    width: 30%;
    margin: 0 1% 10px;
    position: relative;
}

#instafeed li:nth-of-type(4n) {
    /*margin-right: 0;*/
}
#instafeed a:hover .button {
    display: block;
}

@media only screen and (max-width: 768px) {
	#instafeed {
        text-align: center;
        line-height: 0;
    }
    #instafeed li {
        /*margin-right: 10px;*/
        width: 32%;
        margin: 0.75%;
    }
    #instafeed li:nth-of-type(3n) {
        margin-right: 0;
    }
}


.creditarea div {
	margin-bottom: 20px;
}


/**/
.blogarea {
	margin-bottom: 30px;
}


.blognews {
	border: none;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.blognews {
		height: 360px;
	}

	.blogarea {
		width: 90%;
		margin: 0 auto 30px;
	}
}

.blognews::-webkit-scrollbar {
  /*display: none;*/
}

.bloglist p { margin-bottom: 5px; }
.bloglist .category { color: #ffffff; padding: 1px 7px; border-radius: 5px; margin: 0 10px; }
.bloglist .category.news { background-color: #00A99D; }
.bloglist .category.newitem { background-color: #C1272D; }
.bloglist p a { text-decoration: none; color: #333333; }
.bloglist p a:hover { text-decoration: underline; color: #804f21; }

@media only screen and (max-width: 768px) {
	.bloglist p a { display: block; }
}







.mainarea{
	font-size: 14px;
}
.side{
	float:left;
}
.bnr_top{
	width: 75%; margin: 0 auto 20px; overflow: hidden;
}
.bnr a{
	clear: both; width: 100%; display: block;
}
mian img{
	width: 100%;
}
.schoolitem{
	 display: flex; flex-wrap: wrap
}
.schoolitem a{
	clear: both; margin: 8px; width: 23%; display: block;
}
.mainarea{
  	margin-top: 25px;
}
@media only screen and (max-width: 768px) {
	.side{
	float:none;
}
}