@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
:root {
  --gold: #b17c0d;
  --text-gold: #856735;
  --red: #af4747;
  --blue: #455a87;
  --beige: #f2eada;
  --background-base: #f9f9f9;
  --black: #1e1b19;
  --white: #fff;
  --gray: #ececec;
  --ff-source-han-serif-jp: "source-han-serif-jp-variable", "YuMincho",
    "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --ff-amiri: "Amiri", sans-serif;
  --ff-yu-gothic: "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BlinkMacSystemFont", "Helvetica Neue", Arial, "メイリオ",
    "Meiryo", "Noto Sans CJK JP", sans-serif;
  --ff-figtree: "figtree", sans-serif;
  --inline-size: 24px;
  --content-size: calc(1280px + var(--inline-size) * 2);
  --article-size: calc(680px + var(--inline-size) * 2);
  --header-sub-height: 66px;
}
/** extend */
[data-inview=text-split] {
  overflow: hidden;
}
[data-inview=text-split] .char {
  display: inline-block;
  opacity: 0;
  translate: 0 100%;
}

[data-inview=fade-image] .js-inview-fade-image {
  opacity: 0;
}

[data-inview=new-main] .js-inview-target,
[data-inview=new-main] .c-card-article-main__title {
  opacity: 0;
}
[data-inview=new-main] .c-card-article-main__img {
  position: relative;
  overflow: hidden;
}
[data-inview=new-main] .c-card-article-main__img img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition-delay: 0.4s;
  scale: 1.1;
}
[data-inview=new-main] .c-card-article-main__img.is-active img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  scale: 1;
}
[data-inview=new-main] .c-card-article-main__img.is-active::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
[data-inview=new-main] .c-card-article-main__img::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  content: "";
  background: var(--beige);
  transition: 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

[data-inview=blog] .js-inview-target:not(:first-child) {
  opacity: 0;
}
[data-inview=blog] .js-inview-target.is-active .c-card-article-blog__link.-vertical .c-card__img img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  scale: 1;
}
[data-inview=blog] .js-inview-target.is-active .c-card-article-blog__link.-vertical .c-card__img::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
[data-inview=blog] .js-inview-target.is-active .c-card-article-blog__title,
[data-inview=blog] .js-inview-target.is-active .c-card-article__tag {
  opacity: 1 !important;
}
[data-inview=blog] .c-card-article-blog__link.-vertical .c-card-article-blog__title,
[data-inview=blog] .c-card-article-blog__link.-vertical .c-card-article__tag {
  opacity: 0;
  transition: 0.3s;
}
[data-inview=blog] .c-card-article-blog__link.-vertical .c-card__img {
  position: relative;
  overflow: hidden;
}
[data-inview=blog] .c-card-article-blog__link.-vertical .c-card__img img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition-delay: 0.4s;
  scale: 1.1;
}
[data-inview=blog] .c-card-article-blog__link.-vertical .c-card__img::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  content: "";
  background: var(--beige);
  transition: 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

[data-inview=shopping-news] .js-inview-target .c-card__img {
  position: relative;
  overflow: hidden;
}
[data-inview=shopping-news] .js-inview-target .c-card__img img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition-delay: 0.4s;
  scale: 1.1;
}
[data-inview=shopping-news] .js-inview-target .c-card__img::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  content: "";
  background: var(--beige);
  transition: 1.2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
[data-inview=shopping-news] .js-inview-target .c-card__title {
  opacity: 0;
  transition: 0.3s;
}
[data-inview=shopping-news] .js-inview-target.is-active .c-card__img img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  scale: 1;
}
[data-inview=shopping-news] .js-inview-target.is-active .c-card__img::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
[data-inview=shopping-news] .js-inview-target.is-active .c-card__title {
  opacity: 1;
}
[data-inview=shopping-news] .js-inview-target.is-finished .c-card__img img {
  transition-delay: 0s;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: scale;
}

[v-cloak] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--header-sub-height);
}

body {
  overflow-x: hidden;
  font-family: var(--ff-source-han-serif-jp);
  font-size: 1.6rem;
  font-variation-settings: "wght" 600;
  font-feature-settings: "palt";
  color: var(--black);
  letter-spacing: 0;
  background: var(--background-base);
  -webkit-font-smoothing: antialiased;
}

.safari body {
  font-variation-settings: "wght" 350;
}

a {
  color: inherit;
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
}

figure {
  padding: 0;
  margin: 0;
}

img,
picture,
svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.l-main {
  line-height: 1.2;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
}
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  max-height: 50px;
  font-size: 8px !important;
  opacity: 0.25;
}

.__debug_mihon__ {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-align: center;
  pointer-events: none;
  cursor: none;
  animation: __debug_mihon__ 1s infinite;
}

.__debug_mihon__ {
  padding-top: 0;
  margin-top: 0;
}

@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

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

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

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

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

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

.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-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-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: var(--swiper-navigation-top-offset, 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 svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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;
  touch-action: none;
}

.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 {
  pointer-events: auto;
}

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

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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-prev {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper.swiper-cards {
  overflow: visible;
}

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

/**
 * main.scss
 */
.l-header {
  padding: 30px;
}
.l-header__top {
  position: relative;
  display: flex;
}
.l-header__top-icons {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.l-header__top-icon-item {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  align-items: center;
  margin-top: 3px;
}
.l-header__top-icon svg {
  fill: currentColor;
}
.l-header__top-icon-text {
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 700;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-header__top-logo + .l-header-menu__header-logo {
  display: none;
}
.l-header__top-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9px;
}
.l-header__top-menu .line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: var(--black);
  transition-duration: 0.3s;
  transition-property: background-color;
}
.l-header__top-menu .line:first-child {
  margin-bottom: 8px;
  transition-duration: 0.3s;
  transition-property: translate;
}
.l-header__top-menu-text {
  margin-top: 10px;
  font-family: var(--ff-figtree);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-header__bottom {
  margin-top: 30px;
}
.l-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: center;
  margin-inline: 220px;
}
.l-header__nav-link {
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  transition-timing-function: ease-in-out;
  transition-duration: 0.28s;
  transition-property: border-color, color;
}
.l-header__nav-item {
  position: relative;
}
.l-header__nav-content {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
  padding-top: 10px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.l-header__nav-content-inner {
  padding: 24px 30px 24px 24px;
  background: var(--white);
  border: 1px solid var(--gold);
}
.l-header__nav-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
}
.l-header__nav-content-list {
  margin-top: 24px;
  margin-left: 12px;
}
.l-header__nav-content-list > * + * {
  margin-top: 16px;
}
.l-header__nav-content-link {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
}
.l-header__nav-content-link-text {
  padding-bottom: 2px;
  font-family: var(--ff-yu-gothic);
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.l-header__nav-content-arrow svg {
  color: var(--gold);
}

.l-header-sub {
  height: var(--header-sub-height);
}
.l-header-sub.-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2002;
  width: 100%;
  transition-timing-function: ease-in-out;
  transition-duration: 0.28s;
  transition-property: translate;
  translate: 0 -77px;
}
.l-header-sub.-top.is-show {
  translate: 0 0;
}
.l-header-sub__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 30px 10px 18px;
  background: var(--white);
  border-bottom: 1px solid var(--gold);
}
.l-header-sub__logo {
  width: 210px;
  margin-right: 30px;
}
.l-header-sub__nav {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.l-header-sub__nav-list {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: center;
}
.l-header-sub__nav-item {
  position: relative;
}
.l-header-sub__nav-item.is-hidden {
  display: none;
}
.l-header-sub__nav-item .l-header__nav-content {
  padding-top: 10px;
}
.l-header-sub__nav-link {
  font-family: var(--ff-yu-gothic);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition-timing-function: ease-in-out;
  transition-duration: 0.28s;
  transition-property: border-color, color;
}
.l-header-sub__icons {
  display: flex;
  -moz-column-gap: 27px;
       column-gap: 27px;
  margin-right: 24px;
  margin-left: auto;
}
.l-header-sub__icon-item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-header-sub__icon svg {
  fill: currentColor;
}
.l-header-sub__icon-text {
  font-family: var(--ff-yu-gothic);
  font-size: 1rem;
  font-weight: 700;
}
.l-header-sub__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32px;
  margin-top: 9px;
  outline: none;
}
.l-header-sub__menu .line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: var(--black);
  transition-duration: 0.3s;
  transition-property: background-color;
}
.l-header-sub__menu .line:first-child {
  margin-bottom: 8px;
  transition-duration: 0.3s;
  transition-property: translate;
}
.l-header-sub__menu-text {
  margin-top: 13px;
  font-family: var(--ff-figtree);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color;
}

.l-header-menu__overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 280ms;
  transition-property: opacity;
}
.l-header-menu__overlay.is-menu-open {
  pointer-events: auto;
  opacity: 1;
}
.l-header-menu__container {
  position: fixed;
  top: 0;
  right: -480px;
  z-index: 2001;
  width: 480px;
  height: 100%;
  padding-block: 29px 90px;
  overflow-y: auto;
  background-color: var(--beige);
  transition-timing-function: ease-in-out;
  transition-duration: 0.28s;
  transition-property: right;
}
.l-header-menu__header {
  display: flex;
  justify-content: space-between;
  padding-inline: 24px;
}
.l-header-menu__header-logo {
  margin-top: 5px;
}
.l-header-menu__header-logo svg {
  fill: var(--gold);
  transition: 0.3s;
}
.l-header-menu__header-icons {
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-right: 8px;
  margin-left: auto;
}
.l-header-menu__header-icon-item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: center;
}
.l-header-menu__header-icon svg {
  fill: currentColor;
}
.l-header-menu__header-icon-text {
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 700;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-header-menu__header-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}
.l-header-menu__header-close .line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: var(--black);
  transition-duration: 0.3s;
  transition-property: background-color;
  rotate: -135deg;
}
.l-header-menu__header-close .line:first-child {
  rotate: 135deg;
}
.l-header-menu__header-close-text {
  margin-top: 15px;
  font-family: var(--ff-figtree);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-header-menu__inner {
  padding-inline: 60px;
  margin-top: 60px;
}
.l-header-menu__search-form {
  --search-button-size: 64px;
  display: flex;
  gap: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--gold);
}
.l-header-menu__search-input {
  width: calc(100% - var(--search-button-size));
  font-family: var(--ff-yu-gothic);
  font-weight: 500;
  background: transparent;
  border: none;
  outline: none;
}
.l-header-menu__search-button {
  position: relative;
  width: var(--search-button-size);
  height: 36px;
  font-size: 1.4rem;
  color: var(--white);
  background-color: var(--black);
}
.l-header-menu__search-button::before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  background-color: var(--text-gold);
  transition: 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}
