@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # 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 */
  color: inherit; /* Correct border color 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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[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;
}

/* 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 */
}

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

/* # =================================================================
   # 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
   # ================================================================= */
/* 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;
}

@keyframes scroll-text {
  to {
    transform: translateX(calc(-1 * var(--scroll-width)));
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-sp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color-primary-black: #131313;
  --color-primary-white: #ffffff;
  --color-primary-yellow: #ffce23;
  --color-primary-black-rgb: 19 19 19;
  --color-primary-white-rgb: 255 255 255;
  --color-primary-yellow-rgb: 255 206 35;
  --color-bg-common: #FAE087;
  --color-bg-travel: #A6E0A6;
  --color-bg-food: #FDB693;
  --color-bg-shopping: #E0C9F5;
  --color-bg-cuties: #F0C0E0;
  --color-bg-journal: #C5E7F0;
  --color-bg-current: var(--color-bg-common);
  --color-bg-gray: #dbdbdb;
  --color-link-gray: #888888;
  --stroke-color: #131313;
  --border-width: 1px;
  --radius-ss: 8px;
  --radius-s: 16px;
  --radius-m: 24px;
  --radius-l: 32px;
  --radius-xl: 40px;
  --radius-pill: 9999px;
}

html {
  font-size: 100%;
}

body {
  overflow-x: hidden;
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body {
  font-weight: 400;
  color: var(--color-primary-black);
  background-color: var(--color-bg-current);
}

body.is-fixed {
  overflow: hidden;
  touch-action: none;
}

html, body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  position: relative;
  text-decoration: none;
  color: var(--color-primary-black);
}
a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover::after {
  transform: scaleX(1);
}

a.article__txt--link {
  font-weight: 700;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  display: block;
  fill: var(--color-primary-black);
}

ol, ul {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.home,
body.search {
  --color-bg-current: var(--color-bg-common);
}

body.category-travel {
  --color-bg-current: var(--color-bg-travel);
}

body.category-food {
  --color-bg-current: var(--color-bg-food);
}

body.category-shopping {
  --color-bg-current: var(--color-bg-shopping);
}

body.category-cuties {
  --color-bg-current: var(--color-bg-cuties);
}

body.category-journal {
  --color-bg-current: var(--color-bg-journal);
}

.u-text-center {
  text-align: center;
}

.l-footer {
  max-width: 1920px;
  margin-inline: auto;
  padding: 80px 16px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 60px 16px 0;
  }
}
.l-footer__search-form {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__search-form {
    margin-bottom: 60px;
  }
}
.l-footer__pr {
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__pr {
    margin: 40px 0;
  }
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-black);
  width: 100vw;
  height: 48px;
  margin-left: -16px;
}
.l-footer__copyright .copy {
  color: var(--color-primary-white);
  font-size: 12px;
}
.l-footer__page-top {
  position: fixed;
  right: -8px;
  bottom: 104px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .l-footer__page-top {
    right: -28px;
  }
}

.l-header {
  background-color: var(--color-bg-current);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 32px;
  z-index: 1000;
  text-transform: uppercase;
  font-weight: 500;
}
.l-header .c-search-form {
  display: none;
}
.l-header__bg {
  position: fixed;
  inset: 0;
  background: var(--color-bg-current);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.l-header__logo {
  width: 100%;
  height: auto;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.l-header__logo a::after {
  display: none;
}
.l-header__logo .logo-illust {
  width: 48px;
  height: auto;
}
.l-header__logo .site-name {
  width: 162px;
  height: auto;
  fill: var(--color-primary-black);
}
.l-header__menu-area {
  display: flex;
}
.l-header__navigation-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible;
}
.l-header__navigation {
  display: inline-flex;
  width: max-content;
  margin: 0;
}
.l-header__navigation > li {
  position: relative;
}
.l-header__navigation > li:not(:last-child)::after {
  content: "/";
  font-family: "Outfit";
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding: 0 8px;
}
.l-header__buttons {
  display: inline-flex;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible;
}
.l-header__search-button {
  width: 24px;
  height: auto;
  margin: 0 16px;
  cursor: pointer;
}
.l-header__search-button .icon-search {
  pointer-events: none;
}
.l-header__illust-button--large a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  width: 106px;
  height: 28px;
  background-color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  color: var(--color-bg-current);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-header__illust-button--large a::after {
  display: none;
}
.l-header__illust-button--large a:hover {
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
}

@media screen and (max-width: 1024px) {
  .l-header {
    height: 60px;
    padding: 0 16px;
  }
  .l-header__logo {
    position: relative;
    z-index: 1100;
  }
  .l-header__logo a {
    gap: 10px;
  }
  .l-header__logo .logo-illust {
    width: 44px;
  }
  .l-header__menu-area {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    padding: 18vh 16px 8vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .l-header__navigation-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .l-header__buttons {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__illust-button--large a {
    width: 180px;
    height: 36px;
    font-size: 16px;
    font-size: 1rem;
  }
  .l-header__search-button {
    display: none;
  }
  .l-header.is-open {
    z-index: 9999;
  }
  .l-header.is-open .l-header__bg {
    opacity: 1;
    visibility: visible;
  }
  .l-header.is-open .l-header__menu-area {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header.is-open .l-header__navigation-wrapper {
    opacity: 1;
    visibility: visible;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .l-header.is-open .l-header__navigation {
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .l-header.is-open .l-header__navigation > li::after {
    display: none;
  }
  .l-header.is-open .l-header__buttons {
    opacity: 1;
    visibility: visible;
  }
  .l-header.is-open .c-search-form {
    display: flex;
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
  }
}
.sp-menu {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .sp-menu {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 14px;
    right: 15px;
    z-index: 10000;
  }
}
.sp-menu__bar {
  width: 64px;
  height: 32px;
  background: var(--color-primary-black);
  border-radius: var(--radius-pill);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.sp-menu__bar .bar {
  width: 24px;
  height: 2px;
  background: var(--color-bg-current);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sp-menu__bar.is-open .bar:nth-child(1) {
  transform: translateY(7px) rotate(30deg);
}
.sp-menu__bar.is-open .bar:nth-child(2) {
  opacity: 0;
}
.sp-menu__bar.is-open .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-30deg);
}

.search-overlay {
  position: fixed;
  inset: 0;
  background-color: var(--color-bg-current);
  opacity: 0;
  visibility: hidden;
  z-index: 1200;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-overlay__inner {
  width: 80%;
  margin-inline: auto;
}
.search-overlay__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(60px, 4.8vw, 64px);
  text-align: center;
}
.search-overlay .categories__title {
  font-size: clamp(24px, 2vw, 28px);
}

.window-close {
  position: fixed;
  top: 24px;
  right: 32px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1201;
}
.window-close.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  cursor: pointer;
}
.window-close.is-open .close__bar {
  position: relative;
  background-color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  width: 64px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.window-close.is-open .close__bar .close {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--color-bg-current);
}
.window-close.is-open .close__bar .close:nth-child(1) {
  transform: rotate(30deg);
}
.window-close.is-open .close__bar .close:nth-child(2) {
  transform: rotate(-30deg);
}

.scroll-text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 24px 0;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  border-bottom: solid var(--border-width) var(--stroke-color);
}
@media screen and (max-width: 480px) {
  .scroll-text {
    padding: 16px 0;
  }
}
.scroll-text-inner {
  width: max-content;
  display: flex;
  animation: scroll-text var(--duration, 30s) linear infinite;
}
.scroll-text-item {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.scroll-text img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-right: 12px;
}

.btn01 {
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .btn01 {
    margin: 40px auto 0;
  }
}

.pagination-area {
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .pagination-area {
    margin: 40px auto 0;
  }
}

.post-pagination-area {
  margin-top: 60px;
  padding: 40px 0 80px;
}

.p-wrapper {
  padding: 16px 0 0;
}

.l-main {
  max-width: 1920px;
  margin-inline: auto;
  padding: 48px 16px 0;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding: 60px 16px 0;
  }
}

.article-box .articles {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .article-box .articles {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .article-box .articles {
    margin-top: 40px;
  }
}
.article-box .articles__list {
  display: grid;
  grid-template-columns: repeat(4, calc((100vw - 48px - 32px) / 4));
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .article-box .articles__list {
    grid-template-columns: repeat(3, calc((100vw - 32px - 32px) / 3));
  }
}
@media screen and (max-width: 768px) {
  .article-box .articles__list {
    grid-template-columns: repeat(2, calc((100vw - 12px - 32px) / 2));
    gap: 12px;
  }
}

.btn01 {
  width: fit-content;
}
.btn01 a {
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 20px;
}
@media screen and (max-width: 480px) {
  .btn01 a {
    padding: 0 14px 0 16px;
  }
}
.btn01 a {
  width: auto;
  min-width: 180px;
  height: 36px;
  background-color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  color: var(--color-bg-current);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn01 a .arw {
  width: 28px;
  height: auto;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn01 a svg {
  fill: var(--color-bg-current);
}
.btn01 a::after {
  display: none;
}
.btn01 a:hover {
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
}
.btn01 a:hover .arw {
  transform: translateX(2px);
}
.btn01 a:hover svg {
  fill: var(--color-primary-black);
}

.btn02 {
  width: fit-content;
}
.btn02 .btn-window-new {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 20px;
  width: 180px;
  height: 36px;
  background-color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  color: var(--color-bg-current);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn02 .btn-window-new .arw {
  width: 22px;
  height: auto;
  transform: rotate(-45deg);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn02 .btn-window-new svg {
  fill: var(--color-bg-current);
}
.btn02 .btn-window-new::after {
  display: none;
}
.btn02 .btn-window-new:hover {
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
}
.btn02 .btn-window-new:hover .arw {
  transform: rotate(-45deg) translate(2px, -1px);
}
.btn02 .btn-window-new:hover svg {
  fill: var(--color-primary-black);
}

.btn-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 32px;
  background-color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  color: var(--color-bg-current);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-arw .arw {
  width: 28px;
  height: auto;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-arw svg {
  fill: var(--color-bg-current);
}
@media screen and (max-width: 768px) {
  .btn-arw {
    width: 52px;
    height: 30px;
  }
  .btn-arw .arw {
    width: 24px;
  }
}
@media screen and (max-width: 480px) {
  .btn-arw {
    width: 48px;
  }
}
.btn-arw::after {
  display: none;
}
.btn-arw:hover {
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
}
.btn-arw:hover .arw {
  transform: translateX(2px);
}
.btn-arw:hover svg {
  fill: var(--color-primary-black);
}

.btn-prev, .btn-next {
  width: fit-content;
}
.btn-prev a, .btn-next a {
  width: 102px;
  height: 36px;
  letter-spacing: 0.02em;
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}
@media screen and (max-width: 480px) {
  .btn-prev a, .btn-next a {
    width: 46px;
    height: 30px;
    padding: 0;
    justify-content: center;
  }
  .btn-prev a span, .btn-next a span {
    display: none;
  }
}
.btn-prev a .arw, .btn-next a .arw {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .btn-prev a .arw, .btn-next a .arw {
    width: 22px;
  }
}
.btn-prev a svg, .btn-next a svg {
  fill: var(--color-primary-black);
}
.btn-prev a::after, .btn-next a::after {
  display: none;
}
.btn-prev a:hover, .btn-next a:hover {
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
}
.btn-prev a:hover .arw, .btn-next a:hover .arw {
  transform: translateX(2px);
}
.btn-prev a:hover svg, .btn-next a:hover svg {
  fill: var(--color-bg-current);
}

.btn-prev a .arw {
  transform: rotate(180deg);
}
.btn-prev a:hover .arw {
  transform: translateX(-2px) rotate(-180deg);
}

.btn-top {
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 14px;
  transform: rotate(90deg);
  width: 120px;
  height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: var(--radius-pill);
  color: var(--color-primary-black);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-top .arw {
  width: 22px;
  height: auto;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(180deg) translateX(0);
}
.btn-top svg {
  fill: var(--color-primary-black);
}
.btn-top::after {
  display: none;
}
.btn-top:hover {
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
}
.btn-top:hover .arw {
  transform: rotate(180deg) translateX(2px);
}
.btn-top:hover svg {
  fill: var(--color-bg-current);
}

.btn-top.is-show {
  opacity: 1;
  visibility: visible;
}

.c-articles__item {
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  padding: clamp(16px, 1.6vw, 24px);
  border-radius: var(--radius-m);
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .c-articles__item {
    border-radius: var(--radius-s);
  }
}
.c-articles__item::after {
  content: "";
  border: solid var(--border-width) var(--stroke-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-m);
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .c-articles__item::after {
    border-radius: var(--radius-s);
  }
}
.c-articles__item-img {
  height: fit-content;
  border-radius: var(--radius-s);
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .c-articles__item-img {
    border-radius: var(--radius-ss);
  }
}
.c-articles__item-img figure {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0;
  overflow: hidden;
}
.c-articles__item-img .front-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-articles__item-meta {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding: 1rem 0 0.4rem;
}
.c-articles__item-meta .category {
  display: flex;
  align-items: center;
  padding: 0 12px;
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-size: 0.875rem;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-articles__item-newicon {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
  border: solid var(--border-width) var(--stroke-color);
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  width: 38px;
  height: 38px;
  top: -12px;
  left: -12px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 480px) {
  .c-articles__item-newicon {
    top: -8px;
    left: -8px;
  }
}
.c-articles__item-title {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: fit-content;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .c-articles__item-title {
    line-height: 1.6;
  }
}
.c-articles__item .p-related-tags {
  margin-top: 0.6em;
}
.c-articles__item:hover {
  background-color: var(--color-primary-black);
}
.c-articles__item:hover .front-img {
  transform: scale(1.08, 1.08);
}
.c-articles__item:hover .category {
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
}
.c-articles__item:hover time {
  color: var(--color-bg-current);
}
.c-articles__item:hover .c-articles__item-newicon {
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
}
.c-articles__item:hover .c-articles__item-title {
  color: var(--color-bg-current);
}
.c-articles__item:hover .c-tags__item {
  color: var(--color-bg-current);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-articles__link {
  display: grid;
  grid-template-columns: 1fr;
}
.c-articles__link::after {
  display: none;
}

.top-fv__pickup .c-articles__item {
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .top-fv__pickup .c-articles__item {
    border-radius: var(--radius-s);
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .top-fv__pickup .c-articles__item::after {
    border-radius: var(--radius-s);
  }
}
@media screen and (max-width: 480px) {
  .top-fv__pickup .c-articles__item-img {
    border-radius: var(--radius-ss);
  }
}
.top-fv__pickup .c-articles__item .c-tags__list {
  gap: 0 8px;
}
.top-fv__pickup .c-articles__item-title {
  font-size: clamp(20px, 1.8vw, 24px);
}

.article-box .c-articles__item-title {
  font-size: clamp(16px, 1.4vw, 18px);
}
.article-box .c-articles__item-newicon {
  top: -8px;
  left: -8px;
}
.article-box .c-articles__item-meta {
  gap: 4px 8px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.article-box .c-articles__item-meta .category {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 10px;
}
.article-box .c-articles__item-title {
  height: fit-content;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-related-entries__item .c-articles__link {
  display: flex;
  gap: 16px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .p-related-entries__item .c-articles__link {
    gap: 12px;
  }
}
.p-related-entries__item .c-articles__item-img {
  flex: 2;
  height: fit-content;
  min-width: 120px;
  border-radius: var(--radius-ss);
  overflow: hidden;
}
.p-related-entries__item .c-articles__item-img figure {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0;
  overflow: hidden;
}
.p-related-entries__item .c-articles__item-img .front-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-related-entries__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  height: fit-content;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-related-entries__item-text-area {
  position: relative;
  flex: 3;
  display: grid;
  grid-template-columns: 1fr;
}
.p-related-entries__item-text-area time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
.p-related-entries__item .c-articles__link:hover .front-img {
  transform: scale(1.08, 1.08);
}

.categories {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .categories {
    margin: 60px auto;
  }
}
@media screen and (max-width: 480px) {
  .categories {
    margin: 40px auto;
  }
}
.categories__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(36px, 3.6vw, 40px);
}
@media screen and (max-width: 480px) {
  .categories__title {
    font-size: clamp(24px, 7vw, 30px);
  }
}
.categories__nav {
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  text-transform: uppercase;
  border-top: solid var(--border-width) var(--stroke-color);
  border-bottom: solid var(--border-width) var(--stroke-color);
}
@media screen and (max-width: 480px) {
  .categories__nav {
    gap: 8px 6px;
    padding: 18px 0;
  }
}
.categories__nav-link {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.categories__nav-link::after {
  display: none;
}
.categories__nav-link:hover {
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
}
@media screen and (max-width: 480px) {
  .categories__nav-link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 10px;
  }
}
.categories__nav-link.is-current {
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
}

.c-search-form {
  display: flex;
  gap: 16px;
  border-bottom: solid var(--border-width) var(--stroke-color);
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  .c-search-form {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 480px) {
  .c-search-form {
    padding: 18px 0;
    gap: 8px;
  }
}
.c-search-form__icon {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .c-search-form__icon {
    width: 20px;
  }
}
.c-search-form__form {
  width: 100%;
}
.c-search-form__text {
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
}

h1, h2, h3, h4 {
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.pagination-area {
  margin-inline: auto;
}
.pagination-area .pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .pagination-area .pagination {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pagination-area .pagination {
    gap: 8px;
  }
}
.pagination-area .pagination .btn-arw.prev {
  margin-right: 1vw;
}
@media screen and (max-width: 480px) {
  .pagination-area .pagination .btn-arw.prev {
    position: absolute;
    left: 0;
  }
}
.pagination-area .pagination .btn-arw.prev .arw {
  transform: rotate(180deg);
}
.pagination-area .pagination .btn-arw.next {
  margin-left: 1vw;
}
@media screen and (max-width: 480px) {
  .pagination-area .pagination .btn-arw.next {
    position: absolute;
    right: 0;
  }
}
.pagination-area .pagination .current {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  color: var(--color-bg-current);
  border: solid var(--border-width) var(--stroke-color);
}
@media screen and (max-width: 768px) {
  .pagination-area .pagination .current {
    width: 30px;
    height: 30px;
  }
}
.pagination-area .pagination .page {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-bg-current);
  border-radius: var(--radius-pill);
  color: var(--color-primary-black);
  border: solid var(--border-width) var(--stroke-color);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .pagination-area .pagination .page {
    width: 30px;
    height: 30px;
  }
}
.pagination-area .pagination .page::after {
  display: none;
}
.pagination-area .pagination .page:hover {
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
}

.post-pagination-area {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: solid var(--border-width) var(--stroke-color);
}
.post-pagination-area .btn01 {
  margin: 0;
}
.post-pagination-area .btn-prev {
  grid-column: 1;
  justify-self: start;
}
.post-pagination-area .btn-next {
  grid-column: 3;
  justify-self: end;
}

.l-footer__portfolio {
  background-color: rgb(var(--color-primary-white-rgb)/0.6);
  padding: 0 clamp(16px, 1.6vw, 24px);
  border-radius: var(--radius-xl);
}
@media screen and (max-width: 480px) {
  .l-footer__portfolio {
    border-radius: var(--radius-m);
  }
}
.l-footer__scroll-text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 12px 0;
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  border-bottom: solid var(--border-width) var(--stroke-color);
}
@media screen and (max-width: 480px) {
  .l-footer__scroll-text {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 24px;
  }
}
.l-footer__scroll-text-inner {
  width: max-content;
  display: flex;
  animation: scroll-text var(--duration, 30s) linear infinite;
}
.l-footer__scroll-text-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.l-footer__scroll-text img {
  width: 44px;
  height: auto;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .l-footer__scroll-text img {
    width: 40px;
    height: auto;
    margin-right: 12px;
  }
}
.l-footer .l-footer__portfolio-item {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 48px clamp(40px, 6vw, 120px) 56px clamp(60px, 8vw, 140px);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__portfolio-item {
    padding: 40px clamp(30px, 4vw, 40px) 48px clamp(36px, 4.5vw, 50px);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__portfolio-item {
    flex-direction: column;
    gap: 40px;
    padding: 40px 32px;
  }
}
@media screen and (max-width: 480px) {
  .l-footer .l-footer__portfolio-item {
    font-size: 16px;
    font-size: 1rem;
    padding: 32px 0 40px;
  }
}
.l-footer .l-footer__portfolio-item .txt-area {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__portfolio-item .txt-area {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__portfolio-item .txt-area {
    width: 100%;
  }
}
.l-footer .l-footer__portfolio-item .txt-area .txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.l-footer .l-footer__portfolio-item .txt-area .btn01 {
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__portfolio-item .txt-area .btn01 {
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__portfolio-item .txt-area .btn01 {
    margin: 0 auto;
  }
}
.l-footer .l-footer__portfolio-item .img-area {
  display: flex;
  align-items: center;
  width: 70%;
  height: fit-content;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__portfolio-item .img-area {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__portfolio-item .img-area {
    width: 100%;
  }
}

.p-foot-pr {
  background-color: rgb(var(--color-primary-white-rgb)/0.6);
  border-radius: var(--radius-l);
  padding: clamp(32px, 3.2vw, 40px);
}
@media screen and (max-width: 480px) {
  .p-foot-pr {
    border-radius: var(--radius-m);
    padding: clamp(24px, 7.2vw, 32px) 16px;
  }
}
.p-foot-pr__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
  border-radius: var(--radius-pill);
  height: 42px;
  padding: 0 20px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 480px) {
  .p-foot-pr__title {
    font-size: clamp(14px, 4.2vw, 16px);
    height: 36px;
    padding: 0 14px;
    margin: 0 auto 20px;
  }
}
.p-foot-pr__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(12px, 4.2vw, 14px);
  background-color: var(--color-bg-current);
  color: var(--color-primary-black);
  border-radius: var(--radius-pill);
  width: 56px;
  height: 20px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .p-foot-pr__title span {
    margin-right: 8px;
    width: clamp(36px, 12vw, 44px);
  }
}
.p-foot-pr__inner {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 480px) {
  .p-foot-pr__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.p-foot-pr__inner-img {
  flex: 4.4;
  height: fit-content;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.p-foot-pr__inner-img figure {
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
}
.p-foot-pr__inner-img .pr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-foot-pr__inner-text {
  flex: 5.6;
}
.p-foot-pr__inner-text .pr-title {
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: solid var(--border-width) var(--stroke-color);
}
.p-foot-pr__inner-text .pr-description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .p-foot-pr__inner-text .pr-description {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-foot-pr__inner-text .btn02 {
    margin-inline: auto;
  }
}

.l-side__pr-title .pr-title-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(22px, 1.8vw, 24px);
  border-bottom: solid var(--border-width) var(--stroke-color);
  margin-bottom: 16px;
  line-height: 1.2;
  padding-bottom: 8px;
}
.l-side__pr .l-side__pr-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
.l-side__pr .l-side__pr-list li {
  position: relative;
  height: fit-content;
  border-radius: var(--radius-ss);
  overflow: hidden;
}
.l-side__pr .l-side__pr-list .pr-tag {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid var(--border-width) var(--stroke-color);
  color: var(--color-primary-black);
  width: 40px;
  height: 20px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-side__pr .l-side__pr-list .l-side__pr-item {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.l-side__pr .l-side__pr-list .l-side__pr-item img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-side__pr .l-side__pr-list .l-side__pr-item:hover img {
  transform: scale(1.08, 1.08);
}

body.home .l-footer__pr {
  background-color: rgb(var(--color-primary-yellow-rgb)/0.6);
}

.l-footer__pr {
  background-color: rgb(var(--color-primary-white-rgb)/0.4);
  padding: 40px clamp(16px, 1.6vw, 24px) 56px;
  border-radius: var(--radius-xl);
}
@media screen and (max-width: 480px) {
  .l-footer__pr {
    border-radius: var(--radius-m);
  }
}
.l-footer__pr .pr-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
  width: 56px;
  height: 20px;
  border-radius: var(--radius-pill);
}
.l-footer__pr-title {
  display: grid;
  gap: 10px 24px;
  border-bottom: solid var(--border-width) var(--stroke-color);
  padding-bottom: 12px;
  margin-bottom: 32px;
  grid-template-columns: auto 1fr;
  align-items: end;
}
.l-footer__pr-title .pr-tag {
  grid-column: 1/-1;
}
.l-footer__pr-title .pr-title-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(32px, 2.8vw, 36px);
  grid-column: 1;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .l-footer__pr-title .pr-title-text {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.2;
  }
}
.l-footer__pr-title p {
  font-weight: 500;
  grid-column: 2;
}
@media screen and (max-width: 1024px) {
  .l-footer__pr-title {
    grid-template-columns: 1fr;
  }
  .l-footer__pr-title p {
    grid-column: 1/-1;
  }
}
.l-footer__pr-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .l-footer__pr-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__pr-list {
    grid-template-columns: 1fr;
  }
}
.l-footer__pr-item {
  display: block;
  border-radius: var(--radius-s);
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-footer__pr-item:hover {
  transform: translateY(-4px);
}
.l-footer__pr-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-tags__list {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}
.c-tags__item {
  white-space: nowrap;
}

.article-box .c-tags__list {
  gap: 2px 6px;
  line-height: 1.6;
}

.article-mv.p-404 {
  padding-bottom: 80px;
}
.article-mv.p-404 .article-mv__sub-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .article-mv.p-404 .article-mv__sub-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.article-mv.p-404 .article-mv__description.u-text-center {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article-mv.p-404 .article-mv__description.u-text-center {
    text-align: justify;
  }
}

.top-fv__inner {
  position: relative;
  z-index: 100;
  padding: clamp(40px, 2vw, 120px);
  background-color: var(--color-primary-white);
  border-radius: var(--radius-xl);
  margin-inline: auto;
  display: grid;
  align-items: center;
  gap: 4vw;
  grid-template-columns: minmax(16rem, 1fr) minmax(22rem, 1fr);
}
@media screen and (max-width: 768px) {
  .top-fv__inner {
    grid-template-columns: 1fr;
    gap: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .top-fv__inner {
    border-radius: var(--radius-m);
    padding: clamp(16px, 4vw, 24px);
  }
}
.top-fv__head {
  position: relative;
  order: 1;
}
@media screen and (max-width: 768px) {
  .top-fv__head {
    order: 2;
  }
}
.top-fv__head-copy-area {
  padding-bottom: clamp(36px, 3vw, 40px);
}
.top-fv__head-image-area {
  position: relative;
  max-width: 720px;
}
.top-fv__head-circle-area {
  width: 100%;
  height: auto;
}
.top-fv__head-circle-area svg {
  position: absolute;
  z-index: -1000;
}
.top-fv__head-circle-area .floating {
  animation: floating 4s ease-in-out infinite alternate;
}
@media screen and (max-width: 480px) {
  .top-fv__head-circle-area .floating {
    animation: floating-sp 4s ease-in-out infinite alternate;
  }
}
.top-fv__head-circle-area .hero-circle__travel {
  color: var(--color-bg-travel);
  width: clamp(64px, 6vw, 100px);
  top: 0;
  right: 24%;
}
@media screen and (max-width: 480px) {
  .top-fv__head-circle-area .hero-circle__travel {
    width: clamp(48px, 14vw, 56px);
    top: -10px;
    right: 30%;
  }
}
.top-fv__head-circle-area .hero-circle__food {
  color: var(--color-bg-food);
  width: clamp(72px, 7vw, 120px);
  top: 24%;
  right: 0;
}
@media screen and (max-width: 480px) {
  .top-fv__head-circle-area .hero-circle__food {
    width: clamp(56px, 16vw, 64px);
    top: 20%;
    right: 10px;
  }
}
.top-fv__head-circle-area .hero-circle__food.floating {
  animation-delay: 0.3s;
}
.top-fv__head-circle-area .hero-circle__shopping {
  color: var(--color-bg-shopping);
  width: clamp(64px, 6vw, 100px);
  bottom: 16%;
  right: -10px;
}
@media screen and (max-width: 480px) {
  .top-fv__head-circle-area .hero-circle__shopping {
    width: clamp(48px, 14vw, 56px);
    bottom: 10%;
    right: 0;
  }
}
.top-fv__head-circle-area .hero-circle__cuties {
  color: var(--color-bg-cuties);
  width: clamp(72px, 7vw, 120px);
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 480px) {
  .top-fv__head-circle-area .hero-circle__cuties {
    width: clamp(56px, 16vw, 64px);
    top: -20px;
    left: -2px;
  }
}
.top-fv__head-circle-area .hero-circle__cuties.floating {
  animation-delay: 0.4s;
}
.top-fv__head-circle-area .hero-circle__journal {
  color: var(--color-bg-journal);
  width: clamp(64px, 6vw, 100px);
  top: 50%;
  left: -20px;
}
@media screen and (max-width: 480px) {
  .top-fv__head-circle-area .hero-circle__journal {
    width: clamp(48px, 14vw, 56px);
    top: 56%;
    left: -2px;
  }
}

.tagline-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 720px;
}
.tagline-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-primary-white, #fff);
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 2s cubic-bezier(0.6, 0, 0.4, 1) 0.08s;
  will-change: transform;
  pointer-events: none;
}
.tagline-wrap.is-draw::after {
  transform: scaleX(0);
}

.top-fv__pickup {
  position: relative;
  order: 2;
}
@media screen and (max-width: 768px) {
  .top-fv__pickup {
    order: 1;
  }
}
.top-fv__pickup .splide__slide {
  margin-right: 40px;
}
.top-fv__pickup .splide__arrows {
  position: relative;
  margin-top: 16px;
}
.top-fv__pickup .splide__arrows .splide__arrow {
  opacity: 1;
  position: absolute;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 72px;
  height: 32px;
  border-radius: var(--radius-pill);
  background-color: var(--color-bg-current);
  border: solid var(--border-width) var(--stroke-color);
}
.top-fv__pickup .splide__arrows .splide__arrow svg {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 28px;
  height: auto;
  fill: var(--color-primary-black);
}
@media screen and (max-width: 480px) {
  .top-fv__pickup .splide__arrows .splide__arrow {
    width: 56px;
    height: 30px;
  }
  .top-fv__pickup .splide__arrows .splide__arrow svg {
    width: 26px;
  }
}
.top-fv__pickup .splide__arrows .splide__arrow:hover {
  background-color: var(--color-primary-black);
}
.top-fv__pickup .splide__arrows .splide__arrow:hover svg {
  fill: var(--color-bg-current);
}
.top-fv__pickup .splide__arrows .splide__arrow--prev {
  left: 24px;
}
@media screen and (max-width: 480px) {
  .top-fv__pickup .splide__arrows .splide__arrow--prev {
    left: 0;
  }
}
.top-fv__pickup .splide__arrows .splide__arrow--prev:hover svg {
  transform: translateX(-2px) scaleX(-1);
}
.top-fv__pickup .splide__arrows .splide__arrow--next {
  right: 24px;
}
@media screen and (max-width: 480px) {
  .top-fv__pickup .splide__arrows .splide__arrow--next {
    right: 0;
  }
}
.top-fv__pickup .splide__arrows .splide__arrow--next:hover svg {
  transform: translateX(2px);
}
.top-fv__pickup .splide__controls.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  gap: 1.5rem;
  height: 32px;
}
.top-fv__pickup .splide__pagination {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  bottom: -40px;
}
.top-fv__pickup .splide__pagination__page {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary-black);
  opacity: 0.4;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-fv__pickup .splide__pagination__page:hover {
  opacity: 1;
}
.top-fv__pickup .splide__pagination__page.is-active {
  opacity: 1;
  background-color: var(--color-primary-black);
  transform: scale(1);
}
.top-fv__pickup .slider-toggle {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 16px;
  border: solid var(--border-width) var(--stroke-color);
  border-radius: var(--radius-pill);
  display: grid;
  place-items: center;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-fv__pickup .slider-toggle svg {
  width: auto;
  height: 8px;
  color: var(--color-primary-black);
}
.top-fv__pickup .slider-toggle:hover {
  background-color: var(--color-primary-black);
}
.top-fv__pickup .slider-toggle:hover svg {
  fill: var(--color-bg-current);
}

.article-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: solid var(--border-width) var(--stroke-color);
}
.article-mv__title {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(56px, 6vw, 64px);
  margin: 40px auto 48px;
}
@media screen and (max-width: 480px) {
  .article-mv__title {
    font-size: clamp(40px, 3.6vw, 44px);
    margin: 32px auto 40px;
  }
}
.article-mv__description {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .article-mv__description {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 28px;
  }
}

.p-wrapper {
  border-top: solid var(--border-width) var(--stroke-color);
  border-bottom: solid var(--border-width) var(--stroke-color);
  display: grid;
  grid-template-columns: calc((100% - 112px) / 8 * 6 + 80px) calc((100% - 112px) / 8 * 2 + 16px);
  column-gap: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-wrapper {
    display: block;
    padding-bottom: 48px;
  }
}
.p-wrapper__article {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-wrapper__article::after {
  position: absolute;
  content: "";
  top: -16px;
  right: 0;
  height: calc(100% + 16px);
  border-right: solid var(--border-width) var(--stroke-color);
}
@media screen and (max-width: 1024px) {
  .p-wrapper__article::after {
    display: none;
  }
}

.p-articles__head-meta {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .p-articles__head-meta {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-articles__head-meta .categories__nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .p-articles__head-meta .categories__nav-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-articles__head-meta time::after {
  content: "/";
  font-family: "Outfit";
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding-left: 8px;
}
.p-articles__head-meta a::after {
  bottom: 0;
}

.p-article__body {
  padding: 0 calc((100vw - 192px + 128px) / 8) 0 calc((100vw - 192px) / 8);
}
@media screen and (max-width: 1024px) {
  .p-article__body {
    padding: 0 calc((100vw - 192px) / 8) 0 calc((100vw - 192px) / 8);
  }
}
@media screen and (max-width: 768px) {
  .p-article__body {
    padding: 0;
  }
}
.p-article__body .p-cover__title {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 48px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-article__body .p-cover__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 36px 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .p-article__body .p-cover__title {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 30px 0 32px;
  }
}
.p-article__body .p-cover__img {
  height: fit-content;
  border-radius: var(--radius-l);
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 480px) {
  .p-article__body .p-cover__img {
    border-radius: var(--radius-m);
  }
}
.p-article__body .p-cover__img picture {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.p-article__body .p-cover__img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-article__body .p-body p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-article__body .p-body p {
    margin-top: 32px;
  }
}
.p-article__body .p-body h2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: var(--color-primary-black);
  color: var(--color-bg-current);
  border-radius: var(--radius-m);
  height: auto;
  min-height: 48px;
  padding: 6px 40px;
  line-height: 1.6;
  margin: 80px auto 40px;
}
@media screen and (max-width: 768px) {
  .p-article__body .p-body h2 {
    margin: 60px auto 32px;
  }
}
@media screen and (max-width: 480px) {
  .p-article__body .p-body h2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 20px;
  }
}
.p-article__body .p-body figure {
  margin: 40px auto;
  border-radius: var(--radius-l);
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  .p-article__body .p-body figure {
    margin: 32px auto;
  }
}
@media screen and (max-width: 480px) {
  .p-article__body .p-body figure {
    border-radius: var(--radius-m);
  }
}
.p-article__body .p-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-article__body .p-foot-pr {
  margin: 80px auto 60px;
}
@media screen and (max-width: 768px) {
  .p-article__body .p-foot-pr {
    margin: 60px auto 60px;
  }
}

.p-related-entries__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(22px, 1.8vw, 24px);
  border-bottom: solid var(--border-width) var(--stroke-color);
  margin-bottom: 20px;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .p-related-entries__title {
    font-size: clamp(32px, 2.8vw, 36px);
  }
}
.p-related-entries__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-related-entries__list {
    grid-template-columns: repeat(2, calc((100vw - 16px - 32px) / 2));
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-related-entries__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .p-wrapper__aside {
    border-top: solid var(--border-width) var(--stroke-color);
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-wrapper__aside {
    padding-top: 60px;
  }
}
.p-wrapper__aside .categories {
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  .p-wrapper__aside .categories {
    margin: 56px 0;
  }
}
.p-wrapper__aside .categories__title {
  font-size: clamp(22px, 1.8vw, 24px);
  line-height: 1.2;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .p-wrapper__aside .categories__title {
    font-size: clamp(32px, 2.8vw, 36px);
  }
}
.p-wrapper__aside .categories__nav {
  padding: 20px 0;
  border-bottom: none;
}
.p-wrapper__aside .p-related-tags {
  margin: 48px 0;
}
.p-wrapper__aside .p-tags__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(22px, 1.8vw, 24px);
  border-bottom: solid var(--border-width) var(--stroke-color);
  margin-bottom: 16px;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .p-wrapper__aside .p-tags__title {
    font-size: clamp(32px, 2.8vw, 36px);
  }
}
.p-wrapper__aside .c-tags__list {
  font-size: 16px;
  font-size: 1rem;
  gap: 6px 10px;
}

@media screen and (max-width: 1024px) {
  .l-side__pr {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
