@charset "UTF-8";
.productTitle h1{
	font-weight:normal;
	letter-spacing: -.01em;
}
.productTitle h1 span{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight:500;
	line-height: 1.4;
	display: block;
	letter-spacing: 0;
	
}
.product .inner{
	max-width: 1500px;
}
.cateMainTitle{
	text-align: center;
}
.cateMainTitle p.title{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight:500;
	line-height: 1.4;
}
.cateMainTitle p.title_en{
	/* font-family: 'Abel', sans-serif; */
	line-height: 1.2;
	color: #929292;
}
.proMainTitle{
	text-align: center;
}

.proMainTitle p.title_en{
	/* font-family: 'Abel', sans-serif; */
	line-height: 1.2;
	
	color: #929292;	
}
.proMainTitle p.title{
	/* font-family: 'Abel', sans-serif; */
	font-weight: bold;
	letter-spacing: -.02em;
	display: flex;
    align-items: center;
}

.proMainTitle p.title:before,
.proMainTitle p.title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
}
 
.proMainTitle p.title:before {
    margin-right: 2.5rem;
}
 
.proMainTitle p.title:after {
    margin-left: 2.5rem;
}
.proMainTitle p.title_ja{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight:500;
	line-height: 1.4;
}
.proTitle p.title{
	/* font-family: 'Abel', sans-serif; */
	font-weight: bold;
	letter-spacing: -.02em;
}
.proTitle p.title span.key{
	/* font-family: Oswald; */
	font-weight: 400;
}
.proTitle  p.title_ja{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight:500;
	line-height: 1.4;
}
ul.otherList li img.line{
	border: 1px solid #e8eaed;
}
.slider {
  overflow: hidden;
}
.slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dots-1 .slick-dots,.dots-2 .slick-dots {
  text-align: center;
}
.dots-1 .slick-dots li,.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-1 .slick-dots button,.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-1 .slick-dots .slick-active button,.dots-2 .slick-dots .slick-active button {
  background: #000;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
li a:hover{
	opacity: .7;
}
@media only screen and (min-width: 768px) {
.productTitle{
	margin-bottom: 8rem;
	padding-top: 23rem;
}
.productTitle h1 span{
	font-size: min(3rem,30px);
	margin-bottom: 1.7rem;
}
.productTitle h1{
	font-size: min(8rem,70px);
}
.product {
    margin-top: 17.4rem;
	padding-bottom: 16rem;
}
.proBox{
	padding-bottom: 20rem
}
.cateMainTitle{
	margin-bottom: 10rem;
}
.cateMainTitle p.title{
	font-size: min(2.4vw,26px);
}
.cateMainTitle p.title_en{
	font-size: min(2vw,20px);
}
.proMainTitle{
	margin-bottom: 15rem;	
}
.proMainTitle p.title_en{
	font-size: min(2vw,20px);
}
.proMainTitle p.title{
	font-size: min(7vw,76px);
}
.proMainTitle p.title_ja{
	font-size: min(1.8vw,22px);
}
.mainIm{
	width: 80%;
	margin: 0 auto 10rem;
}
.proBoxArea{
	padding: 0 5rem;
}
.proTitle{
	margin-bottom: 5rem;
}
.proTitle p.title{
	font-size: min(5vw,60px);
}
.proTitle p.title span.key{
	font-size: 70%;
}
.proTitle p.title span.ss{
	font-size: 60%;
	margin-left: 1rem;
}
.proTitle p.title_ja{
	font-size: min(1.8vw,18px);
}
ul.reel{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
}
ul.reel li{
	width: 23%;
	margin-left: 1%;
}
ul.reel li:first-child{
	margin-left: 0;
}
a p.tx{
	font-size: min(1.4vw,15px);
	margin-top: 1rem;
	text-decoration: underline;
	line-height: 1.4;
	display:inline-block;
	position:relative;
	padding-left: 2.2rem;
}
a p.tx:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1rem;
	height: 1px;
	top:1.1rem;
	left:0;
	background-color: #999;
}
.proList{
	margin-bottom: 10rem;
}
.proList.be{
	position: relative;
}
.proList.be .proTitle{
	position: absolute;
	top: 0;
	left: 0;	
}
.proList.other{
	position: relative;
}
.proList.other p.im{
	width: 60%;
	position: absolute;
	right: 0;
	top: 0;
}
.proList.other ul.proLinkList{
	margin-left: 5rem;
}
ul.proLinkList li{
	margin-bottom: 1rem;
}
ul.proLinkList li:last-child{
	margin-bottom: 0;
}
ul.proLinkList span.arrow{
	display: none;
}
.rod .proList,.apparel .proList{
	text-align: center;
}
.rod .proList p.im{
	width: 55%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5em;
}
.rod .proList ul.proLinkList{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-left: 5%;
	width: 40%;
}
.apparel .proList p.im{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5em;
}
.apparel .proList ul.proLinkList{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-left: 5%;
	width: 30%;
}
.apparel ul.apparelList01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
	padding: 0 5rem;
}
.apparel ul.apparelList01 li{
	width: 31.5%;
}
.apparel ul.apparelList01 li.first{
	display: none;
}
.apparel ul.apparelList02{
	display: flex;
	justify-content: space-between;
	padding: 0 5rem;
	margin-bottom: 10rem;
}
.apparel ul.apparelList02 li{
	width: 23%;
}
.apparel ul.apparelList02 li.end{
	position: relative;
}
.apparel ul.apparelList02 li ul.proLinkList{
	position: absolute;
	left: 0;
	top: 20%;
}
.apparel ul.apparelList02 li ul.proLinkList li{
	width: 100%;
}
.apparel ul.apparelList03{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15rem;
	padding: 0 10rem;
}

