@charset "utf-8"; *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) { all: unset; display: revert } *, *::before, *::after { box-sizing: border-box } html { -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none } a, button { cursor: revert } div, p, ol:not(.wp-block-list), ul:not(.wp-block-list), menu, summary { list-style: none; padding: 0; margin: 0; } img { max-inline-size: 100%; max-block-size: 100% } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; padding: 0; margin: 0; margin-block-start: 0; margin-block-end: 0; } body { margin: 0; padding: 0; } table { border-collapse: collapse } input, textarea { -webkit-user-select: auto; user-select: auto; } textarea { white-space: revert } meter { -webkit-appearance: revert; appearance: revert } :where(pre) { all: revert; box-sizing: border-box } ::placeholder { color: unset } :where([hidden]) { display: none } :where([contenteditable]:not([contenteditable="false"])) { -moz-user-modify: read-write; -webkit-user-modify: read-write; overflow-wrap: break-word; -webkit-line-break: after-white-space; line-break:auto; -webkit-user-select: auto; user-select: auto; } :where([draggable="true"]) { -webkit-user-drag: element } :where(dialog:modal) { all: revert; box-sizing: border-box } :root{ --color-primary: #131313; --color-on-primary: #fff; --color-secondary: #f1ece5; --color-on-secondary: #000; --color-tertiary: #ccc; --color-on-tertiary: #000; --color-background: #f8f6f4; --color-on-background: #131313; --color-surface: #fff; --color-on-surface: #131313; --color-error: #ff0000; --color-on-error: #fff; --color-quote: #f5f5f5; --color-on-quote: #000; --color-quote-decoration: #ccc; --color-link:#1a0dab; --color-border: #ccc; --font-size-xxs: 0.5rem; --font-size-xs: 0.70rem; --font-size-s: 0.75rem; --font-size-m: 1rem; --font-size-l: 1.4rem; --font-size-xl: 1.8rem; --font-size-2xl: 2.4rem; --font-size-3xl: 3.6rem; --font-size-4xl: 4.8rem; --font-size-5xl: 6rem; --font-family-primary: 'Shippori Mincho', serif; --space-xxs: 0.25rem; --space-xs: 0.5rem; --space-s: 1rem; --space-m: 2rem; --space-l: 3rem; --space-xl: 4rem; --space-2xl: 6rem; --border-radius: 10px; --letter-spacing-s: 0.05em; --letter-spacing-m: 0.1em; --letter-spacing-l: 0.15em; --letter-spacing-xl: 0.2em; --line-height-s: 1.4; --line-height-m: 1.7; --line-height-l: 2.2; --line-height-xl: 2.8; --line-height-2xl: 3.2; --line-height-3xl: 3.6; --font-weight-normal: 400; --font-weight-bold: 700; --font-weight-black: 900; --max-width_pc: 1200px; --max-width_pc_content: 700px; --max-width:1400px; --button-width: 250px; --border-radius: 20px; } @charset "UTF-8"; @font-face { font-family: "Noto Sans JP"; src: url("../../fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype"); font-weight: 100 900; font-style: normal; font-display: swap; } @font-face { font-family: "Shippori Mincho"; src: url("../../fonts/Shippori_Mincho/ShipporiMincho-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: "Shippori Mincho"; src: url("../../fonts/Shippori_Mincho/ShipporiMincho-bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } html { font-size: min(16px, 4vw); scroll-behavior: smooth; } html.no-scroll-behavior { scroll-behavior: auto; } body { font-family: var(--font-family-primary); font-size: var(--font-size-m); line-height: var(--line-height-m); letter-spacing: var(--letter-spacing-m); color: var(--color-on-background); background-color: var(--color-background); } p { padding-bottom: var(--space-s); } h2 { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); } h3 { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); border-bottom: 1px solid var(--color-on-background); padding-bottom: var(--space-xs); } h4 { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } h5 { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } h6 { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } .sr-only { display: none; } a { transition: opacity 0.5s ease; cursor: pointer; } a:hover { opacity: 0.8; } a:active { opacity: 0.6; } a:visited { opacity: 0.6; } header { position: relative; padding: var(--space-s) 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-s); } header .header-container { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 var(--space-s); } header .header-container .header-logo { display: flex; justify-content: center; align-items: center; gap: var(--space-xs); } header .header-container .header-logo .icon { width: min(3rem, 10vw); } header .header-container .header-logo .icon img { width: 100%; } header .header-container .header-logo a { text-decoration: none; color: var(--color-text); } header .header-container .header-logo a .logo { width: min(20rem, 50vw); } header .header-container .header-nav-btn { display: block; width: min(50px, 10vw); height: min(50px, 10vw); position: relative; cursor: pointer; z-index: 999; } header .header-container .header-nav-btn span { position: absolute; display: block; width: 100%; height: min(2px, 0.4vw); background-color: var(--color-on-background); transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease, background-color 0.3s ease; } header .header-container .header-nav-btn span:nth-child(1) { top: calc(50% - min(10px, 2.5vw)); width: 70%; } header .header-container .header-nav-btn span:nth-child(2) { top: calc(50% - min(1px, 0.2vw)); width: 85%; } header .header-container .header-nav-btn span:nth-child(3) { bottom: calc(50% - min(10px, 2.5vw)); } header .header-container .header-nav-btn.active span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); background-color: var(--color-on-secondary); width: 100%; } header .header-container .header-nav-btn.active span:nth-child(2) { opacity: 0; } header .header-container .header-nav-btn.active span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); background-color: var(--color-on-secondary); } header .header-bottom-container { width: 100%; padding: 0 var(--space-s); display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; gap: var(--space-xs); } header .header-bottom-container .header-logo-text { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); letter-spacing: var(--letter-spacing-m); max-width: 30ch; } header .header-bottom-container .header-weather { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; } header .header-bottom-container .header-weather .sapporo-date { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: var(--space-xs); line-height: 1; font-weight: var(--font-weight-bold); } header .header-bottom-container .header-weather .sapporo-date .sapporo-month-day { font-size: min(var(--font-size-2xl), 7vw); } header .header-bottom-container .header-weather .sapporo-date .sapporo-year-youbi { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; font-size: var(--font-size-m); } header .header-bottom-container .header-weather .sapporo-date .sapporo-year-youbi .sapporo-year { font-size: var(--font-size-s); } header .header-bottom-container .header-weather .sapporo-date .sapporo-year-youbi .sapporo-youbi { font-size: var(--font-size-m); } header .header-bottom-container .header-weather .sapporo-weather { font-size: var(--font-size-s); } header .header-border { width: 100%; height: 1px; background-color: var(--color-on-background); margin-bottom: var(--space-s); border: none; } header #header-nav-menu { display: none; position: absolute; background-color: var(--color-background); color: var(--color-on-secondary); top: 0; right: 0; width: auto; height: auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; transition: opacity 0.5s ease, visibility 0.5s ease; z-index: 900; overflow-y: scroll; padding: var(--space-2xl); opacity: 0; visibility: hidden; border-radius: 0 0 0 1rem; border-left: 1px solid var(--color-on-secondary); border-bottom: 1px solid var(--color-on-secondary); } header #header-nav-menu.active { opacity: 1; visibility: visible; } header #header-nav-menu a { color: var(--color-on-secondary); text-decoration: none; } header #header-nav-menu .header-nav-menu-inner .header-nav-title { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); margin-bottom: var(--space-s); } header #header-nav-menu .header-nav-menu-inner ul { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } header #header-nav-menu .header-nav-menu-inner ul li { padding: var(--space-xs) 0; } header #header-nav-menu .header-nav-menu-inner .menu { margin-bottom: var(--space-s); gap: var(--space-xs); } header #header-nav-menu .header-nav-menu-inner .menu li { background-color: var(--color-secondary); padding: 0 var(--space-m); } header #header-nav-menu .header-nav-menu-inner .policy { font-size: var(--font-size-s); } header #header-nav-menu .header-nav-menu-inner .policy a { text-decoration: underline; } body.no-scroll { overflow: hidden; } footer a { text-decoration: none; color: var(--color-on-background); } footer .footer-border { width: 100%; height: 1px; background-color: var(--color-on-background); margin: var(--space-s) 0; border: none; } footer .footer-container { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; max-width: var(--max-width); padding: var(--space-m) var(--space-s); margin: 0 auto var(--space-s) auto; gap: var(--space-m); } @media screen and (min-width: 1025px) { footer .footer-container { flex-direction: row; justify-content: space-between; align-items: flex-start; } } footer .footer-container .footer-title { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-s); } footer .footer-container .footer-title .footer-logo { display: flex; justify-content: center; align-items: center; gap: var(--space-xs); } footer .footer-container .footer-title .footer-logo .icon { width: min(3rem, 10vw); } footer .footer-container .footer-title .footer-logo .icon img { width: 100%; } footer .footer-container .footer-title .footer-logo a { text-decoration: none; color: var(--color-text); } footer .footer-container .footer-title .footer-logo a .logo { width: min(20rem, 70vw); } footer .footer-container .footer-title .youtube-button { flex-direction: row; } footer .footer-container .footer-contents { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-s); } footer .footer-container .footer-contents .footer-title { font-size: var(--font-size-l); } @media screen and (min-width: 768px) { footer .footer-container .footer-contents .footer-title { font-size: var(--font-size-xl); } } footer .footer-container .footer-contents ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; gap: var(--space-s); } footer .footer-container .footer-contents .menu { font-size: var(--font-size-m); margin-bottom: var(--space-s); } footer .footer-container .footer-contents .menu li { background-color: var(--color-secondary); padding: 0 var(--space-m); } footer .footer-container .footer-contents .policy { font-size: var(--font-size-s); } footer .footer-container .footer-contents .policy a { text-decoration: underline; } footer .footer-social { width: 100%; max-width: var(--max-width); padding: 0 var(--space-m); margin: 0 auto var(--space-s) auto; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: var(--space-s); } footer .footer-copyright { text-align: center; font-size: var(--font-size-s); font-weight: var(--font-weight-bold); margin-bottom: var(--space-s); } .simple-btn { margin: var(--space-m) auto 0 auto; padding: var(--space-s) var(--space-m); background-color: var(--color-primary); color: var(--color-on-primary); font-weight: var(--font-weight-bold); max-width: var(--button-width); } .simple-btn a { color: var(--color-on-primary); text-decoration: none; font-size: var(--font-size-s); } .simple-btn:hover { opacity: 0.8; } .simple-btn:active { opacity: 0.6; } .simple-btn:visited { opacity: 0.6; } .articles-list { display: grid; grid-template-columns: repeat(1, 1fr); gap: var(--space-s); } @media screen and (min-width: 768px) { .articles-list { display: grid; grid-template-columns: repeat(2, 1fr); } } @media screen and (min-width: 1025px) { .articles-list { display: grid; grid-template-columns: repeat(3, 1fr); } } .articles-list a { text-decoration: none; color: var(--color-on-background); } .articles-list .item { display: flex; flex-direction: column; justify-content: flex-start; background-color: var(--color-surface); border-radius: var(--border-radius); padding: var(--space-m); } .articles-list .item .thumbnail { aspect-ratio: 16/9; width: 100%; margin-bottom: var(--space-s); } .articles-list .item .thumbnail a img { aspect-ratio: 16/9; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .articles-list .item .meta-container { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: var(--space-xs); font-size: var(--font-size-s); margin-bottom: var(--space-s); } .articles-list .item .meta-container .category { background-color: var(--color-secondary); padding: 0 var(--space-xs); } .articles-list .item .item-title { font-size: var(--font-size-m); border: none; margin-bottom: var(--space-xs); } .articles-list .item .author-container { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: 0.2em; } .articles-list .item .author-container .author-avatar { aspect-ratio: 1/1; height: var(--font-size-l); } .articles-list .item .author-container .author-avatar img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; border-radius: 50%; } .youtube-button { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-xs); } .youtube-button .youtube-button-text { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); } .pagination { display: flex; padding: 0; margin: var(--space-s) auto; justify-content: center; align-items: center; } .page-numbers { display: inline-block; padding: var(--space-xs) var(--space-s); margin: 0 var(--space-xs); font-size: var(--font-size-m); color: var(--color-text); text-decoration: none; transition: background-color 0.3s; } .page-numbers:hover { background-color: var(--color-secondary); } .page-numbers.current { background-color: var(--color-primary); color: var(--color-on-primary); font-weight: bold; } .page-numbers.dots { color: var(--color-on-background); } .page-numbers.dots:hover { background-color: inherit; } .next.page-numbers, .prev.page-numbers { background-color: none; color: var(--color-on-background); padding: 0; font-size: var(--font-size-m); padding: 0 var(--space-xs); } .next.page-numbers:hover, .prev.page-numbers:hover { background-color: inherit; } .share-container { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; padding: 0 var(--space-s) 0 0; gap: var(--space-s); } .share-container .share-text { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } .share-container .sns-list { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: var(--space-s); font-size: var(--font-size-l); } .share-container .sns-list li a { text-decoration: none; color: var(--color-on-background); } .searchform div { display: flex; width: 100%; margin-bottom: var(--space-s); } .searchform input[type=text] { border: 1px solid var(--color-tertiary); padding: var(--space-xs); letter-spacing: var(--letter-spacing-s); height: var(--space-l); flex: 0 1 80%; } .searchform input[type=submit] { font-size: var(--font-size-m); border: none; background-color: var(--color-primary); color: var(--color-on-primary); padding: var(--space-xs); letter-spacing: var(--letter-spacing-s); height: var(--space-l); flex: 0 1 20%; } .widget_title { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); padding: 0 0 var(--space-xs) 0; } .widget_categories ul, .widget_archive ul, .widget_pages ul { list-style-type: none; margin: 0; padding: 0; } .widget_categories .cat-item:not(.children .cat-item), .widget_archive li, .widget_pages li { margin-bottom: var(--space-xs); } .widget_categories .cat-item:not(.children .cat-item)::before, .widget_pages li::before, .widget_archive li::before { content: "-"; padding-right: var(--space-xs); } .widget_categories .cat-item a, .widget_archive li a { text-decoration: none; color: var(--color-on-background); font-weight: var(--font-weight-bold); } .widget_categories .cat-item a:hover, .widget_archive li a:hover { opacity: 0.8; } .widget_categories .cat-item .children { padding-left: var(--space-s); list-style-type: none; margin-top: var(--space-xs); } .widget_categories .cat-item .children .cat-item a { font-weight: normal; color: var(--color-on-background); } .widget_categories .cat-item .children .cat-item a:hover { color: var(--color-primary); } .widget_categories .postform { border: 1px solid var(--color-tertiary); padding: var(--space-xs); letter-spacing: var(--letter-spacing-s); margin-bottom: var(--space-xs); } .widget_archive select { border: 1px solid var(--color-tertiary); padding: var(--space-xs); letter-spacing: var(--letter-spacing-s); margin-bottom: var(--space-xs); } .widget_calendar .calendar_wrap { border: 1px solid var(--color-tertiary); margin-bottom: var(--space-xs); } .widget_calendar .calendar_wrap .wp-calendar-table { width: 100%; } .widget_calendar .calendar_wrap .wp-calendar-table caption { padding: var(--space-xs) 0; font-weight: var(--font-weight-bold); } .widget_calendar .calendar_wrap .wp-calendar-table tr { vertical-align: middle; text-align: center; line-height: var(--line-height-xl); } .widget_calendar .calendar_wrap .wp-calendar-table tr a { text-decoration: underline; } .wp-calendar-nav { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: var(--space-xs) var(--space-s); } .wp-calendar-nav a { text-decoration: none; } .widget_tag_cloud .tagcloud { margin-bottom: var(--space-xs); } .wp-video { margin-bottom: var(--space-xs); }@charset "UTF-8"; .wp-block-quote, .wp-block-pullquote { background-color: var(--color-quote); padding: var(--space-m) var(--space-s) var(--space-s) var(--space-s); margin: var(--space-s) auto var(--space-m) auto; width: 100%; position: relative; line-height: var(--line-height-m); font-style: italic; text-align: left; font-size: var(--font-size-s); color: var(--color-on-quote); } .wp-block-quote::before, .wp-block-pullquote::before { content: "‘‘"; color: var(--color-quote-decoration); font-size: var(--font-size-3xl); position: absolute; top: -0.5em; left: 0; } .wp-block-pullquote cite { display: flex; justify-content: flex-end; font-style: italic; font-size: var(--font-size-s); } .wp-block-pullquote cite a { color: var(--color-on-quote); } .wp-block-table { padding-top: var(--space-s); padding-bottom: var(--space-s); } .wp-block-table td { min-width: 6rem; } ul.wp-block-list, ol.wp-block-list { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; margin: 0 0 var(--space-s) var(--space-s); }@charset "UTF-8"; .single-post { width: 100%; overflow: hidden; } .single-post .post-header { border-bottom: 1px solid var(--color-on-background); position: relative; } .single-post .post-header a { text-decoration: none; color: var(--color-on-background); } .single-post .post-header .post-header-inner { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; padding: 0 var(--space-s) var(--space-m) var(--space-s); max-width: var(--max-width_pc_content); margin: 0 auto; position: relative; } @media screen and (min-width: 1025px) { .single-post .post-header .post-header-inner { flex-direction: row; justify-content: center; align-items: flex-start; gap: var(--space-xl); padding: 0 var(--space-xl) var(--space-m) var(--space-xl); max-width: var(--max-width); margin: 0 auto; } } .single-post .post-header .post-header-inner .post-header-content { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: var(--space-s); flex: 3; position: relative; z-index: 3; } .single-post .post-header .post-header-inner .post-header-content .meta-container { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: var(--space-xs); } .single-post .post-header .post-header-inner .post-header-content .meta-container .category { font-size: var(--font-size-m); background-color: var(--color-secondary); padding: 0 var(--space-xs); } .single-post .post-header .post-header-inner .post-header-content .meta-container .date { font-size: var(--font-size-m); } .single-post .post-header .post-header-inner .post-header-content h1 { font-size: var(--font-size-xl); font-weight: var(--font-weight-bold); max-width: 30ch; } @media screen and (min-width: 1025px) { .single-post .post-header .post-header-inner .post-header-content h1 { font-size: var(--font-size-2xl); } } .single-post .post-header .post-header-inner .post-header-content .profile-container { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; gap: var(--space-s); margin-bottom: var(--space-s); } .single-post .post-header .post-header-inner .post-header-content .profile-container .post-author { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: var(--space-s); } @media screen and (min-width: 1025px) { .single-post .post-header .post-header-inner .post-header-content .profile-container .post-author { justify-content: flex-start; } } .single-post .post-header .post-header-inner .post-header-content .profile-container .post-author .avatar { aspect-ratio: 1/1; height: 3rem; border-radius: 50%; overflow: hidden; } .single-post .post-header .post-header-inner .post-header-content .profile-container .post-author .avatar img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .single-post .post-header .post-header-inner .post-header-content .profile-container .post-author .name { font-size: var(--font-size-); } .single-post .post-header .post-header-inner .post-thumbnail { aspect-ratio: 16/9; overflow: hidden; border-radius: var(--border-radius); flex: 4; position: relative; z-index: 1; } .single-post .post-header .post-header-inner .post-thumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .single-post .post-header .post-header-inner .kuma-container { position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; z-index: 2; } @media screen and (min-width: 1025px) { .single-post .post-header .post-header-inner .kuma-container { width: 35%; } } .single-post .post-header .post-header-inner .kuma-container * { position: absolute; width: 3.6rem; height: auto; bottom: 0; z-index: 1; } @media screen and (min-width: 768px) { .single-post .post-header .post-header-inner .kuma-container * { width: 5rem; max-width: 15%; } } .single-post .post-header .post-header-inner .kuma-container .kuma-dark { right: 5%; transform: scaleX(-1); animation: kuma-animation 20s ease-in-out infinite; z-index: 2; } @media screen and (min-width: 768px) { .single-post .post-header .post-header-inner .kuma-container .kuma-dark { right: 12%; } } .single-post .post-header .post-header-inner .kuma-container .kuma-brown { right: 20%; transform: scaleX(-1); animation: kuma-animation 20s ease-in-out infinite; z-index: 2; } @media screen and (min-width: 768px) { .single-post .post-header .post-header-inner .kuma-container .kuma-brown { right: 27%; } } .single-post .post-header .post-header-inner .kuma-container .tree-2 { right: 20%; } .single-post .post-header .post-header-inner .kuma-container .tree-3 { right: 2%; } @media screen and (min-width: 768px) { .single-post .post-header .post-header-inner .kuma-container .tree-3 { right: 5%; } } @keyframes kuma-animation { 0% { transform: translate(0, 0) scaleX(-1); } 4% { transform: translate(-4px, -2px) scaleX(-1); } 8% { transform: translate(-8px, 0) scaleX(-1); } 12% { transform: translate(-16px, -2px) scaleX(-1); } 16% { transform: translate(-20px, 0) scaleX(-1); } 20% { transform: translate(-22px, -2px) scaleX(-1); } 24% { transform: translate(-24px, 0) scaleX(-1); } 44% { transform: translate(-24px, 0) scaleX(-1); } 48% { transform: translate(calc(50% - 24px), 0) scaleX(1); } 52% { transform: translate(calc(50% - 20px), -2px) scaleX(1); } 56% { transform: translate(calc(50% - 16px), 0) scaleX(1); } 60% { transform: translate(calc(50% - 12px), -2px) scaleX(1); } 64% { transform: translate(calc(50% - 8px), 0) scaleX(1); } 84% { transform: translate(calc(50% - 8px), 0) scaleX(1); } 88% { transform: translate(0, -5px) scaleX(-1); } } .toc-container { display: flex; flex-direction: column; justify-content: center; margin: var(--space-m) 0 var(--space-xl) 0; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; width: 100%; background-color: var(--color-secondary); padding: var(--space-s) var(--space-s) var(--space-m) var(--space-s); gap: var(--space-s); border-radius: var(--border-radius); } @media screen and (min-width: 768px) { .toc-container { gap: var(--space-m); padding: var(--space-m) var(--space-l) var(--space-l) var(--space-l); } } .toc-container .toc-header { font-size: var(--font-size-xl); font-weight: var(--font-weight-bold); display: flex; flex-direction: row; justify-content: flex-start; align-items: center; writing-mode: vertical-rl; letter-spacing: var(--letter-spacing-l); } .toc-container .toc-header .kuma { line-height: 1; } .toc-container .toc-header .kuma::before { display: block; content: ""; background-image: url(../../img/kuma-dark.webp); width: 3rem; height: 3rem; display: inline-block; background-size: contain; background-position: center; background-repeat: no-repeat; vertical-align: middle; } .toc-container .toc-content { display: flex; flex-direction: column; justify-content: center; width: 100%; } .toc-container .toc-content ul { counter-reset: toc-counter; } .toc-container .toc-content ul li { position: relative; border-bottom: 1px solid var(--color-border); padding: var(--space-s) var(--space-xs); } .toc-container .toc-content ul li::before { counter-increment: toc-counter; content: counter(toc-counter, decimal-leading-zero); font-size: var(--font-size-xl); font-weight: var(--font-weight-bold); margin-right: var(--space-xs); color: var(--color-on-background); } .toc-container .toc-content ul li .toc-text { font-size: 1rem; font-weight: 700; } .toc-container .toc-content ul li .toc-text a { text-decoration: none; color: var(--color-on-background); } .toc-container .toc-content ul li .toc-text:hover { opacity: 0.8; } .toc-container .toc-content ul li .toc-text:active { opacity: 0.6; } .toc-container .toc-content ul li .toc-text:visited { opacity: 0.6; } .single-post-content { width: 100%; max-width: var(--max-width_pc_content); margin: 0 auto; padding: var(--space-l) var(--space-s) var(--space-m) var(--space-s); counter-reset: section; } .single-post-content h2 { position: relative; counter-increment: section; margin: var(--space-m) 0; } .single-post-content h2::before { content: counter(section, decimal-leading-zero) " "; font-weight: var(--font-weight-bold); color: var(--color-on-background); font-size: var(--font-size-2xl); } .single-post-content h3 { margin: var(--space-m) 0; } .single-post-content .wp-block-image { display: flex; flex-direction: column; justify-content: center; align-items: center; } .single-post-content .wp-block-image figcaption { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); text-align: center; } .single-post-content .wp-block-image img { border-radius: var(--border-radius); } .single-post-sns-list { max-width: var(--max-width_pc_content); margin: 0 auto; } .single-post-tags { font-size: 0.9rem; font-weight: 500; padding: 1rem; } .single-post-tags .single-post-tag-item a { text-decoration: none; color: var(--color-text); padding: 0.1rem 0.25rem; } .single-post-tags .single-post-tag-item { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; } .author-info-box { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--space-m) var(--space-l); margin: var(--space-m) var(--space-s) var(--space-l) var(--space-s); background-color: var(--color-secondary); gap: var(--space-s); border-radius: var(--border-radius); } @media screen and (min-width: 768px) { .author-info-box { flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: var(--space-m); margin: var(--space-m) auto var(--space-l) auto; max-width: var(--max-width_pc_content); padding: var(--space-l); } } .author-info-box .author-avatar-container { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: var(--space-s); } @media screen and (min-width: 768px) { .author-info-box .author-avatar-container { justify-content: flex-start; align-items: flex-start; } } .author-info-box .author-avatar-container .author-title { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); } .author-info-box .author-avatar-container .author-avater { aspect-ratio: 1/1; height: 8rem; } .author-info-box .author-avatar-container .author-avater img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; border-radius: 50%; } .author-info-box .author-info-container { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } @media screen and (min-width: 768px) { .author-info-box .author-info-container { justify-content: flex-start; align-items: flex-start; } } .author-info-box .author-info-container .author-name { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); padding-bottom: var(--space-xs); } .author-info-box .author-info-container .author-bio { font-size: var(--font-size-s); } .related-posts { max-width: var(--max-width_pc_content); margin: var(--space-m) auto; padding: 0 var(--space-s); } @media screen and (min-width: 1025px) { .related-posts { max-width: var(--max-width); } } .related-posts .heading { font-size: var(--font-size-l); font-weight: var(--font-weight-bold); margin-bottom: var(--space-s); } @media screen and (min-width: 1025px) { .related-posts .heading { padding: 0 0 0 var(--space-s); } } .related-posts .articles-list { display: grid; grid-template-columns: repeat(1, 1fr); gap: var(--space-s); } @media screen and (min-width: 768px) { .related-posts .articles-list { grid-template-columns: repeat(2, 1fr); } } @media screen and (min-width: 1025px) { .related-posts .articles-list { padding: var(--space-s); gap: var(--space-m); grid-template-columns: repeat(4, 1fr); } } .related-posts .articles-list .item { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: var(--color-surface); padding: var(--space-s); border-radius: var(--border-radius); } .related-posts .articles-list .item a { text-decoration: none; color: var(--color-on-background); } .related-posts .articles-list .item .thumbnail { width: 100%; aspect-ratio: 16/9; overflow: hidden; margin-bottom: var(--space-s); } .related-posts .articles-list .item .thumbnail img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .related-posts .articles-list .item .meta-container { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: var(--space-xs); margin-bottom: var(--space-xs); } .related-posts .articles-list .item .meta-container .category { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); background-color: var(--color-secondary); padding: 0 var(--space-xs); } .related-posts .articles-list .item .meta-container .date { font-size: var(--font-size-s); } .related-posts .articles-list .item .item-title { font-size: var(--font-size-m); font-weight: var(--font-weight-bold); display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; line-clamp: 3; text-overflow: ellipsis; } .breadcrumbs-container { font-size: var(--font-size-s); font-weight: var(--font-weight-bold); max-width: var(--max-width); margin: 0 auto; } .breadcrumbs-container .breadcrumbs { padding: var(--space-s); } .breadcrumbs-container .breadcrumbs::-webkit-scrollbar { display: none; } .breadcrumbs-container .breadcrumbs a, .breadcrumbs-container .breadcrumbs .current { color: var(--color-on-background); padding: 0 var(--space-xs); }