/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/* FLOCSS entry */
/* Reset & base normalization */
:root {
  /* colors */
  --clg-z-overlay: 1100;
  --clg-z-modal: 1200;
  --clg-z-header: 1400;
}

.clg-f-ja {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.clg-f-ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.clg-f-en {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.clg-f-en-mono {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

:root {
  --clg-header-height: 60px;
  --clg-container-padding: 47px;
  --clg-container-padding-y: 44px;
  --clg-font-en: EB Garamond, Noto Serif JP, serif;
  --clg-font-mono: Roboto Mono, monospace;
  --clg-font-ja: Roboto, Noto Sans JP, sans-serif;
  --clg-font-ja-serif: Noto Serif JP, serif;
  --clg-font-size-lg: 18px;
  --clg-font-size-xl: 20px;
  --clg-font-size-2xl: 30px;
  --clg-font-size-3xl: 60px;
  --clg-font-weight-regular: 400;
  --clg-font-weight-bold: 700;
  --clg-line-height-normal: 1.6;
  --clg-line-height-tight: 1.3;
}
@media screen and (max-width: 767px) {
  :root {
    --clg-header-height: 80px;
    --clg-container-padding: 27.5px;
    --clg-container-padding-y: 18px;
  }
}

@layer reset {
  /* Box sizing */
  html {
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  /* Typography baseline */
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  /* Media elements */
  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-inline-size: 100%;
    block-size: auto;
  }
  /* Forms inherit fonts/colors */
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    * {
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
    }
  }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

body.is-menu-open {
  overflow: hidden;
}

.only-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.only-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

/* FLOCSS entry */
/* .clg-l-container placeholder */
.clg-l-container {
  margin-top: var(--clg-header-height);
  padding: var(--clg-container-padding-y) var(--clg-container-padding);
}
.clg-l-container--no-margin {
  margin-top: 0;
}
.clg-l-container--no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}
.clg-l-container--no-padding-top {
  padding-top: 0;
}
.clg-l-container--no-padding-bottom {
  padding-bottom: 0;
}
.clg-l-container--border-bottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--border-bottom {
    padding-bottom: 20px;
  }
}
.clg-l-container--filter {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--filter {
    padding-bottom: 27px;
  }
}
.clg-l-container--filter-store {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--filter-store {
    padding-top: 28px;
    padding-bottom: 20px;
  }
}
.clg-l-container--filter-category {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .clg-l-container--filter-category {
    padding-top: 28px;
    padding-bottom: 48px;
  }
}
.clg-l-container--display-contents {
  display: contents;
}
.clg-l-container__inner {
  max-width: 1346px;
  margin: 0 auto;
}
.clg-l-container__inner--narrow {
  max-width: 658px;
}

/* FLOCSS entry */
/* Layout: Header */
.clg-l-header {
  inline-size: 100%;
  background-color: var(--clg-color-surface);
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: var(--clg-z-header);
  background-color: #fff;
}
.clg-l-header__inner {
  display: grid;
  grid-template-areas: "logo brand actions";
  grid-template-columns: auto 0 1fr;
  align-items: center;
  max-inline-size: calc(1440 / 1440 * 100vw);
  padding: 0 calc(28 / 1440 * 100vw) 0 calc(47 / 1440 * 100vw);
  margin-inline: auto;
  height: var(--clg-header-height);
}
@media screen and (min-width: 1280px) {
  .clg-l-header__inner {
    grid-template-columns: 1fr 200px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .clg-l-header__inner {
    padding: 0 calc(18 / 375 * 100vw);
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo actions" "nav nav";
  }
}
.clg-l-header__logo {
  grid-area: logo;
}
.clg-l-header__brand {
  grid-area: brand;
  display: none;
}
@media screen and (min-width: 1280px) {
  .clg-l-header__brand {
    display: block;
  }
}
.clg-l-header__nav {
  grid-area: actions;
  margin-left: auto;
  margin-right: 128px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .clg-l-header__nav {
    grid-area: nav;
    margin-inline: calc(-18 / 375 * 100vw);
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
  }
}
.clg-l-header__actions {
  grid-area: actions;
  justify-self: end;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .clg-l-header__actions {
    padding: 11px 0;
  }
}

.clg-l-header-menu {
  position: absolute;
  top: calc(var(--clg-header-height) + 1px);
  right: 0;
  width: 100%;
  z-index: var(--clg-z-modal);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #fff;
}
.is-menu-open .clg-l-header-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.clg-l-header-menu__inner {
  width: 100%;
  height: calc(100vh - var(--clg-header-height));
  padding: 0 calc(47 / 1440 * 100vw);
  overflow-y: auto;
  display: grid;
  grid-template-columns: calc(345 / 1440 * 100vw) 1fr;
  grid-template-areas: "memeber memeber" "info-nav nav" "logout nav";
  grid-template-rows: auto auto 1fr;
  gap: 0 calc(86 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "memeber" "info-nav" "nav" "logout";
    grid-template-rows: auto auto auto 1fr;
    padding: 0 calc(28 / 375 * 100vw);
    gap: 0;
    height: calc(100vh - var(--clg-header-height) - 1px);
  }
}
.clg-l-header-menu__member {
  grid-area: memeber;
  height: -moz-fit-content;
  height: fit-content;
  padding: calc(32 / 1440 * 100vw) 0 calc(64 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__member {
    padding: calc(32 / 375 * 100vw) 0 calc(64 / 375 * 100vw);
  }
}
.clg-l-header-menu__info-nav {
  grid-area: info-nav;
}
.clg-l-header-menu__nav {
  grid-area: nav;
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__nav {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.clg-l-header-menu__logout {
  grid-area: logout;
  padding: calc(64 / 1440 * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .clg-l-header-menu__logout {
    padding: calc(64 / 375 * 100vw) 0 calc(128 / 375 * 100vw);
  }
}

.clg-l-header-overlay {
  position: fixed;
  top: var(--clg-header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: var(--clg-z-overlay);
}
.is-archive-filter-open .clg-l-header-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.is-menu-open {
  overflow: hidden;
}

/* FLOCSS entry */
/* Layout: Grid */
/* FLOCSS entry */
.clg-l-footer {
  background-color: #000;
  padding: 46px 0;
}
@media screen and (max-width: 996px) {
  .clg-l-footer {
    padding: 51px 0 65px;
  }
}
.clg-l-footer__inner {
  display: grid;
  grid-template-areas: "logo info" "nav info" "copyright info";
  grid-template-columns: auto 315px;
  grid-template-rows: auto auto auto;
  align-items: center;
  padding: 0 calc(47 / 1440 * 100vw);
  margin-inline: auto;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__inner {
    grid-template-areas: "logo" "info" "nav" "copyright";
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 0 calc(28 / 375 * 100vw);
  }
}
.clg-l-footer__logo {
  grid-area: logo;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__logo {
    justify-self: center;
  }
}
.clg-l-footer__info {
  grid-area: info;
  align-self: flex-start;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__info {
    align-self: center;
    justify-self: center;
  }
}
.clg-l-footer__info__button {
  margin-top: 18px;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__info__button {
    margin-top: 48px;
    text-align: center;
  }
}
.clg-l-footer__nav {
  grid-area: nav;
  margin-top: 62px;
  max-width: 642px;
  width: 100%;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__nav {
    max-width: unset;
    margin-top: 0;
  }
}
@media screen and (max-width: 996px) {
  .clg-l-footer__nav__top {
    justify-self: center;
  }
}
.clg-l-footer__nav__bottom {
  margin-top: 30px;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__nav__bottom {
    justify-self: center;
  }
}
.clg-l-footer__copyright {
  margin-top: 84px;
  grid-area: copyright;
}
@media screen and (max-width: 996px) {
  .clg-l-footer__copyright {
    margin-top: 0;
    justify-self: center;
  }
}

/* FLOCSS entry */
.clg-c-header-logo {
  display: block;
  width: clamp(159px, 159px + (46) * (100vw - 375px) / (1065), 205px);
  height: auto;
}

.clg-c-header-brand {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #595959;
  font-size: 12px;
  text-align: center;
}

.clg-c-header-nav {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: calc(15 / 1440 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
  overscroll-behavior-x: contain; /* Prevent overscroll bounce */
  /* Hide scrollbar for WebKit browsers */
}
.clg-c-header-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .clg-c-header-nav {
    gap: calc(18 / 375 * 100vw);
    height: 36px;
    display: flex;
    align-items: center;
    padding-inline: calc(27 / 375 * 100vw);
    width: calc(100% + 27 / 375 * 100vw);
    overflow-x: auto;
    scroll-behavior: smooth;
  }
}
.clg-c-header-nav__item a {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .clg-c-header-nav__item a {
    font-size: 18px;
  }
}

.clg-c-header-nav-arrow, .clg-c-header-nav-arrow--right, .clg-c-header-nav-arrow--left {
  position: absolute;
  width: 44px;
  height: 34px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .clg-c-header-nav-arrow, .clg-c-header-nav-arrow--right, .clg-c-header-nav-arrow--left {
    display: block;
  }
}
.clg-c-header-nav-arrow--left {
  left: 0;
}
.clg-c-header-nav-arrow--right {
  right: 0;
}

.clg-c-header-action__entry {
  margin-right: 8px;
}
.clg-c-header-action__separate {
  width: 1px;
  height: 22px;
  background: #d9d9d9;
  margin-left: 14px;
  margin-right: 14px;
}
.clg-c-header-action__menu {
  position: relative;
  width: 20px;
  height: 14px;
}
.clg-c-header-action__menu span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #b4a052;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.3s ease;
}
.clg-c-header-action__menu span:nth-child(1) {
  top: 0px;
}
.clg-c-header-action__menu span:nth-child(2) {
  top: 6px;
}
.clg-c-header-action__menu span:nth-child(3) {
  bottom: 0px;
}
.is-menu-open .clg-c-header-action__menu span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.is-menu-open .clg-c-header-action__menu span:nth-child(2) {
  opacity: 0;
}
.is-menu-open .clg-c-header-action__menu span:nth-child(3) {
  bottom: 6px;
  transform: rotate(-45deg);
}
.clg-c-header-action__info {
  position: relative;
}
.clg-c-header-action__info.has-notification::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #f52323;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .clg-c-header-action__info.has-notification::after {
    width: 12px;
    height: 12px;
    top: -3px;
    right: -5px;
  }
}

.clg-c-header-member {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
}
.clg-c-header-member img {
  display: block;
  width: clamp(20px, 20px + (4) * (100vw - 375px) / (1065), 24px);
  height: auto;
}
.clg-c-header-member__text {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .clg-c-header-member__text {
    font-size: calc(14 / 375 * 100vw);
  }
}

.clg-c-header-logout {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .clg-c-header-logout {
    gap: calc(16 / 375 * 100vw);
    margin-top: calc(62 / 375 * 100vw);
  }
}
.clg-c-header-logout img {
  display: block;
  width: clamp(20px, 20px + (4) * (100vw - 375px) / (1065), 24px);
  height: auto;
}
.clg-c-header-logout__text {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: calc(14 / 1440 * 100vw);
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .clg-c-header-logout__text {
    font-size: calc(14 / 375 * 100vw);
  }
}

.clg-c-header-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(70 / 1440 * 100vw) calc(23 / 1440 * 100vw);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .clg-c-header-menu {
    justify-content: flex-start;
  }
}
.clg-c-header-menu__item {
  position: relative;
}
.clg-c-header-menu__item::after {
  content: "/";
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: calc(80 / 1440 * 100vw);
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .clg-c-header-menu__item::after {
    font-size: calc(40 / 375 * 100vw);
  }
}
.clg-c-header-menu__item:last-child::after {
  content: "";
}
.clg-c-header-menu__item a {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: calc(80 / 1440 * 100vw);
  line-height: 1;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .clg-c-header-menu__item a {
    font-size: calc(40 / 375 * 100vw);
  }
}

.clg-c-header-member-separate {
  width: calc(142 / 1440 * 100vw);
  height: 1px;
  background: #000;
  margin: calc(16 / 1440 * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .clg-c-header-member-separate {
    width: calc(142 / 375 * 100vw);
    margin: calc(16 / 375 * 100vw) 0;
  }
}

.clg-c-header-member-name {
  font-size: calc(14 / 1440 * 100vw);
  color: #595959;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .clg-c-header-member-name {
    font-size: calc(14 / 375 * 100vw);
  }
}
.clg-c-header-member-name__title {
  margin-left: 0.5em;
}

.clg-c-header-info-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.clg-c-header-info-nav__item {
  position: relative;
  border-top: 1px solid var(--clg-color-border, #ccc);
}
.clg-c-header-info-nav__item:first-child {
  border-top: none;
}
.clg-c-header-info-nav__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(9 / 1440 * 100vw);
  height: calc(15 / 1440 * 100vw);
  background-image: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 0.5L8 7.5L1 14.5%27 stroke=%27%23B4A052%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .clg-c-header-info-nav__item::after {
    width: calc(9 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}
.clg-c-header-info-nav__item span {
  position: relative;
}
.clg-c-header-info-nav__item span.has-notification::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 8px;
  height: 8px;
  background: #f52323;
  border-radius: 50%;
}
.clg-c-header-info-nav__item a {
  display: block;
  padding: calc(20 / 1440 * 100vw) 0;
  font-family: "Noto Serif JP", serif;
  font-size: calc(35 / 1440 * 100vw);
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .clg-c-header-info-nav__item a {
    padding: calc(25 / 375 * 100vw) 0;
    font-size: calc(30 / 375 * 100vw);
  }
}

/* FLOCSS entry */
/* Component: Button */
.clg-c-button, .clg-c-button--footer, .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary, .clg-c-button--load-more, .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--clg-spacing-xs);
  padding: var(--clg-spacing-xs) var(--clg-spacing-sm);
  font: inherit;
  color: var(--clg-color-primary-contrast);
  background-color: var(--clg-color-primary);
  border: 0;
  border-radius: var(--clg-radius-sm);
  cursor: pointer;
  transition: background-color var(--clg-duration-base) var(--clg-ease-standard), box-shadow var(--clg-duration-base) var(--clg-ease-standard);
}
.clg-c-button--footer, .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary, .clg-c-button--load-more, .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
  background-color: transparent;
  border: 1px solid #595959;
  padding: 26px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  max-width: 292px;
  width: 100%;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 996px) {
  .clg-c-button--footer, .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary, .clg-c-button--load-more, .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
    max-width: 228px;
  }
}
.clg-c-button--footer::after, .clg-c-button--primary::after, .clg-c-button--gold::after, .clg-c-button--secondary::after, .clg-c-button--load-more::after, .clg-c-button--view-more::after, .clg-c-button--message-us::after, .clg-c-button--back-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  width: 9px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"white\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.clg-c-button--footer:hover, .clg-c-button--primary:hover, .clg-c-button--gold:hover, .clg-c-button--secondary:hover, .clg-c-button--load-more:hover, .clg-c-button--view-more:hover, .clg-c-button--message-us:hover, .clg-c-button--back-to-top:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.clg-c-button--footer:hover::after, .clg-c-button--primary:hover::after, .clg-c-button--gold:hover::after, .clg-c-button--secondary:hover::after, .clg-c-button--load-more:hover::after, .clg-c-button--view-more:hover::after, .clg-c-button--message-us:hover::after, .clg-c-button--back-to-top:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"black\" stroke-linejoin=\"round\"/></svg>");
}
.clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
  max-width: 314px;
  padding: 30px;
  background-color: #000;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
}
.clg-c-button--view-more::after, .clg-c-button--message-us::after, .clg-c-button--back-to-top::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"%23A4A4A4\" stroke-linejoin=\"round\"/></svg>");
}
@media screen and (max-width: 996px) {
  .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
    max-width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .clg-c-button--view-more, .clg-c-button--message-us, .clg-c-button--back-to-top {
    max-width: 100%;
    padding: 27px;
  }
}
.clg-c-button--load-more {
  max-width: 314px;
  padding: 30px;
  background-color: #000;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
}
.clg-c-button--load-more::after {
  right: 33px;
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"15\" height=\"8\" viewBox=\"0 0 15 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.3535 0.353516L7.35352 7.35352L0.353516 0.353515\" stroke=\"%23A4A4A4\" stroke-linejoin=\"round\"/></svg>");
}
.clg-c-button--load-more:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.clg-c-button--load-more:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"15\" height=\"8\" viewBox=\"0 0 15 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.3535 0.353516L7.35352 7.35352L0.353516 0.353515\" stroke=\"black\" stroke-linejoin=\"round\"/></svg>");
}
@media screen and (max-width: 996px) {
  .clg-c-button--load-more {
    max-width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .clg-c-button--load-more {
    max-width: 100%;
    padding: 27px;
  }
}
.clg-c-button--back-to-top {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #000;
}
.clg-c-button--back-to-top::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"black\" stroke-linejoin=\"round\"/></svg>");
  transform: translateY(-50%) rotate(-90deg);
}
.clg-c-button--back-to-top:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.clg-c-button--back-to-top:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 0.5L8 7.5L1 14.5\" stroke=\"white\" stroke-linejoin=\"round\"/></svg>");
}
.clg-c-button--message-us {
  background-color: #000;
  color: #fff;
}
.clg-c-button--message-us::after {
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2717%27 viewBox=%270 0 21 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.5 0.5H18.5C19.6 0.5 20.5 1.4 20.5 2.5V14.5C20.5 15.6 19.6 16.5 18.5 16.5H2.5C1.4 16.5 0.5 15.6 0.5 14.5V2.5C0.5 1.4 1.4 0.5 2.5 0.5Z%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M20.5 2.5L10.5 9.5L0.5 2.5%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .clg-c-button--message-us::after {
    right: 25px;
  }
}
.clg-c-button--message-us:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.clg-c-button--message-us:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2717%27 viewBox=%270 0 21 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.5 0.5H18.5C19.6 0.5 20.5 1.4 20.5 2.5V14.5C20.5 15.6 19.6 16.5 18.5 16.5H2.5C1.4 16.5 0.5 15.6 0.5 14.5V2.5C0.5 1.4 1.4 0.5 2.5 0.5Z%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M20.5 2.5L10.5 9.5L0.5 2.5%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  filter: invert(1);
}
.clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary {
  background-color: #000;
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
  width: 200px;
  height: 60px;
}
.clg-c-button--primary::after, .clg-c-button--gold::after, .clg-c-button--secondary::after {
  display: none;
}
.clg-c-button--primary:hover, .clg-c-button--gold:hover, .clg-c-button--secondary:hover {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-button--primary, .clg-c-button--gold, .clg-c-button--secondary {
    width: 100%;
    height: 80px;
  }
}
.clg-c-button--secondary {
  background-color: transparent;
  color: #b4a052;
  border: 1px solid #b4a052;
}
.clg-c-button--secondary:hover {
  background-color: #b4a052;
  color: #fff;
  opacity: 1;
}
.clg-c-button--gold {
  background-color: #b4a052;
  border: 1px solid #b4a052;
  color: #000;
}
.clg-c-button--gold:hover {
  background-color: #000;
  color: #b4a052;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-button--gold {
    width: 100%;
    height: 40px;
  }
}

