@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;
}

#jewelry {
  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;
}

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

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

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

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

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

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

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

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

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

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

#jewelry .subtitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  content: '';
  background: linear-gradient(90deg, #775a1f 0%, #e9bb76 47.28%, #88672f 100%);
  translate: -50%;
}

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

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

#jewelry .pic_area {
  background-image: url(/img/usr/category/c42369/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

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

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

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

/* list_all ----------------- */
#jewelry .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;
}

#jewelry .list_all li {
  background-color: #C84018;
  position: relative;
  width: 100%;
}

#jewelry .list_all_link {
  color: #fff;
  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;
}

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

#jewelry .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;
}

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

/*  pic_area ----------------- */
#jewelry .pic_area .pic_in {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#jewelry .pic_area .pic_in .pic_box {
  margin-top: 20px;
  position: relative;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 14px 2px #b3b3b3;
  border-radius: 0px;
  max-width: 500px;
}

#jewelry .pic_area .pic_in .pic_box:nth-child(odd) {
  margin-right: 0;
  margin-left: auto;
}

#jewelry .pic_area .pic_in .pic_box>a .pic_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#jewelry .pic_area .pic_in .pic_box>a .pic_item .pic_img {
  width: 40%;
}

#jewelry .pic_area .pic_in .pic_box>a .pic_item .pic_txt {
  width: 60%;
  display: grid;
  place-items: center;
  text-align: left;
  color: #333;
  font-weight: bold;
}

#jewelry .pic_area .pic_in .pic_box>a .pic_item>p {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #9D8C56;
  color: #fff;
  font-weight: bold;
  width: 120px;
  padding: 6px 0;
  font-size: 12px;
}

/*  moreBtn ----------------- */
#jewelry .moreBtn {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 40px;
}

#jewelry .moreBtn a {
  display: block;
  background-color: #1D3D5E;
  color: #fff;
  max-width: 600px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #fff;
  outline: 3px solid #1D3D5E;
  background-color: #1D3D5E;
  position: relative;
}

#jewelry .moreBtn a div {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 23px;
}

#jewelry .moreBtn a .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
}

#jewelry .moreBtn a .arrow::before,
#jewelry .moreBtn a .arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1.6px;
}

#jewelry .moreBtn a .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1.6px;
}

#jewelry .moreBtn a .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.6px;
}


/* ページカラー設定 */
.pane-contents,
.pane-topic-path,
main.pane-main,
.block-goods-list--pager-top .pagination{
  background-color: #fdeff5;
}
.block-leftmenu-filter-btn--clear,
.block-category-style-g--item a {
  background-color: #ffffff;
}
.block-category-style-g--item .block-category-style--body-current,
.block-genre-style--item .block-genre-style--body-current {
  background-color: #fccfe9;
}
#jewelry .search_area,
#jewelry .subtitle span {
  background-color: #ffffff;
}
#jewelry .title {
  color: #eb6ea5;
}
#jewelry .subtitle {
  color: #735326;
}
#jewelry .subtitle:before {
  background: linear-gradient(90deg, #88672f 0%, #999566 50%, #88672f 100%);
}
#jewelry .list_all li {
  background-color: #fa9ec6;
}


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

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

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

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

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

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

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

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

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

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

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

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

  /*  moreBtn ----------------- */
  #jewelry .moreBtn {
    padding-top: 60px;
  }

  /* ページカラー設定 */
  /* .search_area ----------------- */
  #jewelry .search_area{
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
  #jewelry .search_area section:last-child .list_all{
    margin-bottom: 0;
  }

}