.apparel ul.apparelList03 ul{
	width: 100%;
}
.apparel ul.apparelList03 li{
	width: 48.5%;
}
ul.apparelList02 li.apIm{
	display: none;
}
.apparel ul.apparelList02 li ul.proLinkList{
	
}
.apparel ul.apparelList02 li ul.proLinkList li{
	width: 100%;
	margin-bottom: 0rem;
}
.apparel .proList.other {
    text-align: left;
	margin-top: 15rem;
}
.apparel .proList.other p.im{
	width: 50%;
	padding-right: 0;
}
.apparel .proList.other ul.proLinkList{
	padding-left: 0;
	width: auto;
}
.lure .proList{
	text-align: center;
}
.lure .proList.other{
	text-align: left;
	
}
.lure .proList.other ul.proLinkList{
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
		
}
.lure .proList p.im{
	width: 55%;
	position: relative;
	margin-left: 45%;
}
.lure .lureListArea{
	width: 90%;
	display: inline-block;
	vertical-align: middle;
}
.lure .proList ul.lureList{
	display: flex;
	flex-wrap: wrap;
}
.lure .proList ul.lureList{
	padding: 0 3rem;
}
.lure .proList ul.lureList li{
	width: 23%;
	text-align: left;
	margin: 0 1% 3rem;
}
.lure .proList ul.lureList li:last-child{
	margin-bottom:0;	
}
ul.otherList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 6rem;
}

