@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,"nc3Jp",sans-serif !important;
	color: #424242;
	line-height: 1.75;
	background: #F9DB00;
}

a {
	color: #424242;
	text-decoration: none;
	transition: .2s color;
}

#container-inner {
	background-color: #ECECEC;
	transition: .2s width ,.2s margin-right, .2s margin-left;
}

#header-inner{
	margin-top: 0;
}

#header[role="banner"] #header-inner #header-content {
	background: transparent;

}

#header[role="banner"] #header-inner #header-content h1 {
	margin: 0;
}


#index-main,
#posts ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#index-main > *,
#posts ol > li {
	width: 48%;
}

#index-main > * img,
#posts ol > li img{
	max-width: 100%;
}


#index-main > *:nth-child(n + 3) ,
#posts ol > li:nth-child(n + 3) 	{
	margin-top: 4%;
}

.entry-asset,
#posts ol > li {
	background: #fefefe;
	transition: .2s background, .2s color;
}

.entry-asset > a {
	display: block;
}

.asset-info {

}

.asset-info .entry-title {

}

.widget-content.select {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.widget-content.select:after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #454545;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.widget-content.select select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em 1.2em;
    border: 1px solid #f9e900;
    border-radius: 25px;
    background-color: #fff;
    color: #454545;
    font-size: 1em;
    cursor: pointer;
}

.page-navigation {
	width: 100% !important;
}

.page-navigation .pagination-list {
	display: flex;
	justify-content: center;
	list-style-type: none;
	width: 100% !important;
	margin: 0;
	padding-left: 0;
}

.pagination-list > li a {
	display: block;
	padding: 8px 32px;
	font-size: 12px;
	border-radius: 9999px;
	background: #fff;
}

.pagination-list > li + li {
	margin-left: auto;
}

.widgets {
	position: fixed;
	width: 373px;
	padding-inline: 20px;
	padding-top: 40px;
	background: #ECECEC;
	height: 100svh;
	right: 0;
	top: 0;
}

.author {
	display: flex;
	align-items: center;
}

.authorIcon {
	flex: none;
	width: 80px;
	height: 80px;
	margin-block: 0;
	margin-right: 20px;
	border-radius: 50%;
	border: 3px solid #fff;
	overflow: hidden;
}

.authorIcon img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.authorText {
	font-size: 14px;
}

.authorText p {
	margin-block: 0;
}

.widget-archive-category {

	max-height: 380px;
	overflow-y: auto;
	scrollbar-color: #F9DB00 #e0e0e0;
}

.widget-list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}

.widget-list > li  {
	margin-right: 24px;
}

.widget-list > li a {
	display: block;
}

.widget-header {
	padding: 6px 20px;
	margin-top: 32px;
	margin-bottom: 16px;
	color: #fff;
	background: #F9DB00;
}

.murmur a {
display: block;
	padding: 12px;
	margin-top: 16px;
	border-radius: 8px;
	font-size: 14px;
	background: #fff;
}


.murmur span {
	display: -webkit-box;
	margin: 0;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.entry-content img {
	max-width: 100%;
}

.relatedLinks {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-left: 0;
	text-decoration: none;
}

.relatedLinks > li {
	width: 50%;
	text-decoration: none;
	list-style: none;
	text-align: center;
	position: relative;
}

.relatedLinks > li:nth-child(odd):after {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


#header[role="banner"] #header-inner #header-content h1 {
	font-size: 22px;
}


#header[role="banner"] #header-inner #header-content #header-description {
	margin-block: 12px 0;
	font-size: 14px;
}

.entry-asset ,
#posts ol > li {
	padding: 18px;
	border-radius: 16px;
	position: relative;
}

.entry-asset > a,
#posts ol > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}





.entry_thumb {
	aspect-ratio: 1/1;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 8px;
	overflow: hidden;
}

.entry_thumb img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.asset-info {
	margin-top: 24px;
}

.asset-info .entry-title {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.4;
}

.asset-info .asset-info-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% + 16px);
	padding-left: 0;
	margin: 10px -8px 0;
	font-size: 12px;
	list-style-type: none;
}

.asset-info .asset-info-list > li,
.asset-info .asset-info-list a {
	display: block;
	padding: 4px 8px;
	color: #999;
	border-radius: 9999px;
	line-height: 1.25;
	position: relative;
	z-index: 1;
	transition: .2s color, .2s background;

}



