@charset "UTF-8";
#wrapper{
	overflow: hidden;
	font-size: 15px;
	line-height: 1.6;
	background-color: transparent;
	font-weight: 400;

}
html,body{
	height: auto;
}
svg {
    width: 100%;
    height: auto;
}

a img:hover{
	opacity:0.7;
	transition:0.3s;
}
.inView{
	position: relative;
	top: 4vw;
	opacity: 0;
	-webkit-transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
	transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
}
.inView.view{opacity: 1;top: 0;}
.conArea{
	max-width: 1200px;
	margin: 0 auto;
	width: 94%;
	
}
/*-----------------------------------------------
	top
-----------------------------------------------*/
.top_first{
	width:100%;
	height:100%;
	min-height:600px;
	overflow:hidden;
	background-color:#000;
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/2026pickup_autumn/img/main.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.topArea_first{
	position:relative;
	width:100%;
	height:100%;
}
.topArea_first h2 img{
	width: 100%;
	height: auto;
}
.topArea_first h2{
	position: absolute;
	bottom:15%;
	left: 5%;
	width: 40%;
	max-width: 500px;
}

/*-----------------------------------------------
	title
-----------------------------------------------*/
.mainTitle{
	margin-bottom: 8em;
	height: 300px;
	position: relative;
	display: flex;
	align-items: center; 
}
.mainTitle h3{
	width: 18%;
	margin: auto 0;
	position: relative;
	top:50%;
}
.mainTitle .bgIm{
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #111;
	background-size: cover;
	background-repeat: no-repeat;
}

.reel .mainTitle .bgIm{
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/2026pickup_autumn/img/bg_reel.jpg");
	background-position: center center;
}
.rod .mainTitle .bgIm{
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/2026pickup_autumn/img/bg_rod.jpg");
	background-position: center center;
}
.other .mainTitle .bgIm{
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/2026pickup_autumn/img/bg_other.jpg");
	background-position: center center;
}

p.tx{
	text-align: center;
	font-size: 14px;
	padding-top: .5em;
	font-weight: 400;
}
a:link p.tx{
	text-decoration: underline;
	color: #fff;
}
a:visited p.tx{
	text-decoration: underline;
	color: #fff;
}
a:hover p.tx{
	text-decoration: underline;
	color: #666;
}
p.im img.spim{
	display: none;
}
p.att{
	text-align: right;
	font-size: 13px;
	padding-top: 1.5em;
}
.oLink{
	padding-top: 1em;
	text-align: right;
}
.oLink a:link{
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: .5em 2.5em .5em .2em;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	
}
.oLink a:visited{
	color: #fff;
	text-decoration: none;
}
.oLink a:hover{
	color: #fff;
	text-decoration: none;
	opacity: .8;
}
.oLink a:link::before {
  position: absolute;
  top:50%;
  right:.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  margin-right:0px;
}
.oLink a:link::after {
  position: absolute;
  top:50%;
  right:.5em;
  margin-top:-4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.oLink span.new{
	background-color: #930002;
	padding: .2em .5em;
	margin-right: .5em;
}
/*-----------------------------------------------
	REEL
-----------------------------------------------*/
.reel{
	padding-bottom: 15em;
	padding-top: 5em;
}
.tournament{
	background-image: url("/-/media/Project/globeride/daiwa_com_jp/special/2026pickup_autumn/img/tournament_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	padding-top: 15em;
	padding-bottom: 10em;
}
.tournament p.t_logo{
	width: 30%;
	margin: 0 auto;
}
.tournament ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap:5em;
	width: 90%;
	margin: 0 auto;
	padding-top: 15em;
	
}
.tournament ul p.im img,.proOther ul p.im img,.other ul p.im img{
	border: 1px solid #222;
	
}
.tournament ul p.im,.proOther ul p.im,.other ul p.im{
	background-color: #000;
}
.proOther{
	
}
.proOther ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap:5em;
}
.proOther ul li.ss{
	width: 45%;
}
.proOther dl{
	position: relative;
}
.proOther dl dt{
	width: 60%;
}
.proOther dl dd{
	width: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.proOther dl.rev dt{
	margin-left: 40%;
}
.proOther dl.rev dd{
	right: auto;
	left: 0;
}
.proOther .dd{
	position: relative;
}
.proOther p.oLink{
	position: absolute;
}
/*-----------------------------------------------
	ROD
-----------------------------------------------*/
.rod{
	padding-bottom: 15em;
}

.rod .oLink{
	text-align: left;
}

/*-----------------------------------------------
	OTHER
-----------------------------------------------*/
.other{
	padding-bottom: 15em;
}

.other ul{
	width: 74%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap:5em;
}
.other ul li.st{
	width: 80%;
}
.other ul li ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.other ul li ul li{
	width: 32%;
}
.other ul li ul li p.tx{
	font-size: 90%;
}


/*-----------------------------------------------
	event
-----------------------------------------------*/
.event{
	padding-bottom: 15em;
	background-color: #121212;
}
.event .mainTitle{
	margin-bottom: 0;
}
.event ul{
	width: 84%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap:5em;
	column-gap: 4%;
}
.event ul li{
	width: 48%;
}
.event p.tx{
	font-size: 90%;
}
.event .oLink{
	padding-top: 8em;
	padding-right: 2em;
}
.event .oLink a:link{
	font-size: 90%;
}

/*-----------------------------------------------
	topics
-----------------------------------------------*/
.topics{
	padding-bottom: 15em;
	background-color: #fff;
	color: #222;
}
.topics .mainTitle{
	margin-bottom: 0;
}
.topics ul{
	width: 84%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap:5em;
	column-gap: 4%;
}
.topics ul li{
	width: 48%;
}
.topics ul li.full{
	width: 100%;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5em;
}

.topics a:link p.tx,.topics p.tx a:link{
	text-decoration: underline;
	color: #333;
}
.topics a:visited p.tx,.topics p.tx a:visited{
	text-decoration: underline;
	color: #333;
}
.topics a:hover p.tx,.topics p.tx a:hover{
	text-decoration: underline;
	color: #666;
}

.topics ul p.im img{
	border: 1px solid #ddd;
}
.topics .mvArea{
	width: 70%;
	margin: 0 auto;
	padding-top: 5em;
}
.topics .safe{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5em;
	margin-bottom: 5em;
	width: 84%;
	margin: 0 auto 5em;
}
.topics .safe p.mainIm{
	margin-bottom: 3em;
}
.topics .safe p.safeTitle{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 2em;
	background-color: #555;
	color: #fff;
	padding: .5em 1em;
}
.topics .safe .safeBox{
	margin-bottom: 2em;
}
.topics .safe .safeBox:last-child{
	margin-bottom: 0;
}
.topics .safe .safeBox dl{
	display: flex;
	justify-content: space-between;
}
.topics .safe .safeBox dl dt{
	width: 35%;
}
.topics .safe .safeBox dl dd{
	width: 62%;
}
.topics .safe .safeBox p.t1{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1em;
	
}
.topics .safe .safeBox p.tt{
	line-height: 1.8;
}
.topics .safe .txArea{
	width: 80%;
	margin: 0 auto 5em;
	
}
.topics .safe .txArea p.st{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 1em;
	
}
.topics .safe .txArea p.t1{
	line-height: 2;
}
.topics .safe a:link{
	text-decoration: underline;
	color: #222;
}
.topics .safe a:visited{
	text-decoration: underline;
	color: #222;
}
.topics .safe a:hover{
	text-decoration: none;
	color: #999;
}
/*-----------------------------------------------
	MV
-----------------------------------------------*/
.mvArea{
	text-align: center;
}
.mvArea p.tt{
	padding-top: .5em;
	font-size: 14px;
}
.mvBox{
	position: relative;
}
.mvBox p.play{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:12%;
}
.mvBox p.play img{
	width: 100%;
	height: auto;
}






