.top_new_banr {
    width:100%;
    display:flex;
    justify-content:space-between;
    margin:-1.25rem auto 2.5em;
}
.top_new_item {
	width:33%;
}
.top_event_banner_top {
    margin:-1.375rem auto 2rem;    
}
.top_event_banner {
    margin:-.75rem auto 2rem;    
}
.topreco { margin:0 auto 1.75rem; }
.tit_topreco {
    text-align:center;
    background:#2b2b2b;
    padding:8px 0 2px !important;
    margin-bottom: 12px;
}
.tit_topreco .section__title-h2 {
    color:#fff;
    border:none;
}

.lamp_slide { 
    width:100%;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}
.lamp_items {
    width:50%;
}

#top_bannar1 {
	text-align:center;
	margin:0 auto;
    padding: 0px 0 10px;
}

#top_bannar2 {
	color:#333333;
	font:1.2em/1.4em メイリオ,Osaka,sans-serif;
	letter-spacing:.98;
	/*width:90%;*/
	margin:2em auto 0;
    padding: 0;
    overflow:hidden;
}

#top_bannar2 img{
	margin-bottom:5px;
}

#top_bannar3 {
	/*max-width:868px;*/
	margin:0 8px 2.5em;
    overflow:hidden;
}

div.seizo_banner {
	margin:-.25rem 0 2.75rem;
}

.iframe_youtube {
	width:100%;
    height:auto;
    aspect-ratio:23/11;
}

div.recommend_banner {
	margin:-.725rem 0 1.5rem 8px;
}

.list_teika {
  font-size:11px;
  text-align:center !important;
  margin:12px 0 -4px !important;
  display:block;
}

p.top-up {
	margin:10px auto 16px 8px;
}
div.top-down {
	margin:2em auto;
    display:flex;
    justify-content:space-between;
    width:100%;
}
.flex-item {
	width:48.9%
}
.flex-item img {
    box-shadow: 3px 4px 4px #999;  
}
.reco_bana {
    float:left;
	margin-bottom:6px;         
}


.top_ranking {
    width:100%;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.top_ranking li { width:19%; }
.top_ranking li img { width:170px; }

.product-list__link {
    display:block;
	width:160px;
    height:160px !important;
  	background:transparent;
}

img.left {
	max-width:220px;
        width:100%;
	margin-bottom:4px 
}
img.right {
	width:200px;
	margin-right:0;
	text-align:left;
	float:right;
}
img.center {
	width:200px;
	margin:0 auto;
	text-align:left;
}

.orner {
        margin:2em auto;
}

/*  colors  */
.colors {
	width:100%;
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
    padding:0 .25%;
    margin:0 auto 2em;
    font-size:1.0em;
}
.item_colors {
	width:/*17%*/23.5%;
}
.item_colors img {
	/*border:1px solid #acacac;padding:0 0 0 3em;box-sizing:border-box;*/
}


/*     Faggio関連　　*/
#top_content {
	/*max-width: 868px;*/
	text-align: left;
    margin-top:3em;
	margin-bottom: 10px;
    overflow:hidden; 
}

#top_content-left {
	/*max-width: 690px;*/
    width:76%;
    height:auto;
	float: left;
}

#top_content-right {
	/*max-width: 160px;*/
        width:23.7%;
height:auto;
	float: left;
}

#bannar_upper {
	margin-left: 7px;
	margin-bottom: 7px;
}

#bannar_rower {
	margin-left: 7px;

}


.cate_bana {
        margin-top:12px;
}


p.space {
	margin-top:8px;
}
p.space2 {
	margin-top:12px;
}
p.space3 {
	margin-top:4px;
}
p.space4 {
	margin-top:2px;
}

.section__block2 {
    margin-bottom:1rem;
    overflow:hidden;
}


/* =======================================
****   自動横スクロール ****
======================================= */
#slick_container {
    max-width:880px;
    margin:0 auto 1em;
    position:relative;
}
.autoplay {
    margin: 0 auto;
    max-width: 880px;
    height: auto;
    text-align: center;
    background-color:#f6eadc;
    border:1px solid #ccc;
}
.autoplay li {
    margin: 12px 3px 4px 3px;
}
.product-list__text2 {
    margin-top:5px !important;
    text-align:left !important;
}
.product-list__prices2 {
    font-size:15px;
    margin-top:4px;
    text-align:center !important;
}

/*上書き修正*/
#arrows .slick-prev,
#arrows .slick-next { 
    margin-top: -20px;
    display: block;
    width: 16px;
    height: 40px;
    padding: 0 15px;
    margin-top: 10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
}

#arrows .slick-prev:before, 
#arrows .slick-next:before {
    content:"";
}
#arrows .slick-prev:hover,
#arrows .slick-prev:focus,
#arrows .slick-next:hover,
#arrows .slick-next:focus  {
   color: transparent;
    outline: none;
   background: transparent;
}
#arrows .slick-prev:hover:before,
#arrows .slick-prev:focus:before,
#arrows .slick-next:hover:before,
#arrows .slick-next:focus:before {
    opacity: 1;
}
#arrows .slick-prev.slick-disabled:before,
#arrows .slick-next.slick-disabled:before {
    opacity: .25;
}
#arrows .slick-prev {
    left: -34px;
}
[dir='rtl'] #arrows .slick-prev {
    right: -34px;
    left: auto;
}
#arrows .slick-next{
    right: -35px;
}
[dir='rtl'] #arrows .slick-next {
    right: auto;
    left: -35px;
}
.slick-arrow{ z-index:100; }
.list_name_top {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.list_teika3 {
  font-size:11px;
  margin:-12px 0 10px !important;
  display:block;
}
.product-list__prices3 {
    font-size:15px;
    margin-top:-12px;
}