:root { --vh: 1vh; }
/* ^ Mobile VH Fix ==== */

@font-face {
	font-family: "AmebaNewSymbols";
	src: url("fonts/AmebaNewSymbols.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url("fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

html {
	scrollbar-gutter: stable;
}

body {
	margin: 0;
	min-width: 1120px;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
}

/* Hover effects ============================= */
/* =========================================== */

.banner a:hover, .profile a:hover,
.nav-buttons a:hover, .name p:hover {
	filter: brightness(1.0315);
}

header a:hover, .blog-header a:hover,
.badge a:hover, .year-nav h4:hover,
.nav.navBottom a:hover, .articles a:hover {
	filter: brightness(1.2592);
}

.article-head a:hover h2 {
	color: #5c5c5c;
}

.has-link.hover span::before {
	background-color: #f4f4f4;
}

.has-link p {
	transition: color 0.15s ease;
}

/* Mobile Lightbox Transition ================ */
/* =========================================== */

.transition {
	top: 50% !important;
	transform: translateY(calc(-50% - 3px));
	max-width: 100% !important;
	max-height: calc(100% - 114px) !important;
	/* filter: brightness(1) !important; */
	z-index: 3 !important;
}

/* Header ==================================================================================================== */
/* =========================================================================================================== */

header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	width: calc(100% - 24px);
	height: 48px;
	padding: 0 12px;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	z-index: 2;
}


header p {
	color: #333333;
	font-size: 12px;
	margin: 2px 0;
}

header a {
	display: inline-flex;
	text-decoration: none;
}

.logos, .icons {
	display: flex;
	align-items: center;
	height: 40px;
	width: auto;
}

/* Used to hide the mobile elements on desktop == */
												/**/
.logos a:nth-of-type(2) img:nth-of-type(2) {	/**/
	height: 26px;								/**/
	display: none;								/**/
}												/**/
												/**/
/* ============================================== */

.logos > div:first-of-type {
	width: 1px;
	height: 32px;
	margin: 0 15px 0 16px;
	background-color: #ececed;
}

.logos > div:nth-of-type(2) {
	width: 12px;
}

.logos p {
	margin-left: 2px;
	white-space: nowrap;
}

.icons {
	display: flex;
	justify-content: space-between;
	width: 86px;
}

/* Used to hide the mobile elements on desktop ====================== */
																	/**/
.icons > :first-child span, .icons > :nth-child(2) span,			/**/
.icons > :nth-child(3) span {										/**/
	display: none;													/**/
}																	/**/
																	/**/
.icons > :first-child span img, .icons > :nth-child(2) span img,	/**/
.icons > :nth-child(3) span img {									/**/
	margin: 11px 10px;												/**/
}																	/**/
																	/**/
/* ================================================================== */

.icons div {
	width: 16px;
}

/* Banner ==================================================================================================== */
/* =========================================================================================================== */

.banner {
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 100%;
	height: 244px;
	min-width: 252px;
	border-bottom: 1px solid #eeeeee;
	line-height: 0;
}

/* Used to hide the mobile elements on desktop == */
												/**/
.banner > img {									/**/
	display: none;								/**/
	width: 100%;								/**/
}												/**/
												/**/
/* ============================================== */

/* Blog Header =============================================================================================== */
/* =========================================================================================================== */

.blog-header {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 72px;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}

.blog-header p {
	line-height: 72px;
    margin-left: 6px;
}

.blog-header a {
    display: inline-flex;
	text-decoration: none;
	color: #999999;
}

.nav {
	position: relative;
	display: flex;
	align-items: center;
	height: 72px;
	width: 1120px;
	left: 30px;
}

.nav .wrapper {
	display: flex;
	justify-content: space-between;
	width: 524px;
}

#blog-top, #article-list,
#image-list, #video-list {
	align-items: center;
	display: inline-flex;
	height: 72px;
}

#blog-top span,
#article-list span,
#image-list span {
	display: flex;
	align-items: center;
}

#blog-top span::before,
#article-list span::before,
#image-list span::before {
	font-family: "AmebaNewSymbols";
	font-size: 24.5px;
	line-height: 1;
}

