#slider img {
  width:100%;
}

.container_top {
  width: 100%;
  margin: 0;
  padding: 0 0 3em;
}

.top_smf {
  display:none!important;
  padding: -2em 0 0;
}

.top_smf .fl_left{
  float: left;
display:inline-block;
    padding: 0.5em 0 0;
}

.top_smf .fl_left img{
    padding: 0 10px 0 0;
}

.top_smf .fl_left .picbrand{
  font-weight: bold;
  font-size:13px;
  padding: 30px 0 0;
  line-height: 150%;
}

.top_smf .fl_left .picitem {
  font-size: 12px;
  line-height: 150%;
  padding: 10px 0 0;
}

.top_smf .fl_left .picprice {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 0;
}

.top_smf .fl_left .picprice span {
  font-size: 11px;
  padding: 0 0 0 5px;
  color:#8f8f8f;
}



@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.top_smf	{ 
  display:inline-block!important;
  padding: 0 15px 3em ;
  }
}


.ft_wrap {
  padding: 3em 0;
  overflow: hidden;
}

.ft_wrap h2{
  padding: 0 0 1em;
}

.ft_wrap .f_wrap{
        width: 100%;
        padding: 0 15px 3em;
  }
.ft_wrap .t_wrap{
        width: 100%;
        padding: 0 15px;
}

.sdm_warp_topics {
	padding: 1em 0 0;
}

.top_slide {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
    .ft_wrap {
        max-width: 1150px;
        margin: 0 auto;
        padding: 6em 0;
  }
      .ft_wrap .f_wrap{
        max-width: 500px;
        padding: 0 25px 0 50px;
  }
       .ft_wrap .t_wrap{
        max-width: 500px;
        padding: 0 50px 0 25px;
  }
  .sdm_warp_topics {
	padding: 2em 0 1em ;
}
  .top_slide {
  float:left;
}
}

/** md **/
@media (min-width: 768px) {
  .container_top {
  padding: 0 0 6em;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .container_top {
  }
}  

/** xl **/
@media (min-width: 1280px) {
  .container_top {
    max-width: 1600px;
  }
}

.top_slide_item {
  padding: 0;
  margin: 0;
  overflow: hidden;
}


.top_pushitem {
   width: 100%;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px){
  .top_pushitem { 
    display: none!important; 
  }
}


.top_pushitem .push_img {
	position: relative;
}

.top_pushitem .push_img img {
	width: 100%;
}

.top_pushitem .push_img .push_icon {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius:50%;
	background: #000;
	color: #fff;
	width:100px;
    height:100px;
    display: flex;
  justify-content: center;
  align-items: center;}

.top_pushitem a {
	opacity: 1;
}

.top_pushitem a:hover {
	opacity: 1;
}


/* 商品カード（トップ、商品一覧、商品検索、お気に入り） */
.top_slide,.top_pushitem {
  text-align: center;
  position: relative;
}

.top_slide,.top_pushitem > a {
  /*padding: 5%枠の有無
background:#f9f9f9;*/
  display: block;
}

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}


#box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gradient-border {
  --borderWidth: 3px;
  background: #fff;
  position: relative;
  border-radius: var(--borderWidth);
}


.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/** スライドショー slick **/
.container-slider {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 35px;
}

/* スライドショー */
#slider {
  opacity: 0;
  transition: opacity .3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}
/* スライド画像にホバーしたとき */
#slider .slick-slide a:hover {
  opacity: 1;
}

#slider.slick-slider {
  margin-bottom: 0;
  /* 画像が小さい場合*/
  /*margin: 0 auto;
  max-width: 1920px;*/
  background-color: #fff;
}

/* 画像中央を切り抜く */
#slider .slick-slide img {
  height: calc(70vh - 110px);
  object-fit: cover;/*IE11では使えないスタイル。スマホ用なので問題ない*/
}

/* 画像の左上を切り抜く（場合に応じて、上の代わりにこちらを使う）
#slider .slick-slide img {
  max-width: initial;
  height: calc(70vh - 110px);
}
*/

/* スライドショーのドットのサイズ */
#slider .slick-dots li button::before {
  font-size: 10px;
}

