.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;
}

.hide { 
	display: none;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
    visibility:hidden;
}

.clearfix {
    *zoom: 1;
}

/* -----------------------------------
	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::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image:url(../img/back.webp);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
body.top-back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image:url(../img/top_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}

body.reel_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image:url(../img/reel_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}
body.bass_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:#FFF url(../img/bass_back.webp);
  background-size:cover;
}
body.fukubukuro_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:#C00C07 url(../img/fukubukuro_back.webp);
  background-size:cover;
}
body.seagoods_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:#FFF url(../img/lure_back_01.png);
  background-repeat: no-repeat;
  background-size:100% auto;
}
body.info_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:#FFF url(../img/back.webp);
  background-size:cover;
}

@media all and (-ms-high-contrast:none){ 
	*::-ms-backdrop, body.back {background-image: url('../img/back.webp'); background-position: center top; min-height: 100vh; background-attachment: fixed; background-size: cover;} /* IE11 */}

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: 96%;
  max-width: 1200px;
  padding:0 0 1.5em 0;
}

.nav_gold{
  width: 100%;
  background-image: url('../img/back.jpg');
  padding:3em 0 2em 0;
}

ul.itemlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	margin: 0 auto 3em auto;
	text-align:center;
}

ul.itemlist li {
	width: calc( 20% - 10px );
}

@media screen and (max-width: 960px) {
    ul.itemlist li {
        gap: 10px;
    }
    ul.itemlist li {
        width: calc( 25% - 10px );
    }
}
ul.itemlist li img{
  width:100%;
  height:auto;
}

/* -----------------------------------
	contetns
 ----------------------------------- */

.top_cution {
  background: #231815;
  border-top:6px solid #feea00;
  border-bottom:6px solid #feea00;
  position: fixed;
  width:100%;
  margin:0 auto;
  padding:0.4em 1em;
  text-align:center;
  z-index:2;
}

.top_cution img {
  display: inline-block;
  width:auto;
  height: 69px;
}

.wrap {
  position: relative;
  width:94%;
  max-width: 1200px;
  margin:0 auto 2em auto;
  text-align:center;
  z-index:1;
}

.date_wrap { 
  padding-top: 110px;
}

.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,
.white-wrap h1 img,
.white-wrap p img { 
  max-width:100%;
  height:auto;
}

/* -----------------------------------
	top
 ----------------------------------- */

.top-back article {
  width:100%;
}