/* FLOCSS entry */
.clg-c-separator {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

/* FLOCSS entry */
/* Component: Heading */
.clg-c-heading {
  margin: 0;
  font-family: var(--clg-font-ja);
  font-weight: var(--clg-font-weight-bold);
  line-height: var(--clg-line-height-tight);
  color: var(--clg-color-text);
}

/* Heading modifiers */
.clg-c-heading--h1 {
  margin-top: 0;
  font-family: var(--clg-font-en);
  font-size: var(--clg-font-size-3xl);
  font-weight: var(--clg-font-weight-regular);
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-heading--h1 {
    margin-top: 32px;
  }
}

.clg-c-heading--h2 {
  font-family: var(--clg-font-en);
  font-size: var(--clg-font-size-2xl);
  font-weight: var(--clg-font-weight-regular);
}
@media screen and (max-width: 767px) {
  .clg-c-heading--h2 {
    text-align: center;
  }
}
.clg-c-heading--h2 .clg-c-heading__h2-sub {
  display: block;
  font-family: var(--clg-font-ja-serif);
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .clg-c-heading--h2 .clg-c-heading__h2-sub {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .clg-c-heading--tal {
    text-align: left;
  }
}

.clg-c-heading--xl {
  font-size: var(--clg-font-size-3xl);
}

.clg-c-heading--lg {
  font-size: var(--clg-font-size-2xl);
}

.clg-c-heading--md {
  font-size: var(--clg-font-size-xl);
}

.clg-c-heading--sm {
  font-size: var(--clg-font-size-lg);
}

/* Responsive adjustments */
@media (width <= 768px) {
  .clg-c-heading--xl {
    font-size: var(--clg-font-size-2xl);
  }
  .clg-c-heading--lg {
    font-size: var(--clg-font-size-xl);
  }
  .clg-c-heading--md {
    font-size: var(--clg-font-size-lg);
  }
}
/* FLOCSS entry */
.clg-c-archive-card--inner-text {
  position: relative;
}
.clg-c-archive-card--inner-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  z-index: 1;
}
.clg-c-archive-card a {
  color: inherit;
}
.clg-c-archive-card:has(.clg-c-archive-card__body a:hover) .clg-c-archive-card__img-wrapper img {
  transform: scale(1.05);
}
.clg-c-archive-card__click-to-read {
  position: absolute;
  top: 35px;
  right: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #fff;
  z-index: 1;
  writing-mode: sideways-rl;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__click-to-read {
    font-size: 10px;
    top: 20px;
    right: 13px;
  }
}
.clg-c-archive-card__img-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.clg-c-archive-card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
a:hover .clg-c-archive-card__img-wrapper img {
  transform: scale(1.05);
}
a:hover ~ .clg-c-archive-card__body .clg-c-archive-card__img-wrapper img {
  transform: scale(1.05);
}
.clg-c-archive-card__store {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b4a052;
  font-size: 11px;
  color: #000;
  padding: 4px 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__store {
    font-size: 12px;
    padding: 5px 8px;
  }
}
.clg-c-archive-card__body {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__body {
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
.clg-c-archive-card--large .clg-c-archive-card__body {
  margin-top: 28px;
  border-top: 1px solid #b4a052;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card--large .clg-c-archive-card__body {
    margin-top: 26px;
    padding-top: 0;
  }
}
.clg-c-archive-card--inner-text .clg-c-archive-card__body {
  position: absolute;
  bottom: 38px;
  left: 28px;
  width: 256px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card--inner-text .clg-c-archive-card__body {
    bottom: 16px;
    left: 16px;
  }
}
.clg-c-archive-card__body-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__body-info {
    display: contents;
  }
}
.clg-c-archive-card__category {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__category {
    margin-bottom: 0;
  }
  .clg-c-archive-card--large .clg-c-archive-card__category {
    margin-top: 23px;
  }
}
.clg-c-archive-card__status-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__status-wrapper {
    margin-left: 0;
    order: 3;
  }
}
.clg-c-archive-card__status {
  border: 1px solid #b4a052;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  color: #b4a052;
  line-height: 1;
}
.clg-c-archive-card__status--ended {
  border-color: #6f6f6f;
  color: #6f6f6f;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__status {
    font-size: 9px;
    padding: 2.5px;
  }
}
.clg-c-archive-card__favorite {
  display: flex;
  align-items: center;
  line-height: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__favorite {
    font-size: 10px;
  }
}
.clg-c-archive-card__favorite::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2713%27 viewBox=%270 0 14 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.0747 1.97248C11.7815 1.66418 11.4333 1.41961 11.0502 1.25275C10.667 1.08588 10.2563 1 9.84153 1C9.42676 1 9.01606 1.08588 8.63289 1.25275C8.24972 1.41961 7.90158 1.66418 7.60837 1.97248L6.99985 2.61202L6.39132 1.97248C5.79905 1.35002 4.99576 1.00032 4.15816 1.00032C3.32057 1.00032 2.51728 1.35002 1.92501 1.97248C1.33273 2.59494 1 3.43918 1 4.31947C1 5.19977 1.33273 6.04401 1.92501 6.66647L2.53353 7.30601L6.99985 12L11.4662 7.30601L12.0747 6.66647C12.368 6.35831 12.6007 5.99243 12.7595 5.58972C12.9183 5.18702 13 4.75538 13 4.31947C13 3.88357 12.9183 3.45193 12.7595 3.04923C12.6007 2.64652 12.368 2.28064 12.0747 1.97248Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  margin-right: 5px;
}
.clg-c-archive-card__favorite--active::before {
  content: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0747 0.97248C10.7815 0.664175 10.4333 0.419606 10.0502 0.252745C9.66699 0.0858838 9.25629 0 8.84153 0C8.42677 0 8.01606 0.0858838 7.63289 0.252745C7.24972 0.419606 6.90158 0.664175 6.60837 0.97248L5.99985 1.61202L5.39132 0.97248C4.79905 0.350018 3.99576 0.000322644 3.15816 0.00032265C2.32057 0.000322657 1.51728 0.350018 0.925005 0.97248C0.332734 1.59494 6.24059e-09 2.43918 0 3.31947C-6.24059e-09 4.19977 0.332734 5.04401 0.925005 5.66647L1.53353 6.30601L5.99985 11L10.4662 6.30601L11.0747 5.66647C11.368 5.35831 11.6007 4.99243 11.7595 4.58972C11.9183 4.18702 12 3.75538 12 3.31947C12 2.88357 11.9183 2.45193 11.7595 2.04923C11.6007 1.64652 11.368 1.28064 11.0747 0.97248Z%27 fill=%27%23B4A052%27/%3E%3C/svg%3E%0A");
}
.clg-c-archive-card__favorite:hover {
  opacity: 0.5;
}
.clg-c-archive-card__favorite:hover::before {
  opacity: 0.5;
}
.clg-c-archive-card__title {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card__title {
    margin: 0;
    font-size: 12px;
  }
  .clg-c-archive-card--inner-text .clg-c-archive-card__title {
    font-size: 16px;
    line-height: 1.8;
  }
}
.clg-c-archive-card--large .clg-c-archive-card__title {
  margin-top: 13px;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-card--large .clg-c-archive-card__title {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

/* FLOCSS entry */
.clg-c-archive-actions {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-actions {
    gap: 0;
  }
}
.clg-c-archive-actions__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  height: 48px;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 9px;
  border: 1px solid #d9d9d9;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-actions__button {
    width: 100%;
  }
}
.clg-c-archive-actions__button--filter::after {
  content: url("data:image/svg+xml,%3Csvg width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M11 7V15%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M7 11H15%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  display: block;
  line-height: 0;
}
.clg-c-archive-actions__button--sort::after {
  content: url("data:image/svg+xml,%3Csvg width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M16 9L11 14L6 9%27 stroke=%27%23B4A052%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  display: block;
  line-height: 0;
}
.clg-c-archive-actions__button--sort.clg-c-archive-actions__button--desc::after {
  transform: rotate(180deg);
}
.clg-c-archive-actions__button--active {
  background-color: #b4a052;
  border-color: #b4a052;
  color: #fff;
}
.clg-c-archive-actions__button--active::after {
  content: url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.92893 22.0706C11.8342 25.9759 18.1658 25.9759 22.0711 22.0706C25.9763 18.1654 25.9763 11.8337 22.0711 7.92849C18.1658 4.02325 11.8342 4.02325 7.92893 7.92849C4.02369 11.8337 4.02369 18.1654 7.92893 22.0706Z%27 fill=%27black%27/%3E%3Cpath d=%27M17.8281 12.1719L12.1713 17.8287%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.1719 12.1719L17.8287 17.8287%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  display: block;
  line-height: 0;
}
.clg-c-archive-actions__button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-actions__button + .clg-c-archive-actions__button {
    border-left: none;
  }
}

/* FLOCSS entry */
.clg-c-archive-filter {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: var(--clg-z-modal);
  transition: top 0.6s;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter {
    height: 100%;
  }
}
.is-archive-filter-open .clg-c-archive-filter {
  top: 0;
}
.clg-c-archive-filter__header {
  margin-top: var(--clg-header-height);
  padding-top: 40px;
  border-bottom: #a4a4a4 1px solid;
  background-color: #fff;
}
.clg-c-archive-filter__header-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__header-inner {
    flex-direction: column;
    text-align: left;
  }
}
.clg-c-archive-filter__form {
  background-color: #f8f8f8;
}
.clg-c-archive-filter__section {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__section {
    display: flex;
    position: relative;
    flex-direction: column;
  }
}
.clg-c-archive-filter__h3 {
  flex: 0 0 258px;
  margin: 0;
  padding: 0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__h3 {
    flex-basis: 100px;
    font-size: 24px;
  }
}
.clg-c-archive-filter__h3--store {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__h3--store {
    margin-top: 0;
  }
}
.clg-c-archive-filter__h3--category {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__h3--category {
    margin-top: 0;
  }
}
.clg-c-archive-filter__h3-ja {
  margin-top: 11px;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1;
}
.clg-c-archive-filter__close-button-wrapper {
  grid-column: 15/span 2;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__close-button-wrapper {
    margin-left: 0;
    position: absolute;
    top: 7px;
    right: 0;
  }
}
.clg-c-archive-filter__close-button {
  margin-top: 18px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__close-button {
    margin: 0;
  }
}
.clg-c-archive-filter__close-button-icon {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #000;
}
.clg-c-archive-filter__close-button-icon::before, .clg-c-archive-filter__close-button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.clg-c-archive-filter__close-button-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.clg-c-archive-filter__close-button-icon:hover {
  background-color: #000;
}
.clg-c-archive-filter__close-button-icon:hover::before, .clg-c-archive-filter__close-button-icon:hover::after {
  background-color: #fff;
}
.clg-c-archive-filter__close-button-text {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 14px;
}
.clg-c-archive-filter__sub-sections-wrapper {
  padding-top: 30px;
  grid-column: 4/span 11;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__sub-sections-wrapper {
    padding-top: 0;
  }
}
.clg-c-archive-filter__sub-section {
  display: flex;
}
.clg-c-archive-filter__sub-section--border-bottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 31px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__sub-section {
    flex-direction: column;
    gap: 20px;
    overflow-x: clip;
  }
}
.clg-c-archive-filter__h4 {
  flex: 0 0 100px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  border-right: 1px solid #dcdcdc;
  margin: 0;
  padding-bottom: 2px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__h4 {
    flex-basis: auto;
    border-right: none;
  }
}
.clg-c-archive-filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clg-c-archive-filter__list--store {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, 124px);
  gap: 23px 5px;
  padding: 0 14px;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__list--store {
    padding: 14px 0;
    gap: 25px 0;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  }
  .clg-c-archive-filter__list--store .clg-p-archive__filter-item {
    border-left: 1px solid #dcdcdc;
    padding: 0 20px;
  }
}
.clg-c-archive-filter__list--category {
  padding-top: 8px;
  grid-column: 4/span 11;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.clg-c-archive-filter__checkbox {
  position: relative;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.clg-c-archive-filter__checkbox input {
  display: none;
}
.clg-c-archive-filter__checkbox::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #a4a4a4;
  background-color: #a4a4a4;
  margin-right: 8px;
  vertical-align: -2px;
}
.clg-c-archive-filter__checkbox::after {
  position: absolute;
  top: 0px;
  left: 2px;
  display: none;
  content: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2711%27 viewBox=%270 0 13 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 4.5L6 10L12.5 1%27 stroke=%27black%27/%3E%3C/svg%3E%0A");
}
.clg-c-archive-filter__checkbox:has(input:checked) {
  color: #b4a052;
  font-weight: bold;
}
.clg-c-archive-filter__checkbox:has(input:checked)::before {
  background-color: #b4a052;
}
.clg-c-archive-filter__checkbox:has(input:checked)::after {
  display: block;
}
.clg-c-archive-filter__button-check {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #fff;
  padding: 7px 15px;
  display: inline-block;
}
.clg-c-archive-filter__button-check input {
  display: none;
}
.clg-c-archive-filter__button-check:has(input:checked) {
  background-color: #b4a052;
  color: #fff;
}
.clg-c-archive-filter__buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__buttons-wrapper {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 50px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .clg-c-archive-filter__button {
    max-width: 100%;
  }
}

/* FLOCSS entry */
/* Component: Breadcrumbs */
.clg-c-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  color: #5d5d5d;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
}
.clg-c-breadcrumbs__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clg-c-breadcrumbs__item::after {
  content: url("data:image/svg+xml,%3Csvg width=%277%27 height=%2712%27 viewBox=%270 0 7 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L6 6L1 11%27 stroke=%27%23A4A4A4%27 stroke-width=%270.5%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  margin-left: 8px;
}
.clg-c-breadcrumbs__item:last-child::after {
  content: "";
  margin: 0;
}
.clg-c-breadcrumbs__item:not(:last-child) {
  flex-shrink: 0;
}
.clg-c-breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
  vertical-align: top;
}
.clg-c-breadcrumbs__item a:hover {
  text-decoration: underline;
}

