@charset "UTF-8";
/* --------------------------------------------------
  /bc/images/net-s_tokushu/201811_category_search_box.css
-------------------------------------------------- */
#category_result_pageNav {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

#category_result_pageNav ul {
  font-size: 0;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

#category_result_pageNav ul li {
  display: inline-block;
  height: 36px;
  min-height: 25px;
  margin: 0 1% 2% 0 !important;
  padding: 0;
  vertical-align: top;
  max-width: 36px;
  min-width: 27px;
  width: 6%;
}

#category_result_pageNav ul li:last-child {
  margin: 0 0 2% 0;
}

#category_result_pageNav ul li {
  border: 1px solid #dcdcdc;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#category_result_pageNav ul li:last-child {
  margin-right: 0 !important;
}

#category_result_pageNav ul li.longcell {
  display: inline-block;
  height: 36px;
  vertical-align: top;
  max-width: 113px;
  min-width: 60px;
  width: 15%;
}

#category_result_pageNav ul li span {
  display: block;
  font-size: 12px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#category_result_pageNav ul li a {
  color: #4d4d4d;
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

#category_result_pageNav ul li.active a,
#category_result_pageNav ul li a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

/* --------------------------------------------------
  layout
-------------------------------------------------- */
.pbFluidStyle #cduWrap {
  padding: 0 15px;
  width: 100%;
  max-width: 1530px;
  min-width: 1030px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------------------------------------
  searchWrap
-------------------------------------------------- */
#searchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1;
}
#searchWrap *,
#searchWrap *::before,
#searchWrap *::after {
  font: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#searchWrap *::after {
  visibility: visible;
  content: none;
}
#searchWrap ul {
  list-style: none;
}
#searchWrap button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#searchWrap button:hover {
  opacity: 0.8;
}
#searchWrap label {
  cursor: pointer;
}

/* --------------------------------------------------
  searchMain
-------------------------------------------------- */
#searchMain {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 240px - 30px);
}

/* --------------------------------------------------
  searchSide
-------------------------------------------------- */
#searchSide {
  width: 240px;
}

/* --------------------------------------------------
  searchMainRecommend
-------------------------------------------------- */
#searchMainRecommend {
  margin-bottom: 20px;
  padding-left: 10px;
}
#searchMainRecommend dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #f2e6b4;
}
#searchMainRecommend dl dt {
  width: 115px;
  text-align: center;
  font-weight: bold;
  color: #987c12;
}
#searchMainRecommend dl dd {
  padding: 7px 7px 7px 0;
}
#searchMainRecommend a {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#searchMainRecommend a:hover {
  opacity: 0.8;
}
#searchMainRecommend a > * {
  float: left;
}
#searchMainRecommend a p {
  margin-left: 10px;
  line-height: 1.4;
}
#searchMainRecommend a p em {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #2184e0;
}

/* --------------------------------------------------
  searchMainSort
-------------------------------------------------- */
#searchMainSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
}
#searchMainSort p {
  font-size: 13px;
}
#searchMainSort p span {
  font-size: 12px;
}
#searchMainSort .search-form {
  overflow: hidden;
}
#searchMainSort .search-form select {
  float: left;
  margin-left: 10px;
  padding-left: 0.5em;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  height: 24px;
  background: #fff;
  font-size: 13px;
}

/* --------------------------------------------------
  searchMainList
-------------------------------------------------- */
#searchMainList {
  padding-bottom: 30px;
}
#searchMainList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#searchMainList ul li {
  margin-left: 10px;
  width: 187px;
}
#searchMainList a {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
#searchMainList a:hover .search-img {
  border-color: #2184e0;
}
#searchMainList a:hover .search-title {
  color: #2184e0;
}
#searchMainList .search-img {
  position: relative;
  border: 1px solid #aba9a7;
  height: 187px;
  overflow: hidden;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
#searchMainList .search-img img {
  width: 100%;
}
#searchMainList .search-img:hover {
  overflow: visible;
}
#searchMainList .search-img:hover .serch-thumb {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#searchMainList .serch-thumb {
  position: absolute;
  bottom: 95%;
  right: 9px;
  padding: 15px;
  border: 1px solid #999;
  border-radius: 10px;
  background: #fff;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0;
  transition: opacity 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
