@charset "UTF-8";
/**
 * mog-author.css
 * 投稿者ページ（author.php）専用スタイル
 * 親テーマのスタイルを独立して定義し、親テーマのCSSに依存しない
 */

/* ========================================
   メインコンテナ (.l-main)
======================================== */
.mog-p-author-main {
	display: block;
	padding-bottom: 150px;
	padding-top: 64px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-main {
		padding-bottom: 40px;
		padding-top: 28px;
	}
}

/* ========================================
   著者セクション全体 (.p-author)
======================================== */
.mog-p-author {
	margin-bottom: 92px;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.mog-p-author {
		margin-bottom: 27px;
	}
}

/* ========================================
   ヘッダー画像 (.p-author__header_image)
======================================== */
.mog-p-author__header-image {
	background-position: center center;
	background-size: cover;
	height: 500px;
	margin-bottom: -76px;
	margin-top: -64px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__header-image {
		height: 320px;
		margin-bottom: -71px;
		margin-top: -28px;
	}
}

@media only screen and (max-width: 767px) {
	.mog-p-author__header-image {
		height: 285px;
	}
}

/* ========================================
   インナーコンテナ (.l-inner)
======================================== */
.mog-p-author__inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 88.8888%;
	max-width: 1280px;
}

/* インナー直下のp要素 */
.mog-p-author__inner > p {
	line-height: 2.4;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__inner > p {
		line-height: 2;
		margin-bottom: 2px;
	}
}