#blog-top span::before {
	content: "\f003";
}

#article-list span::before {
	content: "\f008";
}

#image-list span::before {
	content: "\f00e";
}

/* Blog Body ================================================================================================= */
/* =========================================================================================================== */

.blog-body {
	display: flex;
	justify-content: center;
	width: 100%;
}

.blog-body .wrapper:has(.profile) {
	display: flex;
	width: 1120px;
	padding: 40px 0 100px 0;
}

/* Blog Profile ============================================================================================== */
/* =========================================================================================================== */

.profile {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #999999;
	width: 200px;
	height: 100%;
	padding: 0 30px 0 30px;
}

.profile p {
	margin: 0;
}

.profile a {
	text-decoration: none;
}

.image {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.image a {
	width: 120px;
	height: 120px;
	border-radius: 50%;  
	line-height: 0;
}

.image img {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.name {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	text-align: center;
	color: #b8b8b8;
}

.name p {
	line-height: 1.6;
}

.badge {
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
	background-color: #ffffff;
}

.badge p {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #2d8b3b;
}

/* Used to hide the mobile elements on desktop == */
												/**/
.profile > :last-child {						/**/
	display: none;								/**/
	margin-left: 12px;							/**/
	font-size: 0.8125rem;						/**/
	font-weight: 700;							/**/
	color: #666666;								/**/
	white-space: nowrap;						/**/
}												/**/
												/**/
/* ============================================== */

/* Blog Main ================================================================================================= */
/* =========================================================================================================== */

.main {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 440px;
	padding: 0 30px;
}

/* Mobile Nav ======================================= */
													/**/
.mobile-nav {										/**/
	position: sticky;								/**/
	top: 50px;										/**/
	display: none;									/**/
	flex-direction: column;							/**/
	justify-content: space-between;					/**/
	align-items: center;							/**/
	width: 100%;									/**/
	height: 94px;									/**/
	background-color: rgba(255, 255, 255, 0.95);	/**/
	backdrop-filter: blur(10px);					/**/
	font-weight: 700;								/**/
	color: #237b31;									/**/
	z-index: 1;										/**/
}													/**/
													/**/
.mobile-nav .wrapper {								/**/
	display: flex;									/**/
	flex-wrap: wrap;								/**/
	align-items: center;							/**/
	width: calc(100% - 32px);						/**/
	height: 94px;									/**/
	padding: 0 16px;								/**/
}													/**/
													/**/
.mobile-nav .wrapper div {							/**/
	display: flex;									/**/
	justify-content: center;						/**/
	align-items: center;							/**/
	width: calc(33.3333% - 2px);					/**/
	font-size: 0.8125rem;							/**/
	line-height: 16px;								/**/
	white-space: nowrap;							/**/
}													/**/
													/**/
.mobile-nav .wrapper #left img {					/**/
	margin-right: 0.5rem;							/**/
}													/**/
													/**/
.mobile-nav .wrapper #paper img {					/**/
	margin-right: 0.5rem;							/**/
}													/**/
													/**/
.mobile-nav .wrapper #right img {					/**/
	margin-left: 0.5rem;							/**/
}													/**/
													/**/
#paper, #random {									/**/
	border-left: 1px solid #e2e2e2;					/**/
	border-right: 1px solid #e2e2e2;				/**/
}													/**/
													/**/
.divider {											/**/
	display: flex;									/**/
	justify-content: center;						/**/
	align-items: center;							/**/
}													/**/
													/**/
.divider::before {									/**/
	content: "";									/**/
	display: block;									/**/
	width: 1px;										/**/
	height: 16px;									/**/
	background-color: #e2e2e2;						/**/
}													/**/
													/**/
.mobile-nav > :last-child {							/**/
	width: calc(100% - 32px);						/**/
	height: 1px;									/**/
	background-color: #e3e3e3;						/**/
}													/**/
													/**/
.mobile-nav .hitbox {								/**/
	position: absolute;								/**/
	display: flex;									/**/
	flex-wrap: wrap;								/**/
	width: 100%;									/**/
	height: 94px;									/**/
	z-index: 1;										/**/
}													/**/
													/**/
