@charset "UTF-8";
/*
Theme Name: marico no lifelog
Author: marico kanamori
Author URI: https://marico-no-lifelog.net
Version: 1.0
 */
/* -----------------------------------
	basic
----------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* -----------------------------------
	article
----------------------------------- */
.article__list .article__item {
  margin-bottom: 40px;
}
.article__list .article__item:has(.body-text) {
  margin-bottom: 32px;
}
@media (min-width: 1051px) {
  .article__list .article__item {
    width: calc((100% - 96px) / 4);
  }
}
@media (max-width: 1050px) {
  .article__list .article__item {
    width: calc((100% - 64px) / 3);
  }
}
@media (max-width: 700px) {
  .article__list .article__item {
    width: calc((100% - 32px) / 2);
  }
}
.article__list .article__item.day {
  line-height: 0;
  transition: all 0.2s ease-out !important;
  /*四角形*/
  /*八角形*/
  /*十字架*/
  /*六角形*/
  /*楕円*/
  /*八角形*/
}
.article__list .article__item.day:nth-child(6n-5) {
  clip-path: polygon(6% 0, 95% 0, 100% 100%, 0% 100%);
}
.article__list .article__item.day:nth-child(6n-4) {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.article__list .article__item.day:nth-child(6n-3) {
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.article__list .article__item.day:nth-child(6n-2) {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.article__list .article__item.day:nth-child(6n-1) {
  clip-path: ellipse(50% 50% at 50% 50%);
}
.article__list .article__item.day:nth-child(6n) {
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.article__list .article__item.day:hover {
  transform: scale(1) rotate(5deg) !important;
}
.article__list .article__item.day .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.article__list .article__item.day img {
  object-fit: cover;
}
.article__list .article__item.day .body-text {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.article__list .article__item:has(.body-text) {
  padding: 2em;
}
.article__list .article__item.title {
  color: #fff;
  line-height: 48px;
  text-align: center;
  padding: 16px;
  background-color: #1e1f1f;
  clip-path: polygon(6% 0, 95% 0, 100% 100%, 0% 100%);
}
.article__list .article__item.title:not(:first-of-type) {
  display: none;
}

.posts-link {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.posts-link.posts-link__archive {
  font-size: 2rem;
}
@media (max-width: 700px) {
  .posts-link.posts-link__archive {
    font-size: clamp(16px, 3.6vw, 20px);
  }
}
.posts-link.posts-link__single .posts-link__item a {
  color: #fff !important;
}
.posts-link.posts-link__single .posts-link__item:before, .posts-link.posts-link__single .posts-link__item:after {
  color: #fff !important;
}
.posts-link .posts-link__list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.posts-link .posts-link__list .posts-link__item {
  list-style-type: none;
  position: relative;
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
@media (max-width: 700px) {
  .posts-link .posts-link__list .posts-link__item {
    width: 35%;
  }
}
.posts-link .posts-link__list .posts-link__item a:hover {
  text-decoration: underline;
}
.posts-link .posts-link__list .posts-link__item:before, .posts-link .posts-link__list .posts-link__item:after {
  font-family: "Material Icons";
  font-size: 2.4rem;
  color: #1e1f1f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.posts-link .posts-link__list .posts-link__item.next {
  padding-right: 24px;
  text-align: right;
}
.posts-link .posts-link__list .posts-link__item.next:before {
  content: "\e5df";
  right: 0;
}
.posts-link .posts-link__list .posts-link__item.previous {
  padding-left: 24px;
}
.posts-link .posts-link__list .posts-link__item.previous:after {
  content: "\e5de";
  left: 0;
}

.protected-article__title {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.protected-article__title:after {
  content: "\e897" !important;
  font-family: "Material Icons";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.protected-article__body input[type=password] {
  width: 160px;
  height: 40px;
  border-style: dotted;
  border-color: #ccc;
}
.protected-article__body input[type=submit] {
  width: 48px;
  height: 40px;
  background-color: #eee;
  margin-left: 8px;
}

.post-template-default .global-header a {
  color: #fff !important;
}
.post-template-default .global-header select {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  background-image: url("images/common/icon__select__white.svg") !important;
}
.post-template-default .global-header.scroll-nav {
  background-color: #eee;
}
.post-template-default .side-navi__list .side-navi__item:after {
  color: #fff !important;
}
.post-template-default .article__detail {
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  color: #1e1f1f !important;
  padding: 48px !important;
}
@media (max-width: 700px) {
  .post-template-default .article__detail {
    padding: 32px !important;
  }
}
.post-template-default .article__detail a:hover {
  text-decoration: underline;
}
.post-template-default .article__detail .article__detail__header .article__detail__title {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 700px) {
  .post-template-default .article__detail .article__detail__header .article__detail__title {
    font-size: clamp(16px, 3.6vw, 20px);
  }
}
.post-template-default .article__detail .article__detail__body {
  text-align: start;
}
.post-template-default .article__detail .article__detail__body :where(figure) {
  margin: 0 0 2em;
}
.post-template-default .article__detail .article__detail__body :where(p) {
  margin: 0 0 1em;
}
.post-template-default .article__detail .article__detail__footer {
  font-size: 1.4rem;
}
@media (max-width: 700px) {
  .post-template-default .article__detail .article__detail__footer {
    font-size: clamp(12px, 2.4vw, 14px);
  }
}
.post-template-default .article__detail .article__detail__footer .row {
  display: flex;
  gap: 0 16px;
}
.post-template-default .article__detail .article__detail__footer .article__category__list .article__category__item {
  list-style-type: none;
}
.post-template-default .article__detail .article__detail__footer .article__tags__list {
  display: flex;
  gap: 0 8px;
}
.post-template-default .article__detail .article__detail__footer .article__tags__list .article__tags__item {
  list-style-type: none;
}

/* -----------------------------------
 layout
----------------------------------- */
/* -----------------------------------
  header
----------------------------------- */
.global-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 64px 40px;
  display: flex;
  justify-content: space-between;
  transition: padding 0.2s ease-in-out;
}
@media (max-width: 700px) {
  .global-header {
    padding: 48px 24px;
  }
}
.global-header.scroll-nav {
  padding: 32px 40px;
  background-color: #eee;
}
@media (max-width: 700px) {
  .global-header.scroll-nav {
    padding: 24px 24px;
  }
}
.global-header .main-title {
  font-size: 3.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 9px;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 700px) {
  .global-header .main-title {
    font-size: 1.95rem;
  }
}
.global-header .main-title select {
  width: 6.4em;
  color: #1e1f1f;
  border-bottom: 1px solid #1e1f1f;
  border-radius: 0;
  padding: 0.3em 0.2em 0.2em 0.2em;
  background-image: url("images/common/icon__select__black.svg");
  background-repeat: no-repeat;
  background-size: 0.6em 0.6em;
  background-position: right 0.05em center;
}
.global-header .main-title select:focus {
  outline: none;
}

/* -----------------------------------
  footer
----------------------------------- */
/* -----------------------------------
    sidebar
----------------------------------- */
.side-navi .side-navi__list {
  display: flex;
  right: 40px;
  z-index: 99;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .side-navi .side-navi__list {
    right: 16px;
  }
}
.side-navi .side-navi__list .side-navi__item {
  width: 44px;
  height: 44px;
  position: relative;
}
.side-navi .side-navi__list .side-navi__item p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.side-navi .side-navi__list .side-navi__item:after {
  width: 44px;
  height: 44px;
  font-family: "Material Icons";
  font-size: 2.4rem;
  color: #1e1f1f;
  position: absolute;
  top: 0;
  left: 0;
}
.side-navi .side-navi__list .side-navi__item.open:after {
  content: "\e5cd" !important;
}
.side-navi .side-navi__list .side-navi__item.white:after {
  color: #fff;
}
.side-navi .side-navi__list #side-navi__item__sort:after {
  content: "\ebcc";
}
.side-navi .side-navi__list #side-navi__item__about:after {
  content: "\e813";
}
.side-navi .side-navi__list:has(.side-navi__item.open) .side-navi__item::after {
  color: #fff;
}
.side-navi #side-navi__detail__wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.side-navi #side-navi__detail__wrapper.open {
  pointer-events: auto;
}
.side-navi .side-navi__detail {
  width: 280px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 152px 32px 32px;
  color: #fff;
  background-color: #1e1f1f;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, padding 0.2s ease-in-out;
  font-size: 1.4rem;
}
@media (max-width: 700px) {
  .side-navi .side-navi__detail {
    width: 240px;
    padding: 104px 32px 32px;
    font-size: clamp(12px, 2.4vw, 14px) !important;
  }
}
.side-navi .side-navi__detail.open {
  transform: translateX(0);
}
.side-navi .side-navi__detail.scroll-nav {
  padding: 96px 32px 32px;
}
@media (max-width: 700px) {
  .side-navi .side-navi__detail.scroll-nav {
    padding: 80px 32px 32px;
  }
}
.side-navi .side-navi__detail a {
  font-size: 1.4rem !important;
  color: #fff;
}
@media (max-width: 700px) {
  .side-navi .side-navi__detail a {
    font-size: clamp(12px, 2.4vw, 14px) !important;
  }
}
.side-navi .side-navi__detail a:hover {
  text-decoration: underline;
}
.side-navi .side-navi__detail h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
.side-navi .side-navi__detail li {
  list-style-type: none;
}
.side-navi .side-navi__detail#side-navi__detail__sort .wp-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 16px;
}
.side-navi .side-navi__detail#side-navi__detail__sort .wp-tag-cloud li::before {
  content: "#";
}
.side-navi .side-navi__detail#side-navi__detail__about {
  text-align: center;
}
.side-navi .side-navi__detail#side-navi__detail__about .about__profile img {
  width: 80px;
  height: 80px;
  border-radius: 999px;
}
.side-navi .side-navi__detail#side-navi__detail__about .about__sns .about__sns__list {
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.side-navi .side-navi__detail#side-navi__detail__about .about__sns .about__sns__list .about__sns__item {
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background-color: #fff;
}

