@charset "UTF-8";


/*=========================================================
	共通	(base)
=========================================================*/
/* img */
img {
  vertical-align: middle;
  display: block;
}

/* text-align */
.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

/* text */
.t_bold {
  font-weight: bold;
}

.Oswald {
  font-family: 'Oswald';
}

/* text color */
.t_red {
  color: #C60001;
}

/* text_hidden */
.t_hdn {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* float */
.flR {
  float: right;
}

.flL {
  float: left;
}


/*=========================================================
	共通	(page大枠)
=========================================================*/
/*----- 共通	(パンくず) -----*/
.breadcrumbs {
  margin: 20px auto 20px;
  padding: 0 10px 0 0;
  color: #1e1e1e;
  font-size: 13px;
  width: 980px;
}

.breadcrumbs span {
  color: #666;
  font-size: 13px;
  margin: 10px 0;
  background-color: #FFF;
}

.breadcrumbs a {
  color: #00609f;
}

/*----- 共通	(見出し) -----*/
.pageTitle {
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #ccc;
}

/*----- 共通	(layout_table) -----*/
.layout_table {
  margin: 0 auto;
}


/*=========================================================
	＜共通＞ (content_area)
	※各ページclass「.content_area」を付与し、さらに各ページのみで使うclass名を複数付与する。
	<div class="content_area privacy">～～</div>
=========================================================*/
/*----- 共通	(content_area) -----*/
.content_area {
  margin-bottom: 20px;
}

.content_area {
  margin: 0 auto !important;
  width: 980px;
  text-align: left;
}

.content_area .itemRight {
  margin-bottom: 30px;
  padding: 0 10px;
}

.content_area .cont_txt {
  margin-bottom: 30px;
}

.content_area .Definition {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding: 0 10px 6px 10px;
  margin-bottom: 15px;
}

.content_area .CrossHead {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.content_area .cont_txt,
.content_area .cont_txt_note {
  padding: 0 10px;
}

.content_area .cont_txt a {
  color: #00609f;
  text-decoration: underline;
}

.content_area .cont_txt_note {
  color: #f00;
}

.content_area .cont_txt_note img {
  margin-right: 5px;
  vertical-align: middle;
}

/*----- 共通	(table_area) -----*/
.table_area .btn_submit {
  padding: 25px 0 15px;
  text-align: center;
}

/*----- 共通	(table_detail) -----*/
.table_detail {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_detail th,
.table_detail td {
  border: 1px solid #DDDDDD;
}

.table_detail .input_header {
  width: 30%;
  font-weight: bold;
  background-color: #F6F6F6;
}

.table_detail .input_header > span {
  display: block;
  position: relative;
}

.table_detail .input_body {
  width: 70%;
  background-color: #fff;
}

.table_detail .input_body .ex {
  margin-top: 5px;
}

.table_detail .input_body .ex_r {
  text-align: right;
}

.table_detail .input_body .ex_s {
  font-size: 10px;
}

.table_detail .input_body .note {
  color: #f00;
  font-size: 11px;
  font-weight: bold;
}

.table_detail .ico_required {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  display: block;
  font-size: 0;
  width: 24px;
  height: 11px;
  background: url("//jp.megabassstore.jp/wp-content/themes/pc/imgs/main/icon_require.png") no-repeat;
}

/*=========================================================
	共通	(リンクリスト)
	※各ページでデザインを変更する場合、以下のように特定のclassを付与してstyle指定をすること
	<section class="main_link_list faq">～～～</section>
	<ul class="list_A faq_inner">～～～</ul>
=========================================================*/
/*横1列型*/
.main_link_list .list_A {
  border-top: 1px solid #CCC;
  background: #fff;
}

.main_link_list .list_A li {
  padding: 3px;
  min-height: 44px;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

.main_link_list .list_A li a {
  display: block;
  padding: 5px 25px 5px 5px;
  line-height: 1.6;
  color: #333;
  text-decoration: none;
}

.main_link_list .list_A li a.arrow {
  position: relative;
}

.main_link_list .list_A li a.arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

/*横2列型*/
.main_link_list .list_B {
  border-top: 1px solid #CCC;
  background: #fff;
}

.main_link_list .list_B li {
  float: left;
  width: 50%;
  padding: 3px 3px 3px 20px;
  text-align: left;
  border-bottom: 1px solid #CCC;
  background: url("//jp.megabassstore.jp/sslfile/pc/img/list/icon_arrow.png") no-repeat scroll 10px center;
}

.main_link_list .list_B li:nth-child(even) {
  border-left: 1px dotted #CCC;
}

.main_link_list .list_B li a {
  display: block;
  padding: 5px;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

/*=========================================================
	お問い合わせ (contact)
=========================================================*/
.content_area.contact {
  padding: 0 0 80px;
}

.contact_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact_link li {
  width: 470px;
}

.contact_link li a {
  position: relative;
  display: block;
  height: 97px;
  margin-bottom: 30px;
  background: #f0f0f0;
  border: 1px solid #b5b5b5;
  box-shadow: 0 12px 18px 2px rgba(0, 0, 0, .42);
  font-size: 18px;
  font-weight: 600;
  line-height: 97px;
  text-align: center;
}

.contact_link li a:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 1em;
  background: url(https://c16.future-shop.jp/shop/item/megabass/design/img03/contact_arrow.gif) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.contact_link li a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}

.contact_link li a:hover:after {
  background: url(https://c16.future-shop.jp/shop/item/megabass/design/img03/contact_arrow_on.gif) no-repeat center center;
  background-size: contain;
}


/*----- form -----*/
.table_detail.t_contact {
  /* placeholderデフォルトカラー */
  /* 入力時のフォーカス設定 */
}

.table_detail.t_contact th,
.table_detail.t_contact td {
  padding: 15px 10px;
}

.table_detail.t_contact .input_header {
  padding-right: 60px;
  text-align: right;
  position: relative;
}

.table_detail.t_contact form {
  font-family: Meiryo, メイリオ, Hiragino Kaku Gothic ProN, ‘ヒラギノ角ゴ ProN’, 'Oswald', sans-serif;
}

.table_detail.t_contact input {
  background-color: #FFF6EE;
  height: 1.8em;
}

.table_detail.t_contact input:focus,
.table_detail.t_contact select:focus,
.table_detail.t_contact textarea:focus {
  background: #fff;
  color: #000;
}

.table_detail.t_contact input[id="nameFamliyName"],
.table_detail.t_contact input[id="nameFirstName"],
.table_detail.t_contact input[id="nameFamliyKana"],
.table_detail.t_contact input[id="nameFirstKana"] {
  width: 160px;
}

.table_detail.t_contact label[for="postalCode"] input,
.table_detail.t_contact label[for="telephone"] input {
  width: 120px;
}

/*.table_detail.t_contact input[id="postalCode"], .table_detail.t_contact input[id="postalCode02"], .table_detail.t_contact label[for="telephone"] input { width: 60px; }*/
.table_detail.t_contact input[id="address02"],
.table_detail.t_contact input[id="address03"] {
  width: 60%;
}

.table_detail.t_contact input[id="mailAddress"],
.table_detail.t_contact input[id="mailAddress02"] {
  width: 350px;
}

.table_detail.t_contact textarea[id="textContent"] {
  width: 550px;
  min-height: 200px;
}

.table_detail.t_contact label {
  margin-right: 10px;
}

.table_detail.t_contact label span {
  display: inline-block;
  margin-right: 5px;
}

.table_detail.t_contact label[for="mailAddress"] span {
  margin-bottom: 5px;
}

.table_detail.t_contact select {
  height: 2em;
}

/*=========================================================
	個人情報の取扱いについて (privacy)
=========================================================*/
.content_area.privacy {
  margin-bottom: 50px !important;
}

/*=========================================================
	特定商取引法に基づく表示 (terms)
=========================================================*/
.content_area.terms {
  margin-bottom: 50px !important;
}

.content_area.terms .userTable_02 {
  margin-bottom: 50px;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  width: 100%;
  border-color: #DDDDDD;
}

.content_area.terms .userTable_02 th,
.terms .userTable_02 td {
  padding: 15px 10px;
  border-color: #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.content_area.terms .userTable_02 th {
  background: #F6F6F6;
  font-weight: bold;
}

/*=========================================================
	会社概要 (company)
=========================================================*/
.content_area.company {
  margin-bottom: 50px !important;
}

/*----- form -----*/
.table_detail.t_company th,
.table_detail.t_company td {
  padding: 10px;
}

/*=========================================================
	新着記事 (.news)
=========================================================*/
.content_area.news {
  margin-bottom: 30px !important;
}

.content_area.news .ps {
  display: inline-block;
  margin: 0 0 0 10px;
  background: #E40011;
  color: #fff;
  font-size: 11px;
  vertical-align: top;
}

/*新着情報一覧*/
table.news {
  width: 980px;
  margin: 0 auto;
}

table.news #news_cont_inner {
  border-top: none;
}

/*ニュース詳細*/
table.news_detail {
  width: 980px;
  margin: 0 auto;
}

table.news_detail .news_cont {
  margin-bottom: 50px;
}

table.news_detail .news_cont a {
  text-decoration: underline;
}

table.news_detail h4 {
  font-weight: bold;
  font-size: 200%;
  margin: 35px 0 15px;
}

table.news_detail p.time {
  margin-bottom: 15px;
  font-size: 95%;
}

table.news_detail p.text {
  margin-bottom: 15px;
}

table.news_detail .navigation {
  overflow: hidden;
  padding: 9px 0;
  margin-bottom: 15px;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
}

table.news_detail .navi-left {
  text-align: left;
  width: 50%;
  float: left;
  border-right: 1px solid #858585;
}

table.news_detail .navi-right {
  text-align: right;
  width: 50%;
  float: right;
}

/*=========================================================
	メンバーズカード (member_card)
=========================================================*/
.content_area.member_card {
  margin-bottom: 50px !important;
}

.content_area.member_card .mc_img {
  margin-bottom: 20px;
  text-align: left;
}

.content_area.member_card .mc_note {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold !important;
  color: #C60001 !important;
}

/*=========================================================
  よくあるご質問 (faq)
=========================================================*/
.content_area.faq {
  margin-bottom: 50px !important;
}

.content_area.faq .CrossHead.faqHead {
  margin-top: 60px;
}

.content_area.faq .Definition.faq_q,
.content_area.faq .cont_txt.faq_a {
  position: relative;
  padding-left: 35px;
  font-size: 13px;
}

.content_area.faq .Definition.faq_q {
  padding-top: 15px !important;
  color: #333;
  font-size: 14px;
}

.content_area.faq .Definition.faq_a {
  font-size: 13px;
}

.content_area.faq .Definition.faq_q .ttl_q,
.content_area.faq .cont_txt.faq_a .ttl_a {
  position: absolute;
  top: -2px;
  left: 8px;
  font-size: 16px;
  font-weight: bold;
  font-family: Oswald;
}

.content_area.faq .Definition.faq_q .ttl_q {
  top: 12px !important;
}

.content_area.faq ul,
.content_area.faq ol {
  padding-left: 4em;
}

.content_area.faq .faq_list li {
  list-style-type: disc !important;
}

.content_area.faq .faq_list2 li {
  list-style-type: decimal !important;
}

.content_area.faq .faq_list3 {
  padding-left: 2.7em;
}

/* 質問項目 */
.content_area.faq .column_faq_area {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content_area.faq .column_faq {
  display: table-cell;
  width: 50%;
}

.content_area.faq .column_faq.c01 {
  padding-right: 20px;
}

.content_area.faq .column_faq.c02 {
  padding-left: 20px;
}

.main_acordion.acd_faq .acordion {
  margin-bottom: 10px;
}

.main_acordion.acd_faq .trigger.faq_btn {
  margin-bottom: 10px;
  padding: 5px 10px;
  min-height: 20px;
  color: #fff;
  font-size: 13px;
  background-color: #444444;
}

.main_acordion.acd_faq .trigger.faq_btn span {
  display: none;
}

.main_acordion.acd_faq .acordion_tree.faq_inner ul {
  padding-left: 1em;
}

.main_acordion.acd_faq .acordion_tree.faq_inner li a {
  display: inline-block;
  padding: 2px 5px;
}

.main_acordion.acd_faq .acordion_tree.faq_inner li a:hover {
  text-decoration: underline;
}

/*=========================================================
  店舗情報 (shop)
=========================================================*/
.main_link_list.shop {
  margin-bottom: 30px;
}

/*各店舗情報エリア*/
.shop_info_list li {
  margin-bottom: 40px;
}

.img_visual.shop ul {
  margin: 0 auto 20px;
  display: table;
  table-layout: fixed;
  width: 90%;
}

.img_visual.shop li {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}


/*404用*/
.back {
  width: 130px;
  background-image: url("//jp.megabassstore.jp/sslfile/pc/img/main/news_mark.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}


/*=========================================================
  フィッシングロッド使用上のご注意
=========================================================*/
#fishing_rod .activity {
  margin-bottom: 48px;
}

#fishing_rod .activity img {
  width: 240px;
}

#fishing_rod .activity .fishing_txt {
  text-indent: -2em;
  padding-left: 30px;
  margin-bottom: 32px;
}

#fishing_rod .activity .fishing_txt_01 {
  text-indent: -2em;
  padding-left: 30px;
  margin-bottom: 186px;
}

#fishing_rod .activity .fishing_txt_02 {
  text-indent: -2em;
  padding-left: 30px;
  margin-bottom: 117px;
}

#fishing_rod .activity .fishing_txt_03 {
  text-indent: -2em;
  padding-left: 30px;
  margin-bottom: 95px;
}

#fishing_rod .activity .fishing_txt_05 {
  text-indent: -2em;
  padding-left: 30px;
  margin-bottom: 136px;
}

#fishing_rod .activity .fishing_txt_04 {
  text-indent: -2em;
  padding-left: 30px;
  margin-bottom: 356px;
}

#fishing_rod .activity .fishing_txt_09 {
  text-indent: -2em;
  padding-left: 30px;
  margin-bottom: 10px;
}

