@charset "utf-8";

/* カテゴリコンテナ */
.categorySwiper {
	width: 100%;
	height: 100%;
}
.cardSwiper {
	width: 100%;
	height: 100%;
}
.cardGroupSwiper {
	width: 100%;
	height: 100%;
}
.singleCardSwiper {
	width: 100%;
	height: 100%;
}

/* カテゴリスライダー */
.categorySwiper__slide,
.cardSwiper__slide,
.cardGroupSwiper__slide {
	height: 100%;
	width: 100%;
	font-size: 16px;
}

iframe {
/*
	pointer-events: none;
*/
	width: 100%;
}
.H_soundless iframe {
	height: 63.2%;
}

video {
/*
	pointer-events: none;
*/
	object-fit: contain;
	width: 100%;
	height: calc(100svh - 80px);
}

@media screen and (max-width: 768px){
	.iframe_outer {
		width: 100%;
		height: 100dvh;
		display: flex;
		padding-top: 12dvh;
	}
	.iframe_outer_group {
		width: 100%;
		height: 100dvh;
		display: flex;
		padding-top: 12dvh;
	}
	.iframe_outer_group.H_soundless {
		padding-top: 0;
	}

	video {
		position: relative;
		top: -3dvh;
	}
}
@media screen and (max-width: 375px){
	.iframe_outer {
		width: 100%;
		height: 100dvh;
		display: flex;
		padding-top: 0;
	}
	.iframe_outer_group {
		width: 100%;
		height: 100dvh;
		display: flex;
		padding-top: 0;
	}
	video {
		position: relative;
		top: -6dvh;
	}
	iframe {
		width: 100%;
		height: 210px;
	}
	.H_soundless iframe {
		height: 76.7%
	}
}

@media screen and (max-width: 768px) and (max-height: 500px){
	.iframe_outer {
		padding-top: 0dvh;
		top: -10dvh;
		position: relative;
	}

	.iframe_outer_group {
		padding-top: 0dvh;
		top: -10dvh;
		position: relative;
	}

}
/*onclick自動発火用要素*/
.displayCardOnclick {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	visibility: hidden;
}

.cardMain {
	width: 100%;
	height: 100%;
}

.cardInner {
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.cardInner:after {
	content:'';
	position:absolute;
	z-index: 1;
	width: 100%;
	height: 200px;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,1));
}

.card_inner_parts_Title {
	width: 76%;
	max-width: 500px;
	margin-left: 6%;
	position: relative;
	z-index: 3;
	overflow: hidden;
	margin-bottom: 8px;
}
.card_inner_parts_Title h4{
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
}

.card_inner_parts_Tags {
	width: 76%;
	max-width: 500px;
	margin-left: 6%;
	position: relative;
	z-index: 3;
	overflow: hidden;
	order: -1;
	margin-bottom: 8px;
	line-height: 1.2;
}

.card_inner_parts_Tags a{
	color: #fff;
	display: inline-block;
	padding-right: 10px;
	font-size: 12px;
}

.card_inner_parts_Pagenation {
	width: 76%;
	max-width: 500px;
	margin-left: 6%;
	position: relative;
	z-index: 3;
	order: -2;
}

