.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: #333;
  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: #E60012;
  background-image:url(../img/top_footer_back.webp);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:100% auto;
}
body.page_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image:url(../img/page_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}

.reel_back { background-color: #DD6DA0;}
.rod_back { background-color: #3456A6;}
.searod_back { background-color: #8359A2;}
.salt_back { background-color: #F39800;}
.bass_back { background-color: #23AC39;}
.seagoods_back { background-color: #34B4D6;}
.info_back { background-color: #93D3E2;}

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;
}

/* -----------------------------------
	navi
 ----------------------------------- */

.nav{
  width: 96%;
  max-width: 1200px;
  padding:0 0 1.5em 0;
}

ul.itemlist {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
	margin: 0 auto 3em auto;
	text-align:center;
}

@media screen and (max-width: 767px) {
    ul.itemlist {
        grid-template-columns: repeat(3, 1fr);
    }
}

ul.itemlist li img{
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------
	contetns
 ----------------------------------- */

.wrap {
  position: relative;
  width:90%;
  max-width: 1200px;
  margin:0 auto 2em auto;
  text-align:center;
  z-index:1;
}

.wrap h1 {
  width:100%;
  margin:0 auto;
  text-align:center;
}

.anchor{
  display: block;
  height: 0;
  padding-top: 90px;
  margin-top: -90px;
}

.wrap h2 {
  width:100%;
  margin:0 auto;
  text-align:center;
}

.wrap h1 img,
.wrap h2 img,
.wrap p img {
  max-width:100%;
  height:auto;
}

/* -----------------------------------
	top
 ----------------------------------- */

#top-title {
  background-image:url(../img/top_header_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size: contain;
  width: 100%;
}

section.title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1em;
  text-align:center;
}

h2.item-title {
  width: 90%;
  max-width: 1000px;
  margin: -5em auto 0.8em auto;
  text-align:center;
}
@media screen and (max-width:900px) {
h2.item-title { margin: -4em auto 0.8em auto;}
}
@media screen and (min-width:510px) and (max-width:598px) {
h2.item-title { margin: -5.5em auto 0.8em auto;}
}
@media screen and (max-width:375px) {
h2.item-title { margin: -4em auto 0.8em auto;}
}
	
h2.item-title img,
section.title img {
  display:inline-block;
  width:100%;
  height:auto;
}

ul.cution {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.8em;
}

ul.cution li {
  color: #000;
  font-size: 92%;
  font-weight: 500;
  line-height:1.4;
  -webkit-text-stroke: 4px #FFF;
  text-stroke: 4px #FFF;
  paint-order: stroke;
  text-align:left;
}

ul.cution li span.red {
  color:#ED1C24;
}

ul.cution li.black {
  color: #222;
  -webkit-text-stroke: 2px #F0CD2D;
  text-stroke: 2px #F0CD2D;
  paint-order: stroke;
}

ul.box-cution {
  background: rgba(255,255,255,0.8);
  width: 100%;
  max-width: 1200px;
  margin: 1em auto 0 auto;
  text-align: center;
}
ul.box-cution li {
  color: #000;
  font-size: 98%;
  font-weight: normal;
  padding: 1em;
  text-align: left;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* -----------------------------------
	page
 ----------------------------------- */

.page h1 {
  width: 100%;
  background-image:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.3) 4px,
      transparent 4px
    ),
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.3) 4px,
      transparent 4px
    );

  background-size: 20px 20px;
  background-position:
    0 0,
    10px 10px;
}

.page h1 figure img {
  width: 100%;
  height: auto;
}

.page_cution {
  background: #C30E23;
  box-sizing: border-box;
  color: #FFF;
  font-size: clamp( 16px, calc( 13.5px + 0.625vw ), 21px );
  font-weight: 600;
  letter-spacing: 0.06em;
  width:100%;
  margin:0 auto;
  padding:0.4em 1em;
  text-align:center;
}

ul.item_wrap {
  margin: 2.5em auto 1em auto;
  width: 100%;
}
ul.item_wrap li {
  margin-bottom: 1em;
}

ul.item_wrap2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 2.5em auto 1em auto;
  width: 100%;
}

.mt-1em {
  margin-top: 1.3em !important;
}

ul.item_wrap li img,
ul.item_wrap2 li img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------
	wear背景切り替え
 ----------------------------------- */

#page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: background-color .4s ease, background-image .4s ease;
}

/* wear */
#page-bg.bg-wear {
  background-color: #EB6101;
  background-image: url(../img/page_back.webp);
}

/* tansui */
#page-bg.bg-tansui {
  background-color: #0BA29A;
  background-image: url(../img/page_back.webp);
}

/* -----------------------------------
	info
 ----------------------------------- */

h1.infomation {
  width: 50%;
  max-width: 500px;
  margin:2.5em auto;
}

.info-03 ul,
.info-onair ul {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.info-03 ul li
.info-onair ul li {
  display:block;
}

.info-03 ul li.left ul,
.info-03 ul li.middle ul,
.info-03 ul li.right ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.info-03 ul li.left {
  width: 23.17%;
  max-width: 556px;
}
.info-03 ul li.middle {
  width: 29.83%;
  max-width: 716px;
}
.info-03 ul li.right {
  width: 45.25%;
  max-width: 1086px;
}

.info-onair ul li.n01 {
  width: 14.33%;
  max-width: 344px;
}
.info-onair ul li.n02 {
  width: 42.50%;
  max-width: 1020px;
}
.info-onair ul li.n03 {
  width: 15.42%;
  max-width: 370px;
}
.info-onair ul li.n04 {
  width: 12.33%;
  max-width: 296px;
}
.info-onair ul li.n05 {
  width: 15.42%;
  max-width: 370px;
}

.info-03 ul li img,
.info_wrap img {
  width:100%;
  height:auto;
}

/* -----------------------------------
	footer
 ----------------------------------- */

.footer-box {
  width: 100%;
  padding-top: 0.5em;
  background: #014099;
}

.footer-box-top {
  background: none;
}

.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1200px;
  margin: 0.8em auto 0 auto;
  text-align: center;
  z-index: 1; /* 背景より上に */
}

.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 {
  background: #014099;
  width: 100%;
  margin: 0.8em auto 0 auto;
}

.footer_shop-info div {
  width: 90%;
  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_side { margin-top: 1em;}
}

@media screen and (max-width:980px) {
.footer{
  width: 100%;
  margin:0 auto 0 auto;
  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:1265px) and (max-width:1340px) {
ul.shop-list li a img { width: auto; height:48px;}
}
@media (min-width:1242px) and (max-width:1264px) {
.footer { align-items: center;}
ul.shop-list li a img { width: auto; height:47px;}
}
@media (min-width:1185px) and (max-width:1241px) {
ul.shop-list li a img { width: auto; height:41px;}
}
@media (min-width:1025px) and (max-width:1184px) {
ul.shop-list li a img { width: auto; height:39px;}
}
@media (min-width:980px) and (max-width:1024px) {
ul.shop-list li a img { width: auto; height:38px;}
}
@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;}

.pb05{ padding-bottom:5px !important;}
.pb10{ padding-bottom:10px !important;}
.pb12{ padding-bottom:12px !important;}
.pb20{ padding-bottom:20px !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 !important;}