.wwa-top-img {
	display: flex;
	align-items: center;
	aspect-ratio: 115 / 38;
	overflow: hidden;
	border-radius: 20px;
}
.catches-grid {
	display: grid;
	grid-template-columns: 65% 32%;
  gap: 3%;
	align-items: center;
}
.catches-percent {
	font-size: 2.6rem;
	color: var(--Umios_text_Red);
	line-height: 0.9;
	margin: 8px 0;
	> span {
		font-size: 4rem;
		font-weight: 800;
		margin-right: 8px;
		&.small-text {
			font-size: 1.6rem;
			font-weight: 400;
		}
	}
	&.h3-basis {
		font-size: 2.4rem;
	}
	+ p {
		font-size: 2rem;
	}
	&.text-umios-blue {
    color: var(--Umios_Blue);
  }
}
.catches-list-img {
	display: flex;
	align-items: center;
	aspect-ratio: 33 / 20;
	overflow: hidden;
	border-radius: 10px;
}
.catches-list {
	> dl {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		> dt {
			font-size: 1.6rem;
			font-weight: 700;
		}
		> dd {
			display: flex;
			justify-content: center;
			width: 100%;
			font-size: 4rem;
			font-weight: 800;
			color: var(--Umios_text_Red);
			margin-top: 8px;
			padding-bottom: 20px;
			border-bottom: 1px solid var(--Bg_BW1);
		}
		+ dl {
			margin-top: 16px;
		}
	}
}
.milestones-list {
	> li {
		display: flex;
		gap: 32px;
		align-items: center;
		padding-bottom: 12px;
		border-bottom: 1px solid var(--Bg_BW1);
		> figure {
			display: flex;
			align-items: center;
			width: 180px;
			align-items: center;
			aspect-ratio: 9 / 5;
			overflow: hidden;
			border-radius: 10px;
			background-color: var(--Bg_BW2);
			> img {
				width: 100%;
			}
		}
		> p {
			width: calc(100% - 212px);
			> span {
				display: block;
				font-size: 2.4rem;
				font-weight: 700;
				color: var(--Umios_text_Red);
			}
		} 
		+ li {
			padding-top: 16px;
		}
		&:last-child {
			border-bottom: none;
		}
	}
}

.reel-stories-card-wrap {
	display: flex;
	gap: 10px;
	> .reel-stories-card-title {
		padding: 32px;
		background: var(--Bg_BW2);
		min-width: 373px;
		border-radius: 10px;
	}
	> .reel-stories-card {
		display: flex;
		width: 100%;
		> .reel-stories-card-item {
			display: flex;
			flex-direction: column;
			background: var(--Bg_BW2);
			border-radius: 10px;
			overflow: hidden;
			width: calc(50% - 10px);
			margin-right: 10px;
			transition: 0.6s;
			&:last-child {
				margin-right: 0;
			}
			> .image-area {
				display: flex;
				align-items: center;
				aspect-ratio: 182/113;
				height: 226px;
				width: 100%;
				overflow: hidden;
				> img {
					height: 100%;
					width: 100%;
					object-fit: cover;
					transition: 0.6s;
				}
			}
			> .text-area {
				display: flex;
				flex-direction: column;
				flex: 1;
				padding: 16px 20px;
				> .title {
					font-size: 2rem;
					color: var(--Umios_Blue);
					font-weight: 500;
					line-height: 1.2;
					margin: 8px 0px 20px;
					transition: 0.6s;
				}
				> .text-link  {
					display: block;
					min-width: 126px;
					width: max-content;
					font-size: 1.4rem;
					text-align: center;
					pointer-events: none;
					border-radius: 50px;
					padding: 10px 0px;
					margin: auto 0 0 auto;
					background: var(--Umios_White);
					transition: 0.6s;
					svg {
						color: var(--Umios_Blue);
					}
				}
			}
			&:hover {
				color: var(--Umios_body_text);
				background: var(--Bg_B1);
				> .image-area {
					> img {
						transform: translateZ(0) scale(1.1);
					}
				}
			}
		}
	}
	&.design-style-2 {
		> .reel-stories-card-title {
			max-width: 373px;
		}
		> .reel-stories-card {
			> .reel-stories-card-item {
				max-width: 264px;
				width: 100%;
				> .image-area {
					aspect-ratio: 363 / 226;
					height: auto;
				}
				> .text-area {
					> .caption > span {
						display: flex;
						align-items: center;
						gap: 8px;
					}
					> .text-link {
						background: none;
						min-width: fit-content;
						padding: 0;
						margin-left: 0;
						svg {
							color: var(--Umios_Red);
						}
					} 
				}
			} 
		}
	}
}


.related-links-title {
  font-weight: 400;
  font-size: 16px;
  color: var(--Umios_body_text);
  padding-top: 20px;
  border-top: 1px solid var(--Bg_BW1);
}
/* fishing.html */
.alaska-grid {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	.inner-col-1 {
		grid-area: inner-col1;
	}
	.inner-col-2 {
		grid-area: inner-col2;
	}
	.inner-col-3 {
		grid-area: inner-col3;
	}
}
.msc-mark {
	position: relative;
	> span {
		position: absolute;
		top: 26px;
		left: 26px;
	}
}
@media screen and (max-width: 979px) {
	.reel-stories-card-wrap {
		flex-direction: column;
			> .reel-stories-card-title {
				padding: 0;
				background: none;
			}
			> .reel-stories-card {
				margin-top: 10px;
				> .reel-stories-card-item {
					width: calc(50% - 4px);
					> .image-area {
						height: 168px;
					}
				}
			}
			&.design-style-2 {
			> .reel-stories-card {
				> .reel-stories-card-item {
						max-width: 210px;
						min-width: auto;
				}
			}
		}
	}
}
.text-nowrap {
	white-space: nowrap;
}


@media screen and (max-width: 449px) {
	.wwa-top-img {
		border-radius: 10px;
	}
	.catches-percent {
		line-height: 1.2;
		margin: 4px 0;
		> span {
			display: block;
		}
		&.h3-basis > span {
			display: inline-block;
		}
	}
	.catches-list-img {
		aspect-ratio: 34 / 11;
		margin-top: 32px;
	}
	.catches-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		> dl {
			width: calc(50% - 4px);
			> dd {
				font-size: 3.6rem;
			}
		+ dl {
			margin-top: 0;
		}
		}
	}
	.catches-img {
		width: 100px;
	}
	.milestones-list {
		> li {
			flex-direction: column;
			align-items: flex-end;
			gap: 4px;
			> figure {
				order: 2;
				width: 136px;
			}
			> p {
				order: 1;
				width: 100%;
				> span {
					font-size: 2rem;
				}
			}
		}
	}
	.reel-stories-card-wrap {
		> .reel-stories-card {
			width: 100vw;
			overflow-x: scroll;
      padding-right: 10vw;
				> .reel-stories-card-item {
					min-width: 270px;
			}
		}
	}
	/* fishing.html */
	.alaska-grid {
		display: grid;
		align-items: center;
		gap: 40px;
		row-gap: 0;
		grid-template-areas:
		"inner-col1 inner-col2"
    "inner-col3 inner-col2";
	}
}

/****************************************
Slider
****************************************/
.slider-type-1{
  max-width: 100%;
}
.slider-type-1 .splide__slide{
  min-width: 363px;
}