.mobile-nav .hitbox * {								/**/
	display: inline-block;							/**/
	width: calc(100% / 3);							/**/
}													/**/
													/**/
/* Used for the first and last HTML pages === */	/**/
											/**/	/**/
.mobile-nav #left.endPages span,			/**/	/**/
.mobile-nav #right.endPages span {			/**/	/**/
	display: none;							/**/	/**/
}											/**/	/**/
											/**/	/**/
.mobile-nav #left.endPages,					/**/	/**/
.mobile-nav #right.endPages {				/**/	/**/
	color: #c7e0cb;							/**/	/**/
}											/**/	/**/
											/**/	/**/
/* ========================================== */	/**/
													/**/
/* ================================================== */

.nav-buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	width: 416px;
	height: 190px;
	margin-bottom: 40px;
}

/* = Used for the first and last HTML pages = */
											/**/
.nav-buttons.endPages {						/**/
	height: 120px;							/**/
}											/**/
											/**/
/* ========================================== */

.nav-buttons a {
	text-decoration: none;
}

.button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 186px;
	height: 48px;
	padding: 0 5px;
	border: 1px solid #cccccc;
	background-color: #dedede;
}

.nav-buttons .blank {
	width: 198px;
	height: 50px;
}

.button p {
	font-size: 14px;
    line-height: 48px;
	color: #333333;
	white-space: nowrap;
}

a:has(.random) {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.button.random {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/* = Used for the first and last HTML pages = */
											/**/
a:has(.endPages), .endPages {				/**/
	left: 0;								/**/
	transform: none;						/**/
}											/**/
											/**/
/* ========================================== */

.button div {
	width: 24.5px;
}

.nav-buttons #left::before,
.nav-buttons #right::before {
	font-family: "AmebaNewSymbols";
	font-size: 24.5px;
	line-height: 48px;
	color: #666666;
}

.nav-buttons #left::before {
	content: "\f00d";
}

.nav-buttons #right::before {
	content: "\f00c";
}

.article {
	width: 440px;
}

.article-head {
	margin-bottom: 30px;
}

.article-head a {
	display: inline-block;
	text-decoration: none;
}

h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.4;
	color: #323232;
}

hr {
	border: none;
	border-top: 1px solid #e3e3e3;
	margin-top: 15px;
	margin-bottom: 20px;
}

.date-time {
	font-size: 12px;
	line-height: 1.2;
	color: #999999;
}

.article-body {
	margin-bottom: 50px;
	color: #333333;
	word-break: break-word;
	word-wrap: break-word;
}

.image-container {
	position: relative;
}

.text-content {
	line-height: 1.6;
}

.emoji {
	vertical-align: text-bottom;
	image-rendering: pixelated;
	transform: translateX(-0.45ch);
}

.save {
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	z-index: 1;
}

.save:before {
	position: absolute;
	width: 32px;
	height: 32px;
	content: "";
	background-color: #000000;
	opacity: 60%;
}

.image-container {
	opacity: 0;
}

.image-container img {
	position: relative;
	display: block;
	max-width: 440px;
	cursor: pointer;
}

.interactions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	width: 440px;
	margin-bottom: 50px;
}

.interactions a {
	text-decoration: none;
}

.likes, .reblog {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 134px;
}

.likes:hover a:first-of-type > div,
.reblog:hover a:first-of-type > div {
	background-color: #f5f5f5;
}

.likes > a:first-of-type, .reblog > a:first-of-type {
	display: flex;
	width: 134px;
    height: 48px;
}

.likes a:first-of-type > div,
.reblog a:first-of-type > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 134px;
	height: 48px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.likes a:first-of-type div div, .reblog a:first-of-type div div {
	display: flex;
    align-items: center;
}

.likes a span, .reblog a span {
	font-size: 10px;
	line-height: 1;
	color: #686e73;
}

.likes a p, .reblog a p {
	font-size: 13px;
	color: #333333;
}

.likes a p {
	margin: 0 0 0 5.688px;
}