.card_inner_parts_Contents {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.imgContens {
	height: calc(100svh - 80px);
	object-fit: contain;
}
.imgContens.op_bgcolor_white {
	background-color: #fff;
}

.card_inner_parts_ControlIcon {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 16px;
	width: 4svh;
}
.group_controlicon {
	width: 4svh;
}
.card_inner_parts_ControlIcon .swiper{
	overflow: visible;
}

.card_inner_parts_Text {
	width: 76%;
	max-width: 500px;
	margin-left: 6%;
	position: relative;
	z-index: 3;
	overflow: hidden;
	height: 56px;
	font-size: 12px;
	line-height: 1.5;
}

.card_inner_parts_Text .description{
	overflow: hidden;
	height: 56px;
	font-size: 12px;
	display: inline-block;
	text-align: justify;
}
.detail_txt_links_wrap .detail_txt_links{
	color: #fff;
}

.card_inner_parts_Thumb {
	width: 40px;
	display: none;
	overflow: hidden;
}

.more_toggle {
	position: absolute;
	right: 0px;
	top: 35px;
	display: inline-block;
	width: 90px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	font-size: 12px;
	color: #D9D8D8;
}

.more_toggle .openTxt{
	display: inline;

}
.more_toggle .closeTxt{
	display: none;
}

.cardInner.open .more_toggle .openTxt{
	display: none;
}
.cardInner.open .more_toggle .closeTxt{
	display: inline;
}
.cardInner.open .more_toggle {
	top: auto;
	bottom: 10px;
}

.cardInner.open .card_inner_parts_Text {
	height: auto;
}
.cardInner.open .card_inner_parts_Text .description{
	height: auto;
	padding-bottom: 20px;
}

.cardInner.open:after {
	height: 324px;
}

.ActionIconContainer {
	width: 4svh;
}

.ActionIconContainer .detail_links {
	text-decoration: none;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 12px;
}

.ActionIconContainer .detail_links span{
	font-size: 10px;
	color: #fff;
	margin-top: 6px;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
	white-space: nowrap;
}
.ActionIconContainer .cardCollect {
	line-height: 0;
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
.ActionIconContainer .cardCollect span{
	font-size: 10px;
	color: #fff;
	margin-top: 6px;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
	white-space: nowrap;
	line-height: 1;
}


.ActionIconContainer .cardCollect img{
	filter: grayscale(1);
}
.ActionIconContainer .cardCollect.keep img{
	filter: none;;
}

.ActionIconContainer .categoryThumbs {
	overflow: hidden;
	display: block;
	line-height: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ccc;
	margin-bottom: 16px;
}
.card_inner_parts_Pagenation .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
	width: 10px;
	height: 10px;
}

.card_inner_parts_Pagenation span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #C3002F;
}

/* group末尾でカテゴリ移動する場合に有効化
span.swiper-pagination-bullet:last-child {
	border: none;
	pointer-events: none;
	opacity: 0;
}
*/

.group_swiper_next_btn,
.group_swiper_prev_btn {
/*
	display: none;
*/
}

.group_swiper_prev_btn.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.group_swiper_next_btn.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}


