body {
	margin: 0;
	font-size: .88rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

a {
	text-decoration: none;
}

main {
	margin-top: 40px;
	margin-bottom: 80px;
}

.list-title {
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ss-width {
	max-width: 756px;
}

.btn-outline-blue {
	color: #0d6efd;
	background-color: transparent;
	background-image: none;
	border-color: #dee2e6;
}

.anchor {
	display: block;
	padding-top: 69px;
	margin-top: -69px;
}

.genre_content {
	max-width: 1440px;
}

.genre_content h2,
.genre_content .h2 {
	font-size: 1.1rem;
}

.genre_content h1,
.genre_content .h1 {
	font-size: 1.32rem;
}

.genre_content .btn:hover {
	color: #fff;
	background-color: #0d6efd;
}

a.d-flex.justify-content-center.align-items-center.js-smooth-scroll {
	position: relative;
	padding-bottom: 1em !important;
}

a.d-flex.justify-content-center.align-items-center.js-smooth-scroll::after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f107';
	position: absolute;
	bottom: 0;
}

form.gsc-search-box {
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	width: 100%;
}

.gsc-search-box {
	margin: 0 !important;
}

table.gsc-search-box {
	border-style: none;
	border-width: 0;
	border-spacing: 0 0;
	width: 100%;
	margin-bottom: 2px;
}

.gsc-input {
	font-size: 16px;
}

.gsc-input {
	padding-right: 5px !important;
	height: 28px !important;
}

#gsc-iw-id1 {
	border-radius: 3px !important;
	height: 32px !important;
	padding: 0 !important;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	border-color: #D9D9D9;
}

.gsc-input-box {
	border: 1px solid #dfe1e5;
	background: #fff;
}

#gs_id50 {
	height: 32px !important;
}

.gsib_a {
	padding: 0 10px;
}

.gsc-search-button {
	border-radius: 3px !important;
	height: 32px !important;
	width: 70px !important;
}

.gsc-search-button-v2 {
	font-size: 0;
	padding: 6px 27px;
	width: auto;
	vertical-align: middle;
	border: 1px solid #666;
	border-radius: 2px;
	border-color: #3079ed;
	background-color: #4d90fe;
	background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
	border-color: #D9D9D9;
	background-color: #EEEEEE;
	background-image: none;
	filter: none;
}

.gsc-search-button-v2 svg {
	fill: #111111;
}

.meta_tag_t {
	width: 75px;
	padding-right: 6px;
}

.object-fit-container {
	width: 100%;
	padding-bottom: 67%;
	height: 0;
	position: relative;
}

.object-fit-contain {
	-o-object-fit: contain;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
}

.object-fit-container-entry {
	width: 100%;
	padding-bottom: 75%;
	height: 0;
	position: relative;
}

.object-fit-contain-entry {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
}

.header_navi,
.footer_div {
	background-color: #f5f5f5;
}

.sitelogo,
.navbar-brand img {
	height: 40px !important;
	width: auto;
}

.content_sample_image {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
}

.post_images {
	cursor: pointer;
	width: 14.2857%;
	margin-bottom: 4px;
	padding: 5px;
}

.post_images img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 1080px) {
	.post_images {
		width: 25%;
	}
}

@media all and (max-width: 768px) {
	.post_images {
		width: 33.3333%;
	}
}

/* 親要素 */
#video_content_image {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

#video_content_image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 画像のスタイル */
.video_content_image_in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

/* 再生ボタン */
.play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.play_btn img {
	width: 130px;
	height: auto;
}

/* 動画のスタイル */
.video_player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* レスポンシブ対応 */
@media all and (max-width: 864px) {
	#video_content_image {
		max-width: 100%;
	}

	.play_btn img {
		width: 80px;
	}
}