/* FLOCSS entry */
.clg-c-footer-logo {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.clg-c-footer-logo img {
  display: block;
  width: 148px;
  height: auto;
}

.clg-c-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 996px) {
  .clg-c-footer-nav {
    justify-content: center;
    gap: 43px 55px;
  }
}
.clg-c-footer-nav__item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}
.clg-c-footer-nav__item a:hover {
  text-decoration: underline;
}

.clg-c-footer-info {
  margin: 0;
  padding: 0;
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 996px) {
  .clg-c-footer-info {
    text-align: center;
  }
}

.clg-c-footer-copyright {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 10px;
}

/* FLOCSS entry */
.clg-p-top__firstview {
  display: flex;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview {
    flex-direction: column;
    height: auto;
  }
}
.clg-p-top__firstview-main {
  width: calc(100% - 305px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-main {
    height: 600px;
    width: 100%;
  }
}
.clg-p-top__firstview-sidebar {
  padding-top: 61px;
  flex: 0 0 305px;
  background-color: #212121;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar {
    padding: 0;
    flex-basis: auto;
  }
}
.clg-p-top__firstview-sidebar-header {
  position: relative;
  padding: 20px 35px 17px 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-header {
    padding: 10px 16px;
    border-bottom: 1px solid #b4a052;
    justify-content: flex-start;
    gap: 17px;
  }
}
.clg-p-top__firstview-sidebar-header-title {
  margin: 0;
  padding: 0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-header-title {
    font-size: 18px;
  }
}
.clg-p-top__firstview-sidebar-header-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  color: #cacaca;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-header-subtitle {
    padding: 0;
    margin: 0;
  }
}
.clg-p-top__firstview-sidebar-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 55px);
  height: 2px;
  background-color: #b4a052;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-header::after {
    display: none;
  }
}
.clg-p-top__firstview-sidebar-header-control {
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-header-control {
    display: flex;
  }
}
.is-empty .clg-p-top__firstview-sidebar-header-control {
  display: none !important;
}
.clg-p-top__firstview-sidebar-header-control-button {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.clg-p-top__firstview-sidebar-header-control-button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateX(-25%) rotate(45deg);
}
.clg-p-top__firstview-sidebar-header-control-button--prev {
  transform: rotate(180deg);
}
.clg-p-top__firstview-sidebar-header-control-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.clg-p-top__firstview-sidebar-body {
  height: calc(100% - 71.65px);
  overflow: auto;
}
.clg-p-top__firstview-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-list {
    display: flex;
  }
}
.clg-p-top__firstview-sidebar-list-item {
  padding: 25px 38.5px;
  border-bottom: 1px solid #464646;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-list-item {
    padding: 20px 28px 20px 16px;
    width: auto !important;
    border-bottom: none;
    border-right: 1px solid #464646;
  }
  .clg-p-top__firstview-sidebar-list-item:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-list-item--view-more {
    padding: 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-view-more-button {
    height: 48px;
    width: 159px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.clg-p-top__firstview-sidebar-card {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-card {
    display: flex;
    gap: 17px;
    min-width: 200px;
  }
}
.clg-p-top__firstview-sidebar-card-img-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-card-img-wrapper {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
  }
}
.clg-p-top__firstview-sidebar-card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s;
}
a:hover .clg-p-top__firstview-sidebar-card-img-wrapper img {
  transform: scale(1.05);
}
.clg-p-top__firstview-sidebar-card-store {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b4a052;
  font-size: 11px;
  color: #000;
  padding: 5px 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-card-store {
    font-size: 8px;
    padding: 3px;
  }
}
.clg-p-top__firstview-sidebar-card-body {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-card-body {
    margin-top: -6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 150px;
  }
}
.clg-p-top__firstview-sidebar-card-body-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-card-body-info {
    display: contents;
  }
}
.clg-p-top__firstview-sidebar-card-category {
  margin-bottom: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  color: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-card-category {
    margin: 0;
  }
}
.clg-p-top__firstview-sidebar-card-title {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.6;
  color: #cecece;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-card-title {
    margin: 0;
    font-size: 12px;
  }
}
.clg-p-top__firstview-sidebar-view-more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-view-more {
    padding: 0;
  }
}
.clg-p-top__firstview-sidebar-empty {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 240px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-empty {
    padding: 0;
    height: 125px;
    align-items: center;
  }
}
.clg-p-top__firstview-sidebar-empty-text {
  margin: 0;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-sidebar-empty-text {
    font-size: 13px;
  }
}
.clg-p-top__firstview-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.clg-p-top__firstview-feature-item {
  width: 100%;
  height: 100%;
  color: #fff;
}
.clg-p-top__firstview-feature-item--text-black {
  color: #000;
}
.clg-p-top__firstview-feature-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.clg-p-top__firstview-feature-link:hover {
  opacity: 1;
}
.clg-p-top__firstview-feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(20px);
}
.clg-p-top__firstview-feature-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.1);
}
.clg-p-top__firstview-feature-fg {
  position: relative;
  z-index: 1;
  height: 100%;
}
.clg-p-top__firstview-feature-img-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-img-area {
    position: relative;
    width: 300px;
    height: 300px;
  }
}
.clg-p-top__firstview-feature-img-wrapper {
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.swiper-slide-active .clg-p-top__firstview-feature-img-wrapper {
  transform: translateY(0);
  opacity: 1;
}
.clg-p-top__firstview-feature-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s;
}
a:hover .clg-p-top__firstview-feature-img-wrapper img {
  transform: scale(1.05);
}
.clg-p-top__firstview-feature-body {
  position: absolute;
  bottom: 36px;
  left: 48px;
  width: 100%;
  transition: opacity 0.4s;
}
a:hover .clg-p-top__firstview-feature-body {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-body {
    bottom: 44px;
    left: 28px;
  }
}
.clg-p-top__firstview-feature-category {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #a4a4a4;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-category {
    margin-bottom: 5px;
  }
}
.clg-p-top__firstview-feature-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-title {
    font-size: 16px;
  }
}
.clg-p-top__firstview-feature-progress {
  position: absolute;
  top: 0;
  right: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-progress {
    display: none;
  }
}
.clg-p-top__firstview-feature-progress--sp {
  top: 101px;
  right: 28px;
  flex-direction: row;
  gap: 8px;
  display: none;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-progress--sp {
    display: flex;
  }
}
.clg-p-top__firstview-feature-progress-number {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  transform: rotate(90deg);
}
.clg-p-top__firstview-feature-progress--sp .clg-p-top__firstview-feature-progress-number {
  transform: none;
}
.clg-p-top__firstview-feature-progress-bar {
  position: relative;
  display: block;
  width: 1px;
  height: 100px;
  background-color: #707070;
}
.clg-p-top__firstview-feature-progress--sp .clg-p-top__firstview-feature-progress-bar {
  width: 100px;
  height: 1px;
}
.clg-p-top__firstview-feature-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: top;
}
.swiper-slide-active .clg-p-top__firstview-feature-progress-bar::after {
  animation: progressBar 3s linear infinite;
}
@keyframes progressBar {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.clg-p-top__firstview-feature-progress--sp .clg-p-top__firstview-feature-progress-bar::after {
  transform-origin: left;
}
.swiper-slide-active .clg-p-top__firstview-feature-progress--sp .clg-p-top__firstview-feature-progress-bar::after {
  animation: progressBarSp 3s linear infinite;
}
@keyframes progressBarSp {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.clg-p-top__firstview-feature-ctr {
  position: absolute;
  bottom: -28px;
  right: 0px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 8px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-ctr {
    display: none;
  }
}
.clg-p-top__firstview-feature-topic {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 14px;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-topic--left {
    top: 100px;
    left: 27px;
    transform: none;
    writing-mode: initial;
  }
}
.clg-p-top__firstview-feature-topic--right {
  left: auto;
  right: 48px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__firstview-feature-topic--right {
    display: none;
  }
}
.clg-p-top__special-contents-header {
  padding: 48px 47px 63px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-header {
    padding: 30px 27.5px 69px;
  }
}
.clg-p-top__special-contents-header-list {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-header-list {
    margin: 72px 0 0;
  }
}
.clg-p-top__special-contents-header-card-img-wrapper {
  width: 100%;
}
.clg-p-top__special-contents-header-card-img-wrapper img {
  width: 100%;
}
.clg-p-top__special-contents-header-control {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-header-control {
    gap: 8px;
    padding: 32px 0;
  }
}
.clg-p-top__special-contents-header-arrow {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  background-color: #b4a052;
  border-radius: 50%;
}
.clg-p-top__special-contents-header-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateX(-25%) rotate(45deg);
}
.clg-p-top__special-contents-header-arrow--left {
  transform: rotate(180deg);
}
.clg-p-top__special-contents-header-scrollbar {
  display: block;
  margin-left: auto;
  width: 226px;
  background-color: #cfcfcf;
  height: 1px;
}
.clg-p-top__special-contents-header-scrollbar .swiper-scrollbar-drag {
  background-color: #b4a052;
}
.clg-p-top__special-contents-header-button-wrapper {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-header-button-wrapper {
    margin-top: 32px;
  }
}
.clg-p-top__special-contents-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body {
    gap: 5px;
  }
}
.clg-p-top__special-contents-body-item {
  display: flex;
  gap: 64px;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item {
    flex-direction: column;
    gap: 34px;
    padding: 8px;
  }
}
.clg-p-top__special-contents-body-item--img-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item--img-right {
    flex-direction: column-reverse;
  }
}
.clg-p-top__special-contents-body-item--black {
  background-color: #1d2223;
}
.clg-p-top__special-contents-body-item--violet {
  background-color: #7b6c79;
}
.clg-p-top__special-contents-body-item-img-list-wrapper {
  aspect-ratio: 1/1;
  width: 47.1428571429%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-img-list-wrapper {
    width: 100%;
  }
}
.clg-p-top__special-contents-body-item-img-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clg-p-top__special-contents-body-item-img-list-img-wrapper {
  width: 100%;
  height: 100%;
}
.clg-p-top__special-contents-body-item-img-list-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clg-p-top__special-contents-body-item-img-list-item {
  position: relative;
}
.clg-p-top__special-contents-body-item-img-list-ctr {
  position: absolute;
  bottom: 26px;
  right: 30px;
  color: #a4a4a4;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-img-list-ctr {
    display: none;
  }
}
.clg-p-top__special-contents-body-item-img-list-progress {
  position: absolute;
  bottom: 26px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-img-list-progress {
    bottom: 15px;
    left: 20px;
  }
}
.clg-p-top__special-contents-body-item-img-list-progress-number {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.clg-p-top__special-contents-body-item-img-list-progress-bar {
  position: relative;
  display: block;
  width: 100px;
  height: 1px;
  background-color: #707070;
}
.clg-p-top__special-contents-body-item-img-list-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
}
.swiper-slide-active .clg-p-top__special-contents-body-item-img-list-progress-bar::after {
  animation: progressBarSp 3s linear infinite;
}
@keyframes progressBarSp {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.clg-p-top__special-contents-body-item-main {
  position: relative;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-main {
    padding: 0 20px 80px;
  }
  .clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main {
    padding-top: 28px;
  }
}
.clg-p-top__special-contents-body-item-main-bg-img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-61%, -50%);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-main-bg-img-wrapper {
    width: 66.6666666667vw;
    height: auto;
    top: 53.3333333333vw;
    transform: translate(-50%, 0);
  }
}
.clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main-bg-img-wrapper {
  transform: translate(-53%, -50%);
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main-bg-img-wrapper {
    transform: translate(-50%, 0);
  }
}
.clg-p-top__special-contents-body-item-main-bg-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.clg-p-top__special-contents-body-item-main-text-contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-main-text-contents {
    flex-direction: column;
    gap: 208px;
  }
}
.clg-p-top__special-contents-body-item-main-info {
  margin-top: 60px;
}
.clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main-info {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-main-info {
    margin-top: 0;
  }
  .clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main-info {
    margin-left: 0;
  }
}
.clg-p-top__special-contents-body-item-main-category {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 16px;
}
.clg-p-top__special-contents-body-item-main-title {
  margin: 4px 0 0;
  padding: 0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  max-width: 374px;
  line-height: 1.5;
}
.clg-p-top__special-contents-body-item-main-text {
  max-height: 300px;
  margin: 89px 21px 0 0;
  writing-mode: vertical-rl;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.16em;
}
.clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main-text {
  margin: 89px 0 0 21px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-main-text {
    margin: 0 -11px 0 0;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.24em;
  }
  .clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main-text {
    margin: 0 -6px 0 0;
  }
}
.clg-p-top__special-contents-body-item-main-arrow {
  position: absolute;
  bottom: 16px;
  right: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-main-arrow {
    right: auto;
    left: 20px;
  }
}
.clg-p-top__special-contents-body-item--img-right .clg-p-top__special-contents-body-item-main-arrow {
  right: 3px;
}
.clg-p-top__special-contents-body-item-main-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateX(-25%) rotate(45deg);
}
.clg-p-top__special-contents-body-item-main-ctr {
  position: absolute;
  bottom: 35px;
  right: 20px;
  color: #a4a4a4;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .clg-p-top__special-contents-body-item-main-ctr {
    display: block;
  }
}
.clg-p-top__topics-header {
  display: flex;
  justify-content: space-between;
  padding: 43px 47px 0;
}
@media screen and (max-width: 767px) {
  .clg-p-top__topics-header {
    flex-direction: column;
    gap: 41px;
    padding: 80px 27.5px 0;
  }
}
.clg-p-top__topics-header-title {
  margin: 0;
  padding: 0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}