/* ========================================
   サムネイル (.p-author__thumbnail)
======================================== */
.mog-p-author__thumbnail {
	border-radius: 50%;
	display: block;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	width: 120px;
	/* old webkit bug fix */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

/* .p-author内での調整 */
.mog-p-author .mog-p-author__thumbnail {
	margin-bottom: 14px;
}

/* ヘッダー画像がある場合のサムネイル */
.mog-p-author__header-image + .mog-p-author__inner .mog-p-author__thumbnail {
	border: 16px solid #fff;
	margin-bottom: -2px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

/* サムネイル内の子要素 */
.mog-p-author__thumbnail a,
.mog-p-author__thumbnail div,
.mog-p-author__thumbnail span,
.mog-p-author__thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
}

.mog-p-author__thumbnail img {
	object-fit: cover;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__thumbnail {
		height: 110px;
		width: 110px;
	}

	.mog-p-author .mog-p-author__thumbnail {
		margin-bottom: 8px;
	}

	.mog-p-author__header-image + .mog-p-author__inner .mog-p-author__thumbnail {
		margin-bottom: -8px;
	}
}

/* ========================================
   名前 (.p-author__name)
======================================== */
.mog-p-author__name {
	word-break: break-word;
}

.mog-p-author .mog-p-author__name {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
}

@media only screen and (max-width: 991px) {
	.mog-p-author .mog-p-author__name {
		font-size: 20px;
		margin-bottom: 2px;
	}
}

/* ========================================
   フルネーム (.p-author__fullname)
======================================== */
.mog-p-author__fullname {
	line-height: 2.4;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__fullname {
		line-height: 2;
		margin-bottom: 2px;
	}
}

/* ========================================
   エリア (.p-author__area)
======================================== */
.mog-p-author__area {
	line-height: 2.4;
}

/* 疑似要素 ::before */
.mog-p-author__area::before {
	content: '\e933';
	font-family: "design_plus";
	font-size: 120%;
	padding-right: 4px;
	vertical-align: -4px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__area {
		line-height: 2;
		margin-bottom: 2px;
	}
}

/* ========================================
   生年月日/年代 (.p-author__birthday)
======================================== */
.mog-p-author__birthday {
	line-height: 2.4;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__birthday {
		line-height: 2;
		margin-bottom: 2px;
	}
}

/* ========================================
   会社名 (.p-author__company)
======================================== */
.mog-p-author__company {
	line-height: 2.4;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__company {
		line-height: 2;
		margin-bottom: 2px;
	}
}

/* ========================================
   職業 (.p-author__job)
======================================== */
.mog-p-author__job {
	line-height: 2.4;
}

/* 兄弟要素: 会社名の次の職業 */
.mog-p-author__company + .mog-p-author__job {
	margin-top: -0.35em;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__job {
		line-height: 2;
		margin-bottom: 2px;
	}
}

/* ========================================
   フォローボタンエリア (.p-author__follow)
======================================== */
.mog-p-author__follow {
	margin-top: 16px;
}

.mog-p-author .mog-p-author__follow {
	margin-top: 16px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author .mog-p-author__follow {
		margin-top: 11px;
	}
}

/* ========================================
   フォローボタン (.p-button-follow, .p-button-following)
======================================== */
.mog-p-author__btn-follow,
.mog-p-author__btn-following {
	background: #fff;
	border: 2px solid #ef7c00;
	border-radius: 30px;
	display: inline-block;
	color: #ef7c00;
	font-size: 14px;
	font-weight: 700;
	height: 45px;
	line-height: 41px;
	min-width: 140px;
	overflow: hidden;
	padding: 0 16px 0 34px;
	text-align: center;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

.mog-p-author__btn-following,
.mog-p-author__btn-follow.p-button-following {
	background: #fff;
	border-color: #ef7c00;
	color: #ef7c00;
	padding-left: 16px;
}

/* フォロー中状態のアイコン非表示 */
.mog-p-author__btn-follow.p-button-following::before {
	display: none;
}

/* ホバー状態 */
a.mog-p-author__btn-follow:hover {
	background: #ef7c00;
	border-color: #ef7c00;
	color: #fff !important;
}

a.mog-p-author__btn-following:hover,
a.mog-p-author__btn-follow.p-button-following:hover {
	background: #ccc;
	border-color: #ccc;
	color: #fff !important;
}

/* 疑似要素 ::before（フォローボタン） */
.mog-p-author__btn-follow::before {
	content: "\e145";
	font-family: "design_plus";
	font-size: 16px;
	position: absolute;
	left: 14px;
	top: 0;
}

.mog-p-author__btn-following::before {
	display: none;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__btn-follow,
	.mog-p-author__btn-following {
		height: 40px;
		line-height: 36px;
		min-width: 120px;
		font-size: 13px;
		padding: 0 12px 0 28px;
	}

	.mog-p-author__btn-following {
		padding-left: 12px;
	}

	.mog-p-author__btn-follow::before {
		font-size: 14px;
		left: 10px;
	}
}

/* ========================================
   メッセージ作成ボタンエリア (.p-author__create-message)
======================================== */
.mog-p-author__create-message {
	margin-top: 16px;
}

/* メッセージボタン */
.mog-p-author__btn-message {
	display: inline-block;
	text-decoration: none;
}

/* ========================================
   本文/説明 (.p-entry__body, .p-author__body, .p-body)
======================================== */
.mog-p-author__body {
	color: #000;
	line-height: 2.4;
	margin-bottom: 50px;
}

.mog-p-author .mog-p-author__body {
	margin-bottom: 0;
	margin-top: 38px;
}

/* 最後の子要素 */
.mog-p-author__body > :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__body {
		line-height: 2;
		margin-bottom: 30px;
	}

	.mog-p-author .mog-p-author__body {
		margin-top: 22px;
	}
}

/* ========================================
   SNSナビゲーション (.p-social-nav, .p-social-nav--author)
======================================== */
.mog-p-author__sns {
	margin-top: 35px;
	list-style: none;
	padding: 0;
}

.mog-p-author .mog-p-author__sns {
	margin-top: 35px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author .mog-p-author__sns {
		margin-top: 20px;
	}
}

/* SNSアイテム (.p-social-nav__item) */
.mog-p-author__sns-item {
	display: inline-block;
	float: none;
	font-size: 16px;
	margin-right: 8px;
	vertical-align: top;
}

/* 最後のアイテム */
.mog-p-author__sns-item:last-child {
	margin-right: 0;
}

/* SNSリンク */
.mog-p-author__sns-item a {
	border-radius: 50%;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	width: 28px;
	text-decoration: none;
}

.mog-p-author__sns-item a:before {
	position: relative;
	font-family: "design_plus";
}

/* Twitter/X */
.mog-p-author__sns-item--twitter a {
	background-color: #000;
}

.mog-p-author__sns-item--twitter a:hover {
	background-color: #000;
}

.mog-p-author__sns-item--twitter a::before {
	font-family: 'tiktok_x_icon';
	content: "\e901";
}

/* Facebook */
.mog-p-author__sns-item--facebook a {
	background-color: #35629a;
}

.mog-p-author__sns-item--facebook a:hover {
	background-color: #1f3669;
}

.mog-p-author__sns-item--facebook a:before {
	left: -0.5px;
	content: "\e902";
}

/* Instagram */
.mog-p-author__sns-item--instagram a {
	background-color: #4c68d7;
}

.mog-p-author__sns-item--instagram a:hover {
	background-color: #2c3c7d;
}

.mog-p-author__sns-item--instagram a::before {
	content: "\ea92";
}

/* YouTube */
.mog-p-author__sns-item--youtube a {
	background-color: #ff0000;
}

.mog-p-author__sns-item--youtube a:hover {
	background-color: #dd0000;
}

.mog-p-author__sns-item--youtube a::before {
	content: "\e945";
}

/* TikTok */
.mog-p-author__sns-item--tiktok a {
	background-color: #85f9f5;
}

.mog-p-author__sns-item--tiktok a:hover {
	background-color: #65d9d5;
}

.mog-p-author__sns-item--tiktok a::before {
	content: "\e944";
}

/* URL/ウェブサイト */
.mog-p-author__sns-item--url a {
	background-color: #0093c5;
}

.mog-p-author__sns-item--url a:hover {
	background-color: #027197;
}

.mog-p-author__sns-item--url a:before {
	font-size: 130%;
	top: -1px;
	content: "\e88a";
}

/* ========================================
   アーカイブボタン（投稿追加ボタン）(.p-blog-archive__button)
======================================== */
.mog-p-author__archive-button {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 100;
}

.mog-p-author__archive-button-list {
	margin-left: -50%;
	display: flex;
	background: #ef7c00;
	width: 100%;
	border-radius: 100px;
	list-style: none;
	padding: 0;
}

.mog-p-author__archive-button-item {
	display: flex;
	width: 160px;
	text-align: center;
	height: 50px;
	align-items: center;
}

/* 最初のアイテム（左側）に左の丸みを付ける */
.mog-p-author__archive-button-item:first-child {
	border-radius: 100px 0 0 100px;
}

/* 最後のアイテム（右側）に右の丸みを付ける */
.mog-p-author__archive-button-item:last-child {
	border-radius: 0 100px 100px 0;
}

/* 唯一のアイテムの場合は両方丸める */
.mog-p-author__archive-button-item:only-child {
	border-radius: 100px;
}

.mog-p-author__archive-button-link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-decoration: none;
	border-radius: inherit;
}