.l-header-menu__search-button-text {
  position: relative;
  z-index: 1;
  font-variation-settings: "wght" 500;
}
.l-header-menu__content[open] .l-header-menu__content-icon .line:first-child {
  rotate: 90deg;
}
.l-header-menu__content-list {
  margin-top: 40px;
}
.l-header-menu__content-list > * + * {
  margin-top: 24px;
}
.l-header-menu__content-item {
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
}
.l-header-menu__content-item.is-open .l-header-menu__content-icon .line:first-child {
  rotate: 90deg;
}
.l-header-menu__content-title, .l-header-menu__content-link {
  font-family: var(--ff-yu-gothic);
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-header-menu__body-link {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition-timing-function: ease-in-out;
  transition-duration: 0.28s;
  transition-property: border, color;
}
.l-header-menu__content-link {
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
}
.l-header-menu__content-link-text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition-duration: 0.3s;
  transition-property: border, color;
}
.l-header-menu__content-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
}
.l-header-menu__content-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  background-color: var(--gold);
  translate: -50% -50%;
}
.l-header-menu__content-icon .line:first-child {
  width: 1px;
  height: 18px;
}
.l-header-menu__content-body {
  height: 0;
  padding-left: 18px;
  overflow: hidden;
  transition: 0.3s;
}
.l-header-menu__content-body > * + * {
  margin-top: 18px;
}
.l-header-menu__body-link {
  display: block;
  font-family: var(--ff-yu-gothic);
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.l-header-menu__body-link:first-child {
  margin-top: 24px;
}
.l-header-menu__content-arrow {
  color: var(--gold);
  transition-duration: 0.3s;
  transition-property: translate;
}
.l-header-menu__content-arrow svg {
  display: block;
  margin-inline: auto;
}
.l-header-menu__book-stack {
  margin-inline: 30px;
  margin-top: 50px;
}
.l-header-menu__book-stack > * + * {
  margin-top: 50px;
}
.l-header-menu__book {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  align-items: center;
}
.l-header-menu__book-title {
  font-family: var(--ff-amiri);
  font-size: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-header-menu__book-text {
  font-size: 2rem;
  font-weight: 500;
}
.l-header-menu__book-list {
  width: 100%;
}
.l-header-menu__book-list > * + * {
  margin-top: 15px;
}
.l-header-menu__book-link {
  display: flex;
  justify-content: space-between;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 700;
}
.l-header-menu__book-link-text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-header-menu__book-arrow {
  color: var(--gold);
}
.l-header-menu__item {
  margin-top: 47px;
}
.l-header-menu__item-title {
  font-family: var(--ff-amiri);
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-header-menu__item-text {
  margin-top: 24px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.l-header-menu__sns-list {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-inline: 19px;
  margin-top: 24px;
}
.l-header-menu__sns-item {
  color: var(--black);
}
.l-header-menu__sns-item svg {
  transition-duration: 0.3s;
  transition-property: fill;
}
.l-header-menu__btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin-inline: auto;
  margin-top: 24px;
  font-size: 1.8rem;
  color: var(--white);
  background: var(--black);
}
.l-header-menu__btn::before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  background-color: var(--text-gold);
  transition: 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}
.l-header-menu__btn-text {
  position: relative;
  z-index: 1;
  font-variation-settings: "wght" 500;
}

@keyframes close-menu01 {
  0% {
    rotate: 0deg;
    translate: 0 0;
  }
  50% {
    rotate: 0deg;
    translate: 1px 5px;
  }
  100% {
    rotate: 45deg;
    translate: 1px 5px;
  }
}
@keyframes close-menu02 {
  0% {
    rotate: 0deg;
    translate: 0 0;
  }
  50% {
    rotate: 0deg;
    translate: 0 -4px;
  }
  100% {
    rotate: -45deg;
    translate: 0 -4px;
  }
}
@keyframes closing-menu01 {
  0% {
    rotate: 45deg;
    translate: 0 0;
  }
  50% {
    rotate: 0deg;
    translate: 0 4px;
  }
  100% {
    rotate: 0deg;
    translate: 0 0;
  }
}
@keyframes closing-menu02 {
  0% {
    rotate: -45deg;
    translate: 0 -4px;
  }
  50% {
    rotate: 0deg;
    translate: 0 -4px;
  }
  100% {
    rotate: 0deg;
    translate: 0 0;
  }
}
.l-footer {
  margin-top: 90px;
  background: var(--gray);
}
.l-footer__white-line {
  width: 100%;
  height: 3px;
  background: var(--white);
}
.l-footer__white-line.-bottom {
  width: calc(100% + 24px);
  height: 1px;
  margin-inline: -12px;
  margin-top: 30px;
}
.l-footer__top, .l-footer__bottom {
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  padding-top: 90px;
  margin-inline: auto;
}
.l-footer__top {
  padding-bottom: 48px;
}
.l-footer__top-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 80px;
}
.l-footer__top-flex {
  display: flex;
  -moz-column-gap: 84px;
       column-gap: 84px;
}
.l-footer__top-flex-item {
  display: flex;
  gap: 60px;
  align-items: center;
}
.l-footer__top-flex-item-title {
  font-family: var(--ff-amiri);
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-footer__top-flex-item-sns-list {
  display: flex;
  gap: 18px;
  margin-top: 12px;
}
.l-footer__top-flex-item-sns-icon {
  width: 36px;
}
.l-footer__top-flex-item-sns-icon svg {
  transition-duration: 0.3s;
  transition-property: fill;
}
.l-footer__top-flex-item-text {
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-footer__top-flex-item-btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  margin-top: 12px;
  font-weight: 500;
  color: var(--white);
  background: var(--black);
}
.l-footer__top-flex-item-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  background-color: var(--text-gold);
  transition: 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}
.l-footer__top-flex-item-btn-text {
  position: relative;
  z-index: 1;
  font-variation-settings: "wght" 500;
}
.l-footer__top-item {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  padding-top: 44px;
  margin-top: 48px;
  border-top: 1px solid var(--black);
}
.l-footer__top-item-title {
  font-family: var(--ff-yu-gothic);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-footer__top-item-title a {
  transition-duration: 0.3s;
  transition-property: color;
}
.l-footer__top-item-list-link {
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-footer__top-item-arrow svg {
  display: block;
  margin-inline: auto;
}
.l-footer__top-item-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
}
.l-footer__top-item-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  background: var(--black);
  transition: 0.3s;
  translate: -50% -50%;
}
.l-footer__top-item-icon .line:first-child {
  width: 1px;
  height: 18px;
}
.l-footer__bottom {
  padding-bottom: 90px;
}
.l-footer__bottom-contents {
  display: grid;
  grid-template-columns: 2fr 1fr;
  row-gap: 39px;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.l-footer__bottom-content-title {
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
}
.l-footer__bottom-content-list {
  display: flex;
  gap: 34px;
  margin-top: 20px;
}
.l-footer__bottom-content-body {
  width: 100%;
}
.l-footer__bottom-content-body-title {
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-footer__bottom-content-body-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
}
.l-footer__bottom-content-body-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  background: var(--black);
  transition: 0.3s;
  translate: -50% -50%;
}
.l-footer__bottom-content-body-icon .line:first-child {
  width: 1px;
  height: 18px;
}
.l-footer__bottom-content-body-list > * + * {
  margin-top: 16px;
}
.l-footer__bottom-content-body-list-link {
  font-family: var(--ff-yu-gothic);
  font-size: 1.3rem;
  font-weight: 500;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-footer__bottom-grid {
  display: grid;
  grid-template-columns: 763px 1fr;
  row-gap: 62px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  padding-top: 46px;
  margin-top: 66px;
  border-top: 1px solid var(--black);
}
.l-footer__bottom-other-links {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__bottom-other-links-item {
  padding-right: 12px;
  margin-right: 12px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.3rem;
  font-weight: 500;
  border-right: solid 1px var(--black);
}
.l-footer__bottom-other-links-item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.l-footer__bottom-other-links-link {
  padding-block: 2px;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-footer__bottom-other-logos {
  display: flex;
  gap: 48px;
  margin-top: 40px;
}
.l-footer__bottom-other-logo-link {
  display: block;
}
.l-footer__bottom-abj {
  display: grid;
  grid-template-columns: 59px 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  max-width: 470px;
}
.l-footer__bottom-abj-text {
  font-family: var(--ff-yu-gothic);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.65;
}
.l-footer__bottom-copyright {
  font-family: var(--ff-yu-gothic);
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.l-side {
  height: 100%;
}
.l-side__book-stack {
  margin-top: -3px;
}
.l-side__book-stack > * + * {
  margin-top: 50px;
}
.l-side__book {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}
.l-side__book-title {
  font-family: var(--ff-amiri);
  font-size: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-side__book-image {
  margin-inline: 30px;
}
.l-side__book-text {
  font-size: 2rem;
  font-weight: 500;
}
.l-side__book-list {
  width: 100%;
  margin-top: 6px;
}
.l-side__book-list > * + * {
  margin-top: 18px;
}
.l-side__book-link {
  display: flex;
  justify-content: space-between;
  font-family: var(--ff-yu-gothic);
  font-size: 1.6rem;
  font-weight: 700;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-side__book-arrow {
  color: var(--gold);
}
.l-side__feature {
  margin-top: 52px;
}
.l-side__feature-title {
  font-family: var(--ff-amiri);
  font-size: 2.6rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-side__feature-list {
  margin-top: 16px;
}
.l-side__feature-list > * + * {
  margin-top: 18px;
}
.l-side__feature-link {
  display: grid;
  grid-template-columns: 90px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
}
.l-side__feature-image {
  position: relative;
  overflow: hidden;
}
.l-side__feature-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
  transition-property: scale;
}
.l-side__feature-pr {
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  font-family: var(--ff-figtree);
  font-size: 1rem;
  font-weight: 700;
  background: var(--white);
}
.l-side__feature-text {
  padding-right: 10px;
  font-weight: 500;
  line-height: 1.5;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-side__sns {
  padding: 22px 21px;
  margin-top: 60px;
  background: var(--white);
}
.l-side__sns-title {
  font-family: var(--ff-amiri);
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-side__sns-list {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.l-side__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  aspect-ratio: 1;
  background: var(--background-base);
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-property: background;
}
.l-side__sns-link svg {
  fill: var(--gold);
  transition-duration: 0.3s;
  transition-property: fill;
}

.p-article__body {
  max-width: var(--article-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
}
.p-article__body .p-article__part:not(:first-child) {
  margin-top: 30px;
}
.p-article__body img {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}
.p-article__body p {
  font-family: var(--ff-yu-gothic);
  font-weight: 500;
}

.p-article__text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.p-article__heading.-large > * {
  padding-bottom: 12px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.34375;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--gold);
}
.p-article__heading.-medium > * {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2857142857;
  color: var(--text-gold);
  letter-spacing: 0.05em;
}
.p-article__heading.-small > * {
  font-family: var(--ff-yu-gothic);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
}
.p-article__header {
  padding-block: 48px;
  background: var(--white);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.p-article__header.-background-none {
  padding-bottom: 30px;
  background: none;
  border-top: none;
}
.p-article__header.-background-none .p-article__header-meta {
  row-gap: 13px;
}
.p-article__header-body {
  display: grid;
  grid-template-columns: 1fr 103px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: end;
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
}
.p-article__header-title {
  align-self: flex-start;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4166666667;
}
.p-article__header-meta {
  display: flex;
}
.p-article__header-pr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 23px;
  font-family: var(--ff-figtree);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background: var(--white);
  border: 1px solid var(--gold);
}
.p-article__header-tag {
  font-family: var(--ff-figtree);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-gold);
  letter-spacing: 0.01em;
}
.p-article__header-time {
  font-family: var(--ff-amiri);
  font-size: 2.2rem;
  color: var(--text-gold);
}
.p-article__category {
  display: none;
}
.p-article__sub-text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-article__link-wrap {
  margin-inline: 17px;
  margin-top: 30px;
}
.p-article__block-link {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  padding: 14px 30px;
  font-family: var(--ff-yu-gothic);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-gold);
  background: var(--white);
  border: 1px solid var(--gold);
  transition: 0.3s;
}
.p-article__block-link::before {
  content: "";
}
.p-article__block-link::after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  content: "";
  border: 1px solid var(--gold);
}
.p-article__block-link.-brown {
  color: var(--black);
  background: #ebe0cc;
}
.p-article__block-link-icon {
  justify-self: center;
  color: var(--gold);
}
.p-article__link-btn {
  --link-btn-border: var(--gold);
  --link-btn-background: var(--white);
  --link-btn-color: var(--black);
  --link-btn-icon-color: var(--gold);
  --link-btn-hover: var(--beige);
  --link-btn-hover-border: var(--gold);
  display: grid;
  grid-template-columns: 18px auto 18px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  padding: 14px 30px;
  font-family: var(--ff-yu-gothic);
  font-size: 2rem;
  font-weight: 700;
  color: var(--link-btn-color);
  background: var(--link-btn-background);
  border: 1px solid var(--link-btn-border);
  transition: 0.3s;
}
.p-article__link-btn::before {
  content: "";
}
.p-article__link-btn[data-border=black] {
  --link-btn-border: var(--black);
  --link-btn-color: var(--black);
  --link-btn-icon-color: var(--black);
  --link-btn-hover-border: var(--text-gold);
}
.p-article__link-btn[data-border=red] {
  --link-btn-border: var(--red);
  --link-btn-color: var(--red);
  --link-btn-icon-color: var(--red);
  --link-btn-hover: #f2e0e0;
  --link-btn-hover-border: var(--red);
}
.p-article__link-btn[data-border=blue] {
  --link-btn-border: var(--blue);
  --link-btn-color: var(--blue);
  --link-btn-icon-color: var(--blue);
  --link-btn-hover: #e6eaf3;
  --link-btn-hover-border: var(--blue);
}
.p-article__link-btn[data-fill] {
  --link-btn-color: var(--background-base);
  --link-btn-icon-color: var(--white);
}
.p-article__link-btn[data-fill=gold] {
  --link-btn-background: var(--gold);
  --link-btn-hover: #cb9420;
}
.p-article__link-btn[data-fill=black] {
  --link-btn-border: var(--black);
  --link-btn-background: var(--black);
  --link-btn-hover: var(--text-gold);
  --link-btn-hover-border: var(--text-gold);
}
.p-article__link-btn[data-fill=red] {
  --link-btn-border: var(--red);
  --link-btn-background: var(--red);
  --link-btn-hover: #822626;
  --link-btn-hover-border: #822626;
}
.p-article__link-btn[data-fill=blue] {
  --link-btn-border: var(--blue);
  --link-btn-background: var(--blue);
  --link-btn-hover: #304573;
  --link-btn-hover-border: var(--blue);
}
.p-article__link-btn-text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-article__link-btn-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  color: var(--link-btn-icon-color);
}
.p-article__banner {
  display: block;
  margin-top: 30px;
}
.p-article__img-wrap {
  display: grid;
  row-gap: 30px;
}
.p-article__img-wrap a .figure {
  overflow: hidden;
}
.p-article__img-wrap a .figure img {
  transition: 0.3s;
}
.p-article__img-wrap .figure:has(.p-article__img-inner-link) {
  overflow: hidden;
}
.p-article__img-wrap .figure img {
  transition: 0.3s;
}
.p-article__img-wrap .p-article__img-popover-text {
  white-space: pre-line;
}
.p-article__img-wrap .p-article__img-popover-text::after {
  display: inline-block;
  width: 30px;
  content: "";
}
.p-article__img-wrap .p-article__img-popover-triangle {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 14px;
  height: 12px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: var(--gold);
  translate: -50% 0;
}
.p-article__img-wrap .p-article__img-popover-triangle::before {
  position: absolute;
  top: 65%;
  left: 50%;
  z-index: 1;
  width: 11px;
  height: 11px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  background: var(--white);
  translate: -50% -50%;
}
.p-article__img-wrap:has(> :nth-child(1):last-child) figure {
  display: flex;
  flex-direction: column;
}
.p-article__img-wrap:has(> :nth-child(1):last-child) .figure {
  position: relative;
  display: inline-block;
  margin-inline: auto;
}
.p-article__img-wrap:has(> :nth-child(1):last-child) img {
  display: block;
}
.p-article__img-wrap .p-article__cart-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
}
.p-article__img-wrap .p-article__img-popover {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 16px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  pointer-events: none;
  background: var(--white);
  border: 1px solid var(--gold);
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, 11px);
}
.p-article__img-wrap .p-article__img-popover.is-active {
  pointer-events: auto;
  opacity: 1;
}
.p-article__img-wrap .p-article__img-popover-arrow {
  position: absolute;
  right: 16px;
  bottom: 17px;
  width: 18px;
  height: 7px;
  color: var(--text-gold);
}
.p-article__img-wrap .p-article__img-popover-arrow svg {
  display: block;
}
.p-article__img-wrap.-popover .figure__caption {
  text-align: right;
}
.p-article__img-wrap:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.p-article__img-wrap:has(> :nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.p-article__img-wrap figcaption > p.figure__caption {
  margin-top: 12px;
  font-family: var(--ff-source-han-serif-jp);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-article__gallery-list > * + * {
  margin-top: 30px;
}
.p-article__gallery-list.-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.p-article__gallery-list.-col.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-article__gallery-list.-col.-col4 {
  grid-template-columns: repeat(4, 1fr);
}
.p-article__gallery-list.-col.-col5 {
  grid-template-columns: repeat(5, 1fr);
}
.p-article__gallery-list.-col .p-article__gallery-item {
  display: block;
}
.p-article__gallery-list.-col .p-article__gallery-item > a {
  display: block;
}
.p-article__gallery-list.-col .figure__caption {
  margin-top: 12px;
  font-family: var(--ff-source-han-serif-jp);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-article__gallery-list.-col > * + * {
  margin-top: 0;
}
.p-article__gallery-list.-vertical > * + * {
  margin-top: 30px;
}
.p-article__gallery-list.-vertical .p-article__gallery-item {
  grid-template-columns: 1fr;
}
.p-article__gallery-list.-vertical .p-article__gallery-text {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 500 !important;
}
.p-article__gallery-list.-list .p-article__gallery-text {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-article__gallery-list.-list .p-article__gallery-text p {
  font-weight: 700;
}
.p-article__gallery-item {
  display: grid;
  grid-template-columns: 202px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
.p-article__gallery-item .figure {
  overflow: hidden;
}
.p-article__gallery-item img {
  transition: 0.3s;
}
.p-article__gallery-img {
  overflow: hidden;
}
.p-article__gallery-img img {
  display: block;
  transition: 0.3s;
}
.p-article__gallery-text {
  font-family: var(--ff-yu-gothic);
  line-height: 1.5454545455;
}
.p-article__gallery-heading {
  margin-top: 18px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5454545455;
  color: var(--text-gold);
}
.p-article__slider {
  position: relative;
}
.p-article__slider .thumbs-swiper {
  margin-top: 24px;
}
.p-article__slider .thumbs-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.p-article__slider .thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-article__slider .c-slider__arrow {
  --arrow-height: 48px;
  top: calc(var(--main-image-height) / 2 - var(--arrow-height) / 2);
  translate: 0;
}
.p-article__slider .c-slider__arrow.-prev {
  left: 21px;
}
.p-article__slider .c-slider__arrow.-next {
  right: 21px;
}
.p-article__slider .c-slider__arrow svg {
  fill: var(--gold);
}
.p-article__slider .c-slider__arrow::before {
  top: -11px;
  left: -26px;
  width: 70px;
  height: 70px;
}
.p-article__slider .swiper-scrollbar {
  --swiper-scrollbar-bottom: -9px;
  --swiper-scrollbar-sides-offset: 0;
  --swiper-scrollbar-drag-bg-color: var(--gold);
  --swiper-scrollbar-border-radius: 0;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-bg-color: transparent;
  width: 100%;
}
.p-article__slider-img img {
  display: block;
}
.p-article__slider-text {
  max-width: 586px;
  margin-inline: auto;
  margin-top: 18px;
  letter-spacing: 0.05em;
}
.p-article__slider-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5454545455;
  color: var(--text-gold);
}
.p-article__slider-desc {
  margin-top: 18px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
.p-article__video-wrap {
  padding: 20px;
  border: 1px solid var(--gold);
}
.p-article__video-wrap:has([data-aspect-ratio="9:16"]), .p-article__video-wrap:has([data-aspect-ratio="1:1"]) {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-article__video {
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.p-article__video[data-aspect-ratio="9:16"] {
  max-width: 299px;
  aspect-ratio: 9/16;
}
.p-article__video[data-aspect-ratio="9:16"] + .p-article__video-cap {
  max-width: 299px;
}
.p-article__video[data-aspect-ratio="1:1"] {
  max-width: 533px;
  aspect-ratio: 1/1;
}
.p-article__video[data-aspect-ratio="1:1"] + .p-article__video-cap {
  max-width: 533px;
}
.p-article__video iframe {
  width: 100%;
  height: 100%;
}
.p-article__video video {
  width: 100%;
  height: 100%;
}
.p-article__video-cap {
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.p-article__profile {
  display: grid;
  grid-template-columns: 150px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 24px 41px;
  background: var(--white);
  border: 1px solid var(--gold);
}
.p-article__profile-name-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.p-article__profile-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-article__profile-job {
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 700;
}
.p-article__profile-desc {
  margin-top: 6px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5714285714;
}
.p-article__profile-sns {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.p-article__profile-sns-item {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  background: var(--background-base);
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-property: background;
}
.p-article__profile-sns-item svg {
  width: 24px;
  fill: var(--gold);
  transition-duration: 0.3s;
  transition-property: fill;
}
.p-article__credit {
  padding: 16px 35px;
  font-family: var(--ff-yu-gothic);
  font-weight: 500;
  line-height: 1.625;
  border: 1px solid #d9d9d9;
}
.p-article__recommend-area {
  padding-top: 26px;
  border-top: 1px solid var(--gold);
}
.p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ .p-article__part), .p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ .js-pv-count-flg), .p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ [data-vpvpath]), .p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ .article-ad) {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--gold);
}
.p-article__recommend-heading {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-article__recommend-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.p-article__recommend-list:has(> :nth-child(1):last-child) {
  grid-template-columns: 1fr;
}
.p-article__recommend-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
}
.p-article__recommend-card-img {
  position: relative;
  overflow: hidden;
}
.p-article__recommend-card-img img {
  transition-duration: 0.3s;
  transition-property: scale;
}
.p-article__recommend-card-title {
  font-weight: 500;
  line-height: 1.5;
  transition-duration: 0.3s;
  transition-property: color;
}
.p-article__recommend-view-all-link {
  margin-top: 26px;
  text-align: right;
}
.p-article__follow-area {
  display: flex;
  align-items: center;
  padding: 24px 64px;
  margin-top: 60px;
  background: var(--white);
}
.p-article__follow-title {
  font-family: var(--ff-amiri);
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.p-article__follow-sns {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.p-article__follow-sns-item {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  background: var(--background-base);
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-property: background;
}
.p-article__follow-sns-item svg {
  fill: var(--gold);
}
.p-article__tag-area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
  padding: 29px;
  margin-top: 6px;
  background: var(--white);
}
.p-article__tag-text {
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--text-gold);
  transition-duration: 0.3s;
  transition-property: color;
}

.l-frame__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
}
.l-frame__container.margin-ranking {
  margin-top: 54px;
}
.l-frame__header + .l-frame__section {
  margin-top: 42px;
}
.l-frame__header-img + .l-frame__header-title {
  margin-top: 44px;
}
.l-frame__header-title {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.1em;
}
.l-frame__header-title-sub {
  display: block;
  margin-top: 8px;
  font-size: 2.4rem;
  letter-spacing: 0;
}
.l-frame__header-desc {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 812px;
  margin-inline: auto;
  margin-top: 8px;
  font-family: var(--ff-yu-gothic);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.l-frame__header-desc.-small {
  font-size: 1.8rem;
}
.l-frame__header-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.l-frame__header-title-en {
  font-family: var(--ff-amiri);
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.l-frame__header-title-jp {
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 500;
}
.l-frame__header-title-jp-sub {
  font-family: var(--ff-source-han-serif-jp);
  font-size: 4.2rem;
  letter-spacing: 0;
}
.l-frame__header-info-title {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-frame__header-info-wrap {
  display: grid;
  grid-template-columns: 181px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 50px;
}
.l-frame__header-info-img {
  overflow: hidden;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}
.l-frame__header-info-img.-madam {
  aspect-ratio: 1;
  border-radius: 50%;
}
.l-frame__header-info-img.-madam img {
  height: 100%;
}
.l-frame__header-info-body {
  padding: 24px 30px;
  background: var(--white);
  border-top: 1px solid var(--gold);
}
.l-frame__header-info-name {
  display: flex;
  gap: 16px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-frame__header-info-job {
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 700;
}
.l-frame__header-info-desc {
  margin-top: 8px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.l-frame__header-info-sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.l-frame__header-info-sns-link {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--ff-figtree);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-gold);
}
.l-frame__header-info-sns {
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  background: var(--background-base);
  border-radius: 50%;
  transition: 0.3s;
}
.l-frame__header-info-sns svg {
  fill: var(--gold);
}
.l-frame__stack {
  margin-top: 60px;
}
.l-frame__stack > * + * {
  margin-top: 42px;
}
.l-frame__section {
  position: relative;
  margin-top: 80px;
}
.l-frame__category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 48px;
}
.l-frame__category-list.js-tab-content {
  display: none;
}
.l-frame__category-list.js-tab-content.is-active {
  display: grid;
}
.l-frame__category-list.js-content-area {
  display: none;
}
.l-frame__category-list.js-content-area.is-active {
  display: grid;
}
.l-frame__category {
  display: none;
}
.l-frame__category.is-active {
  display: block;
}
.l-frame__whatsnew-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 25px;
}
.l-frame__whatsnew-list.js-tab-content {
  display: none;
  margin-top: 36px;
}
.l-frame__whatsnew-list.js-tab-content.is-active {
  display: grid;
}
.l-frame__member-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 42px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 27px;
}
.l-frame__member-list-bg-gradient {
  bottom: 30px;
  height: 59px;
}
.l-frame__member-list-more-btn {
  position: absolute;
  bottom: -60px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-block: 6px 1px;
  font-family: var(--ff-amiri);
  font-size: 2rem;
  color: var(--text-gold);
  text-transform: uppercase;
  background: #fff;
  border: 1px solid var(--gray);
}
.l-frame__member-list-more-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
.l-frame__member-list-more-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  background: var(--gold);
  transition: 0.3s;
  translate: -50% -50%;
}
.l-frame__member-list-more-icon .line:first-child {
  width: 1px;
  height: 18px;
}
.l-frame__member-madam-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 34px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 27px;
}
.l-frame__ranking-stack {
  margin-top: 27px;
}
.l-frame__ranking-stack > * + * {
  margin-top: 42px;
}
.l-frame__contact {
  margin-top: 85px;
}
.l-frame__contact-text {
  font-family: var(--ff-source-han-serif-jp) !important;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-frame__contact-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.l-frame__contact-btn .c-btn.-ja {
  width: 250px;
  height: 51px;
}
.l-frame__tag-buttons {
  position: relative;
  display: flex;
  justify-content: safe center;
  padding-bottom: 4px;
  margin-top: 54px;
  overflow-x: auto;
}
.l-frame__tag-buttons.-whatsnew {
  margin-top: 25px;
}
.l-frame__tag-button {
  --tag-button-padding: 16px;
  position: relative;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-gold);
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  border-right: 1px solid var(--gold);
  transition-duration: 0.3s;
  transition-property: color;
}
.l-frame__tag-button::before {
  position: absolute;
  bottom: 0;
  left: var(--tag-button-padding);
  width: calc(100% - var(--tag-button-padding) * 2);
  height: 1px;
  content: "";
  background-color: var(--gold);
  opacity: 0;
  transition: 0.3s;
}
.l-frame__tag-button.is-active {
  color: var(--black);
  pointer-events: none;
}
.l-frame__tag-button.is-active::before {
  opacity: 1;
}
.l-frame__tag-button:first-child {
  padding-right: var(--tag-button-padding);
}
.l-frame__tag-button:first-child::before {
  right: var(--tag-button-padding);
  left: 0;
  width: calc(100% - var(--tag-button-padding));
}
.l-frame__tag-button:nth-child(n+2) {
  padding-inline: var(--tag-button-padding);
}
.l-frame__tag-button:last-child {
  padding-right: 0;
  border-right: none;
}
.l-frame__tag-button:last-child::before {
  width: calc(100% - var(--tag-button-padding));
}
.l-frame__tag-list {
  display: revert;
  margin-top: 60px;
}
.l-frame__tag-list > * + * {
  margin-top: 18px;
}
.l-frame__ranking-list {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  margin-top: 60px;
}
.l-frame__shopping-ranking-list {
  display: grid;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 60px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 42px;
}
.l-frame__shopping-ranking-list.is-active {
  display: grid;
}
.l-frame__shopping-ranking-list.-large {
  grid-template-columns: repeat(2, 1fr);
}

.l-frame-magazine__slider {
  margin-top: 60px;
}
.l-frame-magazine__slider .c-slider__arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 50%;
  transition: 0.3s;
}
.l-frame-magazine__slider .c-slider__arrow::before {
  position: static;
  width: 10px;
  height: 10px;
  content: "";
  background: transparent;
  border-top: 2px solid #c6b598;
  border-right: 2px solid #c6b598;
  opacity: 1;
  rotate: 45deg;
  translate: -2px 0;
}
.l-frame-magazine__slider .c-slider__arrow.-prev {
  left: calc(50% - 270px);
}
.l-frame-magazine__slider .c-slider__arrow.-next {
  right: calc(50% - 270px);
}
.l-frame-magazine__toc {
  margin-top: 16px;
}
.l-frame-magazine__toc > * + * {
  margin-top: 10px;
}
.l-frame-magazine__toc-item {
  counter-increment: title;
}
.l-frame-magazine__toc-link {
  position: relative;
  display: block;
  padding: 0 0 0 50px;
  font-family: var(--ff-yu-gothic);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
}
.l-frame-magazine__toc-link::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--ff-amiri);
  font-size: 2.3rem;
  color: var(--text-gold);
  letter-spacing: 0;
  content: counter(title, decimal-leading-zero);
}
.l-frame-magazine__toc-link::after {
  position: absolute;
  top: 19px;
  left: 32px;
  width: 6px;
  height: 2px;
  content: "";
  background-color: var(--black);
}
.l-frame-magazine__note {
  padding: 13px 20px;
  margin-top: 80px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  background: #eaeaea;
}
.l-frame-magazine__btn {
  margin-top: 90px;
}
.l-frame-magazine__btn .c-btn {
  margin-inline: auto;
}
.l-frame-magazine__footer-item {
  padding-top: 24px;
  margin-top: 90px;
  border-top: 1px solid var(--gold);
}
.l-frame-magazine__footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
}
.l-frame-magazine__footer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
  margin-top: 24px;
}
.l-frame-magazine__footer-link {
  display: inline-block;
  overflow: hidden;
}
.l-frame-magazine__footer-link img {
  transition-duration: 0.3s;
  transition-property: scale;
}
.l-frame-magazine__back-issue-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 27px;
}
.l-frame-magazine__back-issue-img {
  overflow: hidden;
}
.l-frame-magazine__back-issue-img img {
  transition-duration: 0.3s;
  transition-property: scale;
}
.l-frame-magazine__back-issue-title {
  margin-top: 12px;
  font-family: var(--ff-yu-gothic);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-frame-magazine__book-area {
  display: flex;
  -moz-column-gap: 42px;
       column-gap: 42px;
  padding: 42px 15px;
  background: var(--white);
}
.l-frame-magazine__book-area .l-book-area__list {
  width: 100%;
}
.l-frame-magazine__book-area-title-area {
  align-self: center;
}
.l-frame-magazine__book-area-title {
  font-family: var(--ff-amiri);
  font-size: 4.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-frame-magazine__book-area-title-sub {
  font-size: 2.4rem;
}

.l-section {
  margin-top: 80px;
}
.l-section.mt-24 {
  margin-top: 24px !important;
}
.l-section.-white-bg {
  padding-block: 90px;
  background: var(--white);
}
.l-section__slider {
  margin-top: 24px;
}
.l-section__container {
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
}
.l-section__col1 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 18px;
}
.l-section__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.l-section__col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 48px;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
.l-section__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.l-section__btn.-ja .c-btn {
  width: 338px;
  max-width: unset;
  padding-bottom: 14px;
  font-family: var(--ff-source-han-serif-jp);
  font-size: 2rem;
}
.l-section__btn .c-btn {
  width: 243px;
}
.l-section__recommend {
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
  margin-top: 60px;
}
.l-section__recommend-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 36px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.l-search-item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 54px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 30px;
}
.l-search-item__list.-brand {
  row-gap: 30px;
}
.l-search-item__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--beige);
  transition: 0.3s;
}
.l-search-item__title {
  font-family: var(--ff-yu-gothic);
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-gold);
}
.l-search-item__arrow {
  margin-left: auto;
  color: var(--text-gold);
}
.l-search-item__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
}
.l-search-item__icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  background-color: var(--gold);
  translate: -50% -50%;
}
.l-search-item__icon .line:first-child {
  width: 1px;
  height: 18px;
}
.l-search-item__body-inner {
  padding-top: 16px;
}
.l-search-item__item:first-child {
  margin-bottom: 16px;
}
.l-search-item__item:first-child .l-search-item__link {
  font-weight: 700;
  color: var(--text-gold);
}
.l-search-item__link {
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  transition: 0.3s;
}
.l-search-item__link-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  padding-left: 13px;
  transition: 0.3s;
}
.l-search-item__link-brand::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 6px);
  content: "";
  background: var(--gold);
  transform: translateY(-50%);
}
.l-search-item__link-brand-en {
  font-family: var(--ff-amiri);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--text-gold);
  transition: 0.3s;
}
.l-search-item__link-brand-ja {
  font-family: var(--ff-yu-gothic);
  font-size: 1.6rem;
  font-weight: 500;
}