.clg-p-top__topics-body {
  padding: 38px 47px 103px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__topics-body {
    padding: 38px 27.5px 86px;
  }
}
.clg-p-top__topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px 30px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__topics-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.clg-p-top__topics-list-item {
  width: 100%;
}
.clg-p-top__topics-list-item--large {
  grid-column: 2/span 2;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .clg-p-top__topics-list-item--large {
    grid-column: span 2;
    grid-row: auto;
  }
}
.clg-p-top__topics-list-item--left-top {
  grid-column: 1/span 1;
  grid-row-start: 2;
}
@media screen and (max-width: 767px) {
  .clg-p-top__topics-list-item--left-top {
    grid-column: span 1;
    grid-row: auto;
  }
}
.clg-p-top__topics-button-wrapper {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__topics-button-wrapper {
    margin-top: 74px;
  }
}
.clg-p-top__popular-tags {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 240px auto 130px;
  align-items: center;
  background-color: #b4a052;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .clg-p-top__popular-tags {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    flex-direction: column;
    align-items: flex-start;
    gap: 35px 0;
    padding: 40px 0 42px;
  }
}
.clg-p-top__popular-tags-header {
  color: #fff;
  flex-shrink: 0;
  padding-left: 47px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__popular-tags-header {
    grid-column: 1/span 1;
    padding-left: 27.5px;
  }
}
.clg-p-top__popular-tags-body {
  display: flex;
  align-items: center;
  overflow-x: hidden;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__popular-tags-body {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    height: 56px;
  }
}
.clg-p-top__popular-tags:has(.clg-p-top__popular-tags-list-link:hover) .clg-p-top__popular-tags-list {
  animation-play-state: paused;
}
.clg-p-top__popular-tags-list {
  flex-shrink: 0;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
  animation: marquee 16s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.clg-p-top__popular-tags-list-link {
  color: #000;
  background-color: #fff;
  padding: 12px 25px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
}
.clg-p-top__popular-tags-see-all {
  flex-shrink: 0;
  width: 117px;
  text-align: center;
  font-size: 12px;
  background-color: #b4a052;
}
@media screen and (max-width: 767px) {
  .clg-p-top__popular-tags-see-all {
    width: auto;
    grid-column: 2/span 1;
    grid-row: 1/span 2;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 27.5px;
  }
}
.clg-p-top__popular-tags-see-all a {
  color: #fff;
}
.clg-p-top__banners {
  padding: 72px 47px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clg-p-top__banners {
    padding: 45px 27.5px 0;
  }
}
.clg-p-top__banners-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clg-p-top__banners-card-img-wrapper {
  width: 100%;
}
.clg-p-top__banners-card-img-wrapper img {
  width: 100%;
}
.clg-p-top__banners-control {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__banners-control {
    gap: 8px;
    padding-top: 28px;
  }
}
.clg-p-top__banners-arrow {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  background-color: #b4a052;
  border-radius: 50%;
}
.clg-p-top__banners-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateX(-25%) rotate(45deg);
}
.clg-p-top__banners-arrow--left {
  transform: rotate(180deg);
}
.clg-p-top__banners-scrollbar {
  display: block;
  margin-left: auto;
  width: 226px;
  background-color: #cfcfcf;
  height: 1px;
}
.clg-p-top__banners-scrollbar .swiper-scrollbar-drag {
  background-color: #b4a052;
}
.clg-p-top__back-to-top {
  text-align: center;
  padding: 0 20px 97px;
}
@media screen and (max-width: 767px) {
  .clg-p-top__back-to-top {
    padding: 124px 27.5px 50px;
  }
}