ul.otherList li{
	width: 32%;
	margin-bottom: 5rem;
}
.proList.coolbag{
	display: flex;
	justify-content:space-between;
	flex-direction:row-reverse; 
	flex-wrap: wrap;
	padding: 0 8rem;
	align-items:center;
}
.proList.coolbag p.im{
	width: 60%;
}
.proList.coolbag ul.proLinkList ul{
	margin-left: 4rem;
	padding: 2rem 0;
}
	
	
.tab{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	
}
.tab li a{
	display: block;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight:500;
	background-color: #808080;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	color: #fff;
	padding:2rem 5rem;
	margin: 0 .5em;
	font-size: min(1.4vw,18px);
}
.tab li.active a{
	background:#fff;
	color: #000;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tab li a:hover{
	background:#fff;
	color: #000;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}
.fishTabBox{
	display: none;
	opacity: 0;
}
.fishTabBox.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.fishTabArea{
	border-top: 1px solid #ddd;
	margin-top: -1px;
	padding: 10rem;
	text-align: center;
}
.fishTabArea .sliderArea{
	display: inline-block;
}
.fishTabArea .proLinkList{
	display: inline-block;
	text-align: left;
	width: 40%;
	vertical-align: top;
	margin-left: 5%;
}
.sliderArea{
	width: 40%;
	position: relative;
	vertical-align: top;
}
.fishTabArea .cateMainTitle{
	display: none;
}
.proMenu{
	background-color: #000;
	position: fixed;
	right: 0;
	top: 50%;
	padding: 1em 1.5em;
	/* font-family: 'Abel', sans-serif; */
	line-height: 1.2;
	text-align: right;
	z-index: 1;
}
.proMenu p.proMenuTitle{
	color: #999;
	border-bottom: 1px solid #999;
	line-height: 1.6;
	margin-bottom: 1em;
	font-size: 16px;
}
.proMenu a:link{
	color: #fff;
	font-size: 20px;
}
.proMenu a:visited{
	color: #fff;
	text-decoration: none;
}
.proMenu a:hover{
	color: #fff;
	text-decoration: none;
	opacity: .6;
}
.proMenu li{
	display: inline-block;
	margin-left: .5em;
}
.proMenu li:first-child{
	margin-left: 0;
}
.proMenu ul{
	margin-bottom: .5em;
	padding-left: .5em;
}
.proMenu ul:last-child{
	margin-bottom: 0;
}

	
	

.otLink {
	width: 400px;
	margin: 0 auto;
	padding-top: 3em;
}
.otLink .arrow {
    font-size: max(10px, 1vw);
    width: .6em;
	position: absolute;
	top: 50%;
	right: 2em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.otLink li:nth-child(n + 2){
	margin-top: 1em;
}
.btArea a:link{
	color:#222;
	display:block;
	line-height:1.4;
	font-size:14px;
	position: relative;
	padding:1.3em 3em 1.3em 2em;
	text-decoration:none;
	border: 1px solid #222;
}
.btArea a:visited{
	
	color:#222;
	text-decoration:none;
}
.btArea a:hover{
	opacity: .5;
	color:#222;
	text-decoration:none;
}

}
@media only screen and (max-width: 767px) {
.productTitle{
	margin-bottom: 2rem;
	padding-top: 3rem;
}
.productTitle h1 span{
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.productTitle h1{
	font-size: 3.2rem;  
}
.product {
    margin-top: 5rem;
	padding-bottom: 8rem;
}
.proBox{
	padding-bottom: 3rem
}
.cateMainTitle{
	margin-bottom: 6rem;
}
.cateMainTitle p.title{
	font-size: 1.8rem;
}
.cateMainTitle p.title_en{
	font-size: 1.5rem;
}
.proMainTitle{
	margin-bottom: 3rem;	
}
.proMainTitle p.title_en{
	font-size: 1.4rem;
}
.proMainTitle p.title{
	font-size: 3.5rem;
}
.proMainTitle p.title_ja{
	font-size: 1.3rem;
}
.proMainTitle p.title:before {
    margin-right: 1rem;
}
 
.proMainTitle p.title:after {
    margin-left: 1rem;
}
.mainIm{
	margin: 0 auto 5rem;
}
.proTitle{
	margin-bottom: 2rem;
}
.proTitle p.title{
	font-size: 3rem;
}
.proTitle p.title span.key{
	font-size: 70%;
}
.proTitle p.title span.ss{
	font-size: 60%;
	margin-left: 1rem;
}
.proTitle p.title_ja{
	font-size: 1.4rem;
}
ul.reel{
	padding: 0 2rem;
}
ul.reel li{
	margin-bottom: 3rem;
}
ul.reel li:last-child{
	margin-bottom: 0;
}
a p.tx{
	font-size:1.5rem;
	margin-top: .5rem;
	text-decoration: underline;
	line-height: 1.4;
	display:inline-block;
	position:relative;
	padding-left: 1.8rem;
}
a p.tx:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: .8rem;
	height: 1px;
	top:1.1rem;
	left:0;
	background-color: #999;
}
.proList{
	margin-bottom: 5rem;
}
.proList.other p.im{
	padding: 0 2rem;
	margin-bottom: 3rem;
}
ul.proLinkList{
	padding: 0 2rem;	
}
ul.proLinkList a p.tx{
	margin-top: 0;
	text-decoration: none;
	line-height: 1.4;
	display:block;
	position:relative;
	padding:1.5rem 2rem;
}
ul.proLinkList a p.tx:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1rem;
	height: 1px;
	top:50%;
	left:0;
	background-color: #999;
}
ul.proLinkList li{
	border-bottom: 1px solid #e8eaed;
}
ul.proLinkList li:first-child{
	border-top: 1px solid #e8eaed;;	
}
ul.proLinkList li:last-child{
	margin-bottom: 0;
}
ul.proLinkList .arrow {
    width: 1rem
}
ul.proLinkList .proLink{
	display: flex;
	justify-content: space-between;
	padding-right: 1rem;
}
ul.proLinkList .tx {
    display: flex;
    flex-direction: column;
	padding-right: 2.5rem;
}
.rod .proList p.im{
	margin-bottom: 3rem;
	padding: 0 2rem;
}
.apparel .proList p.im{
	margin-bottom: 3rem;
	padding: 0 2rem;
}
ul.apparelList01,ul.apparelList02{
	padding: 0 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.apparelList01{
	margin-bottom: 3rem;
}
ul.apparelList02{
	margin-bottom: 3rem;
}
ul.apparelList01 li{
	margin-bottom: 3rem;
	width: 48%;
}
ul.apparelList01 li.big{
	width: 60%;
	margin: 0 auto;
}
ul.apparelList01 li.big a p.tx {
    font-size: 100%;
    margin-top: 0;
	margin-top: .3rem;
	padding-left: 1.8rem;
}
ul.apparelList01 li.big a p.tx:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1rem;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #999;
}
ul.apparelList02 li{
	width: 100%;
}

ul.apparelList02 ul.proLinkList a p.tx {
    font-size: 100%;
    margin-top: 0;
    padding: 1.5rem 2rem;
}
ul.apparelList02 ul.proLinkList a p.tx:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1rem;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #999;
}
ul.apparelList01 li:last-child{
	margin-bottom: 0;
}
.apparel ul.apparelList02 li ul.proLinkList{
	width: 60%;
	margin: 0 auto;
	padding: 0;
}
.apparel ul.apparelList02 li ul.proLinkList li{
	margin-bottom: 0;
	width: 100%;
}
.apparel ul.apparelList02 li ul.proLinkList li a p.tx{
	font-size:80%;
	padding-left: 1.5rem;
}
.apparel ul.apparelList02 li ul.proLinkList li a p.tx:before {
	width: .8rem;
}
.apparel ul.apparelList01 li.first{
	display: block;
}
.apparel ul.apparelList02 li.first{
	display: none;
}
.apparel ul.apparelList02 li:nth-last-child(2){
	width: 60%;
	margin: 0 auto 1em;
	padding: 0;
}
.apparel ul.apparelList02 li.second{
	width: 60%;
	margin: 0 auto 3em;
}
ul.apparelList01 li a p.tx,ul.apparelList02 li a p.tx{
	font-size:80%;
	margin-top: .3rem;
	padding-left: 1.5rem;
}
ul.apparelList01 li a p.tx:before,ul.apparelList02 li a p.tx:before {
	width: .8rem;
	top: .9rem;
}
ul.apparelList02{
	margin-bottom: 5rem;
}
ul.apparelList02 li.apIm{
	display: block;
	margin-bottom: 2rem;
	padding: 0 1rem;
}
ul.apparelList03 {
	display: none;	
}
.lure .proList p.im{
	margin-bottom: 3rem;
	padding: 0 2rem;
}
ul.lureList{
	padding: 0 1rem;
}
ul.lureList li{
	margin-bottom: 2rem;
}
ul.lureList li a p.tx{
	font-size:80%;
	margin-top: .3rem;
	padding-left: 1.5rem;
}