#fishing_rod .activity .fishing_img_2 {
  margin-bottom: 40px;
  text-align: center;
}

#fishing_rod .activity .fishing_img_2 img {
  width: auto;
}

#fishing_rod .activity .fishing_attention {
  padding-left: 40px;
  margin-bottom: 20px;
  padding-top: 4px;
}

#fishing_rod .activity .fishing_attention_img {
  width: 20px;
  height: 18px;
  float: left;
  margin: 6px;
}

#fishing_rod .activity .fishing_kitei_ttl {
  margin-bottom: 8px;
}

#fishing_rod .activity .fishing_kikan {
  padding-left: 30px;
  margin-bottom: 24px;
}

#fishing_rod .activity ul li {
  list-style: initial;
  margin-left: 30px;
}

#fishing_rod .activity ul {
  margin-bottom: 24px;
}

/*=========================================================
  メルマガ .mailMaga
=========================================================*/
.mailMaga a {
  color: inherit;
  text-decoration: none;
}

.mailMaga a:hover {
  opacity: 0.8;
}

.mailMaga table,
tr,
td {
  border-collapse: collapse;
}

.mailMaga table.tb02 {
  background-color: #fff;
  color: #000;
}

.mailMaga table.tb02 td {
  text-align: center;
}

.mailMaga table.tb02 td.hd {
  text-align: center;
  padding: 20px 0 20px;
}