.reblog a p {
	margin: 0 0 0 4.875px;
}

.bubble {
    display: none;
    justify-content: center;
	position: relative;
	width: fit-content;
	padding: 6px 0;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	margin-top: 12px;
	font-size: 10px;
	line-height: 1;
	color: #686e73;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bubble > div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -8px;
	width: 16px;
	height: 8px;
	overflow: hidden;
}

.bubble a {
	padding: 0 16px;
	color: #999999;
}

.bubble > div div {
    position: relative;
    top: calc(100% + 1px);
	transform: rotate(45deg);
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.blog-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 80px;
}

.navBottom:has(.random) {
	display: flex;
	justify-content: center;
	width: 416px;
}

.navBottom a, .navBottom div {
	left: 0;
	transform: none;
}

.nav.navBottom {
	display: flex;
	justify-content: center;
	position: static;
	width: 440px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.navBottom .wrapper {
	width: 388px;
	padding: 0;
}

.nav.navBottom a {
	text-decoration: none;
    color: #999999;
}

.nav.navBottom p {
	line-height: 72px;
}

/* Mobile Nav Footer ================================ */
													/**/
.mobile-footer {									/**/
	display: none;									/**/
	justify-content: space-between;					/**/
	width: 100%;									/**/
	height: 42px;									/**/
	margin: 16px 0;									/**/
}													/**/
													/**/
.mobile-footer .wrapper {							/**/
	width: calc(100% - 32px);						/**/
	height: 42px;									/**/
	padding: 0 16px;								/**/
	display: flex;									/**/
}													/**/
													/**/
.mobile-footer .wrapper > div {						/**/
	width: calc(50% - 16px);						/**/
}													/**/
													/**/
.mobile-footer .wrapper > div > span {				/**/
	font-size: 0.6875rem;							/**/
    line-height: 1.3;								/**/
	color: #999;									/**/
}													/**/
													/**/
.mobile-footer .wrapper > div > div {				/**/
	display: flex;									/**/
    align-items: center;							/**/
	font-size: 0.8125rem;							/**/
	font-weight: 700;								/**/
	line-height: 1;									/**/
	color: #2d8c3c;									/**/
    white-space: nowrap;							/**/
}													/**/
													/**/
.mobile-footer .wrapper div#right {					/**/
	justify-content: flex-end;						/**/
}													/**/
													/**/
.mobile-footer .wrapper div#left img {				/**/
	margin-right: 8px;								/**/
}													/**/
													/**/
.mobile-footer .wrapper div#right img {				/**/
	margin-left: 8px;								/**/
}													/**/
													/**/
.mobile-footer .wrapper > :first-child {			/**/
	padding-right: 16px;							/**/
}													/**/
													/**/
.mobile-footer .wrapper > :nth-child(2) {			/**/
	padding-left: 16px;								/**/
	border-left: 1px solid #e2e2e2;					/**/
}													/**/
													/**/
.mobile-footer .hitbox {							/**/
	position: absolute;								/**/
	display: flex;									/**/
	justify-content: space-between;					/**/
	left: 0;										/**/
	width: 100%;									/**/
	height: 42px;									/**/
	min-width: 307px;								/**/
}													/**/
													/**/
.mobile-footer .hitbox * {							/**/
	display: inline-block;							/**/
	width: calc(100% / 2);							/**/
}													/**/
													/**/
/* ================================================== */

/* Blog Navigation =========================================================================================== */
/* =========================================================================================================== */

.navigation {
	width: 300px;
	height: 100%;
	padding: 0 30px;
}

.calendar, .articles {
	width: 300px;
	margin-bottom: 48px;
	font-size: 14px;
}

.calendar h3, .articles h3 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #999999;
}

.calendar a {
	text-decoration: none;
}

.year-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
	line-height: 1;
}

.year-nav > div:first-of-type {
	display: flex;
    justify-content: space-between;
    width: 168px;
}

.calendar .nav-buttons .blank {
	width: 23px;
}

.year-nav h4 {
	color: #999999;
	cursor: pointer;
}

.year-nav h4 {
	margin: 0;
	transform: translateY(3px);
}