.top-main{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

ul.top-event {
  width:100%;
  display: flex;
}

ul.top-event li.left {
  width: 34.33%;
  max-width: 412px;
}
ul.top-event li.middle {
  width: 31.33%;
  max-width: 376px;
}
ul.top-event li.right {
  width: 34.33%;
  max-width: 412px;
}

ul.top-event li img {
  width: 100%;
  height:auto;
}

.top-wrap {
  width: 90%;
  max-width: 1200px;
  margin:1.5em auto 3em auto;
  text-align:center;
  z-index: 2;
}

h2.item-title {
  width: 96%;
  max-width: 900px;
  margin: -25px auto 0.8em auto;
  text-align:center;
}

h2.item-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_1160 {
  width:97%;
  max-width: 1160px;
}

ul.cution li{
  color:#F7F7F7;
  font-size:92%;
  font-weight:normal;
  line-height:1.4;
  text-align:left;
}

ul.cution li.black {
  color: #222;
  -webkit-text-stroke: 2px #F0CD2D;
  text-stroke: 2px #F0CD2D;
  paint-order: stroke;
}

ul.cution li.wear-cution {
  padding:1em 3em 1.5em 3em;
}

.lurerod_back {
  width:100%;
  background:#FFF;
  background-image:url(../img/lure_back_01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:100% auto;
}

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;
}

/* -----------------------------------
	fukubukuro
 ----------------------------------- */

.fukubukuro_wrap{
  width: 90%;
  max-width:1250px;
  margin:0 auto 3em auto;
  text-align:center;
}

ul.fukubukuro-ul,
ul.fukubukuro-ul_02 {
  display: flex;
  justify-content: space-between;
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

ul.fukubukuro-ul_02 {
  margin: -10px auto 0 auto;
}

ul.fukubukuro-ul li.left {
  width: 43%;
  max-width: 516px;
}

ul.fukubukuro-ul li.right {
  width: 57%;
  max-width: 684px;
}

ul.fukubukuro-ul_02 li.left {
  width: 62%;
  max-width: 744px;
}

ul.fukubukuro-ul_02 li.right {
  width: 38%;
  max-width: 456px;
}

ul.fukubukuro-ul li img,
ul.fukubukuro-ul_02 li img {
  width: 100%;
  height: auto;
}

/* -----------------------------------
	info
 ----------------------------------- */

h1.infomation {
  width: 50%;
  max-width: 500px;
  margin:2.5em auto;
}

.info-app ul,
.info-02 ul,
.info-03 ul,
.info-onair ul {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.info-app ul li.left {
  width: 67.67%;
  max-width: 1624px;
}

.info-app ul li.right {
  width: 32.33%;
  max-width: 776px;
}

.info-01 ul li,
.info-02 ul li,
.info-03 ul li
.info-onair ul li {
  display:block;
}

.info-01 ul li {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 15px;
}

.info-02 ul li.left {
  width: 60.83%;
  max-width: 730px;
}
.info-02 ul li.right {
  width: 38.58%;
  max-width: 463px;
}

.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: 62.67%;
  max-width: 752px;
}
.info-03 ul li.middle {
  width: 17.17%;
  max-width: 412px;
}
.info-03 ul li.right {
  width: 18.5%;
  max-width: 444px;
}

.info-03 ul li.left ul li:first-child {
  margin-bottom: 7px;
}

.info-03 ul li.middle ul li:first-child {
  margin-bottom: 8px;
}

.info_line {
  margin: 2em auto;
  text-align: center;
  width: 60%;
  max-width: 650px;
}

.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_wrap img {
  width:100%;
  height:auto;
}

/* -----------------------------------
	footer
 ----------------------------------- */

.footer-wrap{
  background: #BB3419;
  width: 100%;
  margin:0 auto;
  text-align:center;
}

.footer{
  width: 94%;
  max-width: 1200px;
  margin:0 auto;
  padding: 1.6em 0;
  display:flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items:flex-end;
  gap: 0.92%;
}

.footer-left {
  width: 74.58%;
  max-width: 895px;
}

.footer-left .company {
  display:flex;
  justify-content: space-between;
  margin: 0 auto 8px auto;
  text-align: center;
}

.company .go {
  width: 15%;
  max-width: 142px;
}
.company .shop_url {
  width: 83%;
  max-width: 715px;
}

ul.shop-list {
  width: 100%;
  display:flex;
  justify-content: flex-start;
  align-items:flex-end;
  gap: 16px;
}

ul.shop-list li {
  margin-bottom: 12px;
}

ul.shop-list li img {
  width: auto;
  height: 42px;
}

.footer-right {
  width: 24.50%;
  width: 294px;
}

.group {
  margin-bottom:1.5em;
}

.footer-left img,
.footer-left .shop-time img,
.footer-right img{
  width: 100%;
  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 screen and (max-width:1198px) {
 .footer-right { flex: 1;}
 ul.shop-list { justify-content: flex-start;}
 ul.shop-list li img { width: auto; height: 38px;}
}
@media screen and (max-width:1024px) {
 .company .shop_url { width: 81%;}
 ul.shop-list li img { width: auto; height: 32px;}
}
@media screen and (max-width:964px) {
 ul.shop-list li {margin-bottom: 10px;}
 ul.shop-list li img { width: auto; height: 30px;}
}
@media screen and (max-width:864px) {
 ul.shop-list li img { width: auto; height: 29px;}
}
@media screen and (max-width:800px) {
 .company .shop_url { width: 83%;}
 ul.shop-list li img { width: auto; height: 27px;}
}
@media screen and (max-width:756px) {
 ul.shop-list li img { width: auto; height: 26px;}
}
@media screen and (max-width:698px) {
 ul.shop-list li { margin-bottom: 8px;}
 ul.shop-list li img { width: auto; height: 24px;}
}

/*-----------------------------------------------
 __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;}