@charset "utf-8";

/*----------------------------
	podcast
------------------------------*/

.podcast .contArea {
	padding: calc((50 / 16) * 1rem) 0 calc((150 / 16) * 1rem);
	overflow: hidden;
}
.podcast .inner {
	max-width: calc((1220 / 16) * 1rem);
}
.podcast .secHead {
	text-align: center;
}
.podcast .secHead h2 {
	font-size: calc((40 / 16) * 1rem);
	font-family: "Zen Old Mincho", serif;
	letter-spacing: calc((2 / 16) * 1rem);
	line-height: 1.3;
}
.podcast .secHead .ttlJp {
	margin-top: calc((5 / 16) * 1rem);
	font-size: calc((14 / 16) * 1rem);
	font-weight: 500;
	color: var(--greenColor);
	line-height: 1.3;
}

@media (max-width: 768px) {
	.podcast .contArea {
		padding: calc((40 / 16) * 1rem) 0 calc((100 / 16) * 1rem);
	}
	.podcast .secHead h2 {
		font-size: calc((32 / 16) * 1rem);
		letter-spacing: calc((1.4 / 16) * 1rem);
	}
	.podcast .secHead .ttlJp {
		margin-top: calc((8 / 16) * 1rem);
		font-size: calc((12 / 16) * 1rem);
	}
}

/* voiceMv */
.podcast .podcastMv {
	position: relative;
	aspect-ratio: 1200 / 360;
	border-radius: calc((6 / 16) * 1rem);
	overflow: hidden;
	background-color: var(--bgColor);
}
.podcast .podcastMvBg {
	position: absolute;
	inset: 0;
}
.podcast .podcastMvBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	filter: blur(10px);
	transform: scale(1.05);
	opacity: 0.6;
}
.podcast .podcastMvTit {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: calc((20 / 16) * 1rem);
	text-align: center;
}
.podcast .podcastMvTit .waveform {
	width: calc((128 / 16) * 1rem);
}
.podcast .podcastMvTit .waveform img {
	display: block;
	width: 100%;
	height: auto;
}
.podcast .podcastMvTit .podcastLabel {
	margin-top: calc((12 / 16) * 1rem);
	font-size: calc((22 / 16) * 1rem);
	font-family: "Zen Old Mincho", serif;
	letter-spacing: calc((2 / 16) * 1rem);
	line-height: 1.3;
	color: var(--whiteColor);
}
.podcast .podcastMvTit .podcastCatch {
	margin-top: calc((20 / 16) * 1rem);
	font-size: calc((22 / 16) * 1rem);
	line-height: 1.3;
}
.podcast .podcastMvTit h1 {
	margin-top: calc((5 / 16) * 1rem);
	font-size: calc((56 / 16) * 1rem);
	font-family: "Zen Old Mincho", serif;
	letter-spacing: calc((2.8 / 16) * 1rem);
	line-height: 1.3;
}

@media (max-width: 768px) {
	.podcast .podcastMv {
		aspect-ratio: 350 / 200;
	}
	.podcast .podcastMvTit {
		padding: calc((20 / 16) * 1rem);
	}
	.podcast .podcastMvTit .waveform {
		width: calc((84 / 16) * 1rem);
	}
	.podcast .podcastMvTit .podcastLabel {
		margin-top: calc((8 / 16) * 1rem);
		font-size: calc((14 / 16) * 1rem);
		letter-spacing: calc((1.6 / 16) * 1rem);
	}
	.podcast .podcastMvTit .podcastCatch {
		margin-top: calc((10 / 16) * 1rem);
		font-size: calc((13 / 16) * 1rem);
	}
	.podcast .podcastMvTit h1 {
		margin-top: calc((4 / 16) * 1rem);
		font-size: calc((35 / 16) * 1rem);
		letter-spacing: calc((1.6 / 16) * 1rem);
	}
}

