@charset "euc-jp";

#mv{
	background:#faf9f7;
	padding:0 0 15px 0;
	position:relative;

}
.slider{
	position:relative;
	height:auto;
	padding-top:15px;
}
.slider:before{
	height:12.2vw;
	width:13vw;
	content:"";
	background:url(https://file003.shop-pro.jp/PA01452/891/images/mv_zoom.png);
	background-repeat: no-repeat;
	position:absolute;
	right:0;
	top:0;
	z-index: 1;
	background-size: cover;
	
}
#mv .bx-viewport img{
	width: 100%;
	height: 40vw;
	max-height: 70vh;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow:none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0;
}
.bx-wrapper .bx-caption {
    background: rgba(0, 0, 0, 0.75)!important;
}
.bx-wrapper .bx-caption span {
    font-family: "Noto Sans JP","Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif!important;;
    display: block;
    font-size: 2.0rem!important;
	font-weight: 700!important;
}
.only_pc{
    display:block;
}
.only_sp{
    display:none;
}
@media screen and (max-width: 850px){
	#mv{
	padding:0;
	}
	#mv .wrapper{
		padding:0;
	}
	.slider{
		padding-top:0;
	}
	.slider:before{
	height:23.5vw;
	width:25vw;
	top:5px;
}
	
	#mv .bx-viewport img{
		height: 70vw;
	}
    .only_pc{
    display:none;
}
.only_sp{
    display:block;
}
}
@media screen and (max-width: 550px){
	#mv .bx-viewport img{
		height: 80vw;
	}
	.bx-wrapper .bx-caption span {
    font-size: 1.7rem!important;
	font-weight: 400!important;
	line-height: 1.5;
}
}


/*---news---*/
#news{
	margin-top:30px;
}
#news section{
	border-bottom:1px solid #cccccc;
}
#news dl{
	font-size:1.6rem;
	justify-content: start;
	align-items: flex-start;
}

#news dt span{
	background:#282222;
	color:#fff;
	font-weight: normal;
	padding:3px 15px;
	margin-right:25px;
}
#news dd p{
	font-size:1.6rem;
}
@media screen and (max-width: 700px){
	#news dt span{
	font-size:1.4rem;
	padding:2px 10px;
	margin-right:0px;
	margin-bottom:5px;
	}
	#news dd p{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	}
	#news dd p:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
}

/*---recommend---*/
#recommend{
	/*background:#faf9f7;*/
}
/*---seller---*/
#seller{
	/*background:#faf9f7;*/
}


/*---おきにいり---*/
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button.favorite-button {
    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
}
button.favorite-button.fav-items {
  color: #ff7373;
}

/*---タグ---*/
#group{
	text-align: center;
	background:url(https://file003.shop-pro.jp/PA01452/891/images/group_bg.jpg) no-repeat;
	background-size:cover;
}
#group h2{
	color:#fff;
	font-size:2.4rem;
}
#group ul{
	display: flex;
	justify-content: center;
	width:90%;
	margin:auto;
	flex-wrap:wrap;
}
#group li a{
	display:inline-block;
	background:#ff9800;
	color:#fff;
	border-radius: 20px;
	padding:5px 20px;
	margin:10px;
}
@media screen and (max-width: 700px){
	#group h2{
	font-size: 4.0vw;
	}
	#group ul{
	width:100%;
	}
	#group li a{
	font-size:3.2vw;
	margin:10px 5px 10px 0;
	padding:5px 10px;
	}
}
@media screen and (max-width: 500px){
	#group h2{
	font-size: 5.0vw;
	}

}

#seller.caution{
	font-size:1.4rem;
	margin-top:15px;
}

#seller.itemlist article{
	width:23%;
	border:1px solid #cccccc;
	background:#fff;
	margin-right:2%;
    margin-bottom:40px;
}
#seller.itemlist article:nth-of-type(3n){
	width:23%;
	margin-right:2%;
}
#seller.itemlist article:nth-of-type(4n){
	margin-right:0%;
}

#seller.itemlist .product_name{
	font-size:1.6rem;
    line-height: 1.4;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

#seller.itemlist .simple_explain{
    display:none;
}

#seller.itemlist article.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin:0;
    }
    #seller.itemlist .more{
      cursor: pointer;
        display:block;
    }

@media screen and (max-width: 700px){
    
    #seller.itemlist article {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right:0;
        margin-bottom: 10px;
        border:none;
        border-bottom:1px solid #ccc;
        margin-top:10px;
    }
    #seller.itemlist article>a{
        display:block;
        width:30%;
    }
    #seller.itemlist article>a figure img{
        margin:10px;
        
    }
    #seller.itemlist article >div{
        display:block;
        width:70%;
        text-align: left!important;
        padding:10px;
    }
    #seller.itemlist .product_name{
	text-align: left;
    }
    #seller.itemlist .model{
	text-align: left;
    }
    #seller.itemlist article{
    opacity: 1;
    transition: all .4s ease 0s;
    overfllow:hidden;
    height:auto;
    } 
    
}

#event .wrapper{
    border-bottom:1px solid #ccc;
    padding-top:40px;
}
#event  h2{
	font-size:2.6rem;
	text-align: center;
	position:relative;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom:10px;
	margin-bottom:20px;
}
#event  h2 span{
	color:#ff9800;
	font-size:1.8rem;
	display:block;
}
#event  h2:after{
	width:40px;
	height:3px;
	background:#ff9800;
	content:"";
	bottom:0;
	left:calc(50% - 20px);
	position:absolute;
}
#event ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	flex-wrap:wrap;
}
#event ul{

  margin:0 auto;
}
#event ul li{
  /* width:23%;*/
width:48%;
 /*width:31%;;*/
    margin-bottom:40px;
}
#event ul li.blk3{
	width:31%;
    margin-bottom:40px;
}
ul.sns-banner {
  width:60%;
  margin:40px auto!important;
}
ul.sns-banner li{
	width:48%;
}
@media screen and (max-width: 700px){
/*#event ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-fleection: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  */
 #event ul,
    #event ul li,
	#event ul li.blk3{
     width:100%;
      /*  width:48%;*/
    }

    #event h2{
	font-size:4.5vw;
	}
	#event h2 span{
	font-size:4.0vw;
	}
	#event h2:after{
	width:30px;
	left:calc(50% - 15px);
	position:absolute;
    }
    ul.sns-banner {
      width:100%;
      margin:40px auto 0 auto!important;
    }
    ul.sns-banner li img{
    max-width: 80% !important;
     padding-bottom:15px;
    }
}