.l-banner-top {
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin: 60px auto 60px;
}
.l-banner-top.-full .l-banner-top__img {
  max-width: unset;
}
.l-banner-top__img {
  display: block;
  max-width: 970px;
  margin-inline: auto;
  overflow: hidden;
}
.l-banner-top__desc {
  margin-top: 32px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.l-banner-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
  margin-top: 90px;
}
.l-banner-area + .l-banner-area {
  margin-top: 60px;
}
.l-banner-area.-frame-in {
  padding-inline: 0;
}
.l-banner-area__link {
  position: relative;
  overflow: hidden;
}

.p-article__bookArea .l-book-area__text {
  min-width: 160px;
  margin-top: -8px;
}

.l-book-area {
  padding-block: 90px;
  margin-top: 90px;
  background: var(--white);
}
.l-book-area:has(+ .l-footer) .l-book-area__text {
  min-width: 160px;
}
.l-book-area__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 120px;
       column-gap: 120px;
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
}
.l-book-area__item {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.l-book-area__text {
  display: flex;
  flex-direction: column;
}
.l-book-area__title {
  font-family: var(--ff-amiri);
  font-size: 4.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.l-book-area__title.for-sp {
  display: none;
}
.l-book-area__sub-text {
  margin-top: 2px;
  font-size: 2.4rem;
}
.l-book-area__list {
  margin-top: auto;
}
.l-book-area__list > * + * {
  margin-top: 13px;
}
.l-book-area__link {
  display: grid;
  grid-template-columns: 1fr 9px;
  align-items: center;
  width: 100%;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 700;
  transition-duration: 0.3s;
  transition-property: color;
}
.l-book-area__book-arrow {
  margin-left: auto;
}
.l-book-area__book-arrow svg {
  color: var(--gold);
}
.l-book-area__image {
  width: 300px;
}

.p-article__bookArea {
  margin-top: 60px;
}
.p-article__bookArea > * + * {
  margin-top: 6px;
}
.p-article__bookArea .l-book-area__item:not(li) {
  padding: 42px;
  background: var(--white);
}
.p-article__bookArea .l-book-area__sub-text {
  margin-top: 0;
  font-size: 2rem;
}
.p-article__bookArea .l-book-area__list {
  margin-top: auto;
}

.c-bread {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
.c-bread__nav {
  margin-top: 90px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-bread__item {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}
.c-bread__item:last-child::after {
  display: none;
}
.c-bread__item::after {
  display: block;
  width: 1px;
  height: 20px;
  content: "";
  background: var(--gold);
  rotate: 45deg;
}
.c-bread__link {
  color: var(--text-gold);
  border-bottom: 1px solid transparent;
  transition-duration: 0.3s;
  transition-property: color, border-color;
}
.c-bread__text {
  color: #777;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 243px;
  padding-block: 14px 10px;
  font-family: var(--ff-amiri);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.1em;
  background: var(--black);
}
.c-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  background-color: var(--text-gold);
  transition: 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}
.c-btn.-ja {
  max-width: 442px;
  height: 75px;
  padding-block: 10px;
  font-family: var(--ff-source-han-serif-jp);
  font-size: 2rem;
  font-weight: 500;
}
.c-btn__text {
  position: relative;
  z-index: 1;
}
.c-card__img {
  position: relative;
  overflow: hidden;
}
.c-card__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
  transition-property: scale;
}
.c-card__pr {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  font-family: var(--ff-figtree);
  font-size: 1rem;
  font-weight: 700;
  background: var(--white);
}
.c-card__title {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-article__img {
  position: relative;
  overflow: hidden;
}
.c-card-article__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.3s;
  transition-property: scale;
}
.c-card-article__title {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-article__tag {
  padding-block: 4px;
  padding-left: 4px;
  margin-top: 8px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 1px solid var(--gold);
}
.c-card-article__tag.-name {
  padding-block: 0;
  padding-left: 6px;
  font-size: 1.5rem;
}
.c-card-article-main__img {
  --main-image-radius: 180px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: var(--main-image-radius);
  border-top-right-radius: var(--main-image-radius);
}
.c-card-article-main__img img {
  transition-duration: 0.3s;
  transition-property: scale;
}
.c-card-article-main__title {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  transition-duration: 0.3s;
  transition-property: color;
}

.c-card-article-blog .c-card-article__tag {
  padding-block: 2px;
  font-size: 1.5rem;
}
.c-card-article-blog__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
.c-card-article-blog__link.-vertical {
  grid-template-columns: 1fr;
  row-gap: 16px;
}
.c-card-article-blog__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  transition-duration: 0.3s;
  transition-property: color;
}

.c-card-ranking {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.c-card-ranking .c-card-article__tag {
  margin-top: 0;
}
.c-card-ranking__ranking {
  font-family: var(--ff-amiri);
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  color: var(--text-gold);
  text-align: center;
}
.c-card-ranking__link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.c-card-ranking__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-ranking__title.-bold {
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-card-ranking__desc {
  font-family: var(--ff-yu-gothic);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-ranking__price {
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 500;
}
.c-card-ranking__price.-off {
  color: var(--red);
}
.c-card-category__bottom {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: space-between;
  margin-top: 14px;
}
.c-card-category__bottom .c-card-article__tag {
  margin-top: 0;
}
.c-card-category__time {
  font-family: var(--ff-figtree);
  font-size: 1.4rem;
  font-weight: 500;
}
.c-card-category__time.-end {
  margin-left: auto;
}

.c-card-tag__link {
  display: grid;
  grid-template-columns: 190px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.c-card-tag__body {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.c-card-tag__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5833333333;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-tag__tag-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.c-card-tag__tag {
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
  color: var(--text-gold);
  letter-spacing: 0.1em;
}
.c-card-tag__bottom {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  justify-content: space-between;
}
.c-card-tag__bottom .c-card-article__tag {
  margin-top: 0;
}
.c-card-tag__time {
  font-family: var(--ff-figtree);
  font-size: 1.4rem;
  font-weight: 500;
}
.c-card-ranking-page__ranking {
  font-family: var(--ff-amiri);
  font-size: 4.2rem;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: -0.1em;
}
.c-card-ranking-page__link {
  display: grid;
  grid-template-columns: 190px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
}
.c-card-ranking-page__body {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.c-card-ranking-page__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.583;
  transition-duration: 0.3s;
  transition-property: color;
}

.c-card-what-new {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.c-card-what-new__category {
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.c-card-what-new__title {
  margin-inline: 12px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  transition: 0.3s;
}
.c-card-member.-madam .c-card-member__name {
  margin-top: 0;
}
.c-card-member__name {
  margin-top: 11px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.c-card-member__desc {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  transition: 0.3s;
}
.c-card-member__link {
  display: grid;
  grid-template-columns: 200px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.c-card-member__link-text {
  font-family: var(--ff-amiri);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-gold);
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-member__link-icon {
  display: inline-block;
  margin-left: 8px;
  transition-duration: 0.3s;
  transition-property: translate;
}
.c-card-ranking-list__bottom {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.c-card-ranking-list__bottom .c-card-article__tag {
  padding-block: 0;
  padding-left: 8px;
  margin-top: 0;
  font-size: 1.7rem;
}
.c-card-member-madam__img {
  overflow: hidden;
  border-radius: 50%;
}
.c-card-member-madam__img img {
  transition-duration: 0.3s;
  transition-property: scale;
}
.c-card-member-madam__name {
  margin-top: 8px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: color;
}

.c-card-search-result__link {
  display: grid;
  grid-template-columns: 190px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
.c-card-search-result__body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-card-search-result__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5833333333;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-search-result__desc {
  font-family: var(--ff-yu-gothic);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-search-result__time {
  font-family: var(--ff-figtree);
  font-size: 1.4rem;
  font-weight: 500;
}

.c-card-shopping-ranking {
  overflow-wrap: anywhere;
}
.c-card-shopping-ranking .c-card-ranking__ranking {
  margin-bottom: 10px;
  font-size: 3rem;
  letter-spacing: -0.1em;
}
.c-card-shopping-ranking .c-shopping-link {
  margin-top: 4px;
}
.c-card-shopping-ranking__title, .c-card-shopping-ranking__category, .c-card-shopping-ranking__desc {
  transition-duration: 0.3s;
  transition-property: color;
}
.c-card-shopping-ranking__title {
  font-family: var(--ff-yu-gothic);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.c-card-shopping-ranking__desc {
  font-family: var(--ff-yu-gothic);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
.c-card-shopping-ranking__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.c-card-shopping-ranking__price {
  font-family: var(--ff-yu-gothic);
  font-size: 1.6rem;
  font-weight: 500;
}
.c-card-shopping-ranking__price.-off {
  color: var(--red);
}

.c-cookie-inquiry {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  padding: 16px 0;
  background-color: var(--gold);
  opacity: 0.9;
}
.c-cookie-inquiry.is-active {
  display: block;
}
.c-cookie-inquiry__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 5px;
}
.c-cookie-inquiry__close-btn span {
  display: block;
  width: 13px;
  height: 3px;
  background: var(--white);
  border-radius: 3px;
  transform: rotate(45deg);
}
.c-cookie-inquiry__close-btn span::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 13px;
  height: 3px;
  content: "";
  background: var(--white);
  border-radius: 3px;
  transform: rotate(-90deg);
}
.c-cookie-inquiry__text {
  max-width: 1328px;
  padding: 0 24px;
  margin-inline: auto;
  color: var(--white);
  text-align: left;
}
.c-cookie-inquiry__text a {
  color: var(--black);
  text-decoration: underline;
  transition-duration: 0.3s;
  transition-property: color;
}

.c-row {
  display: flex;
}

.c-search-form {
  display: flex;
  gap: 8px;
  max-width: 680px;
  padding-bottom: 9px;
  margin-inline: auto;
  margin-top: 40px;
  border-bottom: 1px solid var(--gold);
  --search-button-size: 64px;
}
.c-search-form__search-input {
  width: calc(100% - var(--search-button-size));
  padding-inline: 0;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 500;
  background: transparent;
  border: none;
  outline: none;
}
.c-search-form__search-button {
  position: relative;
  width: var(--search-button-size);
  height: 36px;
  font-size: 1.4rem;
  color: var(--white);
  background-color: var(--black);
}
.c-search-form__search-button::before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  background-color: var(--text-gold);
  transition: 0.3s cubic-bezier(0.78, 0.07, 0, 1);
}
.c-search-form__search-button-text {
  position: relative;
  z-index: 1;
  font-variation-settings: "wght" 500;
}

.c-heading {
  font-family: var(--ff-amiri);
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.c-heading.-small {
  font-size: 3rem;
}

.c-heading-right-line {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.c-heading-right-line.is-active::after {
  width: 240px;
}
.c-heading-right-line::after {
  width: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transition-duration: 0.3s;
  transition-property: width;
}

.c-heading-bottom-line {
  padding-bottom: 12px;
  margin-top: 54px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.34375;
  border-bottom: 1px solid var(--gold);
}

.c-heading-layout {
  font-family: var(--ff-amiri);
  font-size: 4.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-heading-layout.-ja {
  font-family: var(--ff-source-han-serif-jp);
  letter-spacing: 0.05em;
}

.c-google-maps {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-view-all-link {
  font-family: var(--ff-amiri);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--text-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: -webkit-baseline-middle;
  transition: 0.3s;
}
.c-view-all-link__icon {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: translate;
}
.c-view-all-link__icon svg {
  vertical-align: middle;
  fill: var(--gold);
}

.c-shopping-link {
  font-weight: 500;
  color: var(--text-gold);
  vertical-align: -webkit-baseline-middle;
  transition: 0.3s;
}
.c-shopping-link__icon {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: translate;
}
.c-shopping-link__icon svg {
  vertical-align: middle;
  fill: var(--gold);
}

.p-main-visual .c-slider__arrow {
  outline: none;
}
.p-main-visual .c-slider__arrow svg {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  fill: var(--white);
}
.p-main-visual .c-slider__arrow.-prev::before {
  left: -33px;
}
.p-main-visual .c-slider__arrow::before {
  content: "";
}
.p-main-visual__overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  background: var(--white);
}
.p-main-visual__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-main-visual__img {
  width: 100%;
  overflow: hidden;
}
.p-main-visual__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-main-visual__title {
  position: absolute;
  bottom: 45px;
  left: 66px;
  max-width: 1210px;
  font-size: 8rem;
  font-variation-settings: "wght" 400;
  color: var(--white);
  letter-spacing: 0.08em;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.p-main-visual__title .line {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.p-main-visual__title .char {
  display: inline-block;
}
.p-main-visual__bg-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 348px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.p-main-visual__pr {
  position: absolute;
  top: 18px;
  right: -40px;
  display: inline-block;
  padding: 6px 4px;
  font-family: var(--ff-figtree);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid var(--white);
}

.c-pagination {
  margin-top: 54px;
}
.c-pagination__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  align-items: center;
  justify-content: center;
}
.c-pagination__number {
  padding-inline: 4px;
  padding-bottom: 2px;
  font-family: var(--ff-amiri);
  font-size: 3rem;
  color: var(--text-gold);
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.c-pagination__number.-current {
  display: flex;
  justify-content: center;
  color: var(--black);
  pointer-events: none;
  border-bottom: 2px solid var(--gold);
}
.c-pagination__number.-black {
  margin-top: -5px;
  font-family: var(--ff-figtree);
  color: var(--black);
  pointer-events: none;
}

.l-ranking__container {
  margin-top: 20px;
}
.l-ranking__body {
  padding-block: 28px;
  border-top: 1px solid var(--gold);
}
.l-ranking__body:last-child {
  border-bottom: 1px solid var(--gold);
}
.l-ranking__body-inner {
  padding-left: var(--inline-size);
}
.l-ranking__body-head {
  display: flex;
  flex-wrap: wrap;
  gap: 140px;
  align-items: center;
}
.l-ranking__heading {
  font-size: 3rem;
  font-weight: 500;
}
.l-ranking__tabs {
  display: flex;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
.l-ranking__tab {
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-gold);
  letter-spacing: 0.1em;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.l-ranking__tab.-active {
  border-bottom: 1px solid var(--gold);
}
.l-ranking__list-wrap {
  position: relative;
  height: 100%;
  height: 535px;
}
.l-ranking__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
  visibility: hidden;
  opacity: 0;
}
.l-ranking__list.-active {
  visibility: visible;
  opacity: 1;
}
.l-ranking__list .swiper-slide {
  padding-right: 30px;
}
.l-ranking__list .c-slider__arrow.-prev {
  left: 30px;
}
.l-ranking__link {
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
  margin-top: 40px;
  text-align: right;
}

#___gcse_0 {
  margin-top: 47px;
}
#___gcse_0 .gsc-thumbnail-inside,
#___gcse_0 .gsc-url-top {
  display: none;
}
#___gcse_0 .gsc-control-cse {
  background: transparent;
  border: none;
}
#___gcse_0 .gsc-webResult .gsc-result {
  border: none;
}
#___gcse_0 .gsc-expansionArea > * + * {
  margin-top: 22px;
}
#___gcse_0 .gsc-table-result {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
#___gcse_0 .gsc-table-result b {
  color: var(--black);
}
#___gcse_0 .gsc-table-result:not(:has(> .gsc-table-cell-thumbnail))::before {
  display: block;
  flex-shrink: 0;
  width: 190px;
  height: 190px;
  content: "";
  background-image: url(/images/dummy.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: 0.3s;
}
#___gcse_0 .gsc-thumbnail {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 190px;
  overflow: hidden;
}
#___gcse_0 .gsc-thumbnail img {
  transition-duration: 0.3s;
  transition-property: scale;
}
#___gcse_0 .gs-image-box {
  float: none;
  width: auto;
  padding: 0;
  margin-left: 0;
}
#___gcse_0 .gs-image:not(img) {
  max-width: unset;
  height: 100%;
  max-height: unset;
  border: none;
}
#___gcse_0 .gs-image:not(img) img {
  width: 100%;
  max-width: unset;
  height: auto;
  max-height: unset;
  border: none;
}
#___gcse_0 .gs-title {
  display: block;
  font-family: var(--ff-source-han-serif-jp);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5833333333;
  color: var(--black);
  transition-duration: 0.3s;
  transition-property: color;
}
#___gcse_0 .gs-title b {
  font-size: 2.2rem;
}
#___gcse_0 .gs-snippet {
  margin-top: 10px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  transition-property: color;
}
#___gcse_0 .gs-snippet b {
  font-size: 1.6rem;
}
#___gcse_0 .gsc-results .gsc-cursor-box {
  margin-block: 60px 30px;
  text-align: center;
}
#___gcse_0 .gsc-results .gsc-cursor {
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
  justify-content: center;
}
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none;
}
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding-inline: 4px;
  padding-bottom: 2px;
  margin-right: 0;
  font-family: var(--ff-amiri);
  font-size: 3rem;
  color: var(--text-gold);
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
#___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  display: flex;
  justify-content: center;
  font-weight: 400;
  color: var(--black);
  pointer-events: none;
  border-bottom: 2px solid var(--gold);
}