/* FLOCSS entry */
.clg-p-archive {
  padding-bottom: 90px;
}
.clg-p-archive--latest {
  margin-top: 0;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .clg-p-archive--latest {
    padding-top: 40px;
  }
}
.clg-p-archive__actions {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 46px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 41px;
  }
}
.clg-p-archive__actions--no-margin {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__actions--no-margin {
    margin-top: 30px;
  }
}
.clg-p-archive__sort-dropdown {
  position: relative;
}
.clg-p-archive__sort-dropdown.is-open .clg-p-archive__sort-list {
  display: block;
}
.clg-p-archive__sort-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: none;
  display: none;
  z-index: 10;
}
.clg-p-archive__sort-list li {
  border-bottom: 1px solid #e6e6e6;
}
.clg-p-archive__sort-list li:last-child {
  border-bottom: none;
}
.clg-p-archive__sort-list a {
  display: block;
  padding: 20px 17px;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s;
}
.clg-p-archive__sort-list a:hover {
  background-color: #f5f5f5;
}
.clg-p-archive__action-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  height: 48px;
  font-size: 12px;
  padding-left: 17px;
  padding-right: 9px;
  border: 1px solid #d9d9d9;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__action-button {
    width: 100%;
  }
}
.clg-p-archive__action-button--filter::after {
  content: url("data:image/svg+xml,%3Csvg width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M11 7V15%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M7 11H15%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  display: block;
  line-height: 0;
}
.clg-p-archive__action-button--sort::after {
  content: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 19.5C4.75329 19.5 0.5 15.2467 0.500001 10C0.500001 4.75329 4.7533 0.5 10 0.500001C15.2467 0.500001 19.5 4.7533 19.5 10C19.5 15.2467 15.2467 19.5 10 19.5Z%27 fill=%27white%27 stroke=%27%23b4a052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M5 12L10 7L15 12%27 stroke=%27%23b4a052%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  display: block;
  line-height: 0;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.is-open .clg-p-archive__action-button--sort {
  background-color: #b4a052;
  color: #fff;
}
.is-open .clg-p-archive__action-button--sort::after {
  transform: rotate(0deg);
  content: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 19.5C4.75329 19.5 0.5 15.2467 0.500001 10C0.500001 4.75329 4.7533 0.5 10 0.500001C15.2467 0.500001 19.5 4.7533 19.5 10C19.5 15.2467 15.2467 19.5 10 19.5Z%27 fill=%27black%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M5 12L10 7L15 12%27 stroke=%27white%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.clg-p-archive__action-button--active {
  background-color: #b4a052;
  border-color: #b4a052;
  color: #fff;
}
.clg-p-archive__action-button--active::after {
  content: url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.92893 22.0706C11.8342 25.9759 18.1658 25.9759 22.0711 22.0706C25.9763 18.1654 25.9763 11.8337 22.0711 7.92849C18.1658 4.02325 11.8342 4.02325 7.92893 7.92849C4.02369 11.8337 4.02369 18.1654 7.92893 22.0706Z%27 fill=%27black%27/%3E%3Cpath d=%27M17.8281 12.1719L12.1713 17.8287%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.1719 12.1719L17.8287 17.8287%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  display: block;
  line-height: 0;
}
.clg-p-archive__action-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__action-button + .clg-p-archive__action-button {
    border-left: none;
  }
}
.clg-p-archive__separator {
  border: none;
  height: 1px;
  background-color: #e6e6e6;
}
.clg-p-archive__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 68px 30px;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 20px;
  }
}
.clg-p-archive__list--latest {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__list--latest {
    margin-top: 60px;
  }
}
.clg-p-archive__button-wrapper {
  text-align: center;
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .clg-p-archive__button-wrapper {
    margin-top: 98px;
  }
}