ul.lureList li a p.tx:before {
	width: .8rem;
	top: .9rem;
}
ul.lureList li:last-child{
	margin-bottom: 0;
}
.lure .proList ul.lureList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lure .proList ul.lureList{
}
.lure .proList ul.lureList li{
	width: 48%;
}
.lure .proList ul.lureList li:last-child{
	margin-bottom:0;	
}
ul.otherList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1rem;
}

ul.otherList li{
	margin-bottom: 2rem;
	width: 48%;
}
ul.otherList li:last-child{
	margin-bottom: 0;
}
ul.otherList li a p.tx{
	font-size:80%;
	margin-top: .3rem;
	padding-left: 1.5rem;
}
ul.otherList li a p.tx:before {
	width: .8rem;
	top: .9rem;
}
.proList.coolbag p.im{
	margin-bottom: 3rem;
	padding: 0 2rem;
}
.proList.coolbag ul.proLinkList ul li{
	padding-left: 3rem;
}
.proList.coolbag ul.proLinkList ul li:last-child{
	border-bottom: none;	
}
.fishTab{
	padding-top: 8rem;
}
.fishTab .fishTabBox:first-child{
	margin-bottom: 10rem;
}
.tab{
	display: none;
}
.sliderArea{
	margin-bottom: 3rem;
}
.dots-1 .slick-dots button, .dots-2 .slick-dots button {
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px;
}
.proMenu{
	display: none;
}
	
	
.otLink {
	width: 80%;
	margin: 0 auto 3em;
	padding-top: 1em;
	
}
.otLink .arrow {
    width: 1rem;
	position: absolute;
	top: 50%;
	right: 1.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.otLink li:nth-child(n + 2){
	margin-top: .5em;
}
.btArea a:link{
	color:#222;
	display:block;
	line-height:1.4;
	font-size:3vw;
	position: relative;
	padding:1.3em 3em 1.3em 2em;
	text-decoration:none;
	border: 1px solid #222;
}
.btArea a:visited{
	
	color:#222;
	text-decoration:none;
}
.btArea a:hover{
	opacity: .5;
	color:#222;
	text-decoration:none;
}
}