.c-slider__pagination {
  --swiper-pagination-bullet-horizontal-gap: calc(24px / 2);
  --swiper-pagination-color: var(--gold);
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: static;
  margin-top: 16px;
}
.c-slider__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid var(--gold);
}
.c-slider__pagination.swiper-pagination-fraction {
  padding-top: 16px;
  margin-top: 18px;
  font-family: var(--ff-amiri);
  font-size: 2.4rem;
  text-align: center;
  border-top: 1px solid var(--gold);
}
.c-slider__arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: opacity;
  translate: 0 -50%;
}
.c-slider__arrow svg {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  fill: var(--white);
}
.c-slider__arrow svg use {
  stroke: var(--white);
  stroke-width: 1px;
}
.c-slider__arrow.-prev {
  right: auto;
  left: 30px;
  rotate: 180deg;
}
.c-slider__arrow::before {
  content: "";
}
.c-slider__arrow.swiper-button-disabled {
  opacity: 0;
}

[data-slider=marquee] .swiper-wrapper {
  transition-timing-function: linear;
}

.c-toc {
  padding-block: 32px;
  background: var(--white);
  border-top: 2px solid var(--gold);
}
.c-toc.is-open .c-toc__body {
  padding-bottom: 40px;
}
.c-toc.is-full .c-toc__list {
  max-height: none;
}
.c-toc__title {
  padding-inline: 30px;
  font-family: var(--ff-amiri);
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.c-toc__body {
  position: relative;
  transition: 0.3s;
}
.c-toc__list {
  max-height: 380px;
  padding-inline: 30px;
  margin-top: 32px;
  overflow-y: hidden;
  transition: 0.6s;
}
.c-toc__list > * + * {
  margin-top: 18px;
}
.c-toc__item {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.c-toc__item:nth-child(n+10) {
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-left: -10px;
}
.c-toc__item:nth-child(n+10) .c-toc__link-number {
  letter-spacing: -0.1em;
}
.c-toc__item:nth-child(n+10) .c-toc__link-number-dot {
  margin-left: 2px;
}
.c-toc__link-number {
  font-family: var(--ff-amiri);
  font-size: 2.8rem;
  color: var(--text-gold);
  letter-spacing: 0.1em;
}
.c-toc__link-number-dot {
  font-family: var(--ff-figtree);
}
.c-toc__link-wrap {
  width: 100%;
  border-bottom: 1px solid #ebe0cc;
}
.c-toc__link, .c-toc__link-sub {
  transition-duration: 0.3s;
  transition-property: color;
}
.c-toc__link {
  font-family: var(--ff-yu-gothic);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-toc__link:has(.c-toc__link-sub) {
  padding-bottom: 8px;
}
.c-toc__link-sub {
  display: block;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-toc__bg-gradient {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 59px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  opacity: 1;
  transition: opacity 0.3s;
}
.c-toc__bg-gradient.is-hidden {
  opacity: 0;
}
.c-toc__more-btn {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: flex;
  justify-content: center;
  width: calc(100% - 60px);
  padding-block: 8px 4px;
  font-family: var(--ff-amiri);
  font-size: 2rem;
  color: var(--text-gold);
  text-transform: uppercase;
  background: #fff;
  border: 1px solid var(--gray);
  transition-duration: 0.3s;
  translate: -50% 0;
}
.c-toc__more-btn.is-open {
  bottom: -15px;
  transition-delay: 0s;
}
.c-toc__more-btn.is-open .c-toc__more-icon .line:first-child {
  rotate: 90deg;
}
.c-toc__more-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
.c-toc__more-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 1px;
  background: var(--gold);
  transition: 0.3s;
  translate: -50% -50%;
}
.c-toc__more-icon .line:first-child {
  width: 1px;
  height: 18px;
}

/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold;
}
.c-wp-post_article em {
  font-style: italic;
}
.c-wp-post_article ul {
  display: block;
  margin-left: 1em;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0;
  margin-end: 0;
  padding-start: 40px;
}
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0;
  margin-end: 0;
  padding-start: 40px;
}
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent;
}
.c-wp-post_article img {
  width: auto;
}
.c-wp-post_article .alignleft {
  display: inline;
  float: left;
}
.c-wp-post_article .alignright {
  display: inline;
  float: right;
}
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  margin-top: 0.4em;
  margin-bottom: 1.6em;
  clear: both;
}
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

