@charset "UTF-8";
/* CSS Document */


/* pickup--------------------------------------------------------- */

#top-pickup {
	background-color: #E2E2D8;
}

#top-pickup h3 {
	background: #E2E2D8 url(../images/top/top_pickup.gif) 8px 6px no-repeat;
	text-indent: -9999px;
}

#top-pickup .SlidingPanelsContent {
	background: url(../images/top/top_pickup_bg.gif) center top no-repeat;
	padding: 0 20px;
	padding-top: 10px;
	height: 170px;
	overflow: hidden;
}

#top-pickup .SlidingPanelsContent div.left {
	text-align: center;
	width: 180px;
}
#top-pickup .SlidingPanelsContent div.left img {
	max-height: 150px;
	max-width: 150px;
	padding: 10px 8px 10px 0 ;
}

#top-pickup .SlidingPanelsContent div.right {
	width: 400px;
}

#top-pickup .SlidingPanelsContent div.right h4 {
	font-size: 1.6em;
	color: #FFF;
	background-color: #36890B;
	padding: 3px 10px;
}

#top-pickup .SlidingPanelsContent div.right h5 {
	font-size: 1.2em;
	color: #0077BB;
	padding: 8px 0;
}

#top-pickup .SlidingPanelsContent div.right p {
	color: #333;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#top-pickup .SlidingPanelsContent div.right .detail-btn {
	text-indent: -9999px;
	float: right;
	width: 160px;
	height: 30px;
	background: url(../images/common/detail_btn.gif) no-repeat;
}
#top-pickup .SlidingPanelsContent div.right .detail-btn a {
	width: 160px;
	height: 30px;
	display: block;
}
#top-pickup .SlidingPanelsContent div.right .detail-btn a:hover {
	background: url(../images/common/detail_btn_on.gif) no-repeat;
}

#top-pickup #pickup-content-bottom {
	background: url(../images/top/top_pickup_bottom.gif) center top no-repeat;
	height: 10px;
}

#top-pickup ul {
	padding-top: 10px;
}

#top-pickup ul li {
	width: 210px;
	height: 30px;
	float: left;
	background: url(../images/top/top_pickup_nav.gif) no-repeat;
}

#top-pickup ul li a {
	display: block;
	width: 190px;
	height: 24px;
	text-decoration: none;
	color: #FFF;
	padding-left: 20px;
	padding-top: 6px;
}

#top-pickup ul li a.out {
	background: url(../images/top/top_pickup_nav.gif) no-repeat;
}

#top-pickup ul li a.out:hover,
#top-pickup ul li a.cur {
	background: url(../images/top/top_pickup_nav_on.gif) no-repeat;
}


/* theme--------------------------------------------------------- */

#theme h3 {
	background: #E2E2D8 url(../images/top/top_theme.gif) 4px 5px no-repeat;
	text-indent: -9999px;
}

#theme ul {
	padding-top: 10px;
}

#theme ul li {
	float: left;
	width: 200px;
	margin-right: 15px;
	padding-bottom: 10px;
	display: inline;
	font-size: 0.9em;
	border-top: solid 1px #36890B;
}

#theme ul li.m-none {
	margin-right: 0;
}

#theme ul li h4 {
	background-color: #F1F1EB;
	font-weight: bold;
	color: #000;
	padding: 3px 0;
	padding-left: 5px;
	font-size: 1em;
}

#theme ul li p.theme-txt {
	border-bottom: solid 1px #C6C6B1;
	padding: 5px 0;
	line-height: 1.3em;
}
#theme ul li p.theme-txt a {
	text-decoration: none;
	color: #666;
}
#theme ul li p.theme-txt a:hover {
	text-decoration: underline;
}

#theme ul li .arrow03 {
	margin-top: 3px;
}
/* 新着 --------------*/
 #content #main .main-content h3#newsRead{
color:#3f3f3d;
font-size: 1.21em;
line-height: 2.0em;
text-shadow: 0px 0px 1px #fff;
}
#content ul.news li {
padding-left: 22px;
padding-right: 10px;
margin-bottom: 5px;
background-image: url(../images/common/arrow01.gif);
background-position: 9px 5px;
background-repeat: no-repeat;
}
.rss {
float: right;
margin: 7px 7px 0 0;
}
.latest {
width: 610px;
margin-top: 10px;
margin-right: 10px;
line-height: 150%;
}
#newsList{
  width:220px;
  padding-right:7px;
}

/* magazine--------------------------------------------------------- */

#magazine h3 {
	background: #E2E2D8 url(../images/top/top_magazine.gif) 4px 5px no-repeat;
	text-indent: -9999px;
}

  .magazine_area{
    display: flex;
  flex-wrap: wrap;
    width: 630px;
}
.magazine_series{
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: .75em;
}
.magazine_series:nth-of-type(1),
.magazine_series:nth-of-type(6){
	margin:.75em .75em .75em 0;
}
.magazine_series:nth-of-type(5){
	margin:.75em 0 .75em .75em;
}
.magazine_area .magazine_series img{
  width:109px;
  height:auto;
  border: solid 1px #C6C6B1;
}




/* new arrival--------------------------------------------------------- */

#new-arrival h3 {
	background: #E2E2D8 url(../images/top/top_new.gif) 4px 5px no-repeat;
	text-indent: -9999px;
}

#content #main .list li div.left {
	width: 70px;
	background-color: #FFF;
}

#content #main .list li div.left img {
	max-height: 100px;
	max-width: 68px;
	border: solid 1px #C6C6B1;
}

#content #main .list li div.right {
	width: 238px;
	min-height: 100px;
	background-color: #F1F1EB;
	border-right: solid 1px #C6C6B1;
}

#new-arrival .list li div.right h5 {
	min-height: 15px;
}

#new-arrival .list li div.right p.txt {
	min-height: 60px;
}

#new-arrival .list li div.right div.new-bottom {
	background-color: #000;
	color: #FFF;
	font-size: 0.85em;
	padding: 0 5px;
	padding-top: 3px;
	min-height: 15px;
}

#directShopBanner div{
	margin:30px 0 0 0;
}


#directShopBanner{
	border-top: solid 1px #C6C6B1;
}

/* SNS--------------------------------------------------------- */
#sns_php ul.sns_list{
	 display:flex;
	 justify-content:space-between;
	 margin: 1em 0 1.5em 0;
}