@charset "UTF-8";
.row:after, .table-spec:after, .product-list:after, .product-list .item-inr:after, .product-list .img figcaption .logos:after, .slide-product-control ul:after,
.modal-load:after, .modal-after:after, [data-name="modal-close"].upper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.tab.default li::before, [data-name="acc-tgl"]::before, .slide-product .modal-inf::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 125%;
  font-weight: normal;
  vertical-align: middle;
  content: '';
  width: 1rem;
  text-align: center;
}

[data-name="acc-tgl"]::before {
  content: '\f067';
}

[data-name="acc"].open > [data-name="acc-tgl"]::before {
  content: '\f068';
}

.tab.default li::before {
  content: '\f0d7';
}

.table-spec th, .table-spec td, .slide-product.new:before {
  font-size: 78.57143%;
}

[data-name="acc-tgl"]:before {
  font-size: 114.28571%;
}

.sec {
  padding: 0 15px;
  margin: 20px 0;
}

.sec.freeArea {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .panel01 {
    background: #e7eaf1;
  }
  .panel01 .panel-body {
    padding: 15px;
  }
  .panel01 .ttl {
    letter-spacing: 0.12rem;
    color: #183478;
    font-size: 1.71428rem;
  }
  .panel01 .cap {
    margin-top: 5px;
    color: #777;
  }
}
@media screen and (min-width: 768px) {
  .panel01 {
    border: 1px solid #e7e7e7;
    padding: 1px;
    box-sizing: border-box;
  }
  .panel01 .inr {
    border: 2px solid #bdcdde;
    background-image: url(/images/_shared/bg_panel01.gif);
    padding: 4px;
  }
  .panel01 .panel-body {
    border: 3px solid #fff;
    background: #4164c8;
    background: -moz-linear-gradient(top, #4164c8 0%, #264391 100%);
    background: -webkit-linear-gradient(top, #4164c8 0%, #264391 100%);
    background: linear-gradient(to bottom, #4164c8 0%, #264391 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4164c8', endColorstr='#264391',GradientType=0 );
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
  }
  .panel01 .panel-body .ttl {
    letter-spacing: 0.15rem;
    margin-bottom: 3px;
  }
  .panel01 .panel-body .cap {
    font-size: 0.85714rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec.panel02 {
    border: 1px solid #cfcfcf;
    padding: 1px;
  }

  .sec.panel02 .inr {
    box-shadow: 0px 0px 4px 0px #cccccc inset;
    -moz-box-shadow: 0px 0px 4px 0px #cccccc inset;
    -webkit-box-shadow: 0px 0px 4px 0px #cccccc inset;
    padding: 15px;
  }

  .sec.panel02 .ttl.h2 {
    margin: -17px -17px 0;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.row {
  margin: -5px;
}
.row.floated {
  text-align: center;
}
.row.floated > .col {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: left;
}
.row .col {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.row [class*="col-s"] {
  float: left;
}
.row .col-s-01 {
  width: 8.33333%;
}
.row .col-s-02 {
  width: 16.66667%;
}
.row .col-s-03 {
  width: 25%;
}
.row .col-s-04 {
  width: 33.33333%;
}
.row .col-s-05 {
  width: 41.66667%;
}
.row .col-s-06 {
  width: 50%;
}
.row .col-s-07 {
  width: 58.33333%;
}
.row .col-s-08 {
  width: 66.66667%;
}
.row .col-s-09 {
  width: 75%;
}
.row .col-s-10 {
  width: 83.33333%;
}
.row .col-s-11 {
  width: 91.66667%;
}
.row .col-s-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .row .col {
    float: left;
  }

  .row .col-01 {
    width: 8.33333%;
  }

  .row .col-02 {
    width: 16.66667%;
  }

  .row .col-03 {
    width: 25%;
  }

  .row .col-04 {
    width: 33.33333%;
  }

  .row .col-05 {
    width: 41.66667%;
  }

  .row .col-06 {
    width: 50%;
  }

  .row .col-07 {
    width: 58.33333%;
  }

  .row .col-08 {
    width: 66.66667%;
  }

  .row .col-09 {
    width: 75%;
  }

  .row .col-10 {
    width: 83.33333%;
  }

  .row .col-11 {
    width: 91.66667%;
  }

  .row .col-12 {
    width: 100%;
  }

  .col-push-01 {
    left: 8.33333%;
  }
  .col-push-02 {
    left: 16.66667%;
  }
  .col-push-03 {
    left: 25%;
  }
  .col-push-04 {
    left: 33.33333%;
  }
  .col-push-05 {
    left: 41.66667%;
  }
  .col-push-06 {
    left: 50%;
  }
  .col-push-07 {
    left: 58.33333%;
  }
  .col-push-08 {
    left: 66.66667%;
  }
  .col-push-09 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333%;
  }
  .col-push-11 {
    left: 91.66667%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-pull-01 {
    left: -8.33333%;
  }
  .col-pull-02 {
    left: -16.66667%;
  }
  .col-pull-03 {
    left: -25%;
  }
  .col-pull-04 {
    left: -33.33333%;
  }
  .col-pull-05 {
    left: -41.66667%;
  }
  .col-pull-06 {
    left: -50%;
  }
  .col-pull-07 {
    left: -58.33333%;
  }
  .col-pull-08 {
    left: -66.66667%;
  }
  .col-pull-09 {
    left: -75%;
  }
  .col-pull-10 {
    left: -83.33333%;
  }
  .col-pull-11 {
    left: -91.66667%;
  }
  .col-pull-12 {
    left: -100%;
  }
}
.share-box {
  text-align: center;
}

.share-box .noDisp {
  display: none;
}

.share-box li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .share-box li {
    margin: 3px 0;
  }
}
@media screen and (min-width: 768px) {
  .share-box {
    text-align: right;
  }

  .share-box li {
    text-align: left;
  }
}
.table-spec table {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

.table-spec th, .table-spec td {
  text-align: center;
  padding: 0.7em 3px;
  line-height: 1.6;
  border-right: 1px solid #c4c1bf;
  border-top: 1px dotted #c4c1bf;
  border-bottom: 1px dotted #c4c1bf;
}

.table-spec li {
  border-top: 1px solid #d9d9d9;
}

.table-spec li:first-child {
  border: 0;
}

.table-spec thead th {
  background: #e7f1ff;
}

.table-spec tbody tr:nth-child(even) th, .table-spec tbody tr:nth-child(even) td {
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .target-sp, .target-sp table, .target-sp thead, .target-sp tbody, .target-sp tr, .target-sp th, .target-sp td {
    display: block;
  }

  .target-sp tr {
    margin-right: -1px;
  }

  .target-sp th, .target-sp td {
    white-space: nowrap;
    height: 70px;
    box-sizing: border-box;
    margin-bottom: -1px;
  }

  .target-sp td {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  .target-sp thead {
    float: left;
  }

  .target-sp tbody {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .target-sp tbody tr {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .table-spec th, .table-spec td {
    padding: 0.7em 5px;
  }
}
.list-info h3 {
  font-weight: normal;
  display: inline-block;
}

.list-info article {
  display: block;
  padding: 15px 5px;
  border-top: 1px dotted #ccc;
}

.list-info article:first-child {
  border: 0;
}

/* -----------------------------------------------------------------------------
■更新情報のアイコン
imgからtextに変更（1702
元画像↓
/www/work.fishing.shimano.co.jp/web/images/info/_shared/icon
----------------------------------------------------------------------------- */

.list-info .article-header h3::after,
.listBlock01 .icon span:before {
  text-align:center;
  font-size:11px;
  color:#fff;
  border-radius:3px;
  display: inline-block;
  width: 110px;
  height: 15px;
  padding:3px 0 0;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}


.list-info .seg00 h3::after,
.listBlock01 .icon .seg00:before {
  content: 'その他';
  background: #765102;
}

.list-info .seg01 h3::after,
.listBlock01 .icon .seg01:before {
  content: '重要';
  background: #f80101;
}

.list-info .seg02 h3::after,
.listBlock01 .icon .seg02:before {
  content: 'リール';
  background: #2582cf;
}

.list-info .seg03 h3::after,
.listBlock01 .icon .seg03:before {
  content: 'ロッド';
  background: #76944a;
}

.list-info .seg04 h3::after,
.listBlock01 .icon .seg04:before {
  content: 'ウェア';
  background: #b23030;
}

.list-info .seg05 h3::after,
.listBlock01 .icon .seg05:before {
  content: 'フットウェア';
  background: #d37a38;
}

.list-info .seg06 h3::after,
.listBlock01 .icon .seg06:before {
  content: 'ルアー';
  background: #255279;
}

.list-info .seg07 h3::after,
.listBlock01 .icon .seg07:before {
  content: '用品';
  background: #5f49d0;
}

.list-info .seg08 h3::after,
.listBlock01 .icon .seg08:before {
  content: '夢屋';
  background: #a63da2;
}

.list-info .seg09 h3::after,
.listBlock01 .icon .seg09:before {
  content: 'カタログ';
  background: #2e8b5e;
}

.list-info .seg10 h3::after,
.listBlock01 .icon .seg10:before {
  content: 'ソルトウォーター';
  background: #02a4a9;
}

.list-info .seg11 h3::after,
.listBlock01 .icon .seg11:before {
  content: 'バス';
  background: #a0c100;
}

.list-info .seg12 h3::after,
.listBlock01 .icon .seg12:before {
  content: '磯・防波堤';
  background: #003484;
}

.list-info .seg13 h3::after,
.listBlock01 .icon .seg13:before {
  content: '船';
  background: #0062a1;
}

.list-info .seg14 h3::after,
.listBlock01 .icon .seg14:before {
  content: '鮎';
  background: #037683;
}

.list-info .seg15 h3::after,
.listBlock01 .icon .seg15:before {
  content: 'トラウト';
  background: #757d16;
}

.list-info .seg16 h3::after,
.listBlock01 .icon .seg16:before {
  content: 'へら';
  background: #831b1f;
}

.list-info .seg17 h3::after,
.listBlock01 .icon .seg17:before {
  content: '投げ';
  background: #008cbd;
}

.list-info .seg18 h3::after,
.listBlock01 .icon .seg18:before {
  content: 'フライ';
  background: #ef6840;
}

.list-info .seg19 h3::after,
.listBlock01 .icon .seg19:before {
  content: '渓流';
  background: #9aab00;
}

.list-info .seg20 h3::after,
.listBlock01 .icon .seg20:before {
  content: 'ワカサギ';
  background: #490f76;
}

.list-info .seg21 h3::after,
.listBlock01 .icon .seg21:before {
  content: '鯉';
  background: #eb6876;
}

.list-info .seg22 h3::after,
.listBlock01 .icon .seg22:before {
  content: 'オリジナルムービー';
  background: #f10622;
}

.list-info .seg23 h3::after,
.listBlock01 .icon .seg23:before {
  content: 'イベントレポート';
  background: #f0b01b;
}

.list-info .seg24 h3::after,
.listBlock01 .icon .seg24:before {
  content: 'ＤＶＤシリーズ';
  background: #869521;
}

.list-info .seg25 h3::after,
.listBlock01 .icon .seg25:before {
  content: 'ＴＶシリーズ';
  background: #2286bc;
}

.list-info .seg26 h3::after,
.listBlock01 .icon .seg26:before {
  content: 'ＣＭギャラリー';
  background: #944c8c;
}

.list-info .seg27 h3::after,
.listBlock01 .icon .seg27:before {
  content: '製品プロモーション';
  background: #fe5513;
}

.list-info .seg28 h3::after,
.listBlock01 .icon .seg28:before {
  content: 'ビギナーズ';
  background: #0da49a;
}

.list-info .seg29 h3::after,
.listBlock01 .icon .seg29:before {
  content: '中文';
  background: #a8b5bd;
}

.list-info .seg30 h3::after,
.listBlock01 .icon .seg30:before {
  content: 'その他ムービー';
  background: #97bbd2;
}

.list-info .seg31 h3::after,
.listBlock01 .icon .seg31:before {
  content: 'ＪＡＰＡＮ ＣＵＰ';
  background: #1d4e9a;
}

.list-info .seg32 h3::after,
.listBlock01 .icon .seg32:before {
  content: 'フィッシングショー';
  background: #f81882;
}

.list-info .seg33 h3::after,
.listBlock01 .icon .seg33:before {
  content: '釣種別イベント';
  background: #4489c9;
}

.list-info .seg34 h3::after,
.listBlock01 .icon .seg34:before {
  content: 'スペシャルサイト';
  background: #b40d50;
}

.list-info .seg35 h3::after,
.listBlock01 .icon .seg35:before {
  content: 'レポート';
  background: #039eed;
}

.list-info .seg36 h3::after,
.listBlock01 .icon .seg36:before {
  content: '製品サポート';
  background: #9183c1;
}

.list-info .seg37 h3::after,
.listBlock01 .icon .seg37:before {
  content: 'お役立ち';
  background: #0b7d23;
}

.list-info .seg38 h3::after,
.listBlock01 .icon .seg38:before {
  content: 'アフターサービス';
  background: #18a2d2;
}

.list-info .article-img,
.list-info .article-txt {
  display: table-cell;
}

.list-info .article-img img {
  width: 77px;
  height: auto;
  border: 1px solid #ccc;
}

.list-info .article-txt {
  padding-left: 10px;
  vertical-align: top;
  line-height: 1.6;
}

.list-info a {
  color: #183478;
  text-decoration: underline;
}

.list-info .new2:after {
  content: 'NEW!';
  color: #fe2222;
}

.banner {
  margin: 20px 0;
}

.banner .ttl {
  margin: 0 15px 15px;
}

.banner .banner-body {
  margin: 0 15px;
  overflow: hidden;
}

.banner ul {
  margin-right: -10px;
  margin-bottom: -10px;
}

.banner li {
  box-sizing: border-box;
  display: inline-block;
  width: 16.66667%;
  margin: 0px -4px 10px 0;
  padding-right: 10px;
  vertical-align: top;
}

.banner img {
  max-width: 100%;
  height: auto;
}

.banner a {
  display: block;
}

@media screen and (max-width: 767px) {
  .banner li {
    width: 50%;
  }
}
.tab-body-wrap {
  position: relative;
  overflow: hidden;
}

.tab.default {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tab.default ul {
  display: table;
  width: 100%;
}

.tab.default li {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}

.tab.default li:before {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.tab.default li:not(:first-child) {
  border-left: 1px solid #ccc;
}

.tab.default li.col-01 {
  width: 8.33333%;
}

.tab.default li.col-02 {
  width: 16.66667%;
}

.tab.default li.col-03 {
  width: 25%;
}

.tab.default li.col-04 {
  width: 33.33333%;
}

.tab.default li.col-05 {
  width: 41.66667%;
}

.tab.default li.col-06 {
  width: 50%;
}

.tab.default li.col-07 {
  width: 58.33333%;
}

.tab.default li.col-08 {
  width: 66.66667%;
}

.tab.default li.col-09 {
  width: 75%;
}

.tab.default li.col-10 {
  width: 83.33333%;
}

.tab.default li.col-11 {
  width: 91.66667%;
}

.tab.default li.col-12 {
  width: 100%;
}

.tab.default a {
  display: block;
  height: 100%;
  padding: 10% 5% 10% 20%;
  font-size: 92.30769%;
  font-weight: bold;
}

[data-name="tab-tgl"] {
  cursor: pointer;
}

[data-name="tab-body"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

[data-name="tab-body"].current {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

[data-name="acc-tgl"] {
  background: #183478;
  color: #fff;
  font-weight: normal;
  font-size: 100%;
  cursor: pointer;
/*  padding: 0 1em;*/
  padding: 0.75em 1em;
  /*  height: 40px;
  line-height: 30px;*/
}

[data-device="sp"] [data-name="acc-tgl"] {
  font-weight: bold;
}

[data-name="acc-tgl"]:before {
  float: right;
}

[data-name="acc-body"] {
  display: none;
}

[data-device="pc"] > [data-name="acc-body"] {
  display: inherit;
}

[data-name="acc"] {
  margin-bottom: -1px;
}

[data-name="acc"].bg-bk {
  border: 1px solid #555;
  margin-left: -15px;
  margin-right: -15px;
}

[data-name="acc"].bg-bk > [data-name="acc-tgl"] {
  background: #212121;
}

@media screen and (min-width: 768px) {
  [data-device="pc"] > [data-name="acc-body"] {
    display: none !important;
  }

  [data-device="sp"] > [data-name="acc-tgl"] {
    cursor: default;
  }

  [data-device="sp"] > [data-name="acc-tgl"]:before {
    display: none !important;
  }

  [data-device="sp"] > [data-name="acc-body"] {
    display: block !important;
  }

  [data-name="acc"].bg-bk {
    margin-left: 0;
    margin-right: 0;
  }
}
[data-name='tooltip-tgl'] {
  cursor: pointer;
}

[data-name='tooltip-body'] {
  position: absolute;
  z-index: 1;
  top: 95%;
  text-align: left;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  display: none;
}

[data-name='tooltip'] {
  position: relative;
  z-index: 0;
}

[data-name='tooltip'].open {
  z-index: 1;
}

[data-name='tooltip'].open [data-name='tooltip-body'] {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

[data-name='tooltip'].out [data-name='tooltip-body'] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  [data-name='tooltip-body'] {
    width: 400%;
    margin: 0;
    left: 0;
  }
}
.slide-wrap {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}

.slide-product {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slide-product.new:before, .slide-product.new:after {
  position: absolute;
}

.slide-product.new:before {
  content: 'NEW';
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo;
  color: #fff;
  line-height: 25px;
}

.slide-product.new:after {
  content: '';
  z-index: 0;
  top: 0;
  left: -40px;
  display: block;
  height: 40px;
  width: 80px;
  background: #f42c53;
  transform: rotate(-45deg);
  transform-origin: 50% 0;
}

.slide-product .slide-body {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.slide-product .slide-body > li {
  display: table-cell;
  width: 100%;
}

.slide-product .slide-body img {
  max-width: 100%;
  height: auto;
}

.slide-product .bx-controls {
  overflow: visible;
  z-index: 10;
}

.slide-product .bx-controls .bx-prev,
.slide-product .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  width: 34px;
  background-image: url(/images/product/_shared/slider_pager.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -500px;
  overflow: hidden;
  cursor: pointer;
}

.slide-product .bx-controls .bx-prev {
  left: 0;
  background-position: top left;
}

.slide-product .bx-controls .bx-next {
  right: 0;
  background-position: top right;
}

.slide-product .modal-inf {
  display: none;
  font-size: 78%;
  padding: 7px 10px;
}

.slide-product .modal-inf:before {
  content: '\f002';
  font-weight: bold;
  margin-left: 2px;
  margin-right: 5px;
  color: #00a0f1;
  vertical-align: baseline;
}

.slide-product-control {
  overflow: hidden;
}

.afterSec {
  padding: 15px 0;
  margin: 20px 0;
  background: #eee;
}
.afterSec .ttl {
  margin: 15px;
  margin-top: 0;
}

.afterSec-body ul {
  padding: 0 10px;
}
.afterSec-body ul:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.afterSec-body li {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  float: left;
  text-align: center;
}
.afterSec-body li:nth-child(odd) {
  clear: left;
  float: left;
}
.afterSec-body a {
  display: block;
  color: #183478;
  text-align: left;
  font-size: 0.85714rem;
}
.afterSec-body img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.afterSec-body .bx-controls {
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  position: relative;
  margin-top: 2.34375%;
  margin-bottom: -15px;
}
.afterSec-body .bx-pager {
  padding: 15px 0;
  font-size: 0;
}
.afterSec-body .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}
.afterSec-body .bx-pager-item a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -500%;
  background: #c9c9c9;
}
.afterSec-body .bx-pager-item a.active {
  background: #183478;
}
.afterSec-body .bx-controls-direction a {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  overflow: hidden;
}
.afterSec-body .bx-controls-direction a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 210%;
  font-weight: normal;
  vertical-align: middle;
  height: 100%;
  width: 40px;
  color: #ccc;
}
.afterSec-body .bx-prev {
  left: 15px;
  text-align: left;
}
.afterSec-body .bx-prev:before {
  content: '\f104';
}
.afterSec-body .bx-next {
  right: 15px;
  text-align: right;
}
.afterSec-body .bx-next:before {
  content: '\f105';
}

@media screen and (max-width: 767px) {
  [data-device='pc'] .clone {
    display: none !important;
  }

  .slide-product-control .ttl,
  .slide-product-control p,
  .slide-product-control img,
  .slide-product-control span {
    display: none;
  }

  .slide-product-control {
    margin-bottom: 20px;
    text-align: center;
  }

  .slide-control {
    width: 190px;
    margin: 0 auto;
  }
  .slide-control li {
    display: inline-block;
    width: 8px;
    margin: 0 3px;
  }
  .slide-control a {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
  }
  .slide-control a.active {
    background: #183478;
  }
}
@media screen and (min-width: 768px) {
  [data-device='sp'] .clone {
    display: none !important;
  }

  .slide-wrap {
    margin: 0;
    overflow: inherit;
  }

  .slide-product,
  .slide-product-control {
    width: 339px;
  }

  .slide-product .slide-body {
    width: 2000%;
    display: block;
  }

  .rod-slide .slide-product .slide-body,
  .rod-slide .slide-product .slide-body li {
    width: 100%;
  }

  .slide-product .slide-body > li {
    width: 339px;
    display: block;
    float: left;
  }

  .slide-product .modal-inf {
    display: block;
  }

  .slide-product-control {
    margin-top: 20px;
  }

  .slide-product-control ul {
    margin: -5px;
  }

  .slide-product-control li {
    width: 33.33333%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
  }

  .slide-product-control a {
    display: block;
    border: 1px solid #fff;
  }
  .slide-product-control a.active {
    border: 1px solid #ccc;
  }

  .slide-product-control img {
    max-width: 100%;
    height: auto;
    border: 1px dotted #ccc;
    box-sizing: border-box;
  }

  .slide-product-control .slide-control {
    margin-top: 10px;
  }

  .afterSec {
    padding-bottom: 10px;
  }

  .afterSec-body ul {
    padding: 0 10px;
  }
  .afterSec-body ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .afterSec-body li {
    width: 16.66667%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
  }
  .afterSec-body li:nth-child(odd) {
    clear: none;
  }
  .afterSec-body li:nth-child(6n+1) {
    clear: left;
    float: left;
  }
  .afterSec-body a {
    display: block;
    color: #183478;
    text-align: left;
  }
  .afterSec-body img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
}
/* -----------------------------------------------------------------------------
  MODAL
----------------------------------------------------------------------------- */
[data-name="modal-tgl"] {
  cursor: pointer;
}

[data-name="inline"] {
  display: none;
}

[data-name="inline"][data-device="sp"] {
  display: block;
}

[data-name="modal"] {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: -1;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
}

[data-name="modal"] .fade {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

[data-name="modal"].in {
  z-index: 100;
}

[data-name="modal"].in .fade {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

[data-name="modal"].out {
  z-index: 100;
}

[data-name="modal"].out .fade {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

[data-name="modal"].out2 {
  z-index: 100;
}

[data-name="modal"].out2 .modal-inr-wrap {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

[data-name="modal"] iframe {
  outline: none;
  border: 0;
}

.modal-wrap {
  height: 100%;
  overflow-y: auto;
}

.modal-inr {
  display: table;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.modal-inr-wrap {
  display: table-cell;
  vertical-align: middle;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-body,
.modal-after,
[data-name="modal-close"] {
  position: relative;
  z-index: 1;
}

.modal-body {
  position: relative;
}

.modal-load {
  padding: 15px;
  background: #fff;
  color: #333;
}

.modal-load [data-name="inline"] {
  display: block;
}

.modal-load [data-name="inline"][data-device="sp"] {
  display: none;
}

.modal-after {
  background: #fff;
  border-top: 1px dotted #ccc;
  text-align: left;
  padding: 10px 15px;
}

.modal-after .copy {
  font-size: 84.61538%;
}

.modal-pager {
  clear: both;
  display: none;
}

.modal-pager .prev:hover, .modal-pager .next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.modal-pager .prev.disabled, .modal-pager .next.disabled {
  display: none;
}

.modal-pager .prev {
  left: 0;
  background: url("/images/_shared/modal_prev.gif") no-repeat left 15% top 30%;;
}

.modal-pager .next {
  right: 0;
  background: url("/images/_shared/modal_next.gif") no-repeat right 15% top 30%;
}
.modal-pager .prev, .modal-pager .next {
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
	background-color: rgba(255,255,255,0.25);
}

.modal-pager-num {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  padding: 15px;
  background: #000;
  display: none;
}

.modal-pager-num ul {
  position: relative;
}

.modal-pager-num li {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 );
  position: absolute;
  top: 0;
}

.modal-pager-num li.disabled {
  background: #323232;
  color: #0a0a0a;
  border-color: #242424;
  cursor: default;
}

.modal-num {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.nprev:before, .nnext:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 125%;
  font-weight: normal;
  vertical-align: middle;
}

.nprev {
  left: 0;
  cursor: pointer;
}

.nprev:before {
  content: '\f0d9';
  margin-right: 5px;
}

.nnext {
  right: 0;
  cursor: pointer;
}

.nnext:after {
  content: '\f0da';
  margin-left: 5px;
}

[data-name="modal-close"].upper {
  text-indent: -200%;
  overflow: hidden;
  margin-bottom: 10px;
  display: none;
}

[data-name="modal-close"].upper:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  float: right;
  background: url("/images/_shared/modal_close.gif") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

[data-name="modal-close"].lower {
  float: right;
  width: 55px;
  height: 28px;
  overflow: hidden;
  text-indent: -200%;
  background: url("/images/_shared/modal_close_pc.gif") no-repeat center top;
  cursor: pointer;
}

.pager .modal-pager {
  display: block;
}

.modal.inline .modal-load,
.modal.ajax .modal-load,
.modal.iframe .modal-load {
  text-align: left;
  line-height: 1.5;
  padding: 15px;
}

.modal.inline .modal-load img, .modal.ajax .modal-load img {
  max-width: 100%;
  height: auto;
}

.modal.images .modal-load img, .modal.youtube .modal-load img {
  max-width: 100%;
  height: auto;
}

.modal.images .modal-load .text-alt,
.modal.youtube .modal-load .text-alt {
  padding: 15px 0;
}
/*フリーエリアのモーダル（フィーチャー風）
----------*/
.modal.images .modal-load {
  width: 500px !important;
}


@media screen and (max-width: 767px) {
  [data-name="inline"][data-device="sp"] {
    display: none;
  }

  [data-name="inline"][data-device="pc"] {
    display: block;
  }

  #modal-inc [data-name="inline"][data-device="sp"] {
    display: block;
  }

  #modal-inc [data-name="inline"][data-device="pc"] {
    display: none;
  }

  .modal-load {
    background: transparent;
    color: #fff;
  }
.modal.images .modal-load {
    width: 100% !important;
    padding: 0;
}
  .modal-after {
    display: none;
  }

  .modal-pager .prev, .modal-pager .next {
    position: fixed;
    width: 35px;
    height: 85px;
    background: url("/images/_shared/modal_pager.png") no-repeat left top;
    background-size: auto 100%;
    top: 50%;
    transform: translateY(-50%);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }

  .modal-pager .prev {
    background-position: left top;
  }

  .modal-pager .next {
    background-position: right top;
  }

  [data-name="modal-close"].upper {
    display: block;
  }

  .pager {
    padding-bottom: 75px;
  }

  .pager .modal-pager-num {
    display: block;
  }

  .modal.inline .modal-load,
  .modal.ajax .modal-load,
  .modal.iframe .modal-load {
    padding: 0;
  }

  .modal.inline .modal-load,
  .modal.ajax .modal-load {
    background: #000;
  }

  .modal.iframe .modal-load {
    background: #fff;
    color: #333;
  }

  .modal .modal-load iframe {
    width: 100%;
    max-height: 450px;
  }
  .modal .modal-inr {
    width: 100%;
  }
}
/*
  modal include style
  (iframe type only)
*/
.modal.iframe #lightbox {
  text-align: left;
}
.modal.iframe #lightbox .mainImg {
  text-align: center;
  border: 1px solid #ccc;
  overflow: hidden;
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.modal.iframe #lightbox .mainImg span {
  display: table-cell;
  vertical-align: middle;
}
.modal.iframe #lightbox .mainImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.modal.iframe #lightbox .rod .mainImg {
  min-height: 200px;
}
.modal.iframe #lightbox .title {
  background: #08185b;
  color: #fff;
  font-weight: bold;
  margin: 1rem 0;
  padding: 10px;
}
.modal.iframe #lightbox .catch1 {
  font-weight: bold;
  color: #183478;
  margin: 1rem 0;
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.28571rem;
}
.modal.iframe #lightbox .txtBlock01 * {
  line-height: 1.6;
}
.modal.iframe #lightbox .txtBlock01 p, .modal.iframe #lightbox .txtBlock01 ul, .modal.iframe #lightbox .txtBlock01 dl {
  margin: 1rem 0;
}
.modal.iframe #lightbox #photo_Area {
  margin: 1rem 0;
}
.modal.iframe #attention_wrap .entry {
  font-size: 18px;
  background: url("/product/rod/images/rod_feature01_icon01.gif") no-repeat scroll left 0.2em transparent;
  border-bottom: 1px solid #3071B8;
  color: #183478;
  font-weight: bold;
  padding: 1px 0 3px 15px;
  margin: 0 0 1rem;
}
.modal.iframe #attention_wrap .sub_entry {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.28571rem;
  margin: 1rem 0;
}
.modal.iframe #attention_wrap .profArea p:first-child {
  margin-bottom: 1rem;
}
.modal.iframe #attention_wrap .profArea p:not(:first-child) {
  margin: 0.5rem 0;
}
.modal.iframe #pc_point > [style*="padding"] {
  padding: 0 !important;
}
.modal.iframe #sp_point .ttl {
  background: #08185b;
  color: #fff;
  font-weight: bold;
  margin: 1rem 0;
  padding: 10px;
}
.modal.iframe #sp_point .catchCopy {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.28571rem;
  margin: 1rem 0;
}
.modal.iframe #sp_point p {
  margin: 1rem 0;
}
.modal.iframe #sp_point .clearfix {
  margin: 1rem 0;
}
.modal.iframe #sp_point .clearfix .left {
  float: left;
}
.modal.iframe #sp_point .clearfix .right {
  float: right;
}
.modal.iframe #sp_point .instractor {
  padding: 1px 10px;
  background: #f2f2f2;
  margin-top: 25px;
}
.modal.iframe #sp_point .instractor dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.modal.iframe #sp_point .instractor dd.pic {
  text-align: center;
  margin-bottom: 1rem;
}
.modal.iframe .fontSize {
  display: none;
}
.modal.iframe .modal-after {
  display: block;
}