html {
  font-size: 62.5%;
  font-family: "a-otf-ud-shin-go-con80-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #1e1f1f;
  background-color: #eee;
}

body {
  min-height: 100vh;
  width: 100%;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  body {
    font-size: clamp(13px, 2.8vw, 16px);
  }
}

.font__accent {
  font-family: museomoderno, sans-serif;
  font-weight: 600;
  font-style: italic;
}

a {
  color: #1e1f1f;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  padding: 177px 0 64px;
}
@media (max-width: 700px) {
  main {
    padding: 127px 0 48px;
  }
}

.inner {
  padding: 0 32px;
}
@media (max-width: 700px) {
  .inner {
    padding: 0 24px;
  }
}

.mt__ll {
  margin-top: 64px;
}
@media (max-width: 700px) {
  .mt__ll {
    margin-top: 48px;
  }
}

.mt__l {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .mt__l {
    margin-top: 32px;
  }
}

.mt__m {
  margin-top: 32px;
}
@media (max-width: 700px) {
  .mt__m {
    margin-top: 24px;
  }
}

.mt__s {
  margin-top: 24px;
}
@media (max-width: 700px) {
  .mt__s {
    margin-top: 16px;
  }
}

.mt__ss {
  margin-top: 16px;
}
@media (max-width: 700px) {
  .mt__ss {
    margin-top: 8px;
  }
}

.mt__sss {
  margin-top: 8px;
}
@media (max-width: 700px) {
  .mt__sss {
    margin-top: 4px;
  }
}

.text__secondary {
  opacity: 0.6;
}