#searchMainList .serch-thumb::before, #searchMainList .serch-thumb::after {
  position: absolute;
  top: 100%;
  right: 45px;
  border: solid transparent;
  width: 0;
  height: 0;
  content: "";
}
#searchMainList .serch-thumb::before {
  margin-right: -11px;
  border-width: 11px;
  border-top-color: #999;
}
#searchMainList .serch-thumb::after {
  margin-right: -10px;
  border-width: 10px;
  border-top-color: #fff;
}
#searchMainList .serch-thumb img {
  width: 60px;
}
#searchMainList .serch-thumb img ~ img {
  margin-left: 15px;
}
#searchMainList .search-icon {
  padding: 3px 0 8px 3px;
  font-size: 0;
}
#searchMainList .search-icon img {
  margin: 3px 3px 0 0;
}
#searchMainList .search-title {
  margin-bottom: 8px;
  word-break: break-all;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#searchMainList .search-plice {
  text-align: center;
  color: #808080;
}

/* --------------------------------------------------
  searchSideResult
-------------------------------------------------- */
#searchSideResult {
  margin-bottom: 20px;
  padding: 8px 8px 17px;
  border: 2px solid #dcdcdc;
  background: #eaeaea;
}
#searchSideResult p {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
#searchSideResult .search-form {
  position: relative;
  text-align: center;
  font-size: 14px;
}
#searchSideResult input {
  margin-bottom: 11px;
  padding: 0 23px 0 0.5em;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  background: #fff;
  height: 24px;
  line-height: 22px;
}
#searchSideResult input:placeholder-shown ~ .search-btn-clear {
  display: none;
}
#searchSideResult .search-btn-clear {
  position: absolute;
  top: 4px;
  right: 4px;
  padding-top: 3px;
  border-radius: 9px;
  width: 16px;
  height: 16px;
  background: #808080;
  text-align: center;
  font-size: 0;
  color: #fff;
}
#searchSideResult .search-btn-clear i {
  font-size: 10px;
}
#searchSideResult .search-btn-again {
  padding: 0 10px;
  background: #535353;
  height: 24px;
  line-height: 24px;
  color: #fff;
}
#searchSideResult .search-btn-again i {
  margin-right: 3px;
  font-weight: bold;
}

/* --------------------------------------------------
  searchSideCategory
-------------------------------------------------- */
#searchSideCategory {
  margin-bottom: 20px;
}
#searchSideCategory > dl > dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
#searchSideCategory > dl dl dt {
  margin-bottom: 2px;
  padding: 0 10px;
  height: 22px;
  background: #909090;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}
#searchSideCategory > dl dl dt ~ dt {
  margin-top: 18px;
}
#searchSideCategory ul::after {
  display: block;
  clear: both;
  content: "";
}
#searchSideCategory ul li {
  float: left;
  margin-top: 8px;
}
#searchSideCategory ul li::after {
  content: "｜";
}
#searchSideCategory ul li:last-child::after {
  content: none;
}
#searchSideCategory a.is-active {
  text-decoration: underline;
  color: #2184e0;
}

/* --------------------------------------------------
  searchSideList
-------------------------------------------------- */
#searchSideList {
  margin-bottom: 20px;
  border-top: 1px solid #909090;
}
#searchSideList input {
  display: none;
}
#searchSideList dl {
  border: solid #909090;
  border-width: 0 1px 1px;
}
#searchSideList dl dt {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 39px;
  font-size: 15px;
  font-weight: bold;
  line-height: 39px;
  cursor: pointer;
}
#searchSideList dl dt::after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 20px;
  height: 20px;
  background-image: url("//bandai-a.akamaihd.net/bc/images/net-s_tokushu/20160229_search_open.png"), url("//bandai-a.akamaihd.net/bc/images/net-s_tokushu/20160229_search_open_on.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#searchSideList dl dt.is-open::after {
  background-size: 0, auto;
}
#searchSideList dl dd {
  display: none;
}
#searchSideList ul {
  padding: 2px 0 20px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#searchSideList ul li {
  position: relative;
  padding: 1px 9px 0 30px;
  line-height: 1.2;
}
#searchSideList ul li ~ li {
  margin-top: 10px;
}
#searchSideList ul li i {
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
  border: 1px solid #909090;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 0;
  font-weight: bold;
  line-height: 16px;
  color: #000;
}
#searchSideList ul li span {
  font-weight: bold;
  color: #2184e0;
}
#searchSideList ul input:checked ~ i {
  font-size: 14px;
}
#searchSideList ul ul {
  padding: 11px 0 5px;
}
#searchSideList ul ul li {
  position: relative;
}
#searchSideList ul ul li::before,
#searchSideList ul ul li::after {
  position: absolute;
  left: -14px;
  background: #ccc;
  content: "";
}
#searchSideList ul ul li::before {
  bottom: 0;
  width: 2px;
  height: calc(100% + 10px);
}
#searchSideList ul ul li:last-child::before {
  bottom: 50%;
}
#searchSideList ul ul li:first-child:last-child::before {
  height: calc(50% + 10px);
}
#searchSideList ul ul li::after {
  bottom: 50%;
  width: 14px;
  height: 2px;
}
#searchSideList .trigger-more {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-image: url("//bandai-a.akamaihd.net/bc/images/net-s_tokushu/20160229_search_open.png"), url("//bandai-a.akamaihd.net/bc/images/net-s_tokushu/20160229_search_open_on.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 16px, 0;
  vertical-align: top;
  cursor: pointer;
}
#searchSideList .trigger-more.is-open {
  background-size: 0, 16px;
}