.mog-p-author__archive-button-link:hover {
	background: #d7531d;
	color: #fff !important;
}

/* 最初のアイテムのリンク（兄弟要素への対応） */
.mog-p-author__archive-button-item:first-child .mog-p-author__archive-button-link {
	border-right: 1px solid #fff;
}

/* 唯一のアイテムの場合 */
.mog-p-author__archive-button-item:only-child .mog-p-author__archive-button-link {
	border-right: none;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__archive-button {
		bottom: 30px;
	}

	.mog-p-author__archive-button-item {
		width: 120px;
		height: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.mog-p-author__archive-button-item {
		width: 110px;
		height: 40px;
		font-size: 13px;
	}
}

/* ========================================
   投稿リストエリア (.p-author__lists)
======================================== */
.mog-p-author__lists {
	padding-top: 50px;
	position: relative;
}

.mog-p-author__lists-inner {
	background: #ffffff;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__lists {
		padding-top: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.mog-p-author__lists {
		padding-top: 38px;
	}
}

/* ========================================
   リストタブ (.p-author__list-tabs)
======================================== */
.mog-p-author__list-tabs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
}

.mog-p-author__list-tabs-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 88.8888%;
	max-width: 1280px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__list-tabs-inner {
		width: 100% !important;
	}
}

/* タブ固定時のスタイル（body クラスによる制御） */
body.is-author__list-tabs-fixed .mog-p-author__list-tabs {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
}

