@charset "utf-8";
/* CSS Document */
.office_casual {
  font-size: 62.5%; /*16px×62.5％＝10px*/
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
}
.office_casual img {
  max-width: 100%;
  height: auto;
}
.office_casual ul li {
  list-style: none;
}
/*---------------------------
main
 --------------------------*/
.office_casual h2 {
border-bottom: solid 3px #888;
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 40px 0 20px;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.office_casual .office_casual--text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 1rem 2.5rem;
}
.office_casual .office_casual--text2 {
  text-align: center;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.office_casual h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #BAA8E7;
  bottom: -3px;
  width: 20%;
}
/*---------------------------
 black title botton
 --------------------------*/
.btn-gradient-radius-l {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  margin: 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background-image: linear-gradient(#bbaae8 0%, #a993e5 100%);
  transition: .4s;
  letter-spacing: 0.2em;
	width: 90%;
}
.btn-gradient-radius-m {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  margin: 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background-image: linear-gradient(#777 0%, #666 100%);
  transition: .4s;
  letter-spacing: 0.2em;
	width: 90%;
}
/*---------------------------
アンダーライン
--------------------------*/
.under {
  background: linear-gradient(transparent 60%, #444 60%);
}
/*---------------------------
イベント商品非表示項目
--------------------------*/
.block-goods-list--sort-order-items {
  display: none;
}
.pager {
  display: none;
}
/*---------------------------
もっと見る非表示
--------------------------*/
.block-link {
  display: none;
}
/*---------------------------
商品上下スペース調整
--------------------------*/
.block-top-event {
  padding: 0 0 20px;
}