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

/* =========================
   共通
========================= */

#smp_free1 *{
  box-sizing:border-box;
}

#smp_free1 img{
  display:block;
  width:100%;
  height:auto;
  border:0;
}

#smp_free1 a{
  text-decoration:none;
}


/* =========================
   メインスライダー
========================= */

#gstageMainSlider{
  width:100%;
  max-width:100%;
  margin:0 auto;
  background:#fff;
}

#gstageMainImageArea{
  position:relative;
  overflow:hidden;
}

#gstageMainTrack{
  display:block;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  font-size:0;
  line-height:0;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}

#gstageMainTrack::-webkit-scrollbar{
  display:none;
}

.gstage-main-slide{
  display:inline-block;
  width:100%;
  min-width:100%;
  vertical-align:top;
  scroll-snap-align:start;
}


/* =========================
   矢印
========================= */

#gstageMainPrev,
#gstageMainNext,
#gstageCoordinatePrev,
#gstageCoordinateNext{
  position:absolute;
  top:50%;
  z-index:20;
  display:flex;
  justify-content:center;
  align-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(0,0,0,.42);
  cursor:pointer;
  transform:translateY(-50%);
}

#gstageMainPrev,
#gstageCoordinatePrev{
  left:10px;
}

#gstageMainNext,
#gstageCoordinateNext{
  right:10px;
}

#gstageCoordinatePrev,
#gstageCoordinateNext i{
  
}

.gstage-arrow-left,
.gstage-arrow-right{
  display:block;
  width:12px;
  height:12px;
}

.gstage-arrow-left{
  border-style:solid;
  border-width:0 0 3px 3px;
  border-color:#fff;
  transform:rotate(45deg);
  padding: 0;
}

.gstage-arrow-right{
  border-style:solid;
  border-width:3px 3px 0 0;
  border-color:#fff;
  transform:rotate(45deg);
  padding: 0 0 0 0.1rem;
}


/* =========================
   ドット
========================= */

#gstageMainDots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  width:100%;
  height:26px;
  margin-top:10px;
  padding-bottom:4px;
  background:#fff;
}


/* =========================
   クーポン
========================= */

.coupon{
  margin:20px 0;
}

.coupon p{
  margin:0 0 14px;
}


/* =========================
   B.R.CHANNEL
========================= */

.br-channel{
  margin:14px 0 12px;
  padding:12px 10px 14px;
  background:#f8f8f8;
  color:#222;
}

.br-channel-sub{
  text-align:center;
  font-size:10px;
  letter-spacing:.16em;
  color:#777;
  margin-bottom:4px;
}

.br-channel-title{
  text-align:center;
  font-size:18px;
  font-weight:600;
  letter-spacing:.08em;
  color:#333;
  margin-bottom:2px;
}

.br-channel-ja{
  text-align:center;
  font-size:12px;
  letter-spacing:.06em;
  color:#555;
  margin-bottom:9px;
}

.br-channel-text{
  text-align:center;
  font-size:11px;
  line-height:1.65;
  color:#555;
  margin-bottom:10px;
}


/* =========================
   動画
========================= */

.video-wrapper{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  background:#000;
}

.video-wrapper iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/* =========================
   ボタン
========================= */

.br-channel-btns{
  margin-top:10px;
  text-align:center;
}

.btn-main,
.btn-sub{
  display:flex;
  justify-content:center;
  align-items:center;
  width:88%;
  max-width:300px;
  min-height:36px;
  margin:0 auto 7px;
  padding:8px 10px;
  font-size:11px;
  line-height:1.4;
  letter-spacing:.06em;
  text-align:center;
  background:#fff;
}

.btn-main{
  border:1px solid #222;
  color:#222;
}

.btn-sub{
  border:1px solid #ccc;
  color:#333;
}


/* =========================
   見出し
========================= */

.news_h2{
  margin-top:24px;
  text-align:center;
}


/* =========================
   コーディネート
========================= */

#gstageCoordinateWrap{
  width:100%;
  overflow:hidden;
  margin:0 auto 24px;
}

#gstageCoordinateStage{
  position:relative;
  overflow:hidden;
}

#gstageCoordinateTrack{
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  gap:12px;
  padding:0 12px 10px;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}

#gstageCoordinateTrack::-webkit-scrollbar{
  display:none;
}

.gstage-coordinate-card{
  flex:0 0 78%;
  width:78%;
  min-width:78%;
  max-width:320px;
}

.coordinate-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px;
  margin-top:8px;
}

.coordinate-links a{
  display:inline-block;
  padding:5px 10px;
  border:1px solid #ddd;
  background:#fff;
  color:#222;
  font-size:11px;
}


/* =========================
   新着商品
========================= */

.new-arrivals{
  width:100%;
  text-align:center;
}

.new-arrivals img{
  width:90%;
  margin:0 auto;
}