.page-navigation {
	margin-top: 40px !important;
}


.widget-header {
	border-radius: 8px;
}

section h2 {
	font-size: 18px;
}

#individual-main .entry_thumb {
	aspect-ratio: inherit;
}

#individual-main .entry_thumb img {
	object-fit: inherit;
	object-position: inherit;
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	body {
		font-size: 14px;
	}
	
	#content {
        margin: 0 20px;
    }

	#container-inner {
		max-width: 575px;
		width: 100%;
		height: 100%;
		padding-block: 20px;
		margin-inline: auto;
	}

	#header {
		padding-inline: 20px;
		margin-bottom: 40px;
	}

	#index-main .entry-asset, #posts ol > li {
		padding: 10px !important;
	}

	.asset-info .entry-title {
		font-size: 14px;
		line-height: 1.5;
	}

	#index-main .asset-info,
	#posts .asset-info {
		margin-top: 20px;
	  }

	#index-main .asset-info .asset-info-list  {
		margin-top: 0px;
	  }
	
	  .widgets {
		width: 100%;
		height: inherit;
		padding-top: 0;
		padding-inline: 0;
		position: inherit;
		top: inherit;
		right: inherit;
		background: transparent;
	  }

	  .author {
		margin-top: 40px;
	  }

	  .author .authorIcon {
		margin-block: 0;
		margin-right: 15px;
	  }

	  .author .authorText p {
		margin-block: 0;
	  }
}

@media (min-width: 1200.1px) {

	body {
		font-size: 16px;
	}

	a:hover {
		color: #F9DB00 !important;	
	}

	#container-inner {
		max-width: 575px;
		width: 100%;
		height: 100%;
		min-height: 100svh;
		padding-block: 40px;
		padding-inline: 20px;
		margin-right: 375px;
		margin-left: auto;
	}

	#header {
		width: calc(100% - 848px);
		position: fixed;
		left: 40px;
		top: 80px;
	}


	#header[role="banner"] #header-inner #header-content a:hover {
		color: #454545 !important;
	}

	#index-main .entry-asset:hover,
	#posts ol > li:hover  {

		color: #fff;
		background: #F9DB00;
	}

	.entry-asset:hover .asset-info-list > li,
	.entry-asset:hover .asset-info-list a,
	#posts ol > li:hover .asset-info .asset-info-list > li,
	#posts ol > li:hover .asset-info-list a {
		color: #fff;
	}

	#individual-main .entry-asset:hover .asset-info-list > li,
	#individual-main .entry-asset:hover .asset-info-list a {
		color: #999;
	}

	.asset-info .asset-info-list a:hover {
		background: #fff;
	}
}



#header[role="banner"] {
	border: none;
}

#header[role="banner"] h1 {
  margin: 3.18em 10px 0;	
}


#header[role="banner"] #header-content {
	color: #454545;
	background-image: none;
	background-color: #fefefe;
}

#header[role="banner"] #header-content::before {
	display: none;
}

#header[role="banner"] #header-content {
	color: #454545;	
}

#header[role="banner"] #header-content a {
	color: #454545;
	text-shadow: none;
}

#header[role="banner"] #header-description {
	text-shadow: none;
}

.breadcrumb {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 0;
}

.breadcrumb li {
  font-size: 14px;	
}

.breadcrumb li::after {
	content: "/";
}

.entry .entry-title, .page .entry-title {
	line-height: 1.2;
}
 
.entry h2, .page h2, section h2 {
	margin: 0 0 .78em;
}




.twitter_wrap {
	max-height: 320px;
	overflow-y: scroll;
	border: 1px solid #eee;
	border-radius: 15px;
}


[role="contentinfo"] {
	border: none;
}

.rowList {
width: 100% !important;
	list-style-type: none;
	padding-left: 0;
}

.rowList > li {
	padding: 18px 24px;
	border-radius: 16px;
	background: #fff;
	position: relative;
}

.rowList > li {
display: block;
color: #999;
border-radius: 16px;
line-height: 1.75;
font-size: 12px;
list-style-type: none;
position: relative;
z-index: 1;
transition: .2s color, .2s background;
}

.rowList time {
display: block;
text-align: right;
font-size: 11px;
}

.rowList > li + li{
margin-top: 16px;
}
.rowList + .relatedLinks {
width: 100% !important;
}

.entry_thumb img{max-width:100%;}