@media screen and (max-width: 767px) {
  .modal.iframe .pc_point {
    display: none;
  }
  .modal.iframe .modal-load {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .modal.iframe .sp_point {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
  PRODUCT LIST
----------------------------------------------------------------------------- */
/* parts style ------------------------------------ */
.product-list .ttl.h5 {
  margin-bottom: 1rem;
}
.product-list .lead {
  color: #183478;
  font-weight: bold;
  margin-bottom: 1rem;
}
.product-list .name,
.product-list .in-name {
  font-weight: bold;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.product-list .price {
  color: #f00;
  margin-bottom: 5px;
}
.product-list .movieIcon {
  margin-bottom: 5px;
}
.product-list .in-img {
  padding-right: 30px;
  margin-bottom: 15px;
  text-align: center;
  display: table;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
}
.product-list .in-img span {
  display: table-cell;
  vertical-align: middle;
}
.product-list .in-img img {
  max-width: 100%;
  height: auto;
}
.product-list .in-txt {
  margin-bottom: 1rem;
}
.product-list .logos li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  float: left;
  margin: 1px;
  text-align: center;
}
.product-list .img > div {
  border: 1px solid #ccc;
  text-align: center;
}
.product-list .img > div img {
  width: 100%;
  height: auto;
}
.product-list .img [data-name="tooltip-body"] {
  position: absolute;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 4px 0px #cccccc;
  -moz-box-shadow: 0px 0px 4px 0px #cccccc;
  -webkit-box-shadow: 0px 0px 4px 0px #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.product-list .img [data-name="tooltip-close"] {
  right: 0;
}
.product-list .item.new .name:before,
.product-list .item.new .in-name:before {
  content: 'NEW';
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #F7225E;
  margin-right: 3px;
  padding: 1px 3px 0;
  font-weight: normal;
  font-size: 0.714285rem;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .product-list .btn-wrap {
    text-align: center;
  }
  .product-list .btn.primary {
    clear: both;
    display: block;
    margin-top: 15px;
    text-align: center;
    height: 44px;
    line-height: 44px;
  }
}
/* layout style ------------------------------------ */
.result .img.in.open [data-name="tooltip-body"],
.relationArea .img.in.open [data-name="tooltip-body"] {
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .result [data-name="acc-body"],
  .relationArea [data-name="acc-body"] {
    padding: 0 15px 15px;
  }
  .result .item,
  .relationArea .item {
    margin-top: 1.5rem;
  }
  .result .item-inr,
  .relationArea .item-inr {
    display: table;
    width: 100%;
  }
  .result .img,
  .relationArea .img {
    width: 80px;
    height: 80px;
    display: table-cell;
  }
  .result .img > div,
  .relationArea .img > div {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
  }
  .result .img + a,
  .relationArea .img + a {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
  }
  .result .img.in.open,
  .relationArea .img.in.open {
    position: static;
  }
  .result .img.in.open [data-name="tooltip-body"],
  .relationArea .img.in.open [data-name="tooltip-body"] {
    width: 100%;
  }
  .result .btn-wrap,
  .relationArea .btn-wrap {
    margin-top: 1.5rem;
  }

  .variationArea [data-name="acc-body"],
  .lineupArea [data-name="acc-body"] {
    padding: 0 15px 15px;
  }
  .variationArea [data-name="acc-body"] .item,
  .lineupArea [data-name="acc-body"] .item {
    margin: 1.5rem 0;
  }
  .variationArea [data-name="acc-body"] .img,
  .lineupArea [data-name="acc-body"] .img {
    margin-bottom: 1rem;
  }
  .variationArea [data-name="acc-body"] .btn-wrap,
  .lineupArea [data-name="acc-body"] .btn-wrap {
    margin-top: 1rem;
  }

  .variationArea .img {
    text-align: center;
  }
  .variationArea .img > div {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .result .col {
    width: 20%;
  }

  .result .product-list,
  .relationArea .product-list {
    margin: 0 -10px;
  }
  .result .item,
  .relationArea .item {
    padding: 10px 10px 56px;
  }
  .result .img,
  .relationArea .img {
    margin-bottom: 1rem;
  }
  .result .img > div,
  .relationArea .img > div {
    display: table-cell;
    vertical-align: middle;
  }
  .result .img.in.open [data-name="tooltip-body"],
  .relationArea .img.in.open [data-name="tooltip-body"] {
    margin: 0 -50px;
  }
  .result .btn-wrap,
  .relationArea .btn-wrap {
    position: absolute;
    bottom: 20px;
    left: 10px;
  }

  .result .item:nth-child(5n+1) {
    clear: left;
    float: left;
  }
  .result .img > div {
    width: 172px;
    height: 172px;
  }

  .relationArea [data-name="acc-body"] {
    padding-top: 15px;
  }
  .relationArea .img > div {
    width: 214px;
    height: 214px;
  }
  .relationArea .item-rod {
    clear: left;
    width: 100%;
    height: auto !important;
    padding-bottom: 10px;
  }
  .relationArea .item-rod:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .relationArea .item-rod .item-inr:after {
    display: none;
  }
  .relationArea .item-rod .img {
    width: 670px;
    float: left;
    margin: 0;
  }
  .relationArea .item-rod .img > div {
    width: 100%;
    height: auto;
  }
  .relationArea .item-rod .img + a {
    display: block;
    width: 256px;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
  }
  .relationArea .item-rod .btn-wrap {
    position: static;
    text-align: left;
    margin-left: 670px;
    padding-left: 10px;
  }

  .variationArea [data-name="acc-body"],
  .lineupArea [data-name="acc-body"] {
    padding-bottom: 20px;
  }
  .variationArea [data-name="acc-body"] .item,
  .lineupArea [data-name="acc-body"] .item {
    margin-top: 30px;
  }

  .lineupArea .item > .img {
    margin: 1rem 0;
  }

  .variationArea .product-list {
    margin: 0 -10px;
  }
  .variationArea .item {
    padding: 0 10px;
  }
  .variationArea .img {
    margin-bottom: 1rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1702追加分 */

@media screen and (max-width: 767px) {
#fbInclude,
#twInclude{
	padding:0 30px;
}
}