body.is-author__list-tabs-fixed .mog-p-author__list-tabs-inner {
	background: #fff;
}

@media (min-width: 992px) {
	body.is-author__list-tabs-fixed.l-header--type2 .mog-p-author__list-tabs,
	body.is-author__list-tabs-fixed.l-header--type3 .mog-p-author__list-tabs {
		top: 70px;
	}

	body.is-author__list-tabs-fixed.admin-bar.l-header--type1 .mog-p-author__list-tabs {
		top: 32px;
	}

	body.is-author__list-tabs-fixed.admin-bar.l-header--type2 .mog-p-author__list-tabs,
	body.is-author__list-tabs-fixed.admin-bar.l-header--type3 .mog-p-author__list-tabs {
		top: 102px;
	}
}

@media only screen and (max-width: 991px) {
	body.is-author__list-tabs-fixed.l-header--type2--mobile .mog-p-author__list-tabs,
	body.is-author__list-tabs-fixed.l-header--type3--mobile .mog-p-author__list-tabs {
		top: 60px;
	}

	body.is-author__list-tabs-fixed.admin-bar.l-header--type1--mobile .mog-p-author__list-tabs {
		top: 46px;
	}

	body.is-author__list-tabs-fixed.admin-bar.l-header--type2--mobile .mog-p-author__list-tabs,
	body.is-author__list-tabs-fixed.admin-bar.l-header--type3--mobile .mog-p-author__list-tabs {
		top: 96px;
	}
}

/* ========================================
   タブアイテム (.p-author__list-tab)
======================================== */
.mog-p-author__list-tab {
	background: rgba(0, 147, 197, 0.15);
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex: 1 1 25%;
	flex: 1 1 25%;
	height: 50px;
	overflow: hidden;
	padding: 0 16px;
	transition: background 0.3s ease, color 0.3s ease;
}

/* ホバー状態 */
.mog-p-author__list-tab:hover {
	background: rgba(239, 124, 0, 0.15);
	color: #3e3a39;
}

.mog-p-author__list-tab:hover .mog-p-author__list-tab-title {
	color: #fff !important;
}

.mog-p-author__list-tab:hover .mog-p-author__list-tab-badge {
	background: #fff;
	color: #3e3a39 !important;
}

/* アクティブ状態 */
.mog-p-author__list-tab.is-active {
	background: #ef7c00 !important;
	color: #ffffff !important;
	position: relative;
	font-weight: 600;
}

.mog-p-author__list-tab.is-active .mog-p-author__list-tab-title {
	color: #ffffff !important;
}

/* 兄弟要素: タブ + タブ */
.mog-p-author__list-tab + .mog-p-author__list-tab {
	margin-left: 1px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__list-tab {
		height: 42px;
		padding: 0 8px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.mog-p-author__list-tab {
		height: 38px;
		padding: 0 4px;
	}
}

/* ========================================
   タブタイトル (.p-author__list-tab_title)
======================================== */
.mog-p-author__list-tab-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__list-tab-title {
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		font-weight: 500;
		font-size: 13px;
		line-height: 1.4;
		max-height: 2.8em;
		padding: 0 2px;
	}
}

@media only screen and (max-width: 767px) {
	.mog-p-author__list-tab-title {
		font-size: 12px;
	}
}

/* ========================================
   タブバッジ (.p-author__list-tab_badge)
======================================== */
.mog-p-author__list-tab-badge {
	background: #0093c5;
	border-radius: 12px;
	color: #fff !important;
	font-size: 11px;
	line-height: 1.6;
	margin-right: -8px;
	margin-left: auto;
	min-width: 60px;
	max-width: 100%;
	padding: 3px 8px;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__list-tab-badge {
		display: none;
	}
}