.mailMaga table.tb02 td.hd span {
  font-weight: bold;
  color: #bebebe;
  line-height: 1.2em;
  font-size: 30px;
}

.mailMaga table.tb02 td.newImg {
  padding: 5px 0;
}

.mailMaga table.tb02 td.newImg a img:hover {
  opacity: 0.8;
}

.mailMaga table.tb02 td.seeMore {
  padding: 30px 0;
  text-align: center;
}

.mailMaga table.tb02 td.seeMore p {
  text-align: center;
}

.mailMaga table.tb02 td.hd img,
.mailMaga table.tb02 td.seeMore img {
  display: inline;
}


/*=========================================================
  サイドバー SNSボタン
=========================================================*/

#side_sns {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  /* padding-bottom: 20px; */
  text-align: center;
}

#side_facebook,
#side_twitter {
  display: block;
  margin-bottom: 30px;
}

.fb_iframe_widget {
  transform: scale(1.45);
}

#side_twitter iframe {
  transform: scale(1.6);
}

/*=========================================================
  記事内に商品一覧表示
=========================================================*/

.wp_item {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 2px solid #999;
}

.wp_item h2 {
  font-size: 20px;
}

.wp_item h2:before {
  content: "■";
}

.wp_item ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 280px;
  margin-bottom: 40px;
}