#slider .slick-dots {
  margin-left: 0;
  bottom: 20px;
}

/* slick キャプション */
#slider .slick-slide {
  position: relative;
}

#slider .slick-slide .caption {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-family: roboto;
  font-size: 1em;
  width: 100%;
  height: auto;
  display: block;
  max-width: 1170px;
  text-align: center;
  transition: .3s;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

#recommend,
#seller {
  opacity: 0;
  transition: opacity .3s linear;
}

#recommend.slick-initialized,
#seller.slick-initialized {
  opacity: 1;
}

#recommend .slick-list,
#seller .slick-list {
  margin: 0 -7.5px;
}

#recommend .slick-prev,
#recommend .slick-next,
#seller .slick-prev,
#seller .slick-next {
  transition: .3s;
  opacity: 0.4;
  display: none;
  width: 35px;
}

#recommend .slick-prev:hover,
#recommend .slick-next:hover,
#seller .slick-prev:hover,
#seller .slick-next:hover {
  opacity: 1;
}

#recommend .slick-prev,
#seller .slick-prev {
  left: 0;
}

#recommend .slick-next,
#seller .slick-next {
  right: 0;
}

@media (min-width: 768px) {
  .slick-slide img {
    max-width: 100%;
    height: auto;
  }

  .top-section {
    margin-top: 60px;
  }
  
  .ts-para {
    margin-top: 30px;
  }
  
  .top-section.ts-info {
    margin-top: 0;
  }

  .ts-banner1 {
    font-size: 1.2em;
  }

  .ts-banner2 {
    font-size: 1.2em;
    margin-top: 0;
  }

  .ts-banner1-text,
  .ts-banner2-text {
    font-size: 1.2em;
  }

  .ts-story-texts {
    padding: 18px 0 35px 35px;
  }

  .ts-freespace-link {
    padding: 0 7.5px;
  }

  .ts-info-lists {
    width: 75%;
    margin-right: auto;
    margin-left: auto;    
  }

  .banner-text {
    font-size: 1.5em;
  }

  #slider .slick-slide .caption {
    font-size: 2em;
  }

  #slider .slick-dots {
    bottom: 0;
  }

}

@media (min-width: 1024px) {
  .ts-info-lists {
    width: 50%; 
  }
}

/* Instagram *****************************************************/

.box-instagram #scroller {
	width: 100%;
	max-width: 1200px;
	margin: 6em auto;
}

.box-instagram ul {
	text-align:center;
	line-height: 0;
}

.box-instagram .instasbox,
.box-instagram li {
	width: 240px;
	height: 240px;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	position: relative;
vertical-align: middle;}

.box-instagram .instasbox img,
.box-instagram li img {
	width: 240px;
	height: auto;
vertical-align: middle;}

.box-instagram .instasbox a,
.box-instagram li a {
	display: inline-block;
}

.box-instagram .instasbox a::before,
.box-instagram li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	transition:all 0.3s ease;
	-webkit-transition: all .3s;
}

.box-instagram .instasbox a::after,
.box-instagram li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/icon_insta2.png") no-repeat center center;
	background-size: 30px 30px;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	transition:all 0.3s ease;
	-webkit-transition: all .3s;
}

.box-instagram .instasbox a:hover::after,
.box-instagram .instasbox a:hover::before,
.box-instagram li a:hover::after,
.box-instagram li a:hover::before {
	opacity: 0.3;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

.box-instagram a .tag-caps {
	position: absolute;
	left: 5%;
	bottom:-60px;
	display: block;
	overflow: hidden;
	width: 90%;
	height: 60px;
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	transition:all 0.3s ease;
	-webkit-transition: all .3s;
	line-height: 160%;
	font-size: 12px;
}

.box-instagram a:hover .tag-caps {
	color: #FFF;
	bottom:20px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}


@media(max-width:640px){

.box-instagram #scroller {
    margin: 3em auto;
}
.box-instagram .instasbox,
.box-instagram li {
	width: 50%;
	height: 50vw;
}
.box-instagram .instasbox img,
.box-instagram li img {
	width: 100%;

}

.box-instagram a .tag-caps {
	display: none;
}

}