.year-nav span#left, .year-nav span#right {
	width: 23px;
	height: 0;
	cursor: pointer;
}

.year-nav #left::before, .year-nav #right::before {
	font-family: "AmebaNewSymbols";
	font-size: 1.5em;
	color: #999999;
}

.year-nav #left::before {
	content: "\f010";
}

.year-nav #right::before {
	content: "\f00a";
}

/* Year Nav Mobile ================================== */
													/**/
.calendar .hitbox {									/**/				
	display: none;									/**/
}													/**/
													/**/
.calendar .hitbox {									/**/
	border: 1px solid #e3e3e3;						/**/
	border-bottom: 0;								/**/
}													/**/
													/**/
.calendar .hitbox * {								/**/
	display: inline-block;							/**/
	width: calc(100% / 3);							/**/
	height: 35px;									/**/
}													/**/
													/**/
.calendar .hitbox #left {							/**/
	border-right: 1px solid #e3e3e3;				/**/
	cursor: pointer;								/**/
}													/**/
													/**/
.calendar .hitbox #right {							/**/
	border-left: 1px solid #e3e3e3;					/**/
cursor: pointer;									/**/
}													/**/
													/**/
/* ================================================== */

.days {
	width: 300px;
	margin-bottom: 19px;
	color: #999999;
	line-height: 1.6;
}

.days p {
	z-index: 1;
	cursor: pointer;
}

.has-link {
  user-select: none;
}

.has-link span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 98%;
	border-radius: 50%;
	background-color: #f1f1f1;
	cursor: pointer;
}

.has-link span {
	position: absolute;
	width: 28px;
	height: 29px;
	border-radius: 50%;
}

.row {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
}

.row div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	width: calc(100% / 7);
	box-sizing: border-box;
	padding: 8px 0;
}

.row p {
	margin: 0;
}

.articles hr {
	margin: 10px 0;
}

.articles span {
	color: #999999;
	line-height: 2;
}

.articles a {
	text-decoration: none;
	color: #999999;
	line-height: 2;
}

/* Footer ==================================================================================================== */
/* =========================================================================================================== */

footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	border-top: 1px solid #e2e2e2;
}

footer p {
	font-size: 10px;
	color: #333;
}

/* LightBox ================================================================================================= */
/* ========================================================================================================== */

.lightbox {
	display: none;
	position: fixed;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.lightbox::before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.25;
}

.lightbox > div {
	display: block;
	position: absolute;
	padding: 30px;
	margin: 24px 16px;
	background-color: #f8f8f8;
	line-height: 0;
}

.lightbox div div:first-child {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	padding: 0;
	margin: 0;
	top: -11px;
	right: -11px;
	background-color: #999999;
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
}

.lightbox > div > img {
	max-width: 100%;
	max-height: calc(var(--vh, 1vh) * 100 - 108px);
	max-height: calc(100dvh - 108px);
	object-fit: contain;
}

.lightbox div > div:last-child {
	display: none;
}

/* Unique styles for the Media/Media container */
/* =========================================== */

.center {
	width: fit-content;
    left: 25%;
}

.left {
	width: fit-content;
}

:root {
	--media: 220px;
}

.bb0-bic > img {
	width: var(--media);
	height: 293px;
}

.bb0-cia_gg > img {
	width: var(--media);
	height: 391.77px;
}

.bb0-bee > img {
	width: var(--media);
	height: 255px;
}

.bb0-cff > img {
	width: var(--media);
	height: 366px;
}

.bb0-cia > img {
	width: var(--media);
	height: 391px;
}

.bb0-bie_cbh > img {
	width: var(--media);
	height: 295.328px;
}

.bb0-bfg > img {
	width: var(--media);
	height: 267px;
}

.bb0-bib > img {
	width: var(--media);
	height: 292px;
}

/*  */

.bb0-bed > img {
	width: var(--media);
	height: 254px;
}

.bb0-bid > img {
	width: var(--media);
	height: 294px;
}

.be_ei {
	height: 25.594px;
}

.ah {
	height: 18px;
}

.full-width {
	height: 0;
}