@media screen and (min-width: 769px){
	.cardMain {
		width: 72.917svh;
		margin: 0 auto;
		max-width: 97%;
	}
	.cardInner {
		display: flex;
		justify-content: flex-start;
		padding-left: 7.083svh;
		flex-direction: inherit;
		align-content: flex-start;
		max-height: 95.104svh;
		align-items: flex-end;
		margin-top: 3.646svh;
		border-bottom: solid 1px #3D3D3D;
		color: #3D3D3D;
	}
	.card_inner_parts_Contents {
		position: relative;
		order: 1;
		width: 37.5svh;
		min-width: 310px;
		height: 66.667svh;
		border-radius: 3.125svh;
		margin-left: 0;
		margin-right: initial;
		background: #000;
		border: 1px solid #ccc;
	}
	.imgContens {
		height: 66.667svh;
		object-fit: contain;
	}
	.card_inner_parts_Title {
		margin-left: 0;
		width: 60.417svh;
		max-width: none;
		margin-bottom: 0.833svh;
	}
	.card_inner_parts_Tags {
		order: initial;
		margin-left: 0;
		width: 60.417svh;
		max-width: none;
		margin-bottom: 1svh;
	}
	.card_inner_parts_ControlIcon {
		position: relative;
		order: 2;
		display: flex;
		align-items: flex-end;
		right: 0;
		margin-left: 2.5svh;
		flex-wrap: wrap;
	}
	.card_inner_parts_Text {
		order: 3;
		width: 58.333svh;
		max-width: none;
		margin-left: 0;
		font-size: 1.458svh;
		line-height: 2;
		height: auto;
		padding-bottom: 0px;
		margin-top: 0.342svh;
	}
	.card_inner_parts_Thumb {
		display: block;
		position: absolute;
		left: 0.279svh;
		top: 0px;
		overflow: hidden;
		box-shadow: 0 0 0 1px #ccc;
		line-height: 0;
		border-radius: 50%;
		width: 6.25svh;
		height: 6.25svh;
	}
	.cardInner:after {
		display: none;
	}
	.more_toggle {
		background: rgba(255,255,255,0.8);
	}
	.card_inner_parts_Title h4 {
		font-size: 2.5svh;
		color: #3D3D3D;
	}
	iframe {
		height: 66.667svh;
	}
	.H_soundless iframe {
		height: 66.667svh;
	}
	video {
		height: 66.667svh;
	}
	.card_inner_parts_Tags a {
		color: #6E6E6E;
		font-size: 1.458svh;
		text-decoration: none;
	}
	.card_inner_parts_Tags a:hover {
		text-decoration: underline;
	}
	.card_inner_parts_Text .description {
		height: auto;
		padding-bottom: 0px;
		font-size: 1.458svh;
	}
	.detail_txt_links_wrap .detail_txt_links{
		text-decoration: none;
		color: #3D3D3D;
	}
	.detail_txt_links_wrap .detail_txt_links:hover{
		text-decoration: underline;
	}
	.more_toggle {
		display: none;
	}
	.card_inner_parts_Pagenation {
		width: 100%;
		max-width: none;
		margin-left: 0;
		position: relative;
		z-index: 3;
		order: 2;
		line-height: 1;
		margin-top: 0.833svh;
	}
	.card_inner_parts_Pagenation .swiper-pagination-bullet {
		border: solid 1px #707070;
	}
	.card_inner_parts_Pagenation span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: none;
	}
	.ActionIconContainer .categoryThumbs {
		border: none;
	}
	.ActionIconContainer .detail_links span {
		color: #3D3D3D;
	}
	.ActionIconContainer .cardCollect span{
		color: #3D3D3D;
	}
	.group_swiper_next_btn {
		width: 100%;
		display: block;
		line-height: 0;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
		border-radius: 50%;
		margin-bottom: 0.833svh;
		cursor: pointer;
	}
	.group_swiper_prev_btn {
		width: 100%;
		display: block;
		line-height: 0;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
		border-radius: 50%;
		margin-bottom: 2.5svh;
		cursor: pointer;
	}
}

.ActionIconContainer .detail_links.link_empty {
	visibility: hidden;
}

.detail_txt_links_wrap.link_empty {
	display: none;
}

section.content {
	position: relative;
}

section.content .scroll_btn_wrap {
	position: absolute;
	bottom: 28px;
	right: 22px;
}

section.content .down_scroll,
section.content .up_scroll {
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	background-color: #fff;
	border: 1px solid #6E6E6E;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	transition: opacity 0.5s;
}
section.content .up_scroll {
	margin-bottom: 15px;
}

section.content .down_scroll:focus-visible,
section.content .up_scroll:focus-visible {
	outline: none;
}

section.content .down_scroll.swiper-button-disabled,
section.content .up_scroll.swiper-button-disabled {
	cursor: default;
	opacity: 0.3;
}

section.content .up_scroll img,
section.content .down_scroll img{
	user-select: none;
}

section.content .down_scroll img{
	width: 20px;
	rotate: -90deg;
}
section.content .up_scroll img{
	width: 20px;
	rotate: 90deg;
}

@media screen and (max-width: 768px){
	section.content .down_scroll,
	section.content .up_scroll {
		display: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 1000px){
	section.content .down_scroll,
	section.content .up_scroll {
		display: none;
	}
}