.wp_item ul li {
  width: 177px;
  padding-top: 25px;
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 29px 24px;
  list-style: none;
}

.wp_item ul li + li {
  margin-left: 25px;
}

.wp_item ul li img {
  width: 177px;
  margin-bottom: 6px;
  border: 1px solid #cccccc;
}

.wp_item ul li .itemName {
  font-weight: bold;
  min-height: 35px;
}

.wp_item ul li .priceArea {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
}

.wp_item .itemPrice {
  font-size: 20px;
  color: #C60001;
  font-family: "Oswald";
  font-weight: bold;
}

.wp_item .more-link {
  text-align: center;
  margin-top: 10px;
}

.wp_item .more-link a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #666;
  font-size: 16px;
}


table.news_detail .news_cont .wp_item a {
  text-decoration: none;
}


/*
|---------------------------------------------------------------
| パスワード保護
|---------------------------------------------------------------
*/
.post-password-form {
  padding: 100px;
  text-align: center;
}

.post-password-form p {
  margin-bottom: 1em;
}

.org_password_area {
  width: 980px;
  margin: 40px auto 150px;
  text-align: center;
}

.org_password_area p {
  font-size: 18px;
}

.org_password_area input[type="text"] {
  display: block;
  margin: 40px auto 20px;
  max-width: 300px;
  width: 90%;
  height: 40px;
  font-size: 24px;
  border: 2px solid #ccc;
}

.org_password_area input[type="submit"] {
  width: 200px;
  height: 40px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