/* --------------------------------------------------
  searchSideBtn
-------------------------------------------------- */
#searchSideBtn {
  margin-bottom: 40px;
}
#searchSideBtn ul li ~ li {
  margin-top: 10px;
}
#searchSideBtn button {
  position: relative;
  padding-left: 10px;
  border-radius: 3px;
  height: 30px;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
#searchSideBtn button i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#searchSideBtn .search-btn-sort {
  background: #535353;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
#searchSideBtn .search-btn-reset {
  border: 1px solid #2184e0;
  line-height: 28px;
  color: #2184e0;
}


/* --------------------------------------------------
  omatome_list : olist_style_pc.css
-------------------------------------------------- */
#searchWrap .olist-list__back {
  margin-left: 10px;
  margin-bottom: 25px;
}
#searchWrap .olist-list__back a {
  text-decoration: underline;
  font-size: 16px;
  color: #FF8C29;
}
#searchWrap .olist-list__head {
  margin-left: 10px;
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(0, 176, 185, 0.75) 0%, rgb(62, 214, 203) 66%);
  text-align: center;
  color: #fff;
}
#searchWrap .olist-list__head h2 {
  background: none;
  text-indent: 0;
  font-size: 22px;
  font-weight: bold;
}
#searchWrap .olist-list__head p {
  margin: 10px 0 -26px;
  font-size: 16px;
}
#searchWrap .olist-list__sub {
  margin: 15px 0 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #E60000;
}

#searchWrap .olist-list__pager {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
#searchWrap .olist-list__pager li {
  margin: 0 !important;
  border: none;
  width: auto;
  height: auto;
  min-height: 0;
}
#searchWrap .olist-list__pager li ~ li {
  margin-left: 6px !important;
}
#searchWrap .olist-list__pager--prev {
  padding-right: 9px;
}
#searchWrap .olist-list__pager--next {
  padding-left: 9px;
}
#searchWrap .olist-list__pager a {
  display: block;
  position: relative;
  border: 1px solid #000;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  background: #000;
  transition: opacity 0.2s;
}
#searchWrap .olist-list__pager a:hover {
  color: #fff;
  opacity: 0.7;
}
#searchWrap .olist-list__pager a:not([href]) {
  pointer-events: none;
}
#searchWrap .olist-list__pager--num a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
}
#searchWrap .olist-list__pager--num a:not([href]) {
  background: #fff;
  color: #000;
}
#searchWrap .olist-list__pager--prev a, #searchWrap .olist-list__pager--next a, #searchWrap .olist-list__pager--first a, #searchWrap .olist-list__pager--last a {
  font-size: 0;
}
#searchWrap .olist-list__pager--prev a:not([href]), #searchWrap .olist-list__pager--next a:not([href]), #searchWrap .olist-list__pager--first a:not([href]), #searchWrap .olist-list__pager--last a:not([href]) {
  opacity: 0.2;
}
#searchWrap .olist-list__pager--prev a::before, #searchWrap .olist-list__pager--prev a::after, #searchWrap .olist-list__pager--next a::before, #searchWrap .olist-list__pager--next a::after, #searchWrap .olist-list__pager--first a::before, #searchWrap .olist-list__pager--first a::after, #searchWrap .olist-list__pager--last a::before, #searchWrap .olist-list__pager--last a::after {
  display: block;
  position: absolute;
  top: 50%;
  border: solid #fff;
  width: 9px;
  height: 9px;
}
#searchWrap .olist-list__pager--prev a::after {
  left: 50%;
  border-width: 2px 0 0 2px;
  content: "";
  transform: translate(-25%, -50%) rotate(-45deg);
}
#searchWrap .olist-list__pager--next a::after {
  right: 50%;
  border-width: 2px 2px 0 0;
  content: "";
  transform: translate(25%, -50%) rotate(45deg);
}
#searchWrap .olist-list__pager--first a::before, #searchWrap .olist-list__pager--first a::after {
  left: 50%;
  border-width: 2px 0 0 2px;
  content: "";
}
#searchWrap .olist-list__pager--first a::before {
  transform: translate(-55%, -50%) rotate(-45deg);
}
#searchWrap .olist-list__pager--first a::after {
  transform: translate(15%, -50%) rotate(-45deg);
}
#searchWrap .olist-list__pager--last a::before, #searchWrap .olist-list__pager--last a::after {
  right: 50%;
  border-width: 2px 2px 0 0;
  content: "";
}
#searchWrap .olist-list__pager--last a::before {
  transform: translate(55%, -50%) rotate(45deg);
}
#searchWrap .olist-list__pager--last a::after {
  transform: translate(-15%, -50%) rotate(45deg);
}

