@charset "utf-8";
/*
Template: eropo
Theme Name: eropo_custom
Theme URI:
Version: 1.0.0
*/
body {
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Yu Gothic UI','Arial Black','Arial',sans-serif;
	font-weight:normal;
}

.wp-video {
	margin-bottom:1.5rem;
}

@media only screen and (min-width: 980px) {
    .sidebar_none .archives-list.card-list::after, .sidebar_none .archives-list.card-list .post-list {
        width: calc(280px - 1.2em);
    }
}

.archives-list a .entry-title {
  font-size: 90%;
  font-weight: normal !important;
  }
  
.article-footer {
	margin:2rem 0;
}

.sp-only {
		display:none;
	}
	
	.pc-only {
		display:block;
	}
	
@media only screen and (max-width: 767px) {
	.sp-only {
		display:block;
	}
	
	.pc-only {
		display:none;
	}
}

/* top layout */
@media only screen and (min-width: 1167px) {
    #inner-content, .bgfull #header, .bgfull #footer, .bgfull #page-top+#breadcrumb, .bgnormal #inner-header, .bgnormal #inner-footer, .bgnormal #breadcrumb, .bgnormal #viral-header.entry-header {
        box-shadow: none;
    }
}

@media only screen and (min-width: 481px) {
    .archives-list.card-list .post-list {
        /*width: calc(25% - 0.7em);*/
		max-width: calc(25% - 0.7em);
    }
}

.home .wrap,
.archive .wrap,
.page-template-page-ranking .wrap {
    max-width: initial;
    margin: 0 auto;
}

@media only screen and (min-width: 981px) {
    .home #main {
        width: 100%;
        max-width: initial;
    }
	.archive #main {
        width: 100%;
        max-width: initial;
    }
	.page-template-page-ranking #main {
        width: 100%;
        max-width: initial;
    }
}

@media only screen and (max-width: 767px) {
.archives-list.simple-list .post-list .eyecatch {
flex-shrink: 0;
width: 48%;
max-width: 280px;
margin-bottom: 0!important;
}
}

/* post */
.bnr-area {
	text-align:center;
}

.bnr-area img {
	margin-bottom: 0.7rem;
}

.tagcloud {
	padding-top:1rem;
}

.pr-notice {
  font-size: 85%;
    /*padding: 0.05em .5em .1em 2em;*/
	    padding: 0.02em .5em .01em .5em;
    display: table;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 0 0 1px;
    border-radius: 3px;
    opacity: .75;
	position: relative;
  overflow: hidden; /* ← はみ出し防止 */
  box-sizing: border-box;
  display: block;
    height: 24px;
	margin-left:6px;
	margin-top: 3px;
}

.pr-notice::before {
  content: "\f06a"; /* exclamation-triangle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px; /* ← 左端に寄せすぎないよう調整 */
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
  box-sizing: content-box;
  line-height: 1;
  display:none;
}

@media only screen and (max-width: 767px) {
    .pr-notice {
		font-size: 90%;
		padding: 0.09em 0.5em 0.05em 0.5em;
		margin-top: 0px;
        height: 1.3rem;
    }
	
	.pr-notice::before {
		font-size: 14px;
	}
}


/* user */
#authorbox {
    padding: 4% 5% 4%;
    margin-bottom: 2%;
    border: solid 5px #eee;
}

.author_meta .author_img {
    margin-right: 2em;
}

.author-list-with-icon {
  list-style: none;
  padding: 0;
}

.author-list-with-icon li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted rgba(125, 125, 125, 0.3);
}

.author-list-with-icon li a {
	padding: 0.3em 1.3em 1em 0.3em;
	display: block;
}

.author-list-with-icon li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    right: 6px;
    line-height: 1;
    font-size: 1em;
    top: 50%;
    margin-top: -0.5em;
    transition: 0.15s ease-in-out;
	}
	
.author-list-with-icon img.author-thumb {
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}

/*after link play icon */
.entry-content .custom-html-widge a[target="_blank"]:after,
.entry-content .custom-html-widge a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '' !important;
    font-size: 95%;
    margin: 0 3px 0 2px;
}

/*mov code icon */
.video-thumbnail-wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
}

.video-thumbnail-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

.play-button-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒背景円 */
	border-radius: 50%;
	pointer-events: none;
	z-index: 10;
}

/* ▶アイコン（三角） */
.play-button-overlay::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-left: 18px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	opacity: 0.9;
}

/* iframe レスポンシブ */
.wp-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 の比率 */
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.wp-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.entry-content a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '' !important;
    font-size: 95%;
    margin: 0 3px 0 2px;
}

.tab-menu {
	display:flex;
	list-style:none;
	padding:0;
	border-bottom:1px solid #ccc;
	gap:20px;
}

.tab-menu li {
	cursor:pointer;
	padding: 5px 8px;
}

.tab-menu li.active {
	border-bottom:2px solid #902fa5;
	font-weight:bold;
	color:#902fa5;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

#container .list-ranking .cat-name {
    background-color: #b858cc !important;
    color: #FFF;
}

.tab-menu-top {
	display:flex;
	list-style:none;
	padding:0;
	border:2px solid #c1b019;
	border-radius:30px;
	/*font-weight:bold;*/
	margin-bottom:2rem;
	overflow: hidden;
}

.tab-menu-top li {
	cursor:pointer;
	padding: 5px 0;
	color:#c1b019;
	width:50%;
	text-align:center;
}

.tab-menu-top li.active,
.tab-menu-top li:hover {
	background:#c1b019;
	color:#FFF;
}

.tab-menu-top li a:hover {
	color:#FFF;
}

.tab-menu-top li a {
	color:#c1b019;
	text-decoration:none;
	display:block;
	border-radius:30px;
}