* {
    box-sizing: border-box;
}

.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;
}

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:#FFFFFF;
  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:#FFF;
  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:#FFF;
  background-image:url(../img/reel_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}
body.searod_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:#FFF;
  background-image:url(../img/searod_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}

body.salt_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:#FFF;
  background-image:url(../img/salt_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;
  background-image:url(../img/bass_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}
.wear_back::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background:#FFF;
  background-image:url(../img/wear_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
  z-index: -2;
}
body.seagoods_back,
body.sale_back {
  background: #FFFEF5;
}

body.info_back{
  background: #F7F6F2;
}

@media all and (-ms-high-contrast:none){ 
	*::-ms-backdrop, body.back {background-image: url('../img/back.jpg'); 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.8;
  filter: alpha(opacity=80);
}

/* -----------------------------------
	navi
 ----------------------------------- */

ul.itemlist{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 94%;
  max-width: 1200px;
  margin: 20px 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;
}

/* -----------------------------------
	top
 ----------------------------------- */

.title {
  background: url(../img/title_back.png) no-repeat center bottom;
  background-size: 100% auto;
  width:94%;
  max-width: 1200px;
  margin: 0 auto 2em auto;
  text-align:center;
}

@media (max-width: 1200px) {
.title { width: 100%;}
}

.title h1 {
  width: 100%;
  margin: 0 auto 1.5em auto;
}

.title img {
  width: 100%;
  height: auto;
}

.title-nav {
  width: 90%;
  max-width: 932px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: -7.5%;
}

.title-nav-left {
  max-width: 500px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.title-nav-right {
  max-width: 432px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.title-nav img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 599px) {
  .title-nav { flex-direction: column; gap: 10px; width: 80%; margin-top: -11%;}
  .title-nav-left, .title-nav-right { max-width: 100%;}
  .title figure { margin-top: 0.4em;}
}

.title-nav a {
  display: block;
  overflow: hidden;
}

.title-nav img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.title-nav a:hover img {
  transform: scale(0.92);
}

.content-wrapper {
  position: relative;
  height:410px;
}

.top_wrap ul.itemlist {
    margin: 10px auto 15px auto;
} 

h2.item-title {
  width:94%;
  max-width:860px;
  margin:2em auto 0 auto;
  text-align:center;
}

.top-title h1 img,
.sub_title01 img,
.sub_title02 img,
h2.item-title img {
  display:inline-block;
  width:100%;
  height:auto;
}

/* -----------------------------------
	contetns
 ----------------------------------- */

.wrap {
  width:92%;
  max-width: 1200px;
  margin: 0 auto;
  text-align:center;
}

.n-margin { margin-top: -2.5% !important;}
.searod-margin { margin-top: -16.5% !important;}

.rod-wrap {
  background: #E7CCD7 url(../img/rod_back.webp) no-repeat center top;
  background-size: 100% auto;
  width:100%;
  max-width:100%;
  padding-bottom: 2em;
}

h1,
.rod-wrap h1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align:center;
}

.rod-wrap h1 {
  max-width: 1260px;
}

h2 {
  width:100%;
  margin: 0 auto;
  text-align:center;
}

h1 img,
h2 img,
.wrap p img { 
  width:100%;
  height:auto;
}

.lurerod_back {
  background: rgb(247,250,241);
  background: linear-gradient(0deg, rgba(247,250,241,1) 20%, rgba(240,247,240,1) 40%, rgba(42,186,227,1) 100%);
  padding-bottom: 0.1em;
}

#ayu {
  padding-bottom: 30px;
  position:relative;
}
.ayu_back::before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#E5E757;
  background-image:url(../img/ayu_back.webp);
  background-repeat:no-repeat;
  background-position:center top;
  background-size:contain;
  z-index: -1;
}
.ayu_back::after {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  display:block;
  position:absolute;
  background:#E5E757;
  z-index: -2;
}

#ayu h1 {
  padding-top: 4%;
}

ul.ayubox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}

ul.ayubox li.ayu_01 { width: 47.92%;}
ul.ayubox li.ayu_02 { width: 51.00%;}
ul.ayubox li.ayu_03 { width: 28.83%;}
ul.ayubox li.ayu_04 { width: 69.75%;}

ul.ayubox li.ayu_01 {
    margin-bottom: 10px;
}

ul.ayubox li img {
  width: 100%;
  height:auto;
}

.space30 {
  padding-top: 30px;
}

.obje-top {
  position: relative;
  display: inline-block;
}

