@charset "utf-8";
/* CSS Document */

#stepin_shoes{
  font-family: "uddigikyokasho-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height:1.6em;
  color: #1D1D1D;
	-webkit-text-size-adjust: 100%;
}


/*:: フォント :::::::::::::::::::::::*/

#stepin_shoes .font_cg400 {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: italic;
}

#stepin_shoes .font_cg700 {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
}

#stepin_shoes .font_sg500 {
  font-family: sawarabi-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}



#stepin_shoes .patb_1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

#stepin_shoes ruby rt {
  padding: 1em;
}


#stepin_shoes .stepin_intro {
  margin: auto;
  text-align: center;
}

#stepin_shoes h2 {
  font-size: 7vw;
  font-size: min(7vw,48px);
}

#stepin_shoes p {
  padding: 0em 1.5em 1em;
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
  text-align: left;
}

#stepin_shoes .stepin_img {
  margin: 1em auto 0;
  padding: 0.5em 0.5em 0;
  text-align: right;
}



#stepin_shoes .box {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

/*:: ページ内リンク :::::::::::::::::::::::*/

#stepin_shoes .navi_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2em auto;
}

#stepin_shoes .mini {
  font-size: 0.5rem;
}

#stepin_shoes .ttl_page_link {
  font-weight: bold;
  padding: 0.5em 1em;
  position: relative;
  margin: 0.2em;
  text-align: center;
}

#stepin_shoes a {
  text-decoration : none;
  color: #1D1D1D;
}

#stepin_shoes h3 {
  font-size: 5.5vw;
  font-size: min(5.5vw,30px);
}



#stepin_shoes .session_ttl {
  text-align: center;
}



/*::::::::::::::::::::::::::::::::::
　デフォルト表示調整
:::::::::::::::::::::::::::::::::::*/

/*:: もっと見るを非表示にする :::::::::::::::::::::::*/
.block-link { 
  display: none;
}

.btn-more-link {
  margin-top: 30px;
  text-align: center;
}

.btn-more-link--link {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #363636;
  background: #FFF;
  border: solid 1px #363636;
  border-radius: 10px;
}

/*:: イベント上部の余白調整 :::::::::::::::::::::::*/
.block-top-event {
  padding: 30px 0px;
}

/*:: 商品サムネイル中央寄せ :::::::::::::::::::::::*/
.block-thumbnail-t {
  display: flex;
  justify-content: center;
}

/*:: サムネイル商品名左寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
    text-align: left;
}

/*:: 表示形式を非表示にする :::::::::::::::::::::::*/
.block-goods-list--sort-order-items{ 
  display: none;
}
.block-goods-list--display-style-items {
  display: none;
}

/*:: 表示件数（上）を非表示にする :::::::::::::::::::::::*/
.block-goods-list--pager-top{ 
  display: none;
}

/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom{ 
  display: none;
}