body.is-archive-filter-open {
  overflow: hidden;
}

/* FLOCSS entry */
.clg-p-article__chat-button-wrapper {
  position: fixed;
  bottom: 40px;
  right: 47px;
  z-index: 10;
}
.chat-button-hidden .clg-p-article__chat-button-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .clg-p-article__chat-button-wrapper {
    bottom: 16px;
    right: 16px;
  }
}
.clg-p-article__chat-button-wrapper__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
.clg-p-article__chat-button-wrapper__close::after, .clg-p-article__chat-button-wrapper__close::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1.5px;
  background-color: #fff;
}
.clg-p-article__chat-button-wrapper__close::after {
  transform: rotate(45deg);
}
.clg-p-article__chat-button-wrapper__close::before {
  transform: rotate(-45deg);
}
.clg-p-article__chat-button {
  padding: 6px 10px;
  width: 158px;
  height: 41px;
  border-radius: 2px;
  background-color: #b4a052;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.clg-p-article__chat-button:hover {
  opacity: 0.8;
}
.clg-p-article__chat-button__divider {
  width: 1px;
  height: 21px;
  background-color: #877329;
}
.clg-p-article__chat-button__icon {
  width: 21px;
  height: 21px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2723%27 height=%2723%27 viewBox=%270 0 23 23%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M22 15C22 15.6188 21.7542 16.2123 21.3166 16.6499C20.879 17.0875 20.2855 17.3333 19.6667 17.3333H5.66667L1 22V3.33333C1 2.71449 1.24583 2.121 1.68342 1.68342C2.121 1.24583 2.71449 1 3.33333 1H19.6667C20.2855 1 20.879 1.24583 21.3166 1.68342C21.7542 2.121 22 2.71449 22 3.33333V15Z%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.clg-p-article__header {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__header {
    margin-top: 64px;
  }
}
.clg-p-article__header__category {
  margin-bottom: 27px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.clg-p-article__header__title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__header__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.clg-p-article__header__status {
  margin-top: 11px;
  font-size: 16px;
  font-weight: bold;
  color: #b4a052;
  padding: 4px 8px;
  border: 1px solid #b4a052;
  display: inline-block;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__header__status {
    margin-top: 25px;
    font-size: 16px;
  }
}
.clg-p-article__header__full-img-wrapper {
  margin-top: 44px;
}
.clg-p-article__header__full-img-wrapper::after {
  content: "";
  display: block;
  height: 10px;
  background-color: #b49111;
}
@media screen and (max-width: 767px) {
  .clg-p-article__header__full-img-wrapper {
    margin-top: 18px;
  }
}
.clg-p-article__header__full-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.clg-p-article__header__content {
  padding: 93px 0 98px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__header__content {
    padding: 26px 0 81px;
  }
}
.clg-p-article__header__favorite-wrapper {
  margin-bottom: 57px;
}
.clg-p-article__header__favorite-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  cursor: pointer;
}
.clg-p-article__header__favorite-button::before {
  width: 22px;
  height: 19px;
  display: block;
  content: url("data:image/svg+xml,%3Csvg width=%2723%27 height=%2720%27 viewBox=%270 0 23 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.8036 2.17974C20.266 1.64721 19.6278 1.22477 18.9253 0.93656C18.2228 0.648345 17.4699 0.5 16.7095 0.5C15.9491 0.5 15.1961 0.648345 14.4936 0.93656C13.7912 1.22477 13.1529 1.64721 12.6153 2.17974L11.4997 3.2844L10.3841 2.17974C9.29827 1.10458 7.82556 0.500557 6.28997 0.500557C4.75437 0.500557 3.28167 1.10458 2.19584 2.17974C1.11001 3.2549 0.5 4.71313 0.5 6.23364C0.5 7.75415 1.11001 9.21238 2.19584 10.2875L3.31147 11.3922L11.4997 19.5L19.688 11.3922L20.8036 10.2875C21.3414 9.75526 21.768 9.12328 22.0591 8.4277C22.3502 7.73212 22.5 6.98657 22.5 6.23364C22.5 5.48071 22.3502 4.73516 22.0591 4.03958C21.768 3.34399 21.3414 2.71201 20.8036 2.17974Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.clg-p-article__header__favorite-button--active::before {
  content: url("data:image/svg+xml,%3Csvg width=%2723%27 height=%2720%27 viewBox=%270 0 23 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.8036 2.17974C20.266 1.64721 19.6278 1.22477 18.9253 0.93656C18.2228 0.648345 17.4699 0.5 16.7095 0.5C15.9491 0.5 15.1961 0.648345 14.4936 0.93656C13.7912 1.22477 13.1529 1.64721 12.6153 2.17974L11.4997 3.2844L10.3841 2.17974C9.29827 1.10458 7.82556 0.500557 6.28997 0.500557C4.75437 0.500557 3.28167 1.10458 2.19584 2.17974C1.11001 3.2549 0.5 4.71313 0.5 6.23364C0.5 7.75415 1.11001 9.21238 2.19584 10.2875L3.31147 11.3922L11.4997 19.5L19.688 11.3922L20.8036 10.2875C21.3414 9.75526 21.768 9.12328 22.0591 8.4277C22.3502 7.73212 22.5 6.98657 22.5 6.23364C22.5 5.48071 22.3502 4.73516 22.0591 4.03958C21.768 3.34399 21.3414 2.71201 20.8036 2.17974Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 fill=%27%23B4A052%27/%3E%3C/svg%3E%0A");
}
.clg-p-article__header__date-wrapper {
  font-size: 12px;
  display: flex;
}
.clg-p-article__header__date {
  display: flex;
  gap: 10px;
}
.clg-p-article__header__date + .clg-p-article__header__date {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #a5a5a5;
}
.clg-p-article__header__lead {
  margin: 0;
  margin-top: 26px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-article__header__lead {
    font-size: 18px;
    line-height: 1.6;
  }
}
.clg-p-article__header__description {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-article__header__description {
    font-size: 14px;
  }
}
.clg-p-article__side-image-section {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .clg-p-article__side-image-section {
    padding: 26px 0 57px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.clg-p-article__side-image-section + .clg-p-article__side-image-section {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__side-image-section + .clg-p-article__side-image-section {
    margin-top: 0;
  }
}
.clg-p-article__side-image-section__inner {
  display: flex;
  align-items: center;
  gap: 10.3503184713%;
}
.clg-p-article__side-image-section--image-right .clg-p-article__side-image-section__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .clg-p-article__side-image-section--image-right .clg-p-article__side-image-section__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .clg-p-article__side-image-section__inner {
    flex-direction: column;
    gap: 22px;
  }
}
.clg-p-article__side-image-section__img-wrapper {
  flex: 0 0 52.5477707006%;
  max-width: 660px;
  width: 100%;
}
.clg-p-article__side-image-section__img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.clg-p-article__side-image-section__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-right: 115px;
}
.clg-p-article__side-image-section--image-right .clg-p-article__side-image-section__text-wrapper {
  padding-right: 0;
  padding-left: 115px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__side-image-section__text-wrapper {
    display: contents;
  }
}
.clg-p-article__side-image-section__title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__side-image-section__title {
    order: -1;
    font-size: 18px;
  }
}
.clg-p-article__side-image-section__description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-article__side-image-section__description {
    margin-top: 10px;
    font-size: 14px;
  }
}
.clg-p-article__movie-section {
  padding: 248px 0 100px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__movie-section {
    padding: 16px 0 27px;
  }
}
.clg-p-article__movie-section__inner {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__movie-section__inner {
    gap: 4px;
  }
}
.clg-p-article__movie-section__video-wrapper {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.clg-p-article__movie-section__video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__movie-section__video-wrapper iframe {
    border-radius: 5px;
  }
}
.clg-p-article__movie-section__text-wrapper {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .clg-p-article__movie-section__text-wrapper {
    display: contents;
  }
}
.clg-p-article__movie-section__title {
  order: -1;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__movie-section__title {
    font-size: 18px;
  }
}
.clg-p-article__movie-section__description {
  margin-top: 47px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-article__movie-section__description {
    margin-top: 27px;
    font-size: 14px;
  }
}
.clg-p-article__slide-gallery-section {
  padding: 84px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section {
    padding: 35px 0 85px;
    gap: 7px;
  }
}
.clg-p-article__slide-gallery-section__slider {
  overflow-x: clip;
}
.clg-p-article__slide-gallery-section__slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clg-p-article__slide-gallery-section__control {
  position: relative;
  margin: 21px 0;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__control {
    margin-top: 4px;
    padding: 0 var(--clg-container-padding);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__control-inner {
    display: flex;
    align-items: center;
    gap: 37px;
  }
}
.clg-p-article__slide-gallery-section__thumbnails {
  margin: 0 auto;
  max-width: 658px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__thumbnails {
    max-width: none;
    height: 42px;
    margin-bottom: 42px;
  }
}
.clg-p-article__slide-gallery-section__thumbnail {
  aspect-ratio: 68/38;
  height: 100%;
  cursor: pointer;
  opacity: 0.5;
}
.clg-p-article__slide-gallery-section__thumbnail.swiper-slide-thumb-active {
  opacity: 1;
}
.clg-p-article__slide-gallery-section__thumbnail img {
  width: auto;
  height: 100%;
}
.clg-p-article__slide-gallery-section__arrows {
  position: absolute;
  top: 50%;
  left: 47px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__arrows {
    position: static;
    transform: none;
    gap: 8px;
  }
}
.clg-p-article__slide-gallery-section__arrow {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  background-color: #b4a052;
  border-radius: 50%;
}
.clg-p-article__slide-gallery-section__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateX(-25%) rotate(45deg);
}
.clg-p-article__slide-gallery-section__arrow--left {
  transform: rotate(180deg);
}
.clg-p-article__slide-gallery-section__scrollbar {
  position: absolute;
  top: 0;
  right: 47px;
  display: block;
  margin-left: auto;
  width: 226px;
  background-color: #cfcfcf;
  height: 1px;
}
.clg-p-article__slide-gallery-section__scrollbar .swiper-scrollbar-drag {
  background-color: #b4a052;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__scrollbar {
    position: static;
  }
}
.clg-p-article__slide-gallery-section__info {
  margin: 37px auto 0;
  max-width: 658px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__info {
    display: contents;
  }
}
.clg-p-article__slide-gallery-section__title {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__title {
    padding: 0 var(--clg-container-padding);
    font-size: 18px;
    margin: 0 0 16px;
    order: -1;
  }
}
.clg-p-article__slide-gallery-section__price {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__price {
    margin-bottom: 5px;
    padding: 11px var(--clg-container-padding) 0;
    font-size: 14px;
  }
}
.clg-p-article__slide-gallery-section__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__description {
    padding: 0 var(--clg-container-padding);
    font-size: 14px;
  }
}
.clg-p-article__slide-gallery-section__annotation {
  margin-top: 8px;
  font-size: 12px;
  color: #7a7a7a;
}
@media screen and (max-width: 767px) {
  .clg-p-article__slide-gallery-section__annotation {
    margin-top: 0;
    padding: 0 var(--clg-container-padding);
    line-height: 1.8;
  }
}
.clg-p-article__tiled-gallery-section {
  padding: 74px var(--clg-container-padding) 200px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section {
    padding: 35px 0 66px;
  }
}
.clg-p-article__tiled-gallery-section__gallery {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1174px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 30px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section__gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    margin-bottom: 46px;
    padding: 0 var(--clg-container-padding) 0;
  }
}
.clg-p-article__tiled-gallery-section__gallery-item figure {
  margin: 0;
}
.clg-p-article__tiled-gallery-section__gallery-item figure img {
  width: 100%;
  height: auto;
  display: block;
}
.clg-p-article__tiled-gallery-section__gallery-item figure figcaption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #5d5d5d;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section__gallery-item figure figcaption {
    margin-top: 4px;
  }
}
.clg-p-article__tiled-gallery-section__info {
  margin: 96px auto 0;
  max-width: 658px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section__info {
    display: contents;
  }
}
.clg-p-article__tiled-gallery-section__title {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section__title {
    padding: 0 var(--clg-container-padding);
    font-size: 18px;
    margin: 0 0 22px;
    order: -1;
  }
}
.clg-p-article__tiled-gallery-section__price {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section__price {
    margin-bottom: 12px;
    padding: 0 var(--clg-container-padding);
    font-size: 14px;
  }
}
.clg-p-article__tiled-gallery-section__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section__description {
    padding: 0 var(--clg-container-padding);
    font-size: 14px;
  }
}
.clg-p-article__tiled-gallery-section__annotation {
  margin-top: 8px;
  font-size: 12px;
  color: #7a7a7a;
}
@media screen and (max-width: 767px) {
  .clg-p-article__tiled-gallery-section__annotation {
    padding: 0 var(--clg-container-padding);
    line-height: 1.8;
  }
}
.clg-p-article__application-section {
  padding: 92px var(--clg-container-padding) 46px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__application-section {
    padding: 63px var(--clg-container-padding) 48px;
  }
}
.clg-p-article__application-section__inner {
  max-width: 653px;
  margin: 0 auto;
}
.clg-p-article__application-section__button-wrapper {
  margin: 82px 0 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__application-section__button-wrapper {
    margin: 0 0 68px;
  }
}
.clg-p-article__application-section__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 100px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: #b4a052;
  border: 1px solid #b4a052;
  color: #000;
  transition: all 0.3s ease;
}
.clg-p-article__application-section__button:hover {
  background-color: #000;
  color: #b4a052;
  opacity: 1;
}
.clg-p-article__application-section__button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2715%27 viewBox=%270 0 8 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.353516 0.353516L7.35352 7.35352L0.353516 14.3535%27 stroke=%27%23877329%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
}
.clg-p-article__application-section__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 39px;
  height: 39px; 
  background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2715%27 viewBox=%270 0 8 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.353516 0.353516L7.35352 7.35352L0.353516 14.3535%27 stroke=%27black%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  border: 1px solid #877329;
  border-radius: 50%;
}
.clg-p-article__application-section__button--disabled {
  background-color: #a4a4a4;
  border-color: #a4a4a4;
  color: #595959;
  pointer-events: none;
}
.clg-p-article__application-section__button--disabled:hover {
  background-color: #a4a4a4;
  color: #595959;
  opacity: 1;
}
.clg-p-article__application-section__button--disabled::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .clg-p-article__application-section__button {
    width: 100%;
    height: 75px;
    font-size: 14px;
  }
  .clg-p-article__application-section__button::after {
    right: 20px;
    transform-origin: center;
    transform: translateY(-50%) scale(0.64);
  }
}
.clg-p-article__application-section__rich-text {
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .clg-p-article__application-section__rich-text {
    margin: 34px 0;
  }
}
.clg-p-article__application-section__rich-text h3 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-article__application-section__rich-text h3 {
    font-size: 18px;
  }
}
.clg-p-article__application-section__rich-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #5d5d5d;
}
@media screen and (max-width: 767px) {
  .clg-p-article__application-section__rich-text p {
    font-size: 12px;
  }
}
.clg-p-article__application-section__rich-text ul {
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #5d5d5d;
}
@media screen and (max-width: 767px) {
  .clg-p-article__application-section__rich-text ul {
    font-size: 12px;
    padding-left: 16px;
  }
}
.clg-p-article__information-section {
  padding: 68px var(--clg-container-padding);
}
@media screen and (max-width: 767px) {
  .clg-p-article__information-section {
    padding: 48px var(--clg-container-padding);
  }
}
.clg-p-article__information-section__inner {
  display: flex;
  align-items: center;
  gap: 10.5497771174%;
  max-width: 1346px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .clg-p-article__information-section__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.clg-p-article__information-section__img-wrapper {
  flex: 0 0 48.8855869242%;
  width: 100%;
}
.clg-p-article__information-section__img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.clg-p-article__information-section__text-wrapper {
  padding-right: 8.618127786%;
}
@media screen and (max-width: 767px) {
  .clg-p-article__information-section__text-wrapper {
    padding: 0;
  }
}
.clg-p-article__information-section__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #5d5d5d;
}
@media screen and (max-width: 767px) {
  .clg-p-article__information-section__description {
    font-size: 14px;
  }
}
.clg-p-article__contact-section {
  padding: 88px var(--clg-container-padding) 156px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__contact-section {
    padding: 48px var(--clg-container-padding) 108px;
    border-bottom: none;
  }
}
.clg-p-article__contact-section__inner {
  max-width: 1003px;
  margin: 0 auto;
  padding: 22px 20px 22px 41px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .clg-p-article__contact-section__inner {
    padding: 0;
    flex-direction: column;
  }
}
.clg-p-article__contact-section__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .clg-p-article__contact-section__title {
    padding: 37px 0 33px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
}
.clg-p-article__contact-section__button-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clg-p-article__contact-section__button-wrapper {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 12px 9px 11px;
  }
}
.clg-p-article__contact-section__button {
  width: 314px;
  height: 82px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__contact-section__button {
    width: 100%;
    height: 75px;
  }
}
.clg-p-article__related-tags {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__related-tags {
    padding: 0;
    border-bottom: none;
  }
}
.clg-p-article__related-tags__inner {
  max-width: 1346px;
  margin: 0 auto;
  padding: 44px 56px;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .clg-p-article__related-tags__inner {
    flex-direction: column;
    gap: 44px;
    padding: 44px 20px 77px;
  }
}
.clg-p-article__related-tags__title {
  margin: 0;
  padding: 0;
  flex: 0 0 296px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: normal;
}
.clg-p-article__related-tags__title-ja {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .clg-p-article__related-tags__title-ja {
    margin-top: 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .clg-p-article__related-tags__title {
    flex: auto;
    text-align: center;
  }
}
.clg-p-article__related-tags__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__related-tags__list {
    justify-content: center;
    gap: 16px 4px;
  }
}
.clg-p-article__related-tags__item a {
  font-size: 12px;
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
}
.clg-p-article__related-tags__item a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.clg-p-article__related-topics {
  padding: 33px var(--clg-container-padding) 91px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .clg-p-article__related-topics {
    padding: 49px var(--clg-container-padding) 83px;
  }
}
.clg-p-article__related-topics__list {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 68px 30px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__related-topics__list {
    margin-top: 57px;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 20px;
  }
}
.clg-p-article__whats-new {
  padding: 33px var(--clg-container-padding) 99px;
  border-bottom: 1px solid #e6e6e6;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .clg-p-article__whats-new {
    padding: 58px var(--clg-container-padding) 39px;
  }
}
.clg-p-article__whats-new__list {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
}
@media screen and (max-width: 767px) {
  .clg-p-article__whats-new__list {
    margin-top: 56px;
  }
}
.clg-p-article__whats-new__control {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .clg-p-article__whats-new__control {
    gap: 8px;
    padding-top: 28px;
  }
}
.clg-p-article__whats-new__arrow {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  background-color: #b4a052;
  border-radius: 50%;
}
.clg-p-article__whats-new__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateX(-25%) rotate(45deg);
}
.clg-p-article__whats-new__arrow--left {
  transform: rotate(180deg);
}
.clg-p-article__whats-new__scrollbar {
  display: block;
  margin-left: auto;
  width: 226px;
  background-color: #cfcfcf;
  height: 1px;
}
.clg-p-article__whats-new__scrollbar .swiper-scrollbar-drag {
  background-color: #b4a052;
}
.clg-p-article__whats-new__button-wrapper {
  padding-top: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clg-p-article__whats-new__button-wrapper {
    padding-top: 60px;
  }
}
.clg-p-article__back-to-top {
  padding: 71px var(--clg-container-padding) 65px;
  text-align: center;
}

