.pc {display:block;}
.tb {display:none;}
.pctb {display:block;}
.tbmb {display:none;}
.mb {display:none;}

@media screen and (min-width:600px) and (max-width: 1024px) {
.pc {display:none;}
.tb {display:block;}
.pctb {display:block;}
.tbmb {display:block;}
.mb {display:none;}
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;  
}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
  display:block; 
  margin:0;
  padding:0;
  padding:0;
}

ul,ol,li { 
	list-style: none; 
	zoom: normal;
	list-style-position:outside;
}

/* -----------------------------------
	style
 ----------------------------------- */

body {
  background: #FFF;
  color: #222;
  font-size: 88%;
  font-family: Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
  margin:0 auto;
  text-align:center;
}
body.top_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-color:#3E3637;
  background-image:url(../img/top_back.webp);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:cover;
}

body.reel_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-color:#3E3637;
  background-image:url(../img/reel_back.webp);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:cover;
}
body.rod_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-color:#3E3637;
  background-image:url(../img/rod_back1.webp);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:cover;
}
body.lure_back {
  background-color: #23B8BC;
}
body.seagoods_back {
  background: #E8380D;
  background: linear-gradient(180deg, rgba(232, 56, 13, 1) 0%, rgba(232, 58, 15, 1) 42%, rgba(255, 250, 188, 1) 100%);
}
body.wear_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-color:#3E3637;
  background-image:url(../img/wear_back.webp);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:cover;
}
body.sale_back {
  background-color: #D0121B;
}
#sale{
  background-image: url(../img/sale_back.png), url(../img/sale_back.png);
  background-repeat: repeat-x, repeat-x;
  background-position: bottom left, top left;
}	
body.info_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-color:#3E3637;
  background-image:url(../img/info_back.webp);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:cover;
}

a {
  color: #52330B;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #E73656;
  text-decoration: none;
}

a img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

img {
  vertical-align: bottom;
}

.imgfit {
  width: 100%;
  height: 100%;
  text-align:center;
  overflow:hidden;
  position: relative;
}

.imgfit img {
	position: relative;
	width: 100%;
	height: auto;
}

.hover-alpha:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* -----------------------------------
	navi
 ----------------------------------- */

.nav{
  width: 100%;
  padding:0 0 2em 0;
}

.nav_gold{
  width: 100%;
  padding:3em 0 2em 0;
}

ul.itemlist{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 94%;
  max-width: 1200px;
  margin:0 auto;
}

.top-wrap ul.itemlist{
  margin:15px auto 25px auto;
}