.p-not-found {
  max-width: var(--content-size);
  padding-inline: var(--inline-size);
  margin-inline: auto;
  margin-top: 160px;
  margin-bottom: 174px;
}
.p-not-found__heading {
  font-family: var(--ff-amiri);
  font-size: 4.8rem;
  font-weight: 400;
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.p-not-found__desc {
  margin-top: 35px;
  font-family: var(--ff-yu-gothic);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0;
}
.p-not-found__btn {
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
.p-not-found__btn .c-btn.-ja {
  width: 375px;
}

.p-top-new__main-area > .l-section:first-child {
  margin-top: 0;
}
.p-top-new__main {
  display: grid;
  grid-template-columns: 25.76% 38.04% 25.76%;
  -moz-column-gap: 5.22%;
       column-gap: 5.22%;
}
.p-top-new__list-main .c-heading {
  margin-bottom: 14px;
}
.p-top-new__btn .c-btn {
  margin-inline: auto;
}

.p-top-blog__stack {
  margin-top: 10px;
}
.p-top-blog__stack > * + * {
  margin-top: 40px;
}
.p-top-blog__list {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 24px;
}
.p-top-blog__list .c-card-article-blog:nth-child(1) {
  grid-row: 1/3;
}
.p-top-blog__list .c-card-article-blog:nth-child(4) {
  grid-column: 2/3;
}
.p-top-blog__list .c-card-article-blog:nth-child(5) {
  grid-column: 3/4;
}
.p-top-blog__link {
  margin-top: 24px;
  text-align: right;
}

[class^=PC_] {
  text-align: center;
}

[class^=SP_] {
  display: none;
}

.PC_rectangle_1 {
  margin-bottom: 60px;
}
.PC_rectangle_2 {
  margin-top: 60px;
}
.PC_pushdown iframe {
  display: block;
  margin: 0 auto;
}
.u-ad-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  text-align: center;
}
.u-ad-sticky {
  position: sticky;
  top: var(--header-sub-height);
}

/**
 * clearfix micro
 */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-hide {
  display: none;
}

.u-click {
  cursor: pointer;
}

.u-wysiwyg:not(:has(.p-article__part)):not(.-migrated *) a {
  position: relative;
  display: inline;
  padding-bottom: 4px;
  font-family: var(--ff-yu-gothic);
  font-weight: 500;
  color: var(--text-gold);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: 0.3s;
}
.u-wysiwyg:not(:has(.p-article__part)):not(.-migrated *) a[target=_blank]::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  content: "";
  background-image: url(../images/blank-link-icon.svg);
  background-size: cover;
}

.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;
  border: 0 !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.u-wrap-anywhere {
  overflow-wrap: anywhere;
}

.gtm-reading-trigger {
  height: 1px;
}