/* voiceLead */
.podcast .podcastLead {
	margin-top: calc((50 / 16) * 1rem);
	font-size: calc((16 / 16) * 1rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

@media (max-width: 768px) {
	.podcast .podcastLead {
		margin-top: calc((25 / 16) * 1rem);
		font-size: calc((14 / 16) * 1rem);
		text-align: left;
	}
}

/* navigator */
.podcast .navigator {
	margin-top: calc((100 / 16) * 1rem);
}
.podcast .navigatorBox {
	margin-top: calc((30 / 16) * 1rem);
	display: flex;
	align-items: center;
	gap: calc((50 / 16) * 1rem);
	padding: calc((50 / 16) * 1rem) calc((60 / 16) * 1rem);
	background-color: var(--bgGrayColor);
}
.podcast .navigatorBox .pic {
	flex-shrink: 0;
	width: calc((300 / 16) * 1rem);
	aspect-ratio: 300 / 358;
	border-radius: calc((6 / 16) * 1rem);
	overflow: hidden;
}
.podcast .navigatorBox .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.podcast .navigatorBox .txt {
	flex: 1;
	min-width: 0;
}
.podcast .navigatorBox .role {
	font-size: calc((18 / 16) * 1rem);
	font-weight: 500;
	line-height: 1.6;
	color: var(--greenColor);
}
.podcast .navigatorBox .name {
	font-size: calc((24 / 16) * 1rem);
	font-weight: 500;
	line-height: 1.6;
}
.podcast .navigatorBox .profile {
	margin-top: calc((20 / 16) * 1rem);
	font-size: calc((15 / 16) * 1rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
	.podcast .navigatorBox {
		gap: calc((30 / 16) * 1rem);
		padding: calc((40 / 16) * 1rem) calc((30 / 16) * 1rem);
	}
	.podcast .navigatorBox .pic {
		width: calc((240 / 16) * 1rem);
	}
}

@media (max-width: 768px) {
	.podcast .navigator {
		margin-top: calc((50 / 16) * 1rem);
	}
	.podcast .navigatorBox {
		margin-top: calc((25 / 16) * 1rem);
		flex-direction: column;
		gap: calc((20 / 16) * 1rem);
		padding: calc((30 / 16) * 1rem) 7.145%;
	}
	.podcast .navigatorBox .pic {
		width: calc((240 / 16) * 1rem);
		aspect-ratio: 240 / 286;
	}
	.podcast .navigatorBox .role {
		font-size: calc((16 / 16) * 1rem);
	}
	.podcast .navigatorBox .name {
		font-size: calc((22 / 16) * 1rem);
	}
	.podcast .navigatorBox .profile {
		margin-top: calc((12 / 16) * 1rem);
		font-size: calc((13 / 16) * 1rem);
	}
}

/* latest */
.podcast .latest {
	margin-top: calc((100 / 16) * 1rem);
}
.podcast .latestContents {
	margin-top: calc((40 / 16) * 1rem);
}
.podcast .latestTit {
	padding: calc((15 / 16) * 1rem) calc((20 / 16) * 1rem);
	font-size: calc((24 / 16) * 1rem);
	font-weight: 500;
	line-height: 1.25;
	background-color: var(--bgGrayColor);
}
.podcast .latestInner {
	margin-top: calc((40 / 16) * 1rem);
	display: flex;
	gap: calc((50 / 16) * 1rem);
	align-items: flex-start;
}
.podcast .latestInfo {
	flex: 1;
	min-width: 0;
	max-width: calc((650 / 16) * 1rem);
}
.podcast .latestTxt {
	font-size: calc((16 / 16) * 1rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.podcast .latestInfo .guestBox {
	margin-top: calc((26 / 16) * 1rem);
}
.podcast .guest {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: calc((80 / 16) * 1rem);
	height: calc((26 / 16) * 1rem);
	padding: 0 calc((12 / 16) * 1rem);
	font-size: calc((13 / 16) * 1rem);
	font-weight: 500;
	line-height: 1;
	color: var(--greenColor);
	border: solid 1px var(--greenColor);
}
.podcast .latestInfo .guestName .shop {
	margin-top: calc((10 / 16) * 1rem);
	font-size: calc((16 / 16) * 1rem);
	line-height: 1.5;
}
.podcast .latestInfo .guestName .name {
	font-size: calc((22 / 16) * 1rem);
	line-height: 1.5;
}
.podcast .latestBox {
	margin-top: calc((20 / 16) * 1rem);
	padding: calc((15 / 16) * 1rem) calc((24 / 16) * 1rem);
	border: solid 1px var(--borderColor03);
	border-radius: calc((6 / 16) * 1rem);
}
.podcast .latestBox p {
	font-size: calc((15 / 16) * 1rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.podcast .listenBox {
	flex-shrink: 0;
	width: calc((500 / 16) * 1rem);
	padding: calc((30 / 16) * 1rem) calc((40 / 16) * 1rem) calc((40 / 16) * 1rem);
	background-color: rgba(223, 238, 240, 0.6);
	border-radius: calc((6 / 16) * 1rem);
	text-align: center;
}
.podcast .listenTit {
	font-size: calc((20 / 16) * 1rem);
	font-weight: 500;
	line-height: 1.3;
}
.podcast .listenNote {
	margin-top: calc((10 / 16) * 1rem);
	font-size: calc((13 / 16) * 1rem);
	line-height: 1.3;
}
.podcast .listenList {
	margin-top: calc((20 / 16) * 1rem);
	display: flex;
	flex-wrap: wrap;
	gap: calc((20 / 16) * 1rem);
}
.podcast .listenList li {
	width: calc((200 / 16) * 1rem);
}
.podcast .listenList a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc((8 / 16) * 1rem);
	height: calc((58 / 16) * 1rem);
	padding: 0 calc((15 / 16) * 1rem);
	background-color: var(--whiteColor);
	border: solid 1px var(--greenColor);
	border-radius: calc((6 / 16) * 1rem);
}
.podcast .listenList a:hover {
	opacity: 0.8;
}
.podcast .listenList .logo {
	display: block;
}
.podcast .listenList .logo.spotify {
	width: calc((100 / 16) * 1rem);
}
.podcast .listenList .logo.apple {
	width: calc((110 / 16) * 1rem);
}
.podcast .listenList .logo.amazon {
	width: calc((116 / 16) * 1rem);
}
.podcast .listenList .logo.youtube {
	width: calc((93 / 16) * 1rem);
}
.podcast .listenList .blank {
	display: block;
	width: calc((20 / 16) * 1rem);
	height: calc((20 / 16) * 1rem);
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	.podcast .latestInner {
		flex-direction: column;
		gap: calc((30 / 16) * 1rem);
	}
	.podcast .latestInfo {
		max-width: none;
	}
	.podcast .listenBox {
		width: 100%;
		max-width: calc((500 / 16) * 1rem);
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.podcast .latest {
		margin-top: calc((50 / 16) * 1rem);
	}
	.podcast .latestContents {
		margin-top: calc((25 / 16) * 1rem);
	}
	.podcast .latestTit {
		padding: calc((10 / 16) * 1rem);
		font-size: calc((16 / 16) * 1rem);
		line-height: 1.4;
	}
	.podcast .latestInner {
		margin-top: calc((20 / 16) * 1rem);
		flex-direction: column;
		gap: calc((30 / 16) * 1rem);
	}
	.podcast .latestInfo {
		max-width: none;
	}
	.podcast .latestTxt {
		font-size: calc((14 / 16) * 1rem);
	}
	.podcast .latestInfo .guestBox {
		margin-top: calc((15 / 16) * 1rem);
	}
	.podcast .guest {
		min-width: calc((70 / 16) * 1rem);
		height: calc((24 / 16) * 1rem);
		font-size: calc((12 / 16) * 1rem);
	}
	.podcast .latestInfo .guestName .shop {
		font-size: calc((14 / 16) * 1rem);
	}
	.podcast .latestInfo .guestName .name {
		font-size: calc((18 / 16) * 1rem);
	}
	.podcast .latestBox {
		margin-top: calc((20 / 16) * 1rem);
		padding: calc((15 / 16) * 1rem) calc((20 / 16) * 1rem);
	}
	.podcast .latestBox p {
		font-size: calc((13 / 16) * 1rem);
	}
	.podcast .listenBox {
		width: 100%;
		padding: calc((25 / 16) * 1rem) calc((20 / 16) * 1rem);
	}
	.podcast .listenTit {
		font-size: calc((16 / 16) * 1rem);
	}
	.podcast .listenNote {
		font-size: calc((11 / 16) * 1rem);
	}
	.podcast .listenList {
		margin-top: calc((15 / 16) * 1rem);
		justify-content: space-between;
		gap: calc((14 / 16) * 1rem) 0;
	}
	.podcast .listenList li {
		width: 48%;
	}
	.podcast .listenList a {
		height: calc((46 / 16) * 1rem);
		padding: 0 calc((10 / 16) * 1rem);
	}
	.podcast .listenList .logo.spotify {
		width: 57.58%;
	}
	.podcast .listenList .logo.apple {
		width: 67.04%;
	}
	.podcast .listenList .logo.amazon {
		width: 73.35%;
	}
	.podcast .listenList .logo.youtube {
		width: 59.95%;
	}
	.podcast .listenList .blank {
		width: calc((15 / 16) * 1rem);
		height: calc((15 / 16) * 1rem);
	}
}

/* archive */
.podcast .archive {
	margin-top: calc((100 / 16) * 1rem);
}
.podcast .archiveList {
	margin-top: calc((40 / 16) * 1rem);
	display: flex;
	flex-wrap: wrap;
	gap: calc((40 / 16) * 1rem) 2.5%;
}
.podcast .archiveList li {
	width: 31.666%;
}
.podcast .archiveList .pic {
	aspect-ratio: 380 / 214;
	background-color: #E2E2E2;
	border-radius: calc((6 / 16) * 1rem);
	overflow: hidden;
}
.podcast .archiveList .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.podcast .archiveList .ttl {
	margin-top: calc((15 / 16) * 1rem);
	font-size: calc((16 / 16) * 1rem);
	font-weight: 500;
	line-height: 1.4;
}
.podcast .archiveList .guestBox {
	margin-top: calc((10 / 16) * 1rem);
	display: flex;
	align-items: center;
	gap: calc((10 / 16) * 1rem);
}
.podcast .archiveList .guest {
	min-width: calc((60 / 16) * 1rem);
	height: calc((26 / 16) * 1rem);
	font-size: calc((12 / 16) * 1rem);
}
.podcast .archiveList .guestName {
	font-size: calc((14 / 16) * 1rem);
	line-height: 1.5;
	color: var(--greenColor);
}
.podcast .archiveList .txt {
	margin-top: calc((10 / 16) * 1rem);
	font-size: calc((14 / 16) * 1rem);
	line-height: 1.6;
}

@media (max-width: 768px) {
	.podcast .archive {
		margin-top: calc((50 / 16) * 1rem);
	}
	.podcast .archiveList {
		margin-top: calc((25 / 16) * 1rem);
		flex-direction: column;
		gap: calc((40 / 16) * 1rem);
	}
	.podcast .archiveList li {
		width: 100%;
	}
	.podcast .archiveList .pic {
		aspect-ratio: 350 / 197;
	}
	.podcast .archiveList .ttl {
		font-size: calc((15 / 16) * 1rem);
	}
	.podcast .archiveList .guest {
		min-width: calc((56 / 16) * 1rem);
		height: calc((22 / 16) * 1rem);
		font-size: calc((11 / 16) * 1rem);
	}
	.podcast .archiveList .guestName {
		font-size: calc((13 / 16) * 1rem);
	}
	.podcast .archiveList .txt {
		font-size: calc((13 / 16) * 1rem);
	}
}