/* FLOCSS entry */
.clg-p-summary__header {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  padding: 20px;
  color: var(--clg-p-summary__header-text-color, #ffffff);
  background-color: var(--clg-p-summary__header-bg-color, #1d2223);
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header {
    margin-top: 14px;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 8px;
  }
}
.clg-p-summary__header__kv-img-wrapper {
  aspect-ratio: 1/1;
  width: 47.1428571429%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header__kv-img-wrapper {
    width: 100%;
  }
}
.clg-p-summary__header__kv-img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.clg-p-summary__header__main {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header__main {
    height: 416px;
    flex: 0 0 auto;
  }
}
.clg-p-summary__header__main-bg-img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  z-index: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.clg-p-summary__header__main-bg-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header__main-bg-img-wrapper {
    width: 291px;
    height: 291px;
  }
}
.clg-p-summary__header__main-fg-contents {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header__main-fg-contents {
    justify-content: flex-end;
  }
}
.clg-p-summary__header__main-category {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header__main-category {
    top: 10px;
  }
}
.clg-p-summary__header__main-title {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header__main-title {
    padding: 0 27.5px;
    font-size: 24px;
    line-height: 1.4;
    transform: translateY(40%);
  }
}
.clg-p-summary__header-layout-b {
  width: 100%;
  height: 700px;
  padding: 57px 47px;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header-layout-b {
    height: 100%;
    padding: 35px 26px 70px;
  }
}
.clg-p-summary__header-layout-b .clg-p-summary__header__main {
  display: grid;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header-layout-b .clg-p-summary__header__main {
    flex: unset;
    grid-template-areas: "stack";
  }
}
.clg-p-summary__header-layout-b .clg-p-summary__header__main-bg-img-wrapper {
  grid-area: 1/1;
  justify-self: end;
  position: static;
  width: auto;
  height: 100%;
  transform: none;
  justify-self: flex-end;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header-layout-b .clg-p-summary__header__main-bg-img-wrapper {
    margin-top: 40px;
    grid-area: stack;
    width: 77.6vw;
    min-width: 291px;
    height: auto;
    justify-self: center;
    align-self: flex-start;
  }
}
.clg-p-summary__header-layout-b .clg-p-summary__header__main-fg-contents {
  grid-area: 1/1;
  justify-self: start;
  max-width: 475px;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header-layout-b .clg-p-summary__header__main-fg-contents {
    padding-top: 101.3333333333vw;
    display: block;
    grid-area: stack;
    max-width: 100%;
    justify-self: start;
  }
}
.clg-p-summary__header-layout-b .clg-p-summary__header__main-category {
  text-align: left;
  top: 0;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header-layout-b .clg-p-summary__header__main-category {
    text-align: center;
  }
}
.clg-p-summary__header-layout-b .clg-p-summary__header__main-title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__header-layout-b .clg-p-summary__header__main-title {
    text-align: center;
    transform: unset;
    margin: 0;
    padding: 0;
  }
}
.clg-p-summary__lead-section {
  margin: 116px auto 122px;
  max-width: 658px;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__lead-section {
    margin: 50px auto 23px;
    padding: 0 27.5px;
  }
}
.clg-p-summary__lead-section__title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__lead-section__title {
    font-size: 24px;
  }
}
.clg-p-summary__lead-section__description {
  margin: 19px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__lead-section__description {
    margin-top: 14px;
    font-size: 14px;
  }
}
.clg-p-summary__content-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e6e6e6;
}
.clg-p-summary__content-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
  display: flex;
  gap: 25px;
}
.clg-p-summary__content-item--img-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item {
    padding: 7.5px;
    flex-direction: column;
  }
}
.clg-p-summary__content-item__img-wrapper {
  flex: 0 0 47.1615720524%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item__img-wrapper {
    flex: 1 1 auto;
    width: 100%;
  }
}
.clg-p-summary__content-item__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s, opacity 0.3s;
}
.clg-p-summary__content-item:has(a:hover) .clg-p-summary__content-item__img-wrapper img {
  transform: scale(1.05);
  opacity: 0.7;
}
.clg-p-summary__content-item__img-wrapper:hover {
  opacity: 1;
}
.clg-p-summary__content-item__body {
  flex: 1 1 auto;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item__body {
    padding: 0 20px;
  }
}
.clg-p-summary__content-item__info {
  display: flex;
  justify-content: space-between;
}
.clg-p-summary__content-item__category {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #a4a4a4;
}
.clg-p-summary__content-item__status-favorite-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.clg-p-summary__content-item__status {
  border: 1px solid #b4a052;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  color: #b4a052;
  line-height: 1;
}
.clg-p-summary__content-item__status--ended {
  border-color: #a4a4a4;
  color: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item__status {
    font-size: 9px;
    padding: 2.5px;
  }
}
.clg-p-summary__content-item__favorite {
  display: flex;
  align-items: center;
  line-height: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item__favorite {
    font-size: 10px;
  }
}
.clg-p-summary__content-item__favorite::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2713%27 viewBox=%270 0 14 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.0747 1.97248C11.7815 1.66418 11.4333 1.41961 11.0502 1.25275C10.667 1.08588 10.2563 1 9.84153 1C9.42676 1 9.01606 1.08588 8.63289 1.25275C8.24972 1.41961 7.90158 1.66418 7.60837 1.97248L6.99985 2.61202L6.39132 1.97248C5.79905 1.35002 4.99576 1.00032 4.15816 1.00032C3.32057 1.00032 2.51728 1.35002 1.92501 1.97248C1.33273 2.59494 1 3.43918 1 4.31947C1 5.19977 1.33273 6.04401 1.92501 6.66647L2.53353 7.30601L6.99985 12L11.4662 7.30601L12.0747 6.66647C12.368 6.35831 12.6007 5.99243 12.7595 5.58972C12.9183 5.18702 13 4.75538 13 4.31947C13 3.88357 12.9183 3.45193 12.7595 3.04923C12.6007 2.64652 12.368 2.28064 12.0747 1.97248Z%27 stroke=%27%23B4A052%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  margin-right: 5px;
}
.clg-p-summary__content-item__favorite--active::before {
  content: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2711%27 viewBox=%270 0 12 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0747 0.97248C10.7815 0.664175 10.4333 0.419606 10.0502 0.252745C9.66699 0.0858838 9.25629 0 8.84153 0C8.42677 0 8.01606 0.0858838 7.63289 0.252745C7.24972 0.419606 6.90158 0.664175 6.60837 0.97248L5.99985 1.61202L5.39132 0.97248C4.79905 0.350018 3.99576 0.000322644 3.15816 0.00032265C2.32057 0.000322657 1.51728 0.350018 0.925005 0.97248C0.332734 1.59494 6.24059e-09 2.43918 0 3.31947C-6.24059e-09 4.19977 0.332734 5.04401 0.925005 5.66647L1.53353 6.30601L5.99985 11L10.4662 6.30601L11.0747 5.66647C11.368 5.35831 11.6007 4.99243 11.7595 4.58972C11.9183 4.18702 12 3.75538 12 3.31947C12 2.88357 11.9183 2.45193 11.7595 2.04923C11.6007 1.64652 11.368 1.28064 11.0747 0.97248Z%27 fill=%27%23B4A052%27/%3E%3C/svg%3E%0A");
}
.clg-p-summary__content-item__favorite:hover {
  opacity: 0.5;
}
.clg-p-summary__content-item__favorite:hover::before {
  opacity: 0.5;
}
.clg-p-summary__content-item__title-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  text-align: center;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item__title-wrapper {
    padding: 35px 0;
    gap: 15px;
  }
}
.clg-p-summary__content-item__title-wrapper:hover {
  opacity: 1;
}
.clg-p-summary__content-item__title {
  margin: 0;
  padding: 0;
  max-width: 401px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item__title {
    font-size: 18px;
  }
}
.clg-p-summary__content-item:has(a:hover) .clg-p-summary__content-item__title {
  opacity: 0.7;
}
.clg-p-summary__content-item__description {
  margin: 0;
  padding: 0;
  max-width: 401px;
  font-size: 16px;
  line-height: 1.8;
  color: #5d5d5d;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__content-item__description {
    font-size: 14px;
  }
}
.clg-p-summary__content-item:has(a:hover) .clg-p-summary__content-item__description {
  opacity: 0.7;
}
.clg-p-summary__content-item__click-to-read {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #a4a4a4;
}
.clg-p-summary__content-item:has(a:hover) .clg-p-summary__content-item__click-to-read {
  opacity: 0.7;
}
.clg-p-summary__back-to-top {
  padding: 120px 27.5px 146px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .clg-p-summary__back-to-top {
    padding: 84px 27.5px 91px;
  }
}

/* .clg-u-visually-hidden placeholder */
.clg-u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
