@charset "utf-8";
/* CSS Document */


.block-link { 
  display: none;
}

#reikan .box1 {
  margin: 2em auto;
  padding: 1em;
  width: 100%;
  text-align: center;
}

#reikan .box1_p {
  font-feature-settings: "palt";
/*  letter-spacing: 0.05em; */
	line-height:2.0em;
}

#reikan .box2 {
  display: flex;
  justify-content: space-around;
}

#reikan .box2-1 {
  margin: 0.5em;
  padding: 0.5em;
}

#reikan .box2-1 img {
  padding: 1.5em auto;
  margin-top: 1.0em;
}

#reikan .box_text {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color:#FFF;
  padding: 0.5em;
  background-color: #000;
  border-radius: 0.5em;
  font-size: 0.8em;
}
#reikan .box_text:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #000 transparent;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}

#reikan .matb {
  margin: 40px auto 20px;
}

/* 商品カテゴリタイトル 下線デザイン変更 */
.block-section--header span, .block-brand-list--goods-header span {
  border-bottom: 3px solid #25496f;
}

/* 子カテゴリの上下の余白を消す */
.block-top-event {
  padding-top: 0px;
  padding-bottom: 0px;
}

#reikan .back_mens {
  background-color: #E3EDFB;
  padding: 0.5em;
}

#reikan .back_ladies {
  background-color: #FCEAEA;
  padding: 0.5em;
  margin-bottom: 3em;
}

#reikan .back_other {
  background-color: #FAF7E5;
  padding: 0.5em;
  margin-bottom: 3em;
}