/* アクティブタブ内のバッジ */
.mog-p-author__list-tab.is-active .mog-p-author__list-tab-badge {
	background: #ffffff;
	color: #3e3a39 !important;
}

/* ========================================
   投稿リスト (.p-author__list)
======================================== */
.mog-p-author__list {
	padding: 50px 0;
	min-height: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 88.8888%;
	max-width: 1280px;
}

/* AJAX読み込み中 */
.mog-p-author__list.ajax-loading {
	background: url('../zoomy_tcd067/img/loading.gif') center center no-repeat;
	background-size: 32px;
}

/* 無限スクロール読み込み中 */
.mog-p-author__list.ajax-infinite-loading {
	padding-bottom: 100px;
	background: url('../zoomy_tcd067/img/loading.gif') left bottom 34px no-repeat;
	background-size: 32px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author__list {
		padding: 30px 0;
		min-height: 200px;
	}

	.mog-p-author__list.ajax-loading {
		background-size: 20px;
	}

	.mog-p-author__list.ajax-infinite-loading {
		padding-bottom: 60px;
		background-position: center bottom 20px;
		background-size: 20px;
	}
}

/* リスト内の投稿なし/フォローなしメッセージ */
.mog-p-author__list .no_post,
.mog-p-author__list .no_follow {
	padding: 50px 0;
	text-align: center;
}

/* エラーメッセージ */
.mog-p-author__list-error {
	color: #f00;
	padding: 50px 0;
}

/* ========================================
   author-list.php - AJAXリストコンテンツ
======================================== */

/* ----------------------------------------
   リストインナー (.p-author__list__inner, .p-blog-archive)
---------------------------------------- */
.mog-p-author-list__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px 1px;
	margin-top: 4px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-list__inner {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.mog-p-author-list__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 10px;
	}
}

/* ----------------------------------------
   リストアイテム (.p-author__list-item)
---------------------------------------- */
.mog-p-author-list__item {
	position: relative;
}

/* ----------------------------------------
   フォロー解除時の半透明表示
---------------------------------------- */
.mog-p-author-list__item.is-unfollowed {
	opacity: 0.4;
	transition: opacity 0.3s;
}

/* ----------------------------------------
   投稿なし/フォローなしメッセージ
---------------------------------------- */
.mog-p-author-list__no-data {
	padding: 50px 0;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-list__no-data {
		padding: 30px 0;
	}
}

/* ----------------------------------------
   エラーメッセージ
---------------------------------------- */
.mog-p-author-list__error {
	color: #f00;
	padding: 50px 0;
	text-align: center;
}

/* ----------------------------------------
   ユーザーリストアイテム
---------------------------------------- */
.mog-p-author-list__item--user {
	text-align: center;
}

.mog-p-author-list__item-inner {
	display: block;
}

.mog-p-author-list__item-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.mog-p-author-list__item-link:hover {
	opacity: 0.8;
}

/* ----------------------------------------
   ユーザーリストサムネイル
---------------------------------------- */
.mog-p-author-list__item-thumbnail {
	display: block;
	margin: 0 auto 10px;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

/* ユーザーリスト（丸型アバター） */
.mog-p-author-list__item--user .mog-p-author-list__item-thumbnail {
	width: 100px;
	height: 100px;
}

.mog-p-author-list__item--user .mog-p-author-list__item-thumbnail img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 50% !important;
}

/* 投稿リスト（aspect-ratio使用） */
.mog-p-author-list__item--post .mog-p-author-list__item-thumbnail {
	width: 100%;
	margin: 0 0 10px 0;
}

.mog-p-author-list__item--post .mog-p-author-list__item-thumbnail img {
	display: block;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 5 / 3;
	border-radius: 4px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-list__item--user .mog-p-author-list__item-thumbnail {
		height: 80px;
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.mog-p-author-list__item--user .mog-p-author-list__item-thumbnail {
		height: 70px;
		width: 70px;
	}
}

/* ----------------------------------------
   ユーザー名
---------------------------------------- */
.mog-p-author-list__item-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	word-break: break-word;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-list__item-name {
		font-size: 13px;
	}
}

