/*
 Theme Name:   Pronto Child
 Theme URI:    https://inzm11.motoji-arts.work/wpex-pronto-child/
 Description:  Pronto Child Theme
 Author:       Motojima
 Author URI:   https://inzm11.motoji-arts.work/
 Template:     wpex-pronto-master
 Version:      1.0.0
 Text Domain:  wpex-pronto-child
*/


body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, Helvetica, Arial, sans-serif;
}

.loop-entry{
	background:transparent;
	box-shadow:none;
}
.entry figure.wp-block-image {
    margin: 1rem 0;
}




/* 個別投稿ページ幅 レスポンシブ*/
.boxed{
	box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
.container-left {
    /*position: sticky;*/
    /*height: 0;*/
	}
}

/* スマホ全体レイアウト */
@media only screen and (max-width: 959px) {
	.container {
		max-width: 90%;
	}
	.boxed{
		padding:1.2rem;
	}
	.thumb-wrap{
	min-height: 10rem;
	}
}
/* END/スマホ全体レイアウト */

.wp-block-separator {
    border-top: 2px dotted #777;
}

blockquote {
	background:transparent;
	border-left: 4px solid #333;
	margin: 20px 0;
	padding: 6px;
	padding-left: 15px;
	font-size:14px;
	color: #111;
	line-height:1.5;
}



/*///////タグと制作年///////////*/

.post-meta {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
}

.post-tags {
    flex: 1;
    font-size: 10px;
    text-align: left;
	color: #8e8e8e;
	margin-top: 0px;
}
.post-tags-player {
    flex: 1;
    font-size: 10px;
    text-align: left;
	margin-top: 0px;
}
.post-tags-player a{
	color: #8e8e8e;	
}

.post-year {
    white-space: nowrap;
    font-size: 10px;
    color: #8e8e8e;
    padding-left: 10px;
	margin-left: auto;
}

@media only screen and (max-width: 959px) {
	p.post-year {
    text-align: center;
}
}


/*////////// カテゴリー///////////*/
ul.category-list > li {
  font-weight: bold;
  color: #14B694;
  font-size: 14px;
  margin-bottom: 0.8em;
	position: relative;
	display: inline-block;
	margin-right: 1em;
}
@media (max-width: 959px) {
	ul.category-list > li {
		display: block;
	}
}

.category-list > ul > li {
    line-height: 1.6;
}

ul.category-list li ul li a {
  font-weight: normal;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  padding-left: 1em;
  display: inline-block;
}
ul.category-list li ul li a:hover {
  color: #14B694;
  text-decoration: underline;
}

.custom-select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-wrap select {
  width: 100%;
  padding: 6px 30px 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  appearance: none;
  background-color: #fff;
}

.custom-select-wrap::after {
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #14B694;
}

/*　スカウト設定　*/
.category-setting-link {
  white-space: nowrap;
}

.category-setting-link a {
  display: inline;
  padding: 0 4px;
  text-decoration: underline;
}

.scout-url{
	color:#ccc;
}
.scout-url a{
	padding:0!important;
	font-size:#333;
}

.yuramemo{
	background-color: #f9f9f9;
	border-left: 0;
    border-radius: 10px;
    margin: 20px 0;
    padding: 16px 24px;
	line-height: 1.7;
	color: #303030;
}


/*//////////タグ///////////*/
/*.tag-select-wrap {
    margin: 1em 0;
}*/

.tag-select-wrap label {
    display: block;
    color: #14B694;
    font-weight: bold;
	font-size:14px;
}

.tag-select-wrap select {
    width: 100%;
    padding: 6px 30px 6px 10px;
  	border-radius: 4px;
 	 border: 1px solid #ccc;
    background-color: #fff;
    appearance: none;
}


/*//////////腐向け///////////*/
.loop-entry-img-link {
  position: relative;
  display: block;
  margin-bottom: -5px;
}



/* ==== 子テーマでのスマホ対応メニュー ==== */
@media only screen and (max-width: 959px) {
/* トグルボタン：右下に固定 */
#toggle-btn {
	display: block !important;
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 9999;
	background: #14B694;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	cursor: pointer;
}

#toggle-btn:hover {
	opacity: 0.8;
}

/* メニュー全体を覆う形で左から出現 */
#toggle-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #f9f9f9 url("images/bg.png");
	z-index: 9998;
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
	overflow-y: auto;
}
#toggle-wrap.visible {
	transform: translateX(0);
}
.sidebar-container {
	padding: 2rem;
}
}/*END/media*/

/* ==== END/子テーマでのスマホ対応メニュー ==== */

.thumb-wrap {
  position: relative;
  display: inline-block;
	overflow:hidden;
}


.label-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.label-overlay span {
  color: #fff;
  font-size: 5.8rem;
  font-weight: bold;
  white-space: nowrap;
  background: transparent;
}

.label-overlay span.r18-label {
  color: #c5a8ff;
  font-size: 3.8rem;
}
.label-overlay span.guro-label {
  color: #f7555f;
  font-size: 3.8rem;
}

.blur-image {
  filter: blur(8px);
  transition: filter 0.3s ease;
  z-index: 2;
}

#acf-group_680d02d430023 #editor .postbox .inside{
display: flex;
}


/*//////////コピーライト///////////*/
.copyright{
	text-align:center;
	font-size:10px;
}
@media only screen and (max-width: 959px) {
	.copyright{
		margin-top: 4rem;
	}
}


/* スマホ時 */
@media (max-width: 768px) {
  .grid {
    display: block !important;
  }
  .loop-entry {
    position: static !important;
    top:auto !important; 
    left:auto !important;
    transform: none !important;
    width: 100% !important;
  }
}