ul.itemlist li{
  width:19.2%;
  margin-left:1%;
  margin-bottom:20px;
  background:#FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

ul.itemlist li:nth-child(1),
ul.itemlist li:nth-child(6){
  margin-left:0;
}

ul.itemlist li:nth-child(9){
  background:none;
}

ul.itemlist li img{
  width:100%;
  height:auto;
}

@media (min-width:600px) and (max-width:980px) {
  ul.itemlist{ width: 92%; justify-content: space-between; margin:10px auto 0 auto; padding:0 0 16px 0;}
  ul.itemlist li{float:left; width:18.8888%; margin-bottom:2%;}
  ul.itemlist li:nth-of-type(11),ul.itemlist li:nth-of-type(12){ background: none;}	
}

/* -----------------------------------
	contetns
 ----------------------------------- */

.wrap {
  position: relative;
  width: 94%;
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.salt-wrap {
  background: #EFE91B;
  width:100%;
  max-width:100%;
}

.rod-wrap {
  background-image: url(../img/rod_back2.webp);
  background-size:  cover;       
  width:100%;
  max-width:100%;
  padding-bottom: 4em;
}

.wrap h1 {
  width:100%;
  margin:0 auto;
  text-align:center;
}

.wrap h1 img { 
  padding-top: 1em;
}

.rod_wrap h1 img {
  padding-top:0;
}

.wrap h2 {
  width:100%;
  margin:0 auto;
  text-align:center;
}

.wrap h1 img,
.wrap h2 img,
.wrap p img { 
  max-width:100%;
  height:auto;
}

@media screen and (max-width:1024px) {
  .wrap{ width:94%;}
  .nav_gold{ padding: 1.5em 0 0.5em 0;}
}

/* -----------------------------------
	top
 ----------------------------------- */

h1.title {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align:center;
  z-index: 1;
}

h2.item-title {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin: -2.5em auto 1em auto;
  text-align:center;
  z-index: 2;
}

h1.title img,
h2.item-title img {
  display:inline-block;
  width:100%;
  height:auto;
}

@media (min-width:600px) and (max-width:599px) {
  h1.title { width: 100%;}
  h2.item-title { width: 94%;}
}

/* -----------------------------------
	page
 ----------------------------------- */

.rod-cont {
  width:100%;
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.rod-cont2 {
  width:100%;
  max-width:600px;
  margin:0 auto;
  text-align:center;
}

.rod-cont ul {
  width:100%;
  margin:0 auto 10px auto;
  text-align:center;
  display: flex;
  justify-content: space-between;
}
.rod-cont ul li.left, 
.rod-cont ul li.right {
  width:50%;
  max-width: 600px;
}

.rod-cont ul li img {
  width: 100%;
  height: auto;
}

ul.cution li{
  font-size:92%;
  font-weight:normal;
  line-height:1.4;
  text-align:left;
  padding: 1em 0;
}

ul.cution li.white {
  color: #FFF;
}

ul.box-cution{
  width:100%;
  max-width:1162px;
  background:rgba(35,25,20,1);
  margin:1em auto 0 auto;
  text-align:center;
}
ul.box-cution li{
  color:#FFF;
  font-size:115%;
  font-weight:normal;
  text-align:center;
  padding:0.4em 0;
}

/* -----------------------------------
	info
 ----------------------------------- */

.info_back h1 { 
  width: 70%; 
  max-width: 606px;
  margin: 1.8em auto;
}

.info_back h1 img { 
  width: 100%; 
  height: auto;
}

.info-wrap { 
  background:rgba(255,255,255,1);
  width:92%; 
  max-width: 1240px;
  margin: 0 auto 1.5em auto;
  padding:0 20px 20px 20px;
  box-sizing: border-box;
}

.info-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align:center;
}

.info-app ul,
.info-02 ul,
.info-03 ul,
.info-04 ul,
.info-onair ul {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.info-app ul li.left {
  width: 67.33%;
  max-width: 1562px;
}

.info-app ul li.right {
  width: 32.67%;
  max-width: 758px;
}

.info-01 ul li,
.info-02 ul li,
.info-03 ul li,
.info-04 ul li,
.info-onair ul li {
  display:block;
}

.info-01 ul {
  padding-top: 20px;
}

.info-01 ul li {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 10px;
}
.info-01 ul li:first-child {
  margin-bottom: 0;
}

.info-02 ul {
  margin-bottom: 0;
}

.info-02 ul li.left {
  width: 47.67%;
  max-width: 572px;
}

.info-02 ul li.right {
  width: 50.92%;
  max-width: 621px;
}

.info-03 ul li.left {
  width: 65.92%;
  max-width: 791px;
}
.info-03 ul li.right {
  width: 33.67%;
  max-width: 404px;
}

.info-03 ul li.left ul,
.info-03 ul li.right ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.info-04 ul li.left {
  width: 25.83%;
  max-width: 310px;
}
.info-04 ul li.middle {
  width: 38.75%;
  max-width: 465px;
}
.info-04 ul li.right {
  width: 33.33%;
  max-width: 400px;
}

.info-onair ul li.n01 {
  width: 13.33%;
  max-width: 320px;
}
.info-onair ul li.n02 {
  width: 44.42%;
  max-width: 1066px;
}
.info-onair ul li.n03 {
  width: 15.92%;
  max-width: 382px;
}
.info-onair ul li.n04 {
  width: 10.00%;
  max-width: 240px;
}
.info-onair ul li.n05 {
  width: 16.33%;
  max-width: 392px;
}

.info-box img {
  width:100%;
  height:auto;
}

.overclub {
  width:100%;
}

.overclub ul {
  width:100%;
  max-width: 1200px;
  margin:0 auto;
  text-align:center;
}

.overclub ul img {
  width:100%;
  height:auto;
}

@media (min-width:768px) and (max-width:1024px) {
.info-01 {margin-top:20px;}
.info_wrap { max-width:96%; padding:2%;}
.info_back h1.infomation img { width: auto; height: 40px;}
}

/* -----------------------------------
	footer
 ----------------------------------- */

.footer-box {
  position: relative;
  width: 100%;
  background: #252525;
  padding: 1.8em 0 0.8em 0;
}

.top-footer {
  background:rgba(21,41,130,0.5);
}

.footer{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 96%;
  max-width: 1200px;
  margin:0 auto 10px auto;
  text-align:center;
}

.footer_side {
  display: flex;
  justify-content: flex-start;
  width: 15%;
  max-width: 199px;
}

.footer_main {
  flex: 1;
}

ul.shop-list {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  align-items: center;
  margin:0 auto;
}

ul.shop-list li {
  display:flex;
  justify-content: flex-start; 
  margin-left: 2%;
}
ul.shop-list li:nth-child(-n+4){
  margin-bottom:10px;
}

.footer_side img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

.footer_main picture img {
  transform: scale(0.5);
  transform-origin: left top;
}

.temporary {
  width: 94%;
  max-width: 1200px;
  margin:1em auto 2.5em auto;
}

.temporary img {
  display:inline-block;
  width: 100%;
  height:auto;
}

.footer_shop-info {
  width: 100%;
}

.footer_shop-info div {
  width: 94%;
  position:relative;
  display:inline-block;
  padding: 0.8em 0;
}

.footer_shop-info img {
  display:inline-block;
  width: 100%;
  max-width: 1200px;
  height:auto;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 15px;
  bottom: 54px;
}

.pagetop a{
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #004098;
  border-radius: 50%;
  line-height: 50px;
}

.pagetop a i{
  font-size: 20px;
  color:#fff;
  line-height: 50px;
}

@media (min-width:981px) and (max-width:1256px) {
  .footer{ align-items: flex-start;}
  .footer_side { margin-top: 1em;}
}

@media screen and (max-width:980px) {
.footer{
  width: 100%;
  margin:0 auto 0 auto;
  padding:1em 0 0.5em 0;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer_side {
  width: 80%;
  max-width: 120px;
  margin:0 auto 1.5em auto;
}
.footer-left{
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-right:0;
  padding:1em 0;
}
.footer-right{
  width: 100%;
  padding:1em 0;
}
ul.shop-list {
  width: 94%;
  display:flex;
  justify-content: center; 
  margin: 0 auto;
}
ul.shop-list li {
  margin-left: 2%;
  margin-bottom: 2%;
}
ul.shop-list li:first-child {
  display:block;
  width: 90%;
  margin: 0 auto 2% auto;
  text-align: center;
}
}

@media (min-width:1171px) and (max-width:1300px) {
ul.shop-list li a img { width: auto; height:50px;}
}
@media (min-width:1025px) and (max-width:1170px) {
ul.shop-list li a img { width: auto; height:44px;}
}
@media (min-width:980px) and (max-width:1024px) {
ul.shop-list li a img { width: auto; height:42px;}
}
@media (min-width:806px) and (max-width:979px) {
ul.shop-list li a img { width: auto; height:52px;}
}
@media (min-width:600px) and (max-width:806px) {
ul.shop-list li a img { width: auto; height:44px;}
}

/*-----------------------------------------------
 __margin_padding
-----------------------------------------------*/

.mt0{ margin-top:0 !important;}
.mt05{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}

.mb0{ margin-bottom:0px !important;}
.mb05{ margin-bottom:5px !important;}
.mb08{ margin-bottom:8px !important;}
.mb10{ margin-bottom:10px !important;}
.mb12{ margin-bottom:12px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}

.pt0{ padding:0 0 0 0 !important;}
.pt05{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt20{ padding-top:20px !important;}
.pt30{ padding-top:30px !important;}

.pb05{ padding-bottom:5px !important;}
.pb10{ padding-bottom:10px !important;}
.pb12{ padding-bottom:12px !important;}
.pb20{ padding-bottom:20px !important;}
.pb30{ padding-bottom:30px !important;}
.pb40{ padding-bottom:40px !important;}

hr {
  background-image: url(../img/line.png);
  border: 0;
  height: 16px;
  margin:0;
}

.border {
  clear:both;
  float:left;
  width:100%;
  background:#888888;
  height: 2px;
  border: 0px none;
  margin-bottom:50px !important;
}

/*-----------------------------------------------
 __position
-----------------------------------------------*/

.center{ margin:0 auto; text-align:center;}
.nav-back{background-color:#005BAC;padding:25px 0 6px 0;}
.dark { color:#251000;}