#searchWrap .olist-nav {
  position: sticky;
  top: 20px;
}
#searchWrap .olist-nav dl {
  margin-bottom: 15px;
  border: 1px solid #EAEAEA;
}
#searchWrap .olist-nav dl dt {
  background: #EAEAEA;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 42px;
  color: #000;
}
#searchWrap .olist-nav dl dd {
  padding: 15px 0;
}
#searchWrap .olist-nav ul {
  display: table;
  margin: 0 auto;
}
#searchWrap .olist-nav ul li ~ li {
  margin-top: 15px;
}
#searchWrap .olist-nav ul a {
  font-size: 12px;
  color: #000;
}
#searchWrap .olist-nav p {
  text-align: center;
}


/* --------------------------------------------------
  chara : chara_top_20160229.css
-------------------------------------------------- */
#cduTopSliderWrap_20160229 .bx-prev {
  left: auto !important;
  right: 50% !important;
  margin-right: 210px;
}
#cduTopSliderWrap_20160229 .bx-next {
  left: 50% !important;
  margin-left: 210px;
}


/* --------------------------------------------------
  chara : pbFluidStyle.css / megadrop_20180718.css
-------------------------------------------------- */
.pbFluidStyle #mark_chara_top_banner_list {
  margin-bottom: 20px;
}

.pbFluidStyle .pbFluid-p-section__heading {
  float: none;
  font-size: 18px !important;
  line-height: 1.334 !important;
  color: #000 !important;
  text-indent: 0 !important;
  background: none !important;
}
.pbFluidStyle .swiper-button-next,
.pbFluidStyle .swiper-button-prev {
  color: #fff !important;
}
.pbFluidStyle .swiper-button-next::after,
.pbFluidStyle .swiper-button-prev::after {
  content: "" !important;
}

.pbFluidStyle .pbLightUi_string,
.pbFluidStyle .pbFluid-p-container b {
  font-weight: bold !important;
}
.pbFluidStyle .pbLightUi_introduction {
  color: #fff !important;
}

.pbFluidStyle .pbLightUi_sideHeading {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  color: #000 !important;
}
.pbFluidStyle .pbLightUi_sideHeading > i {
  font-weight: 500 !important;
  font-size: 1.4em !important;
  color: #fff !important;
}
.pbFluidStyle .pbFluid-p-card__description {
  font-size: 12px !important;
  line-height: 1.667 !important;
}


/* --------------------------------------------------
  genre : pbShopList.css
-------------------------------------------------- */
.dv_recommend {
  padding-left: 10px;
  overflow: hidden;
}
.dv_recommend .dv_rc_price {
  line-height: 24px !important;
}


/* --------------------------------------------------
  awoo : common_style.css
-------------------------------------------------- */
.awooModule-tag.awooCategory {
  padding-left: 10px;
}


/* --------------------------------------------------
  brand
-------------------------------------------------- */
#searchWrap .brand-nav {
  position: sticky;
  top: 20px;
}
#searchWrap .brand-nav dl {
  margin-bottom: 15px;
  border: 1px solid #EAEAEA;
}
#searchWrap .brand-nav dl dt {
  background: #EAEAEA;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
}
#searchWrap .brand-nav dl dd {
  padding: 24px 10px;
}
#searchWrap .brand-nav ul {
  display: table;
  margin: 0 auto;
}
#searchWrap .brand-nav ul li ~ li {
  margin-top: 8px;
}
#searchWrap .brand-nav ul a {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
#searchWrap .brand-nav p {
  text-align: center;
}

#searchWrap .brand-info {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 80px 0 10px;
}
#searchWrap .brand-info__head {
  flex-shrink: 0;
  padding: 0 20px;
  width: 430px;
  text-align: center;
}
#searchWrap .brand-info__head img {
  width: 225px;
}
#searchWrap .brand-info__head a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px auto 0;
  border: 2px solid #D5D5D5;
  width: 260px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.2s;
}
#searchWrap .brand-info__head a:hover {
  opacity: 0.7;
}
#searchWrap .brand-info__head a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  border-style:solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #313131;
  width: 0;
  height: 0;
  content: "";
  transform: translateY(-50%);
}
#searchWrap .brand-info__body {
  font-size: 12px;
  line-height: 2;
  color: #000;
}
