@charset "UTF-8";

/* リード文/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;
}

.block-category-list-head {
  padding-bottom: 30px;
}
.block-category-list--header-img {
  margin-bottom: 0;
}
.block-category-list--header {
  display: none;
}
.block-category-list--comment {
  display: none;
}
.block-category-list--sub {
  margin: 0;
}

#b_watch {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

#b_watch img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

#b_watch a {
  text-decoration: none;
  cursor: pointer;
}

#b_watch a:hover {
  opacity: .8;
}

#b_watch ul,
#b_watch li {
  list-style: none;
}

#b_watch > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#b_watch .row {
  padding-top: 30px;
  padding-bottom: 20px;
}

#b_watch .row:first-child {
  padding-top: 0px;
}

#b_watch .title {
  font-size: 40px;
  font-weight: 400;
  font-family: "Castoro", serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 5px;
  color: #633E24;
  margin-bottom: 40px;
  margin-top: 0px;
}

#b_watch .title span {
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: .05em;
  display: block;
  margin-bottom: 9px;
}

#b_watch .subtitle {
  font-size: 20px;
  letter-spacing: .05em;
  line-height: calc(32 / 20);
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-weight: bold;
  color: #7F3509;
  margin-bottom: 20px;
}

#b_watch .subtitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  content: '';
  background: linear-gradient(90deg, #9e4200 0%, #db8141 47.28%, #9e4200 100%);
  translate: -50%;
}

#b_watch .subtitle span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

#b_watch .search_area {
  background-color: #fff;
}

/* topic_area */
#b_watch .topic_area {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 12px 16px;
  font-family: "Shippori Mincho", serif;
  color: #B45600;
  font-weight: 800;
  font-size: 24px;
}

#b_watch .topic_area::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(45deg);
  box-sizing: border-box;
  background-color: currentColor;
  position: relative;
  bottom: 7px;
}

#b_watch .topic_area::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-45deg);
  box-sizing: border-box;
  background-color: currentColor;
  position: relative;
  bottom: 7px;
}

#b_watch .topic_area > span {
  font-size: 40px;
}

/* list_all ----------------- */
#b_watch .list_all {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding-inline: min(20px, calc(20 / 430 * 100vw));
  max-width: 850px;
  margin-inline: auto;
  margin-bottom: 40px;
}

#b_watch .list_all li {
  background-color: #7F3500;
  position: relative;
  width: 100%;
}

#b_watch .list_all_link {
  color: #FAEDC7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(22px, calc(22 / 430 * 100vw));
  font-weight: 600;
  min-height: 70px;
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}

#b_watch .list_all_link span:not(.list_all_link_inner) {
  font-size: min(16px, calc(16 / 430 * 100vw));
}

#b_watch .list_all_link::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: min(20px, calc(20 / 430 * 100vw));
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  rotate: -45deg;
}

#b_watch .price_list li a {
  font-size: min(30px, calc(30 / 430 * 100vw));
}

/* 画面サイズが768pxからはここを読み込む */
@media screen and (min-width:768px) {

  /* 共通設定 ----------------- */
  .block-category-list-head {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  #b_watch .row {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  #b_watch .title {
    margin-bottom: 40px;
  }

  #b_watch .subtitle {
    margin-bottom: 30px;
  }

  #b_watch .subtitle:before {
    width: calc(100% - 50px);
  }

  /* list_all ----------------- */
  #b_watch .list_all {
    gap: 20px;
    padding-inline: unset;
    margin-bottom: 50px;
  }

  #b_watch .list_all_link {
    font-size: 22px;
    font-size: min(22px, calc(22 / 430 * 100vw));
  }

  #b_watch .list_all_link span:not(.list_all_link_inner) {
    font-size: 16px;
    font-size: min(16px, calc(16 / 430 * 100vw));
  }

  #b_watch .list_all_link::after {
    right: 40px;
  }

  #b_watch .price_list li a {
    font-size: 30px;
  }

  /* kind_list ----------------- */
  #b_watch .kind_list li {
    width: calc((100% - 40px) / 3);
  }

  /* .price_list ----------------- */
  #b_watch .price_list li {
    width: calc((100% - 20px) / 2);
  }
}