/* ----------------------------------------
   投稿リストアイテム
---------------------------------------- */
.mog-p-author-list__item--post .mog-p-author-list__item-link {
	display: block;
}

/* ----------------------------------------
   投稿リストタイトル
---------------------------------------- */
.mog-p-author-list__item-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-list__item-title {
		font-size: 13px;
	}
}

/* ----------------------------------------
   投稿リスト日付（タイトル下）
---------------------------------------- */
.mog-p-author-list__item-date {
	display: block;
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-list__item-date {
		font-size: 11px;
	}
}

/* ----------------------------------------
   編集・削除ボタン（サムネイル右上）
   親テーマの p-article__edit-button に準拠
---------------------------------------- */
.mog-p-author-list__item-actions {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	gap: 6px;
	z-index: 2;
}

.mog-p-author-list__item-actions .mog-p-author-list__item-edit,
.mog-p-author-list__item-actions .mog-p-author-list__item-delete {
	background: #999;
	border-radius: 15px;
	color: #fff !important;
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	min-width: 50px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
}

.mog-p-author-list__item-actions .mog-p-author-list__item-edit:hover,
.mog-p-author-list__item-actions .mog-p-author-list__item-delete:hover {
	background: #d7531d;
}

@media only screen and (max-width: 767px) {
	.mog-p-author-list__item-actions .mog-p-author-list__item-edit,
	.mog-p-author-list__item-actions .mog-p-author-list__item-delete {
		font-size: 11px;
		line-height: 24px;
		min-width: 45px;
		padding: 0 8px;
	}
}

/* ----------------------------------------
   いいね数（サムネイル右下）
---------------------------------------- */
.mog-p-author-list__item-like {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	color: #333;
	font-size: 12px;
	line-height: 1;
	padding: 4px 8px;
	z-index: 2;
}

img.mog-p-author-list__item-like-icon {
	width: 1em !important;
	height: 1em !important;
	object-fit: contain !important;
	aspect-ratio: unset !important;
}

.mog-p-author-list__item-like-count {
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.mog-p-author-list__item-like {
		font-size: 11px;
		padding: 3px 6px;
	}
}

/* ----------------------------------------
   フォローボタン（リスト内）
---------------------------------------- */
.mog-p-author-list__item-follow {
	margin-top: 10px;
	text-align: center;
}

.mog-p-author-list__btn-follow,
.mog-p-author-list__btn-following {
	background: #fff;
	border: 2px solid #ef7c00;
	border-radius: 16px;
	display: inline-block;
	color: #ef7c00;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	line-height: 28px;
	min-width: 100px;
	overflow: hidden;
	padding: 0 10px 0 24px;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.mog-p-author-list__btn-following {
	background: #fff;
	border-color: #ef7c00;
	color: #ef7c00;
	padding-left: 10px;
}

.mog-p-author-list__btn-follow::before {
	content: "\e145";
	font-family: "design_plus";
	font-size: 14px;
	position: absolute;
	left: 8px;
	top: 0;
}

.mog-p-author-list__btn-following::before {
	display: none;
}

a.mog-p-author-list__btn-follow:hover {
	background: #ef7c00;
	border-color: #ef7c00;
	color: #fff !important;
}

a.mog-p-author-list__btn-following:hover {
	background: #ccc;
	border-color: #ccc;
	color: transparent !important;
	font-size: 0;
}

a.mog-p-author-list__btn-following:hover::after {
	content: "解除";
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.mog-p-author-list__btn-follow,
	.mog-p-author-list__btn-following {
		font-size: 11px;
		height: 28px;
		line-height: 24px;
		min-width: 80px;
		padding: 0 8px 0 20px;
	}

	.mog-p-author-list__btn-following {
		padding-left: 8px;
	}

	.mog-p-author-list__btn-follow::before {
		font-size: 12px;
		left: 6px;
	}

	a.mog-p-author-list__btn-following:hover::after {
		font-size: 11px;
	}
}