.bg {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 46%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-orange { background-image: url("../img/orange.png");}
.bg-blue { background-image: url("../img/blue.png");}
.bg-green { background-image: url("../img/green.png");}
.bg-brown { background-image: url("../img/brown.png");}

.obje-top img {
  position: relative;
  z-index: 1;
}

ul.cution{
  width: 92%;
  max-width: 1200px;
  margin: 0.8em auto 0 auto;
  text-align: center;
}
ul.cution.trans {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.8em 1em;
}

ul.cution li{ 
  font-size: 93%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",'Century Gothic', sans-serif; 
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
}
ul.cution li.space{  
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.8em;
}

ul.cution li.wear-cution {
  padding: 1em 3em 1.5em 3em;
}

ul.box-cution{
  background:rgba(255,255,255,0.8);
  width:100%;
  max-width: 1200px;
  margin:0 auto;
  text-align:center;
  box-sizing: border-box;
}
ul.box-cution li{
  font-size:93%;
  font-weight:normal;
  line-height:1.4;
  text-align:left;
  padding:0.8em;
  box-sizing: border-box;
}

/* -----------------------------------
	info
 ----------------------------------- */

h1.infomation {
  width: 60%;
  max-width: 446px;
  margin: 5em auto 2em auto;
  text-align: center;
}

h1.events {
  width: 50%;
  max-width: 248px;
  margin: 2.5em auto 2em auto;
  text-align: center;
}

h1.infomation img,
h2.events img {
  width: 100%;
  height: auto;
}

.info-01,
.event_01 ul {
  margin-bottom: 10px;
}

.event_01 ul li {
  margin: 0 auto 1em auto;
}

.event_01 ul li img {
  width:100%;
  height:auto;
}

.info-02 ul,
.info-03 ul,
.info-03 ul,
.info-onair ul {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.info-02 ul li.left {
  width: 63.33%;
  max-width: 1520px;
}
.info-02 ul li.right {
  width: 36%;
  max-width: 864px;
  margin-top:1.5em;
}

.info-03 ul li.left {
  width: 25.5%;
  max-width: 612px;
}
.info-03 ul li.left ul {
  display: flex;
  flex-flow: column;
}
.info-03 ul li.left ul li:first-child {
  margin-bottom: 8px;
}
.info-03 ul li.middle {
  width: 46.67%;
  max-width: 1120px;
}
.info-03 ul li.right {
  width: 25.83%;
  max-width: 620px;
}

.info-onair ul li {
  display:block;
}

.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-app ul {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.info-app ul li.left {
  width: 67.67%;
  max-width: 1624px;
}

.info-app ul li.right {
  width: 32.33%;
  max-width: 776px;
}

.info-03 ul li img,
.info_wrap img {
  width:100%;
  height:auto;
}

/* -----------------------------------
	shop-event
 ----------------------------------- */

.shop-event {
  background: rgb(255 255 255 / 0.8);
  box-sizing: border-box;
  width:90%;
  max-width: 660px;
  margin: 2em auto;
  padding: 1em 0;
  text-align:center;
}

.shop-event h1 {
  background: #FFF;
  box-sizing: border-box;
  width: 90%;
  max-width: 595px;
  margin: 1em auto 0 auto;
  padding: 0.8em;
  text-align:center;
}
.shop-event h1 img {
  height: 40px;
  width: auto;
}

.shop-event ul {
  width: 94%;
  max-width: 595px;
  margin: 1.5em auto;
  text-align:center;
}

.shop-event ul li {
  width: 100%;
  margin-bottom: 1em;
}

.shop-event ul li:nth-child(3) {
  margin-bottom: 0;
}

.shop-event ul li img {
  width: 100%;
  max-width: 595px;
  height: auto;
}

/* -----------------------------------
	footer
 ----------------------------------- */

.footer-box {
  width: 100%;
  background: #14AC94;
  padding: 1.8em 0 0.8em 0;
}

.footer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 1200px;
  margin:0 auto 0.5em auto;
  text-align:center;
}

.footer_left {
  flex: 1;
}

.footer_right {
  width: 26.25%;
}

.side{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.side_01 {
  width: 21.13%;
  max-width: 374px;
}
.side_01 figure.go {
  display: inline-block;
  width: 90px;
  margin-bottom:8px;
}
.side_02 {
  width: 78.87%;
  max-width: 1396px;
}

ul.shop-list {
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  align-items: center;
  margin:0 auto;
}

ul.shop-list li {
  margin-left: 1%;
}
ul.shop-list li:nth-child(-n+4){
  margin-bottom:10px;
}

.footer_left img,
.footer_right img {
  display: inline-block;
  width: 100%;
  height:auto;
}

ul.shop-list li a img {
  width: auto;
  height: 45px;
}

.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: 600px) and (max-width: 1246px) {
  .footer {
    flex-direction: column; /* フレックスボックスの方向を縦に変更 */
  }
  .footer_left {
    display: flex;
    width: 98%;
  }
  .footer_right {
    width: 98%;
    margin: 20px auto 0 auto;
  }
}

@media (min-width:600px) and (max-width:980px) {
  .footer{ width: 94%; margin-bottom: 0.3em;}
  ul.shop-list li { margin-left: 10px;}
  ul.shop-list li a img { width: auto; height: 36px;}
}

/*-----------------------------------------------
 __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;}
.red{color:#E60013;}