@charset "UTF-8";

/* 全体共通部分変更 ----------------- */
/* ナビ削除 */
.block-genre-page--sub {
  display: none;
}

/* ジャンルの背景色変更背景色変更 */
.block-genre-page {
  background-color: #f9cf99;
}

.block-genre-page--goods {
  background-color: #fff;
}

/* リード文/PC・SP切り替え ----------------- */
.sp_read {
  display: block;
}

.pc_read {
  display: none;
}

@media screen and (min-width:768px) {
  .sp_read {
    display: none;
  }

  .pc_read {
    display: block;
  }
}


/* 共通設定 ----------------- */
* {
  margin: 0;
  padding: 0;
}

#bc {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  background-color: #f9cf99;
  font-size: 20px;
}

#bc img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

#bc a {
  text-decoration: none;
  cursor: pointer;
}

#bc a:hover {
  opacity: .8;
}

#bc ul,
#bc li {
  list-style: none;
}

#bc .row {
  padding-top: 35px;
  padding-bottom: 20px;
}

#bc .row:first-child {
  padding-top: 0px;
}

#bc .row:last-child {
  padding-bottom: 40px;
}

#bc .title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: zen-kaku-gothic-new, sans-serif;
  background: linear-gradient(transparent 50%, #fff2bb 50%);
  display: inline-block;
  padding: 0 5px;
  color: #5e1d00;
}

/* list_all_design ----------------- */
#bc .list_all li {
  border: 4px solid #fff;
  border-radius: 10px;
}

#bc .list_all li.ladies {
  background-color: #ea4d07;
}

#bc .list_all li.mens {
  background-color: #f18700;
}

#bc .list_all li.kids {
  background-color: #ed6d34;
}

#bc .list_all li a {
  display: block;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#bc .list_all li a.line3 {
  padding-top: 15px;
  padding-bottom: 15px;
}


#bc .list_all li a p {
  font-weight: 600;
}

#bc .list_all li a p.sex {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  color: #fff2bb;
  font-weight: 500;
  margin-bottom: 1px;
}

#bc .list_all li a p.sub {
  line-height: .8;
}

/* pick_list ----------------- */
#bc .pick_list {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#bc .pick_list li {
  max-width: 500px;
  width: 100%;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#bc .pick_list li a {
  padding-top: 15px;
  padding-bottom: 15px;
}

#bc .pick_list li a div {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 34px;
}

#bc .pick_list li a .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
}

#bc .pick_list li a .arrow::before,
#bc .pick_list li a .arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1.6px;
}

#bc .pick_list li a .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1.6px;
}

#bc .pick_list li a .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.6px;
}

/* items_list/sec01,sec02 ----------------- */
#bc .items_list {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#bc .items_list li {
  max-width: 500px;
  width: 45%;
  margin-bottom: 10px;
}

#bc .items_list::after {
  content: "";
  display: block;
  max-width: 500px;
  width: 45%;
  height: 0;
  border: 4px solid transparent;
}

/* deco ----------------- */
#bc .deco {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#bc .deco img {
  max-width: 280px;
  width: 36%;
}


/* 画面サイズが768pxからはここを読み込む */
@media screen and (min-width:768px) {

  /* 共通設定 ----------------- */
  #bc .row {
    padding-bottom: 45px;
    padding-top: 30px;
  }

  #bc .row:last-child {
    padding-bottom: 60px;
  }

  #bc .title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  /* pick_list ----------------- */
  #bc .pick_list {
    padding-bottom: 30px;
  }

  #bc .pick_list li {
    width: 30%;
  }

  #bc .pick_list li::after {
    width: 30%;
  }

  /* .item_list ----------------- */
  #bc .items_list li {
    width: 22%;
  }

  #bc .items_list::after {
    width: 22%;
  }

  /* sec02 ----------------- */
  /* ▼ 3カラムの場合のみ表示 */
  #bc .sec02 .items_list li {
    width: 30%;
  }

  #bc .sec02 .items_list::after {
    width: 30%;
  }

}