@charset "Shift-JIS";

.goodsgrp_contents {
  max-width: 1280px;
  min-width: 960px;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  word-break: break-all;
  box-sizing: border-box;
}

#topic_path {
  margin-bottom: 10px;
}

.goodsgrp_html_template {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.goodsgrp_html_template > div {
  margin: 2px;
  text-align: center;
}

.goodsgrp_text_center {
  text-align: center;
}

.goodsgrp_pager_top {
  padding-top: 15px;
  padding-bottom: 15px;
}

.goodsgrp_pager_top span {
  font-size: 120%;
  line-height: 120%;
  font-weight: bold;
}

.goodsgrp_flex_nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.goodsgrp_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.goodsgrp_flex_around {
  justify-content: space-around;
}
.goodsgrp_flex_glow {
  flex-grow: 1;
}

.goodsgrp_display_page_area {
  height: 40px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.goodsgrp_display_page {
  float: right;
  font-size: 94%;
  line-height: 120%;
}
.goodsgrp_display_page:after {
  contesnts: '';
}

.goodsgrp_display_page ul {
  display: block;
  padding: 10px 0 0;
}
.goodsgrp_display_page li {
  display: block;
  float: left;
  margin: 0 0 0 3px;
}
.goodsgrp_display_page a {
  display: block;
  padding: 5px;
  min-width: 1em;
  border: 1px solid #c3c3c3;
  background: #fff;
  text-align: center;
}
.goodsgrp_display_page a {
  color: #0070c0;
}
.goodsgrp_display_page .goodsgrp_display_page_active {
  display: block;
  padding: 5px;
  min-width: 1em;
  border: 1px solid #a2a2a2;
  background: #a2a2a2;
  color: #fff;
  text-align: center;
}
.goodsgrp_display_page .goodsgrp_display_page_before {
  padding: 0 13px 0 0;
  background: url(/kaunet/images/template/k031_t_20160425_bg_01.png) no-repeat right center;
}
.goodsgrp_display_page .goodsgrp_display_page_after {
  padding: 0 0 0 13px;
  background: url(/kaunet/images/template/k031_t_20160425_bg_01.png) no-repeat 0 center;
}

.goodsgrp_back_btn_wrap {
  margin-top: 40px;
}

.goodsgrp_back_btn_wrap:after {
  content: '';
  display: table;
  clear: both;
}

.goodsgrp_back_btn {
  float: left;
}

.goodsgrp_back_btn > a {
  position: relative;
  display: block;
  width: 158px;
  font-size: 114.3%;
  line-height: 1;
  padding: 10px 5px 10px 25px;
  text-align: center;
  color: #212121;
  text-decoration: none;
  background: #ececec;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  float: left;
}

.goodsgrp_back_btn > a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 10px;
  margin-top: -5px;
  width: 8px;
  height: 10px;
  background: url('/kaunet/images/template/k032_t_20160815_arrow_gray_l.png');
}

.goodsgrp_back_btn:hover a {
  background: #f2f2f2;
  border-color: #d7d7d7;
  color: #646464;
}

.goodsgrp_back_btn:hover a:before {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

#re_mktg_tag1,
#re_mktg_tag2,
#re_mktg_tag3,
#re_mktg_tag4,
#re_mktg_tag5 {
  display: none;
}

@media screen and (max-width: 699px) {
  .goodsgrp_display_page_area {
    height: auto;
    padding-bottom: 10px;
  }

  .goodsgrp_display_page ul {
    padding-top: 0;
  }
  .goodsgrp_display_page {
    float: none;
    text-align: left;
  }
  .goodsgrp_display_page li {
    display: inline-block;
    float: none;
    margin: 0 0 0 3px;
  }
  .goodsgrp_display_page li a span {
    display: none;
  }
  .goodsgrp_display_page li.goodsgrp_display_page_prev a,
  .goodsgrp_display_page li.goodsgrp_display_page_next a {
    padding-right: 8px;
    padding-left: 8px;
  }
  .goodsgrp_back_btn {
    width: 38.4%;
    float: none;
  }
  .goodsgrp_back_btn > a {
    width: 100%;
    font-size: 11.91px;
    padding: 17px 2px 16px 12px;
  }
}

.goodsgrp_h1_tag,
.goodsgrp_h2_tag,
.goodsgrp_h3_tag {
  font-weight: normal;
  font-size: 100%;
}

/*
  商品掲載特集 - 非同期バージョン
*/

/* boxスタイル */
div[data-group='goodsgrp'] {
  padding: 30px 0;
}

/* ページングスタイル */
.goodsgrp_display_page_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .goodsgrp_display_page_nav {
    justify-content: start;
  }
}
.goodsgrp_display_page_nav ul {
  display: flex;
}
.goodsgrp_display_page_nav button {
  display: block;
  padding: 7px;
  margin: 0 10px 3px 0;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #a2a2a2;
  background: #fff;
  color: #0070c0;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.goodsgrp_display_page_nav button:hover {
  text-decoration: underline;
}
.goodsgrp_display_page_nav button:disabled {
  color: #fff;
  background: #a2a2a2;
  cursor: default;
}
.goodsgrp_display_page_nav button:disabled:hover {
  text-decoration: none;
}
.goodsgrp_display_page_nav span.txtDot {
  display: flex;
  margin-right: 10px;
}

/* API Error表示スタイル */
.goodsgrp_error_fetch {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 100% !important;
  text-align: center;
}

/* CLS対策 各グループ毎のwrapの全ブレイクポイントの中で最小構成時の最低高さ */
.goodsgrp_k0021_goods_area.goodsgrp_item,
.goodsgrp_k0023_goods_area.goodsgrp_item,
.goodsgrp_k0024_goods_area.goodsgrp_item {
  min-height: 464px;
}
.goodsgrp_k0022_goods_area.goodsgrp_item {
  min-height: 361px;
}
