@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;
}
.page-category .block-top-event--goods, .page-genre .block-top-event--goods, .page-event .block-top-event--goods {
  padding: 0;
}

#s_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;
}

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

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

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

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

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

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

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

#s_watch .title {
  font-size: 46px;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  letter-spacing: .08em;
  line-height: 1;
  padding: 0 5px;
  color: #3A7513;
  margin-bottom: 40px;
  margin-top: 0px;
}

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

#s_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: #000000;
  margin-bottom: 20px;
}

#s_watch .subtitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  content: '';
  background: #000000;
  translate: -50%;
}

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

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

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

/* topic_area */
#s_watch .topic_area {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 12px 16px;
  color: #E05F19;
  font-weight: 800;
  font-size: 24px;
}

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

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

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

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

#s_watch .list_all li {
  background-color: #3A7513;
  position: relative;
  width: 100%;
}

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

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

#s_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;
}

#s_watch .kind_list .list_all_link_inner {
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .1em;
}

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

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

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

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

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

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

#s_watch .pic_area .pic_in .pic_box>a .pic_item>p {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fcb300;
  color: #1D3D5E;
  font-weight: bold;
  width: 120px;
  padding: 6px 0;
  font-size: 12px;
  border-radius: 20px 0 0 0;
}

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

#s_watch .moreBtn a {
  display: block;
  background-color: #c4dbea;
  color: #fff;
  max-width: 600px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  border: 1px solid #fff;
  outline: 3px solid #c4dbea;
  background-color: #c4dbea;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 0px 14px 2px #fff;

}

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

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

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

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

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

.swatch-goods-header {
  padding-inline: 20px;
  padding-top: 25px;
  margin-bottom: 30px;
}
.swatch-goods-hdg {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: unset;
  position: relative;
}
.swatch-goods-hdg::before {
  content: '';
  background-color: #E05F19;
  height: 5px;
  width: 100%;
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%;
}
.swatch-goods-hdg-square {
  background-color: #E05F19;
  display: inline-block;
  font-weight: bold;
  padding: 8px 38px 5px;
  transform: skew(-20deg);
}
.swatch-goods-hdg-square-inner {
  color: #fff;
  display: inline-block;
  transform: skew(20deg);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: unset;
}
.swatch-goods-hdg-en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  letter-spacing: .1em;
  text-align: center;
}
.swatch-goods-footer {
  padding-bottom: 30px;
  padding-inline: 20px;
}
.swatch-goods-lay-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
}
.swatch-goods-lay-btn a {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: calc(35 / 15);
  padding: 5px 24px;
  position: relative;
  text-align: center;
  min-width: 220px;
}
.swatch-goods-lay-btn a::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  rotate: -45deg;
}
.swatch-goods-header + .block-top-event--goods {
  padding-inline: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.swatch-goods-header + .block-top-event--goods .block-thumbnail-t {
  gap: 30px;
}
.swatch-goods-header + .block-top-event--goods .block-thumbnail-t--goods {
  width: 190px;
  margin: unset;
}

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

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

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

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

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

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

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

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

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

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

  .swatch-goods-header {
    padding-inline: 25px;
  }
  .swatch-goods-footer {
    padding-inline: 25px;
    padding-bottom: 50px;
  }
  .swatch-goods-header + .block-top-event--goods {
    padding-inline: 25px;
  }
}