/*メインビジュアル*/
body > .wrapper {
  overflow-x: hidden;
}
#top_main_visual {
	overflow: unset;
}
/*メインビジュアル*/

/*商品を探す*/
.block-goods-search {
  background: #F7F9FA;
  padding: 40px 15px 50px;
}
.block-goods-search h2 {
  color: #2C2C2C;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 20px;
  width: max-content;
}
.block-goods-search-main {
  max-width: 1200px;
  margin: 0 auto;
}
.block-goods-search-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px 15px;
}
.block-goods-search-main ul a {
  text-decoration: none;
}
.block-goods-search-main ul li {
  width: calc((100% / 3) - 15px);
}
.block-goods-search-main ul li img {
  max-width: 100%;
}
.block-goods-search-main ul p {
  font-size: 13px;
  text-align: center;
  color: #222222; 
}
.block-goods-search-main ul img {
  margin-bottom: 10px;
}
/*商品を探す*/

/*PICK UP*/
.block-top-event-block .block-top-event-main.styleT .block-thumbnail-t--goods-image figure {
	margin-left: auto;
	margin-right: auto;
}
.block-top-event-block .block-top-event-main.styleT .block-top-pickup--header img { 
	width: 100%;
}
.block-top-event-block .block-top-event-main.styleT:nth-child(odd) .block-top-pickup--detail {
  background: #FF93B3;
}
.block-top-event-block .block-top-event-main.styleT:nth-child(odd) .block-top-pickup--detail p {
  color: #FFF;
}
.block-top-event-block .block-top-event-main.styleT:nth-child(even) .block-top-pickup--detail {
  background: #F4F1DE;
}
.block-top-event-block .block-top-event-main.styleT:nth-child(even) .block-top-pickup--detail p {
  color: #006B6C;
}
/*PICK UP*/

/*最近チェックした商品*/
#block_of_itemhistory .swiper-button-prev,
#block_of_itemhistory .swiper-button-next { display: none !important;}
#block_of_itemhistory:has(.block-thumbnail-t--goods) .swiper-button-prev,
#block_of_itemhistory:has(.block-thumbnail-t--goods) .swiper-button-next { display: flex !important;}
/*最近チェックした商品*/

/*ブランドから探す*/
.block-brand-list {
  background: unset;
  border: none;
}
/*ブランドから探す*/


/*店舗を探す*/
.block-shop-search a {
  height: 252px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: url(../img/top/sb/shopsearch.png) center center no-repeat;
  background-size: 100% 252px;
  text-decoration: none;
}
.block-shop-search h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 20px;
}
.block-shop-search p {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
.block-shop-search span {
  width: calc(100% - 80px);
  height: 46px;
  font-size: 15px;
  font-weight: 500;
  color: #003D6D;
  border-radius: 32px;
  margin: 20px 40px 0;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.block-shop-search a:hover {
  opacity: 0.8;
}
/*店舗を探す*/

/*コンテンツを探す*/
.block-title.contents-search {
  margin: 48px 0 34px;
}

.block-features-list h3 {
  text-align: center;
  margin: 0 0 30px;
  padding: 28px 0 0;
  font-size: 20px;
  color: #2C2C2C;
  position: relative;
}

.block-features-list h3::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 15px;
  background: #6D889D;
}

.block-features-list {
  padding: 0;
  margin-bottom: 30px;
}

.block-features-list ul {
  margin: 0 15px 30px;
}
/*コンテンツを探す*/
