@charset "UTF-8";
.fishingTitle h1{
	font-weight:normal;
	letter-spacing: -.01em;
}
.fishingTitle h1 span{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight:500;
	line-height: 1.4;
	display: block;
	letter-spacing: 0;
	
}
.fishTop .inner,.fishBottom .inner{
	max-width: 1500px;
}
.colArea{
	position: relative;
	overflow: hidden;
}
.colArea img{
  transform: scale(1);
  transition: 1s ease-in-out;
}
.colArea a:hover img{
  transform: scale(1.05);
}
.colBg{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position:absolute;
	bottom:0;
	width:100%;
	height:40%;
	z-index:0;
}
.colBg .titleArea{
	position: relative;
	width: 100%;
	height: 100%;
}
.colBg p.tt{
	color: #fff;
	text-align: left;
	position: absolute;
	bottom: 1em;
	left: 1em;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 500;
	font-size: min(2vw,28px);
	line-height: 1.2;
}
.fishBana{
	border-top: 1px solid #e8eaed;
}
.fishBana p.fishTitle{
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 500;
}
.fishBottom{
	padding-bottom: 5em;
}

/* スクリーンサイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px){
.fishingTitle{
	margin-bottom: 8rem;
	margin-top: 23rem;
}
.fishingTitle h1 span{
	font-size: min(3rem,30px);
	margin-bottom: 1.7rem;
}
.fishingTitle h1{
	font-size: min(8rem,70px);
}
.fishTop {
    margin-top: 17.4rem;
	padding-bottom: 16rem;
}

.feedFishCate{
}
.feedFishCate ul{
	text-align: center;
	font-size: 0;
}
.feedFishCate li{
	display: inline-block;
	vertical-align: top;
	padding: .5em;
	font-size: 18px;
}
.feedFishCate li img{
	width: 100%;
	height: auto;
	
}
.feedFishCate li.col1{
	width: 48%;
}
.feedFishCate li.col1.last{
	position: absolute;
	bottom: 0;
	left: 50%;
		
}
.feedFishCate li.col2{
	width: 24%;
}
.feedFishCate .col{
	position: relative;
}
	
.fishBana{
	padding-top: 10rem;
}
.fishBana ul{
	text-align: center;
}
.fishBana ul li{
	text-align: left;
	display:inline-block;
	width: 40%;
	margin: 0 2% 5em;
}
.fishBt{
	display: flex;
}
.fishBt{
	align-items:flex-start;
    justify-content: space-between;
}
.fishBana p.tx{
	line-height: 1.6;
	font-size: min(1.6vw,14px);
	width: 52%;
}
.fishBana p.im{
	margin-bottom: 1.5rem;
}
.fishBana p.fishTitle{
	font-size: min(2vw,20px);
	margin-bottom: 2.2rem;	
}

}
/* スクリーンサイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px){

.fishingTitle{
	margin-bottom: 2rem;
	padding-top: 3rem;
}
.fishingTitle h1 span{
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.fishingTitle h1{
	font-size: 3.2rem;  
}
.fishTop {
    margin-top: 5rem;
	padding-bottom: 8rem;
}
.fishTop .inner{
	padding: 0;
}
.feedFishCate{
	background-color: #000;
}
.feedFishCate li img{
		object-fit: cover;
		width: 100%;
		
	}
.colBg p.tt{
	bottom: 1em;
	left: 1em;
	font-size: 1.8rem;	
}
.colBg p.tt br{
	display: none;
}
.fishBana{
	padding-top: 5rem;
}
.fishBana ul li{
	width: 90%;
	margin: 0 auto 5rem;
}
.fishBana ul li:last-child{
	margin: 0 auto;
}
.fishBana p.fishTitle{
	font-size: 1.8rem;
	margin-bottom: 1rem;	
}
.fishBana p.im{
	margin-bottom: 1rem;
}
.fishBana p.tx{
	line-height: 1.79;
	font-size: 1.4rem;
}
.fishBana p.tx br{
	display: none;
}
.fishBt .link_border {
    margin-top: 2.4rem;
    width: 23.7rem;
}
.colArea{
	position: relative;
	color: #fff;
}
.colArea::after {
	content: '';
	display: block;
	width: .8em;
	height: .8em; 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
 
.colArea::after {
	transform: rotate(135deg);
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -.4em;
}
}
