@charset "utf-8";
/* CSS Document */
/*---------------------------
調整
 --------------------------*/
/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}
/* 表示形式を非表示にする */
.block-goods-list--sort-order-items {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list--pager-top {
  display: none;
}
/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom {
  display: none;
}
/*---------------------------
adobefont
 --------------------------*/
#casualshoes-lp {
  font-family: "happy-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*---------------------------
top
 --------------------------*/
.casualshoes-top {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.casualshoes-top h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 40px 0;
}
.casualshoes-top p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
/*---------------------------
tittle
 --------------------------*/
.casual-s--tittle {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.casual-s--tittle h3 {
  position: relative;
  margin: 1.5rem 0 2.5rem 0;
  padding: 0.5rem;
  box-shadow: 0 15px 10px -5px rgba(0, 0, 0, .3);
  background-color: #fcf8eb;
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  width: 90%;
}