@media (min-width: 786px){
  .ex-link {
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  .ex-link:hover {
    opacity: 0.5;
  }
  .l-header-menu__header-icons,
  .l-header-menu__header-close {
    display: flex;
  }
  .l-header:has(.l-header-menu__container.is-menu-open) + .l-header-sub .l-header-sub__inner::before, .l-header:has(.l-header-menu__container.is-menu-open) + .l-header-sub .l-header-sub__inner::after {
    z-index: 2001;
    opacity: 1;
    transition-delay: 0.2s;
  }
  .l-header:has(.l-header-menu__container.is-menu-open) + .l-header-sub .l-header-sub__inner .l-header-menu__header-logo {
    position: absolute;
    top: 10px;
    right: 257px;
    z-index: 2002;
    display: block;
    opacity: 1;
  }
  @starting-style {
    .l-header:has(.l-header-menu__container.is-menu-open) + .l-header-sub .l-header-sub__inner .l-header-menu__header-logo {
      opacity: 0;
    }
  }
  .l-header:has(+ .l-header-sub.is-show) .l-header-menu__header {
    display: none;
  }
  .l-header.js-active + .l-header-sub .l-header-sub__inner {
    z-index: 2002;
  }
  .l-header.js-active + .l-header-sub .l-header-sub__icons,
  .l-header.js-active + .l-header-sub .l-header-sub__menu {
    z-index: 2002;
  }
  .l-header.js-active + .l-header-sub .l-header-sub__menu .line:nth-child(1) {
    animation: close-menu01 0.75s forwards;
  }
  .l-header.js-active + .l-header-sub .l-header-sub__menu .line:nth-child(2) {
    animation: close-menu02 0.75s forwards;
  }
  .l-header.js-active.is-closing + .l-header-sub .l-header-sub__menu .line:nth-child(1) {
    animation: closing-menu01 0.75s forwards;
  }
  .l-header.js-active.is-closing + .l-header-sub .l-header-sub__menu .line:nth-child(2) {
    animation: closing-menu02 0.75s forwards;
  }
  .l-header-sub.js-active .l-header-sub__inner {
    z-index: 2002;
  }
  .l-header-sub.js-active .l-header-sub__icons,
  .l-header-sub.js-active .l-header-sub__menu {
    z-index: 1;
  }
  .l-header-sub.js-active .l-header-sub__menu .line:nth-child(1) {
    animation: close-menu01 0.75s forwards;
  }
  .l-header-sub.js-active .l-header-sub__menu .line:nth-child(2) {
    animation: close-menu02 0.75s forwards;
  }
  .l-header-sub.js-active.is-closing .l-header-sub__menu .line:nth-child(1) {
    animation: closing-menu01 0.75s forwards;
  }
  .l-header-sub.js-active.is-closing .l-header-sub__menu .line:nth-child(2) {
    animation: closing-menu02 0.75s forwards;
  }
  .l-header__top {
    justify-content: space-between;
    height: 71px;
  }
  .l-header__top-logo {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  .l-header-sub .l-header-menu__header-logo {
    display: none;
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.1s;
  }
  .l-header-sub__inner:has(+ .l-header-menu .l-header-menu__container.is-menu-open)::before, .l-header-sub__inner:has(+ .l-header-menu .l-header-menu__container.is-menu-open)::after {
    opacity: 1;
    transition-delay: 0.2s;
  }
  .l-header-sub__inner:has(+ .l-header-menu .l-header-menu__container.is-menu-open) .l-header-menu__header-logo {
    position: absolute;
    top: 10px;
    right: 257px;
    display: block;
    opacity: 1;
  }
  @starting-style {
    .l-header-sub__inner:has(+ .l-header-menu .l-header-menu__container.is-menu-open) .l-header-menu__header-logo {
      opacity: 0;
    }
  }
  .l-header-sub__inner::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: calc(100% + 1px);
    pointer-events: none;
    content: "";
    background: var(--beige);
    opacity: 0;
    transition: 0.2s;
    transition-delay: 0ms;
  }
  .l-header-sub__inner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 480px);
    height: calc(100% + 1px);
    pointer-events: none;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s;
    transition-delay: 0ms;
  }
  .l-header-menu__container.is-menu-open {
    right: 0;
  }
  .l-footer__top-item-body {
    display: grid;
    grid-template-columns: 200px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-footer__top-item-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .l-footer__bottom-content {
    padding-top: 25px;
    border-top: 1px solid var(--black);
  }
  .l-footer__bottom-content-body-list {
    margin-top: 27px;
  }
  .p-article__header-meta {
    flex-direction: column;
    row-gap: 6px;
  }
  .p-article__header-pr {
    margin-left: auto;
  }
  .p-article__header-tag {
    margin-left: auto;
  }
  .p-article__main-img {
    margin-bottom: 60px;
  }
  .p-article__profile-body {
    margin-top: -8px;
  }
  .p-article__follow-area {
    justify-content: space-between;
  }
  .p-article__follow-title {
    translate: 0 4px;
  }
  .l-frame__container.mt-pc-80 {
    margin-top: 80px;
  }
  .l-frame__header-info-wrap.-madam {
    grid-template-columns: 200px 1fr;
  }
  .l-frame__header-info-job {
    margin-top: 11px;
  }
  .l-frame__tag-buttons.-pc-wrap {
    flex-wrap: wrap;
    row-gap: 26px;
    max-width: 797px;
    margin-inline: auto;
  }
  .l-frame-magazine__book-area .l-book-area__list {
    margin-top: auto;
  }
  .l-frame-magazine__book-area-img {
    flex-shrink: 0;
    width: 180px;
  }
  .l-banner-top__desc {
    text-align: center;
  }
  .l-banner-area.-frame-in {
    gap: 30px;
  }
  .l-book-area__text {
    width: calc(100% - 300px);
    margin-top: -5px;
  }
  .l-book-area__image {
    flex-shrink: 0;
  }
  .p-article__bookArea .l-book-area__image {
    width: 200px;
  }
  .c-card.-title-space .c-card__title {
    margin-inline: 30px;
  }
  .c-card-category__bottom {
    align-items: center;
  }
  .c-card-tag__bottom {
    align-items: center;
  }
  .c-card-ranking-page {
    display: grid;
    grid-template-columns: 47px 1fr;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .c-card-ranking-page .c-card-article__tag {
    margin-top: 0;
  }
  .c-card-ranking-page:nth-child(10) .c-card-ranking-page__ranking {
    margin-left: -10px;
  }
  .c-card-ranking-page__ranking {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--gold);
  }
  .c-card-member.-madam .c-card__img {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 6px;
    border-radius: 50%;
  }
  .c-card-ranking-list {
    display: grid;
    grid-template-columns: 60px 1fr;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .c-card-ranking-list:nth-child(10) .c-card-ranking-page__ranking {
    margin-left: -10px;
  }
  .c-card-shopping-ranking .c-shopping-link {
    margin-inline: auto;
  }
  .c-card-shopping-ranking.-large .c-card-shopping-ranking__title,
  .c-card-shopping-ranking.-large .c-card-shopping-ranking__category {
    font-size: 2.2rem;
  }
  .c-card-shopping-ranking.-large .c-card-shopping-ranking__desc,
  .c-card-shopping-ranking.-large .c-card-shopping-ranking__price {
    font-size: 1.8rem;
  }
  .c-card-shopping-ranking.-large .c-card-shopping-ranking__bottom {
    flex-direction: row;
    margin-top: 4px;
  }
  .c-card-shopping-ranking.-large .c-shopping-link {
    margin-inline: auto 0;
    margin-top: 0;
    font-size: 2rem;
  }
  .c-view-all-link__icon {
    margin-left: 10px;
  }
  .c-shopping-link__icon {
    margin-left: 10px;
  }
  .p-main-visual .c-slider__arrow::before {
    position: absolute;
    top: -20px;
    left: -32px;
    z-index: -1;
    width: 87px;
    height: 87px;
    background: var(--black);
    opacity: 0;
    transition: 0.3s;
  }
  .l-ranking__tab.-active {
    color: var(--black);
  }
  .c-slider__arrow::before {
    position: absolute;
    top: -20px;
    left: -32px;
    z-index: -1;
    width: 87px;
    height: 87px;
    background: var(--black);
    opacity: 0;
    transition: 0.3s;
  }
  .p-top-new__list > * + * {
    margin-top: 60px;
  }
  .p-top-new__list-main .c-heading {
    margin-top: -4px;
  }
  .p-top-new__btn {
    margin-top: 60px;
  }
  .for-mobile {
    display: none !important;
  }
  .fz-pc-42 {
    font-size: 4.2rem !important;
  }
  .mt-pc-24 {
    margin-top: 24px !important;
  }
  .mt-pc-42 {
    margin-top: 42px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 786px) and (max-width: 1024px){
  .l-footer__top-flex-item {
    flex-direction: column;
  }
  .l-footer__top-flex-item-btn {
    margin-inline: auto;
  }
}

@media (min-width: 786px) and (max-width: 1100px){
  .l-frame-magazine__book-area-img {
    width: 220px;
  }
}

@media (min-width: 786px) and (max-width: 1200px){
  .l-footer__top-flex-item {
    gap: 30px;
  }
}

@media (min-width: 786px) and (max-width: 1240px){
  .p-main-visual__title {
    left: 33px;
    width: calc(100% - 120px);
    font-size: 4.5rem;
  }
  .p-main-visual__pr {
    top: 8px;
    right: -20px;
  }
}

@media (min-width: 786px) and (max-width: 1328px){
  .l-book-area__image {
    flex-shrink: 1;
    width: 100%;
  }
}

@media (min-width: 786px) and (min-width: 1400px){
  .l-frame-magazine__book-area-img {
    width: 280px;
  }
}

@media (min-width: 1201px){
  .l-footer__bottom-other {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .l-footer__bottom-abj {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .l-footer__bottom-copyright {
    grid-row: 2/3;
    grid-column: 2/3;
    text-align: right;
  }
}

@media (min-width: 1400px){
  .l-frame-magazine__book-area {
    padding-inline: 45px;
  }
}

@media (max-width: 1328px){
  .l-book-area__inner {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}

@media (max-width: 1200px){
  .l-footer__bottom-grid {
    grid-template-columns: 1fr;
  }
  .l-footer__bottom-abj {
    grid-row: 1/2;
    margin-inline: auto;
  }
}

@media (max-width: 1100px){
  .l-frame__container {
    display: block;
  }
  .l-frame__side {
    display: none;
  }
  .l-frame-magazine__book-area {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-inline: 25px;
  }
}

@media (max-width: 1028px){
  .l-book-area__inner {
    grid-template-columns: 1fr;
  }
  .l-book-area__item {
    flex-direction: column;
    row-gap: 24px;
    margin-inline: 39px;
  }
  .l-book-area__item:has(> .l-book-area__link) {
    margin-inline: 0;
  }
  .l-book-area__text {
    order: 3;
    margin-inline: auto;
  }
  .l-book-area__title {
    order: 1;
    font-size: 3.2rem;
    text-align: center;
  }
  .l-book-area__title.for-pc {
    display: none;
  }
  .l-book-area__title.for-sp {
    display: block;
  }
  .l-book-area__sub-text {
    margin-top: 0;
    font-size: 2.6rem;
    text-align: center;
  }
  .l-book-area__list {
    margin-top: 24px;
  }
  .l-book-area__image {
    order: 2;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .l-ranking__body-head {
    flex-direction: column;
    gap: 24px;
    align-items: start;
    margin-right: var(--inline-size);
  }
  .p-top-blog__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media (max-width: 1024px){
  .l-footer__top-flex {
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
  }
  .l-footer__top-flex-item-text {
    text-align: center;
  }
}

@media (max-width: 1000px){
  .l-footer__bottom-contents {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .l-footer__bottom-content-list {
    gap: 30px;
    justify-content: start;
  }
}

@media (max-width: 970px){
  .l-header__bottom {
    display: none;
  }
}

@media (max-width: 785px){
  :root {
    --inline-size: 18px;
  }
  body {
    font-variation-settings: "wght" 650;
  }
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    padding: 0;
    margin: 0;
  }
  img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .l-header.js-active {
    background: var(--beige);
  }
  .l-header.js-active .l-header-menu__header-logo {
    display: block;
    width: 166px;
  }
  .l-header.js-active .l-header__top-menu .line:nth-child(1) {
    animation: close-menu01 0.75s forwards;
  }
  .l-header.js-active .l-header__top-menu .line:nth-child(2) {
    animation: close-menu02 0.75s forwards;
  }
  .l-header.js-active + .l-header-sub.is-show .l-header-menu__header-logo {
    display: block;
  }
  .l-header.js-active + .l-header-sub.is-show .l-header-sub__inner {
    background: var(--beige);
  }
  .l-header.js-active + .l-header-sub.is-show .l-header-sub__menu .line:nth-child(1) {
    animation: close-menu01 0.75s forwards;
  }
  .l-header.js-active + .l-header-sub.is-show .l-header-sub__menu .line:nth-child(2) {
    animation: close-menu02 0.75s forwards;
  }
  .l-header.js-active.is-closing {
    background: var(--white);
  }
  .l-header.js-active.is-closing .l-header__top-menu .line:nth-child(1) {
    animation: closing-menu01 0.75s forwards;
  }
  .l-header.js-active.is-closing .l-header__top-menu .line:nth-child(2) {
    animation: closing-menu02 0.75s forwards;
  }
  .l-header.js-active.is-closing + .l-header-sub.is-show .l-header-sub__inner {
    background: var(--white);
  }
  .l-header.js-active.is-closing + .l-header-sub.is-show .l-header-sub__menu .line:nth-child(1) {
    animation: closing-menu01 0.75s forwards;
  }
  .l-header.js-active.is-closing + .l-header-sub.is-show .l-header-sub__menu .line:nth-child(2) {
    animation: closing-menu02 0.75s forwards;
  }
  .l-header-sub.js-active .l-header-menu__header-logo {
    display: block;
  }
  .l-header-sub.js-active .l-header-sub__inner {
    background: var(--beige);
  }
  .l-header-sub.js-active .l-header-sub__menu .line:nth-child(1) {
    animation: close-menu01 0.75s forwards;
  }
  .l-header-sub.js-active .l-header-sub__menu .line:nth-child(2) {
    animation: close-menu02 0.75s forwards;
  }
  .l-header-sub.js-active.is-closing .l-header-sub__inner {
    background: var(--white);
  }
  .l-header-sub.js-active.is-closing .l-header-sub__menu .line:nth-child(1) {
    animation: closing-menu01 0.75s forwards;
  }
  .l-header-sub.js-active.is-closing .l-header-sub__menu .line:nth-child(2) {
    animation: closing-menu02 0.75s forwards;
  }
  .l-header {
    padding: 10px 16px;
  }
  .l-header__top {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .l-header__top-icons {
    -moz-column-gap: 6px;
         column-gap: 6px;
    order: 2;
    margin-left: auto;
  }
  .l-header__top-icon-item {
    row-gap: 2px;
  }
  .l-header__top-icon-item:nth-child(1) .l-header__top-icon svg {
    width: 17px;
    height: 20px;
  }
  .l-header__top-icon-item:nth-child(2) .l-header__top-icon svg {
    width: 20px;
    height: 20px;
  }
  .l-header__top-icon-text {
    font-size: 0.9rem;
  }
  .l-header__top-logo {
    order: 1;
    margin-right: auto;
  }
  .l-header__top-menu {
    order: 3;
  }
  .l-header__top-menu-text {
    font-size: 1rem;
  }
  .l-header-sub__inner {
    padding: 10px 16px;
  }
  .l-header-sub__logo {
    width: 170px;
    margin-right: auto;
  }
  .l-header-sub__nav {
    display: none;
  }
  .l-header-sub__icons {
    -moz-column-gap: 6px;
         column-gap: 6px;
    margin-right: 9px;
  }
  .l-header-sub__icon-item {
    row-gap: 2px;
  }
  .l-header-sub__icon-item:nth-child(1) .l-header-sub__icon svg {
    width: 17px;
    height: 20px;
  }
  .l-header-sub__icon-item:nth-child(2) .l-header-sub__icon svg {
    width: 20px;
    height: 20px;
  }
  .l-header-sub__menu-text {
    margin-top: 11px;
  }
  .l-header-menu__container {
    top: 58px;
    right: auto;
    left: 0;
    width: 100%;
    padding-block: 0 60px;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition-property: clip-path;
  }
  .l-header-menu__container.is-menu-open {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .l-header-menu__header {
    padding-inline: 15px;
  }
  .l-header-menu__header-logo {
    display: none;
    width: 166px;
  }
  .l-header-menu__header-logo svg {
    width: 100%;
  }
  .l-header-menu__header-icons {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .l-header-menu__header-icon-item {
    row-gap: 3px;
  }
  .l-header-menu__header-icon-item:nth-child(1) .l-header-menu__header-icon svg {
    width: 17px;
    height: 20px;
  }
  .l-header-menu__header-icon-item:nth-child(2) .l-header-menu__header-icon {
    translate: 1px 0;
  }
  .l-header-menu__header-icon-item:nth-child(2) .l-header-menu__header-icon svg {
    width: 20px;
    height: 20px;
  }
  .l-header-menu__header-icon-text {
    font-size: 1rem;
  }
  .l-header-menu__header-close {
    margin-top: 11px;
    margin-left: 0;
  }
  .l-header-menu__header-close-text {
    font-size: 1rem;
  }
  .l-header-menu__inner {
    padding-inline: 30px;
    margin-block: 30px 63px;
  }
  .l-header-menu__content-list {
    margin-inline: 6px;
  }
  .l-header-menu__content-title, .l-header-menu__content-link {
    font-size: 2rem;
  }
  .l-header-menu__body-link {
    font-size: 1.8rem;
  }
  .l-header-menu__book-stack {
    margin-inline: 15px;
  }
  .l-header-menu__item + .l-header-menu__item {
    margin-top: 40px;
  }
  .l-header-menu__item-title {
    font-size: 3.2rem;
  }
  .l-header-menu__sns-list {
    margin-inline: 3px;
  }
  .l-header-menu__btn {
    width: auto;
    height: 53px;
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .l-footer {
    margin-top: 54px;
  }
  .l-footer__top, .l-footer__bottom {
    padding-inline: 36px;
    padding-top: 60px;
  }
  .l-footer__top-logo {
    margin-bottom: 60px;
  }
  .l-footer__top-flex-item {
    flex-direction: column;
    gap: 20px;
  }
  .l-footer__top-flex-item-sns-list {
    gap: 6px;
    justify-content: center;
  }
  .l-footer__top-flex-item-sns-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-footer__top-flex-item-sns-icon svg {
    width: 28px;
  }
  .l-footer__top-flex-item-btn {
    width: 100%;
    max-width: 340px;
    height: 53px;
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .l-footer__top-item {
    flex-direction: column;
    row-gap: 24px;
  }
  .l-footer__top-item-body {
    order: var(--sp-order);
  }
  .l-footer__top-item-body.is-open .l-footer__top-item-icon .line:first-child {
    rotate: 90deg;
  }
  .l-footer__top-item-title {
    display: grid;
    grid-template-columns: 1fr 18px;
    align-items: center;
    font-size: 1.8rem;
  }
  .l-footer__top-item-list {
    height: 0;
    padding-left: 18px;
    overflow: hidden;
    transition: 0.3s;
  }
  .l-footer__top-item-list > * + * {
    margin-top: 12px;
  }
  .l-footer__top-item-list-item {
    margin-top: 18px;
    letter-spacing: 0.01em;
  }
  .l-footer__bottom {
    padding-top: 29px;
    padding-bottom: 129px;
  }
  .l-footer__bottom-content.is-open > .l-footer__bottom-content-title .l-footer__bottom-content-body-icon .line:first-child {
    rotate: 90deg;
  }
  .l-footer__bottom-content-title {
    display: grid;
    grid-template-columns: 1fr 18px;
    align-self: center;
  }
  .l-footer__bottom-content-list {
    flex-direction: column;
    gap: 0 !important;
    height: 0;
    padding-left: 18px;
    margin-top: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .l-footer__bottom-content-body.is-open .l-footer__bottom-content-body-icon .line:first-child {
    rotate: 90deg;
  }
  .l-footer__bottom-content-body-title {
    display: grid;
    grid-template-columns: 1fr 18px;
    align-self: center;
    margin-top: 24px;
  }
  .l-footer__bottom-content-body-list {
    height: 0;
    padding-left: 18px;
    overflow: hidden;
    transition: 0.3s;
  }
  .l-footer__bottom-content-body-list-item {
    margin-top: 12px;
  }
  .l-footer__bottom-grid {
    gap: 0;
    padding-top: 0;
    margin-top: 30px;
    border-top: none;
  }
  .l-footer__bottom-other {
    margin-top: 54px;
  }
  .l-footer__bottom-other-links {
    row-gap: 8px;
  }
  .l-footer__bottom-other-links-item {
    font-size: 1.2rem;
  }
  .l-footer__bottom-other-logos {
    gap: 18px;
    margin-top: 30px;
  }
  .l-footer__bottom-abj {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .l-footer__bottom-copyright {
    margin-top: 36px;
    font-size: 1.2rem;
  }
  .p-article__body {
    padding-inline: 0;
  }
  .p-article__body .p-article__part:not(:first-child) {
    margin-top: 24px;
  }
  .p-article__heading.-large > * {
    font-size: 2.6rem;
  }
  .p-article__heading.-medium > * {
    font-size: 2.4rem;
  }
  .p-article__heading.-small > * {
    font-size: 2rem;
  }
  .p-article__header {
    padding-block: 32px 18px;
  }
  .p-article__header.-background-none {
    padding-bottom: 18px;
  }
  .p-article__header.-background-none .p-article__header-body {
    padding-inline: 0;
  }
  .p-article__header-body {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
  .p-article__header-title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .p-article__header-meta {
    flex-direction: row-reverse;
    -moz-column-gap: 12px;
         column-gap: 12px;
    align-items: center;
  }
  .p-article__header-pr {
    width: 20px;
    height: 18px;
    font-size: 1rem;
  }
  .p-article__header-special-tag img {
    height: 35px;
  }
  .p-article__header-tag {
    font-size: 1.2rem;
  }
  .p-article__header-time {
    font-size: 1.4rem;
  }
  .p-article__category {
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    padding-block: 24px;
    padding-inline: var(--inline-size);
    font-size: 2rem;
    letter-spacing: 0.05em;
    pointer-events: none;
    background: var(--white);
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: translate;
    translate: 0 -72px;
  }
  .p-article__category.is-sticky {
    pointer-events: auto;
    opacity: 1;
    translate: 0 0;
  }
  .p-article__sub-text {
    margin-top: 24px;
    line-height: 1.625;
  }
  .p-article__link-wrap {
    margin-inline: 0;
    margin-top: 24px;
  }
  .p-article__block-link {
    position: relative;
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 16px 24px;
    font-size: 1.8rem;
  }
  .p-article__link-btn {
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 16px 18px;
    font-size: 1.8rem;
  }
  .p-article__banner + hr + .p-article__banner {
    margin-top: 18px;
  }
  .p-article__img-wrap:has(> :nth-child(1):last-child) {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-article__img-wrap.-popover .figure__caption {
    font-size: 1.2rem;
  }
  .p-article__img-wrap:has(> :nth-child(2):last-child) {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-article__img-wrap:has(> :nth-child(3):last-child) {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-article__img-wrap figcaption > p.figure__caption {
    margin-top: 8px;
  }
  .p-article__gallery-list > * + * {
    margin-top: 24px;
  }
  .p-article__gallery-list.-col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-article__gallery-list.-col.-widget {
    grid-template-columns: 1fr;
  }
  .p-article__gallery-list.-col.-widget figure {
    display: grid;
    grid-template-columns: 168px 1fr;
    -moz-column-gap: 18px;
         column-gap: 18px;
    align-items: center;
  }
  .p-article__gallery-list.-col .figure__caption {
    margin-top: 8px;
  }
  .p-article__gallery-list.-vertical > * + * {
    margin-top: 24px;
  }
  .p-article__gallery-list.-list .p-article__gallery-text {
    font-size: 2rem;
  }
  .p-article__gallery-item {
    grid-template-columns: 168px 1fr;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-article__gallery-heading {
    margin-top: 16px;
    font-size: 2rem;
  }
  .p-article__slider-text {
    margin-top: 24px;
  }
  .p-article__slider-title {
    font-size: 2rem;
  }
  .p-article__video-wrap {
    padding: 6px 6px 12px;
  }
  .p-article__video[data-aspect-ratio="9:16"] {
    max-width: 281px;
  }
  .p-article__video[data-aspect-ratio="9:16"] + .p-article__video-cap {
    max-width: 281px;
  }
  .p-article__video-cap {
    margin-inline: 12px;
    font-size: 1.6rem;
  }
  .p-article__profile {
    grid-template-columns: 180px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 18px;
  }
  .p-article__profile-body {
    grid-column: 1/-1;
  }
  .p-article__profile-name-wrap {
    row-gap: 4px;
    justify-content: center;
  }
  .p-article__profile-desc {
    margin-top: 12px;
  }
  .p-article__profile-sns {
    gap: 16px;
  }
  .p-article__profile-sns-item {
    width: 48px;
  }
  .p-article__profile-sns-item svg {
    width: 28px;
    height: 24px;
  }
  .p-article__credit {
    padding: 18px;
    font-size: 1.6rem;
  }
  .p-article__recommend-area {
    padding-inline: var(--inline-size);
    padding-top: 24px;
    margin-inline: calc(var(--inline-size) * -1);
  }
  .p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ .p-article__part), .p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ .js-pv-count-flg), .p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ [data-vpvpath]), .p-article__recommend-area:not(:has(+ .p-article__recommend-area)):has(+ .article-ad) {
    padding-bottom: 24px;
  }
  .p-article__recommend-heading {
    font-size: 2.2rem;
  }
  .p-article__recommend-list {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
  .p-article__recommend-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-article__recommend-view-all-link {
    margin-top: 16px;
  }
  .p-article__follow-area {
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
    padding: 32px 16px;
    margin-inline: calc(var(--inline-size) * -1);
    margin-top: 42px;
  }
  .p-article__follow-title {
    font-size: 3.2rem;
  }
  .p-article__follow-sns {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-article__tag-area {
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 24px var(--inline-size);
    margin-inline: calc(var(--inline-size) * -1);
    margin-top: 10px;
  }
  .l-frame__container.mt-sp-18 {
    margin-top: 18px;
  }
  .l-frame__container.mt-sp-48 {
    margin-top: 48px;
  }
  .l-frame__container.margin-ranking {
    margin-top: 44px;
  }
  .l-frame__header-img {
    margin-inline: calc(var(--inline-size) * -1);
  }
  .l-frame__header-title {
    margin-top: 40px;
    font-size: 3.2rem;
  }
  .l-frame__header-title:has(> .l-frame__header-title-sub) + .l-frame__header-desc {
    margin-top: 16px;
  }
  .l-frame__header-title-sub {
    font-size: 1.6rem;
  }
  .l-frame__header-desc {
    margin-top: 8px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .l-frame__header-group {
    gap: 8px;
  }
  .l-frame__header-title-en {
    font-size: 3.2rem;
    letter-spacing: 0.01em;
  }
  .l-frame__header-title-jp-sub {
    font-size: 2.6rem;
  }
  .l-frame__header-info-title {
    margin-top: 40px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .l-frame__header-info-wrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 30px;
  }
  .l-frame__header-info-img.-madam {
    margin-inline: 102px;
  }
  .l-frame__header-info-img {
    margin-inline: 60px;
    border-top-left-radius: 184px;
    border-top-right-radius: 184px;
  }
  .l-frame__header-info-body {
    padding: 18px;
  }
  .l-frame__header-info-name {
    flex-direction: column;
    row-gap: 8px;
    align-items: center;
  }
  .l-frame__header-info-job {
    font-size: 1.8rem;
  }
  .l-frame__header-info-desc {
    font-size: 1.8rem;
  }
  .l-frame__header-info-sns-list {
    flex-direction: column;
    row-gap: 6px;
  }
  .l-frame__stack {
    margin-top: 54px;
  }
  .l-frame__stack > * + * {
    margin-top: 30px;
  }
  .l-frame__section {
    margin-top: 48px;
  }
  .l-frame__section .l-section__btn {
    margin-top: 30px;
  }
  .l-frame__category-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-top: 54px;
  }
  .l-frame__whatsnew-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-top: 18px;
  }
  .l-frame__member-list {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 19px;
  }
  .l-frame__member-list.-madam {
    position: relative;
    margin-bottom: 100px;
    overflow-y: hidden;
    transition: 3s;
  }
  .l-frame__member-list-bg-gradient {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .l-frame__member-list-bg-gradient.-madam {
    left: calc(-1 * var(--inline-size));
    width: calc(100% + var(--inline-size) * 2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
  }
  .l-frame__member-madam-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 24px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    margin-inline: -12px;
    margin-top: 20px;
    overflow-y: hidden;
    transition: 1s;
  }
  .l-frame__ranking-stack {
    margin-top: 20px;
  }
  .l-frame__ranking-stack > * + * {
    margin-top: 18px;
  }
  .l-frame__contact {
    margin-top: 48px;
  }
  .l-frame__contact-text {
    font-size: 2rem;
    line-height: 1.5;
  }
  .l-frame__tag-buttons {
    padding-bottom: 16px;
  }
  .l-frame__tag-buttons.-ranking {
    justify-content: start;
  }
  .l-frame__tag-buttons.-whatsnew {
    justify-content: start;
  }
  .l-frame__tag-button {
    font-size: 1.5rem;
  }
  .l-frame__tag-button {
    --tag-button-padding: 18px;
  }
  .l-frame__tag-list {
    margin-top: 40px;
  }
  .l-frame__tag-list > * + * {
    margin-top: 26px;
  }
  .l-frame__ranking-list {
    row-gap: 18px;
    margin-top: 36px;
  }
  .l-frame__shopping-ranking-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-top: 30px;
  }
  .l-frame-magazine__slider {
    margin-inline: calc(var(--inline-size) * -1);
    margin-top: 48px;
  }
  .l-frame-magazine__slider .c-slider__arrow.-prev {
    left: 16px;
  }
  .l-frame-magazine__slider .c-slider__arrow.-next {
    right: 16px;
  }
  .l-frame-magazine__toc-link {
    padding-left: 48px;
    font-size: 1.8rem;
  }
  .l-frame-magazine__toc-link::before {
    font-size: 2.6rem;
  }
  .l-frame-magazine__toc-link::after {
    left: 35px;
  }
  .l-frame-magazine__note {
    margin-top: 42px;
  }
  .l-frame-magazine__btn {
    margin-top: 54px;
  }
  .l-frame-magazine__btn .c-btn {
    max-width: 320px;
  }
  .l-frame-magazine__footer-item {
    padding-inline: var(--inline-size);
    margin-inline: calc(var(--inline-size) * -1);
    margin-top: 54px;
  }
  .l-frame-magazine__footer-heading {
    font-size: 2.2rem;
  }
  .l-frame-magazine__footer-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .l-frame-magazine__back-issue-list {
    grid-template-columns: 1fr;
    margin-inline: 18px;
    margin-top: 24px;
  }
  .l-frame-magazine__book-area {
    flex-direction: column;
    row-gap: 24px;
    padding: 48px 54px;
    margin-inline: calc(var(--inline-size) * -1);
  }
  .l-frame-magazine__book-area .l-book-area__list {
    margin-top: 0;
  }
  .l-frame-magazine__book-area-title {
    font-size: 3.2rem;
  }
  .l-frame-magazine__book-area-title-sub {
    font-size: 2.6rem;
    text-align: center;
  }
  .l-section {
    margin-top: 48px;
  }
  .l-section.-white-bg {
    padding-block: 48px;
  }
  .l-section__slider {
    padding-inline: var(--inline-size);
  }
  .l-section__slider[data-slider=marquee] {
    padding-inline: 0;
  }
  .l-section__slider[data-slider=marquee] .c-card__title {
    margin-top: 16px;
    font-size: 2rem;
  }
  .l-section__slider[data-slider=topics] .swiper-wrapper {
    flex-direction: column;
    row-gap: 18px;
  }
  .l-section__slider[data-slider=topics] .swiper-wrapper.-hot-topics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .l-section__slider[data-slider=topics] .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .l-section__col4 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .l-section__btn {
    margin-top: 24px;
  }
  .l-section__btn .c-btn {
    width: 256px;
  }
  .l-section__recommend {
    margin-top: 24px;
  }
  .l-section__recommend-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .l-search-item__list {
    grid-template-columns: 1fr;
    row-gap: 1px;
  }
  .l-search-item__details[open] .l-search-item__icon .line:first-child {
    rotate: 90deg;
  }
  .l-search-item__title {
    font-size: 1.8rem;
  }
  .l-search-item__body {
    overflow: hidden;
  }
  .l-search-item__body-inner {
    padding-bottom: 30px;
  }
  .l-search-item__link-brand-en {
    font-size: 2.8rem;
  }
  .l-search-item__link-brand-ja {
    font-size: 1.8rem;
  }
  .p-article .l-banner-top {
    margin-bottom: 18px;
  }
  .l-banner-top {
    margin-block: 18px 42px;
  }
  .l-banner-top.-full {
    margin-top: 0;
  }
  .l-banner-top.-full .l-banner-top__img {
    margin-inline: calc(var(--inline-size) * -1);
  }
  .l-banner-top__desc {
    font-size: 1.6rem;
  }
  .l-banner-area + .l-banner-area {
    margin-top: 18px;
  }
  .l-banner-area {
    grid-template-columns: 1fr;
    row-gap: 18px;
    margin-top: 54px;
  }
  .l-book-area {
    padding-block: 48px;
    margin-block: 54px;
  }
  .l-book-area__inner {
    grid-template-columns: 1fr;
    row-gap: 54px;
  }
  .l-book-area__image {
    width: 100%;
  }
  .p-article__bookArea {
    margin-inline: calc(var(--inline-size) * -1);
    margin-top: 40px;
  }
  .p-article__bookArea > * + * {
    margin-top: 2px;
  }
  .p-article__bookArea .l-book-area__item:nth-child(2) .l-book-area__list {
    margin-top: auto;
  }
  .p-article__bookArea .l-book-area__item:not(li) {
    display: grid;
    grid-template-columns: 42.3% 1fr;
    row-gap: 12px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 32px var(--inline-size) 42px;
    margin-inline: 0;
  }
  .p-article__bookArea .l-book-area__title {
    grid-column: 1/-1;
  }
  .p-article__bookArea .l-book-area__sub-text {
    margin-top: 16px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
  }
  .p-article__bookArea .l-book-area__link {
    font-size: 1.6rem;
  }
  .c-bread {
    row-gap: 6px;
  }
  .c-bread__nav {
    margin-top: 54px;
  }
  .c-bread__item {
    gap: 12px;
    padding-right: 12px;
  }
  .c-bread__item::after {
    height: 18px;
  }
  .c-btn {
    max-width: 256px;
    height: auto;
    padding-block: 15px 12px;
    font-size: 2.2rem;
  }
  .c-btn.-ja {
    height: 63px;
  }
  .c-card.-sp-horizon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
    align-items: center;
  }
  .c-card.-sp-horizon .c-card__title {
    margin-top: 0;
  }
  .c-card__pr {
    right: 3px;
    bottom: 3px;
  }
  .c-card__title {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-card-article__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-card-article__tag {
    padding-block: 2px;
    padding-left: 4px;
    margin-top: 12px;
    font-weight: initial;
  }
  .c-card-article-main .c-card-article__tag {
    font-size: 1.3rem;
  }
  .c-card-article-main__img {
    --main-image-radius: 50% 35%;
  }
  .c-card-article-main__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .c-card-article-blog__link {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .c-card-article-blog__title {
    font-size: 1.6rem;
  }
  .c-card-ranking__ranking {
    font-size: 3.6rem;
  }
  .c-card-ranking__title.-bold {
    font-size: 1.4rem;
  }
  .c-card-ranking__title {
    font-size: 1.6rem;
  }
  .c-card-ranking__desc {
    font-size: 1.6rem;
  }
  .c-card-ranking__price {
    font-size: 1.4rem;
  }
  .c-card-category__bottom {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 14px;
  }
  .c-card-category__time {
    font-size: 1.2rem;
  }
  .c-card-tag__link {
    grid-template-columns: 168px 1fr;
    align-items: start;
  }
  .c-card-tag__body {
    row-gap: 10px;
  }
  .c-card-tag__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-card-tag__tag-list {
    flex-direction: column;
  }
  .c-card-tag__tag {
    font-size: 1rem;
  }
  .c-card-tag__bottom {
    flex-direction: column;
    row-gap: 12px;
  }
  .c-card-tag__time {
    font-size: 1.2rem;
  }
  .c-card-ranking-page__ranking {
    font-size: 3.6rem;
    color: var(--text-gold);
  }
  .c-card-ranking-page__link {
    grid-template-columns: 168px 1fr;
    align-items: start;
    padding-left: 7px;
    border-left: 1px solid var(--gold);
  }
  .c-card-ranking-page__body {
    row-gap: 0;
  }
  .c-card-ranking-page__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-card-what-new__category {
    font-size: 1.4rem;
    font-weight: initial;
  }
  .c-card-what-new__title {
    margin-inline: 0;
    font-size: 1.6rem;
  }
  .c-card-member.-madam .c-card-member__link {
    grid-template-columns: 130px 1fr;
  }
  .c-card-member.-madam .c-card__img img {
    border-radius: 50%;
  }
  .c-card-member.-madam .c-card-member__name {
    font-size: 1.8rem;
  }
  .c-card-member.-madam .c-card-member__desc {
    font-size: 1.5rem;
  }
  .c-card-member__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4px;
  }
  .c-card-member__name {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-top: 0;
    font-size: 1.6rem;
  }
  .c-card-member__desc {
    grid-row: 2/3;
    grid-column: 1/-1;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .c-card-member__link {
    grid-template-columns: 150px 1fr;
  }
  .c-card-member__link-text {
    grid-row: 1/2;
    grid-column: 2/3;
    justify-self: end;
  }
  .c-card-ranking-list .c-card-ranking-page__link {
    grid-template-columns: 150px 1fr;
    align-items: center;
  }
  .c-card-ranking-list .c-card-ranking-page__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-card-ranking-list .c-card-ranking-page__ranking {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-card-ranking-list .c-card-ranking-page__title {
    grid-row: 2/3;
    grid-column: 1/-1;
    margin-top: -4px;
  }
  .c-card-ranking-list .c-card-ranking-list__bottom {
    grid-row: 3/4;
    grid-column: 1/-1;
    margin-top: 4px;
  }
  .c-card-ranking-list .c-card-category__time {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
    justify-self: end;
    font-size: 1.4rem;
  }
  .c-card-ranking-list .c-card-article__tag {
    font-size: 1.5rem;
  }
  .c-card-member-madam__name {
    margin-top: 6px;
    font-size: 1.3rem;
  }
  .c-card-search-result__link {
    grid-template-columns: 130px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    align-items: start;
  }
  .c-card-search-result__body {
    row-gap: 6px;
    margin-top: -6px;
  }
  .c-card-search-result__title {
    order: 1;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-card-search-result__desc {
    order: 2;
    font-size: 1.4rem;
  }
  .c-card-search-result__time {
    order: 3;
    font-size: 1.2rem;
  }
  .c-card-shopping-ranking .c-card-ranking__ranking {
    font-size: 3.6rem;
  }
  .c-card-shopping-ranking__title {
    font-size: 1.4rem;
  }
  .c-card-shopping-ranking__price {
    font-size: 1.4rem;
  }
  .c-cookie-inquiry {
    position: relative;
    padding: 20px 0;
  }
  .c-cookie-inquiry__close-btn {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-cookie-inquiry__text {
    padding: 0 18px;
  }
  .c-search-form {
    margin-inline: 12px;
  }
  .c-heading {
    font-size: 3.2rem;
  }
  .c-heading-right-line {
    gap: 12px;
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .c-heading-right-line.is-active::after {
    width: 226px;
  }
  .c-heading-bottom-line {
    margin-top: 48px;
  }
  .c-heading-layout {
    font-size: 3.2rem;
  }
  .c-view-all-link {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.8rem;
  }
  .c-shopping-link {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 1.6rem;
  }
  .p-main-visual .c-slider__arrow svg {
    display: none;
  }
  .p-main-visual .c-slider__arrow {
    translate: 0 calc(-50% - 20px);
  }
  .p-main-visual .c-slider__arrow.-prev {
    left: 15px;
    rotate: 0deg;
  }
  .p-main-visual .c-slider__arrow.-next {
    right: 15px;
  }
  .p-main-visual .c-slider__arrow.-next::before {
    rotate: 135deg;
  }
  .p-main-visual .c-slider__arrow::before {
    display: block;
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    border-top: 1px solid var(--white);
    border-left: 1px solid var(--white);
    rotate: -45deg;
  }
  .p-main-visual__title {
    bottom: 24px;
    left: 18px;
    width: calc(100% - 36px);
    font-size: 2.9rem;
  }
  .p-main-visual__title .line {
    display: inline;
  }
  .p-main-visual__bg-gradient {
    height: 185px;
  }
  .p-main-visual__pr {
    top: auto;
    right: 0;
    bottom: 0;
    padding: 4px 3px;
    font-size: 1rem;
  }
  .c-pagination {
    margin-top: 44px;
  }
  .c-pagination__container {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .l-ranking__body {
    padding-block: 24px;
  }
  .l-ranking__heading {
    font-size: 2.2rem;
  }
  .l-ranking__tabs {
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: 100%;
    padding-bottom: 8px;
    overflow-x: auto;
  }
  .l-ranking__tab {
    padding-bottom: 8px;
    white-space: nowrap;
  }
  .l-ranking__list-wrap {
    height: 400px;
  }
  .l-ranking__list {
    margin-top: 18px;
  }
  .l-ranking__list .swiper-wrapper {
    padding-inline: 15px;
  }
  #___gcse_0 {
    margin-top: 40px;
  }
  #___gcse_0 .gsc-expansionArea > * + * {
    margin-top: 10px;
  }
  #___gcse_0 .gsc-table-result:not(:has(> .gsc-table-cell-thumbnail))::before {
    width: 130px;
    height: 130px;
  }
  #___gcse_0 .gsc-table-result {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  #___gcse_0 .gsc-thumbnail {
    align-items: start;
    width: 130px;
  }
  #___gcse_0 .gs-title b {
    font-size: 1.6rem;
  }
  #___gcse_0 .gs-title {
    order: 1;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #___gcse_0 .gs-snippet b {
    font-size: 1.4rem;
  }
  #___gcse_0 .gs-snippet {
    margin-top: 6px;
    font-size: 1.4rem;
  }
  #___gcse_0 .gsc-results .gsc-cursor {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .c-slider__pagination {
    --swiper-pagination-bullet-horizontal-gap: calc(18px / 2);
    margin-top: 4px;
  }
  .c-slider__pagination.swiper-pagination-fraction {
    font-size: 2.6rem;
  }
  .c-toc {
    padding-block: 24px;
    margin-inline: calc(var(--inline-size) * -1);
  }
  .c-toc__title {
    padding-inline: 18px;
    font-size: 2.6rem;
  }
  .c-toc__list {
    max-height: 200px;
    padding-inline: 18px;
    margin-top: 14px;
  }
  .c-toc__link-number {
    font-size: 2.6rem;
  }
  .c-toc__link {
    font-size: 1.8rem;
  }
  .c-toc__link-sub {
    font-size: 1.4rem;
  }
  .c-toc__bg-gradient {
    bottom: 20px;
  }
  .c-toc__more-btn {
    width: calc(100% - 36px);
    padding-block: 6px 1px;
  }
  .c-toc__more-btn.is-open {
    bottom: -5px;
  }
  .p-not-found {
    margin-top: 128px;
    margin-bottom: 90px;
  }
  .p-not-found__heading {
    font-size: 3.2rem;
  }
  .p-not-found__desc {
    margin-top: 40px;
  }
  .p-not-found__btn {
    margin-top: 48px;
  }
  .p-not-found__btn .c-btn.-ja {
    width: 323px;
    height: 51px;
  }
  .p-top-new__main {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .p-top-new__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-top-new__list-main {
    grid-row: 1/2;
    grid-column: 1/-1;
    margin-inline: 18px;
  }
  .p-top-new__list-main .c-heading {
    margin-bottom: 23px;
  }
  .p-top-blog__stack {
    margin-top: 18px;
  }
  .p-top-blog__stack > * + * {
    margin-top: 28px;
  }
  .p-top-blog__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .p-top-blog__list .c-card-article-blog:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/-1;
    margin-inline: 18px;
  }
  .p-top-blog__list .c-card-article-blog:nth-child(1) .c-card-article-blog__title {
    font-size: 2rem;
  }
  .p-top-blog__list .c-card-article-blog:nth-child(4) {
    grid-row: 2/3;
  }
  .p-top-blog__list .c-card-article-blog:nth-child(5) {
    grid-column: 2/3;
  }
  [class^=PC_] {
    display: none;
  }
  [class^=SP_] {
    display: block;
    text-align: center;
  }
  [class^=SP_inlinebanner_] {
    margin: 18px auto;
  }
  [class^=SP_inarticle_] {
    margin-top: 24px;
  }
  .SP_headerbanner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
  }
  .for-large {
    display: none !important;
  }
  .fz-sp-24 {
    font-size: 2.4rem !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 785px) and (max-width: 400px){
  .c-card-article-main__img {
    --main-image-radius: 184px;
  }
}

@media (any-hover: hover){
  .l-header__top-icon-item:hover {
    color: var(--text-gold);
  }
  .l-header__top-icon-item:hover .l-header__top-icon-text {
    color: var(--text-gold);
  }
  .l-header__top-menu:hover .line {
    background-color: var(--text-gold);
  }
  .l-header__top-menu:hover .l-header__top-menu-text {
    color: var(--text-gold);
  }
  .l-header__nav-link:hover {
    color: var(--text-gold);
  }
  .l-header__nav-item:hover .l-header__nav-link {
    color: var(--text-gold);
  }
  .l-header__nav-item:hover .l-header__nav-content {
    pointer-events: auto;
    opacity: 1;
  }
  .l-header__nav-content-title:hover .l-header__nav-content-link-text {
    color: var(--text-gold);
    border-bottom: 1px solid var(--gold);
  }
  .l-header__nav-content-link:hover .l-header__nav-content-link-text {
    color: var(--text-gold);
    border-bottom: 1px solid var(--gold);
  }
  .l-header-sub__nav-item:hover .l-header-sub__nav-link {
    color: var(--text-gold);
  }
  .l-header-sub__nav-item:hover .l-header__nav-content {
    pointer-events: auto;
    opacity: 1;
  }
  .l-header-sub__nav-link:hover {
    color: var(--text-gold);
    border-color: currentColor;
  }
  .l-header-sub__icon-item:hover {
    color: var(--text-gold);
  }
  .l-header-sub__menu:hover .line {
    background-color: var(--text-gold);
  }
  .l-header-sub__menu:hover .l-header-sub__menu-text {
    color: var(--text-gold);
  }
  .l-header-menu__header-logo:hover svg {
    fill: var(--text-gold);
  }
  .l-header-menu__header-logo:hover svg {
    fill: var(--text-gold);
  }
  .l-header-menu__header-icon-item:hover {
    color: var(--text-gold);
  }
  .l-header-menu__header-icon-item:hover .l-header-menu__header-icon-text {
    color: var(--text-gold);
  }
  .l-header-menu__header-close:hover .line {
    background-color: var(--text-gold);
  }
  .l-header-menu__header-close:hover .l-header-menu__header-close-text {
    color: var(--text-gold);
  }
  .l-header-menu__search-button:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .l-header-menu__content-title:hover, .l-header-menu__content-link:hover {
    color: var(--text-gold);
  }
  .l-header-menu__body-link:hover {
    color: var(--text-gold);
    border-color: currentColor;
  }
  .l-header-menu__content-link:hover .l-header-menu__content-link-text {
    color: var(--text-gold);
    border-color: currentColor;
  }
  .l-header-menu__book-link:hover .l-header-menu__book-link-text {
    color: var(--text-gold);
  }
  .l-header-menu__sns-item:hover svg {
    fill: var(--text-gold);
  }
  .l-header-menu__btn:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .l-footer__top-flex-item-sns-icon:hover svg {
    fill: var(--text-gold);
  }
  .l-footer__top-flex-item-btn:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .l-footer__top-item-title a:hover {
    color: var(--text-gold);
  }
  .l-footer__top-item-list-link:hover {
    color: var(--text-gold);
  }
  .l-footer__bottom-content-body-list-link:hover {
    color: var(--text-gold);
  }
  .l-footer__bottom-other-links-link:hover {
    color: var(--text-gold);
  }
  .l-side__book-link:hover {
    color: var(--text-gold);
  }
  .l-side__feature-link:hover .l-side__feature-image img {
    scale: 1.075;
  }
  .l-side__sns-link:hover {
    background: var(--gold);
  }
  .l-side__sns-link:hover svg {
    fill: var(--white);
  }
  .p-article__block-link:hover {
    background: var(--beige);
  }
  .p-article__block-link.-brown:hover {
    background: #eee2c2;
  }
  .p-article__link-btn:hover {
    background: var(--link-btn-hover);
    border-color: var(--link-btn-hover-border);
  }
  .p-article__img-wrap a:hover img {
    scale: 1.075;
  }
  .p-article__gallery-item:hover img {
    scale: 1.075;
  }
  .p-article__slider .thumbs-swiper .swiper-slide:hover {
    opacity: 1;
  }
  .p-article__profile-sns-item:hover {
    background: var(--gold);
  }
  .p-article__profile-sns-item:hover svg {
    fill: var(--white);
  }
  .p-article__recommend-card:hover .p-article__recommend-card-img img {
    scale: 1.075;
  }
  .p-article__follow-sns-item:hover {
    background: var(--gold);
  }
  .p-article__follow-sns-item:hover svg {
    fill: var(--white);
    transition-duration: 0.3s;
    transition-property: fill;
  }
  .p-article__tag-text:hover {
    color: var(--gold);
  }
  .l-frame__header-info-title:hover {
    color: var(--text-gold);
  }
  .l-frame__header-info-sns-link:hover {
    color: var(--gold);
  }
  .l-frame__header-info-sns-link:hover .l-frame__header-info-sns {
    background: var(--gold);
  }
  .l-frame__header-info-sns-link:hover .l-frame__header-info-sns svg {
    fill: var(--white);
  }
  .l-frame__tag-button:hover {
    color: var(--black);
  }
  .l-frame__tag-button:hover::before {
    opacity: 1;
  }
  .l-frame-magazine__slider .c-slider__arrow:hover {
    background: var(--beige);
  }
  .l-frame-magazine__footer-link:hover img {
    scale: 1.05;
  }
  .l-frame-magazine__back-issue-link:hover .l-frame-magazine__back-issue-img img {
    scale: 1.05;
  }
  .l-search-item__summary:hover {
    background: #eee2c2;
  }
  .l-search-item__link:hover {
    color: var(--gold) !important;
  }
  .l-search-item__link-brand:hover {
    color: var(--gold);
  }
  .l-search-item__link-brand:hover .l-search-item__link-brand-en {
    color: var(--gold);
  }
  .l-book-area__link:hover {
    color: var(--text-gold);
  }
  .c-bread__link:hover {
    color: var(--gold);
    border-color: var(--gold);
  }
  .c-btn:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .c-card:hover .c-card__img img {
    scale: 1.075 !important;
  }
  .c-card-article__link:hover .c-card-article__img img {
    scale: 1.075;
  }
  .c-card-article-main__link:hover .c-card-article-main__img img {
    scale: 1.075;
  }
  .c-card-article-blog__link:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-ranking__link:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-category__link:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-tag__link:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-ranking-page__link:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-what-new:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-member__link:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-member__link:hover .c-card-member__link-text {
    color: var(--gold);
  }
  .c-card-member__link:hover .c-card-member__link-icon {
    translate: 5px 0;
  }
  .c-card-member-madam:hover .c-card-member-madam__img img {
    scale: 1.075;
  }
  .c-card-member-madam:hover .c-card-member-madam__name {
    color: var(--gold);
  }
  .c-card-search-result__link:hover .c-card__img img {
    scale: 1.075;
  }
  .c-card-search-result__link:hover .c-card-search-result__title,
  .c-card-search-result__link:hover .c-card-search-result__desc {
    color: var(--text-gold);
  }
  .c-card-shopping-ranking .c-card-ranking__link:hover .c-shopping-link {
    color: var(--gold);
  }
  .c-card-shopping-ranking .c-card-ranking__link:hover .c-shopping-link .c-shopping-link__icon {
    translate: 5px 0;
  }
  .c-cookie-inquiry__text a:hover {
    color: var(--text-gold);
  }
  .c-search-form__search-button:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .c-view-all-link:hover {
    color: var(--gold);
  }
  .c-view-all-link:hover .c-view-all-link__icon {
    translate: 5px 0;
  }
  .c-shopping-link:hover {
    color: var(--gold);
  }
  .c-shopping-link:hover .c-shopping-link__icon {
    translate: 5px 0;
  }
  .p-main-visual .c-slider__arrow:hover::before {
    opacity: 0.5;
  }
  .c-pagination__number:hover {
    color: var(--gold);
    border-bottom: 2px solid var(--gold);
  }
  .l-ranking__tab:hover {
    color: var(--black);
    border-bottom: 1px solid var(--gold);
  }
  #___gcse_0 .gsc-table-result:hover .gsc-thumbnail img {
    scale: 1.075;
  }
  #___gcse_0 .gsc-table-result:hover .gs-title,
  #___gcse_0 .gsc-table-result:hover .gs-snippet {
    color: var(--text-gold);
  }
  #___gcse_0 .gsc-table-result:hover .gs-title b,
  #___gcse_0 .gsc-table-result:hover .gs-snippet b {
    color: var(--text-gold);
  }
  #___gcse_0 .gsc-table-result:hover::before {
    background-size: 110% 110%;
  }
  #___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: var(--gold);
    border-bottom: 2px solid var(--gold);
  }
  .c-slider__arrow:hover::before {
    opacity: 0.5;
  }
  .c-toc__link:hover, .c-toc__link-sub:hover {
    color: var(--gold);
  }
  .u-wysiwyg:not(:has(.p-article__part)):not(.-migrated *) a:hover {
    color: var(--gold);
  }
}