@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "MADE Canvas";
  src: url(../../public/font/MADE\ Canvas\ Black\ PERSONAL\ USE.otf) format("opentype");
}
:root {
  --fontSize: 1rem;
  --fontWeight: 500;
  --lineHight: 1.6;
  --fontFamilyBase: "Noto Sans JP", sans-serif;
  --fontFamilyEn: "MADE Canvas", serif;
  --fontWeightRegular: 400;
  --fontWeightMedium: 500;
  --fontWeightBold: 700;
  --lineHeightNormal: 100%;
  --letterSpacingBase: 0.1em;
  --textPrimary: #212121;
  --textSecondary: #ede7e3;
  --bgPrimary: #ede7e3;
  --bgSecondary: #4A4A4A;
  --bgHeader: #4a4a4a;
  --bgCategory: #b8afa6;
  --bgMineShaftOpacity: rgba(74, 74, 74, 0.8);
  --btnPrimary: #ede7e3;
  --AccentDustyGray: #949494;
  --AccentWhite: #ffffff;
  --AccentMineShaft: #333333;
  --AccentMineShaft02: #212121;
  --AccentPampas: #EDE7E3;
  --AccentTea: #C7BDB3;
  --AccentTimberWolf: #D9D3CF;
  --AccentTundora: #4A4A4A;
  --AccentPictonBlue: #39A2F2;
  --AccentDodgerBlue: #3178F2;
  --AccentLimeade: #2EB900;
  --AccentSilk: #B8AFA6;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: var(--fontSize);
  font-weight: 500;
  font-family: var(--fontFamilyBase);
  color: var(--textPrimary);
  background: var(--bgPrimary);
  line-height: var(--lineHight);
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol,
summary {
  list-style: none;
}

summary {
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.l-header {
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: var(--bgHeader);
  z-index: 999;
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 40px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__inner {
    padding-inline: 20px;
  }
}
.l-header .l-header__logo {
  width: 130px;
}
.l-header .l-header__logo a {
  width: 100%;
}
.l-header .l-header__items {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__items {
    display: none;
  }
}
.l-header .l-header__item {
  position: relative;
  color: var(--textSecondary);
}
.l-header .l-header__item.is-current a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background: var(--AccentPampas);
}
.l-header .l-header__item a {
  padding: 10px 20px;
  letter-spacing: var(--letterSpacingBase);
  font-size: 0.875rem;
}

.l-header__hamburger {
  width: 80px;
  height: 50px;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: flex;
    width: 60px;
  }
}
.l-header__hamburger .l-header__hamburger--bars {
  position: relative;
  width: 30px;
  height: 22px;
  display: inline-block;
}
.l-header__hamburger .l-header__hamburger--bars span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--AccentPampas);
}
.l-header__hamburger .l-header__hamburger--bars span:nth-of-type(1) {
  top: 0;
}
.l-header__hamburger .l-header__hamburger--bars span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger .l-header__hamburger--bars span:nth-of-type(3) {
  bottom: 0;
}

.l-header--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.is-menu-open .l-header--bg {
  visibility: visible;
  pointer-events: auto;
}

.l-header__hamburger-menu {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 99999;
  width: 70%;
  height: 100dvh;
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  background: var(--bgPrimary);
  z-index: 1000;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger-menu {
    top: 50px;
  }
}
.l-header__hamburger-menu .l-header__hamburger-menu--items {
  text-align: center;
}
.l-header__hamburger-menu .l-header__hamburger-menu--item.is-current a::before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background: var(--AccentMineShaft02);
}
.l-header__hamburger-menu .l-header__hamburger-menu--item a {
  width: 100%;
  padding: 25px;
}

.l-main__sub {
  padding-top: 50px;
}

.l-fv__top {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.l-fv__top .l-fv__top-video .l-fv__top-video--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top-video .l-fv__top-video--pc {
    display: none;
  }
}
.l-fv__top .l-fv__top-video .l-fv__top-video--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-fv__top .l-fv__top-video .l-fv__top-video--sp {
    display: block;
  }
}
.l-fv__top .l-fv__top-video video {
  width: 100%;
  height: auto;
}
.l-fv__top .fvSwiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-fv__top .fvSwiper {
    touch-action: pan-y;
  }
}
.l-fv__top .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.l-fv__top .swiper-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.l-fv__top .swiper-slide img {
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-fv__top .fv-controls {
  position: absolute;
  bottom: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
  right: clamp(1.25rem, -8.75rem + 20.8333333333vw, 10rem);
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-fv__top .fv-btn {
  width: 48px;
  height: 48px;
  background-color: var(--bgPrimary);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-fv__top .fv-btn {
    display: none;
  }
}
.l-fv__top .fv-btn:hover {
  opacity: 0.8;
}
.l-fv__top .fv-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--bgHeader);
  border-right: 2px solid var(--bgHeader);
}
.l-fv__top .fv-btn-prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
  margin-top: 2px;
}
.l-fv__top .fv-btn-next::after {
  transform: rotate(45deg);
  margin-right: 2px;
  margin-bottom: 2px;
}
.l-fv__top .swiper-pagination-fv {
  position: relative;
  margin-left: 40px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bgPrimary);
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  line-height: var(--lineHeightNormal);
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
@media screen and (max-width: 767px) {
  .l-fv__top .swiper-pagination-fv {
    display: none;
  }
}

.l-fv__sub {
  position: relative;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .l-fv__sub {
    height: 220px;
  }
}
.l-fv__sub .l-fv__sub--inner {
  height: inherit;
}
.l-fv__sub .l-fv__sub--head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}
.l-fv__sub .l-fv__sub--image {
  height: 100%;
}
.l-fv__sub .l-fv__sub--image img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .l-top__news .newsSwiper {
    touch-action: pan-y;
  }
}
.l-top__news .swiper {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-top__news .swiper {
    padding-top: 24px;
  }
}
.l-top__news .swiper-slide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-top__news .swiper-slide {
    padding: 12px;
  }
}
.l-top__news .swiper-slide .l-top__news--slide-link {
  position: relative;
  display: block;
  transform: scale(0.8);
  padding: 22px 36px;
  border-radius: 10px;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: transform 1.2s ease, translate 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-top__news .swiper-slide .l-top__news--slide-link {
    padding: 16px 24px;
  }
}
.l-top__news .swiper-slide .l-top__news--slide-link img {
  filter: brightness(0.5);
  transition: filter 1.2s ease;
}
.l-top__news .swiper-slide .l-top__news--slide-link {
  /* 上下の抜け感用の線 */
  /* 左右の装飾テキスト */
}
.l-top__news .swiper-slide .l-top__news--slide-link .is-text {
  position: absolute;
  bottom: 56px;
  left: -58px;
  padding-inline: 12px;
  transform: rotate(-90deg);
  background: var(--AccentPampas);
  font-size: 1.25rem;
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-top__news .swiper-slide .l-top__news--slide-link .is-text {
    left: 10px;
    bottom: -12px;
    transform: rotate(0deg);
    font-size: 0.875rem;
  }
}
.l-top__news .swiper-slide .l-top__news--slide-link .is-number {
  position: absolute;
  top: 56px;
  right: -58px;
  padding-inline: 12px;
  transform: rotate(90deg);
  background: var(--AccentPampas);
  font-size: 1.25rem;
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-top__news .swiper-slide .l-top__news--slide-link .is-number {
    right: 10px;
    top: -12px;
    transform: rotate(0deg);
    font-size: 0.875rem;
  }
}
.l-top__news .swiper-slide:hover .l-top__news--slide-link {
  translate: 0 -10px;
}
.l-top__news {
  /* 中央の画像の明るさとサイズは active で制御 */
}
.l-top__news .swiper-slide-active {
  z-index: 1;
}
.l-top__news .swiper-slide-active .l-top__news--slide-link {
  transform: scale(1);
  pointer-events: auto;
}
.l-top__news .swiper-slide-active .l-top__news--slide-link img {
  filter: brightness(1);
}
.l-top__news {
  /* 👇 【JSと連動】JSで付与したクラスがついた時だけ、枠やテキストをパッと表示する */
}
.l-top__news .swiper-slide.is-show-frame .l-top__news--slide-link {
  border-color: var(--AccentMineShaft02);
}
.l-top__news .swiper-slide.is-show-frame .l-top__news--slide-link .is-text,
.l-top__news .swiper-slide.is-show-frame .l-top__news--slide-link .is-number {
  display: block;
}
.l-top__news {
  /* =========================================================
      Swiper 標準コントロール（矢印・ページネーション）
   ========================================================= */
  /* --- 矢印ボタン（共通） --- */
}
.l-top__news .swiper-button-prev,
.l-top__news .swiper-button-next {
  top: 50%;
  width: clamp(2.375rem, -0.7656903766rem + 4.1841004184vw, 3rem);
  height: clamp(2.375rem, -0.7656903766rem + 4.1841004184vw, 3rem);
  background: url(../../public/image/_common/icon/arrow-1.png) no-repeat center center/contain;
}
.l-top__news .swiper-button-prev svg,
.l-top__news .swiper-button-next svg {
  display: none;
}
.l-top__news .swiper-button-prev {
  transform: rotate(180deg);
  left: 20% !important;
}
@media screen and (max-width: 1200px) {
  .l-top__news .swiper-button-prev {
    left: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .l-top__news .swiper-button-prev {
    left: 3% !important;
  }
}
.l-top__news .swiper-button-next {
  right: 20% !important;
}
@media screen and (max-width: 1200px) {
  .l-top__news .swiper-button-next {
    right: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .l-top__news .swiper-button-next {
    right: 3% !important;
  }
}
.l-top__news {
  /* --- ページネーション（ドット） --- */
}
.l-top__news .swiper-pagination {
  position: relative;
  bottom: -8px !important;
}
.l-top__news .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid var(--AccentMineShaft02);
  opacity: 0.4;
  margin: 0 6px !important;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.l-top__news .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--AccentMineShaft02);
}
.l-top__news {
  /* =========================================================
      下部コンテンツ（タイトルや日付）
   ========================================================= */
}
.l-top__news .l-top__news--contents {
  text-align: center;
  margin-top: 20px;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
  padding: 38px 20px 62px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-top__news .l-top__news--contents {
    max-width: calc(100% - 12px);
    padding: 26px 12px;
    border-radius: 8px;
  }
}
.l-top__news .l-top__news--contents--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-top__news .l-top__news--contents--head {
    gap: 8px;
  }
}
.l-top__news .l-top__news--contents--head--category {
  padding: 10px 40px;
  color: var(--textSecondary);
  background-color: var(--bgCategory);
  border-radius: 6px;
  line-height: var(--lineHeightNormal);
}
.l-top__news .l-top__news--contents--head--date {
  font-size: 0.875rem;
}
.l-top__news .l-top__news--contents--body {
  margin-top: 4px;
}
.l-top__news .l-top__news--contents--body--title {
  font-size: clamp(1.125rem, 1.0321428571rem + 0.380952381vw, 1.375rem);
  font-weight: var(--fontWeightBold);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.l-top__news .l-top__news--contents--body--btn {
  margin-top: 20px;
  max-width: 220px;
  margin-inline: auto;
}
.l-top__news .l-top__news-button {
  text-align: center;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .l-top__news .l-top__news-button {
    margin-top: 26px;
  }
}

.l-top__recommend .l-top__recommend--content {
  padding-block: 80px;
  background: #b8afa6;
  background-color: #E3DED8;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-top__recommend .l-top__recommend--content {
    padding-block: 46px;
  }
}
.l-top__recommend .l-top__recommend--slider {
  position: relative;
  margin-top: 24px;
  width: 768px;
  max-width: 100%;
  margin-inline: auto;
}
.l-top__recommend .swiper-pagination-recommend {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-top__recommend .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--AccentTea);
}
.l-top__recommend .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: var(--AccentTundora);
}
.l-top__recommend .swiper-button-prev-recommend,
.l-top__recommend .swiper-button-next-recommend {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-top__recommend .swiper-button-prev-recommend,
  .l-top__recommend .swiper-button-next-recommend {
    width: 42px;
    height: 42px;
  }
}
.l-top__recommend .swiper-button-prev-recommend {
  left: clamp(-1.25rem, 3.0357142857rem + -8.9285714286vw, -5rem);
  left: clamp(-5rem, 3.0357142857rem - 8.9285714286vw, -1.25rem);
}
@media screen and (max-width: 767px) {
  .l-top__recommend .swiper-button-prev-recommend {
    left: clamp(-0.5rem, 1.0517241379rem + -6.3660477454vw, -2rem);
  }
}
.l-top__recommend .swiper-button-next-recommend {
  right: clamp(-1.25rem, 3.0357142857rem + -8.9285714286vw, -5rem);
  right: clamp(-5rem, 3.0357142857rem - 8.9285714286vw, -1.25rem);
}
@media screen and (max-width: 767px) {
  .l-top__recommend .swiper-button-next-recommend {
    right: clamp(-0.5rem, 1.0517241379rem + -6.3660477454vw, -2rem);
  }
}
.l-top__recommend .swiper-button-prev-recommend::before {
  rotate: 180deg;
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../public/image/_common/icon/arrow-1.png") no-repeat center center/contain;
}
.l-top__recommend .swiper-button-next-recommend::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../public/image/_common/icon/arrow-1.png") no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .l-top__pickup-cast {
    position: relative;
    z-index: 10;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--inner {
  padding-inline: 12px;
}
.l-top__pickup-cast .l-top__pickup-cast--content {
  margin-top: 70px;
  position: relative;
  width: 98%;
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--content {
    position: initial;
    margin-top: 30px;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--body {
  position: absolute;
  top: -50px;
  right: 100px;
  right: clamp(1.25rem, -3.0357142857rem + 8.9285714286vw, 5rem);
  padding-block: clamp(0.75rem, -1.5357142857rem + 4.7619047619vw, 2.75rem);
  background: rgba(74, 74, 74, 0.7);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--body {
    padding-block: 20px;
    width: 100%;
    top: auto;
    max-width: 358px;
    width: 100%;
    margin-inline: auto;
    bottom: -110px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--body--inner {
    margin-top: -40px;
    padding-inline: 12px;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--body--head,
.l-top__pickup-cast .l-top__pickup-cast--body--address {
  padding-inline: clamp(0.75rem, -3.8214285714rem + 9.5238095238vw, 4.75rem);
}
@media screen and (max-width: 992px) {
  .l-top__pickup-cast .l-top__pickup-cast--body--head,
  .l-top__pickup-cast .l-top__pickup-cast--body--address {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--body--head,
  .l-top__pickup-cast .l-top__pickup-cast--body--address {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--body--address {
    justify-content: center;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--body--head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 16px;
  gap: clamp(0.625rem, 0.1964285714rem + 0.8928571429vw, 1rem);
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--body--head {
    flex-direction: column-reverse;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--body--head--title {
  font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  font-weight: var(--fontWeightMedium);
  color: var(--textSecondary);
  line-height: var(--lineHeightNormal);
}
.l-top__pickup-cast .l-top__pickup-cast--body--head--image {
  width: clamp(5.625rem, 4.9107142857rem + 1.4880952381vw, 6.25rem);
  height: auto;
}
.l-top__pickup-cast .l-top__pickup-cast--body--buttons {
  margin-top: clamp(1.25rem, 0.5357142857rem + 1.4880952381vw, 1.875rem);
  padding-inline: clamp(0.75rem, -0.6785714286rem + 2.9761904762vw, 2rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.625rem, -0.5178571429rem + 2.380952381vw, 1.625rem);
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--body--buttons {
    padding-inline: 0;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--body--button {
  width: 100%;
  text-align: center;
  font-size: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
  padding-block: clamp(0.625rem, 0.3392857143rem + 0.5952380952vw, 0.875rem);
  background: transparent;
  color: var(--textSecondary);
  border: 2px solid var(--AccentPampas);
  border-radius: 6px;
}
.l-top__pickup-cast .l-top__pickup-cast--body--button span {
  position: relative;
  left: -14px;
}
.l-top__pickup-cast .l-top__pickup-cast--body--button span::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: var(--fontWeightBold);
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: -28px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--body--button span::after {
    right: -24px;
    font-size: 1rem;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--body--address {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -0.3214285714rem + 3.2738095238vw, 2.625rem);
  margin-top: clamp(1.125rem, 0.2678571429rem + 1.7857142857vw, 1.875rem);
}
.l-top__pickup-cast .l-top__pickup-cast--body--address--logo {
  width: clamp(4.75rem, 4.0357142857rem + 1.4880952381vw, 5.375rem);
  height: auto;
}
.l-top__pickup-cast .l-top__pickup-cast--body--address--detail {
  color: var(--textSecondary);
}
.l-top__pickup-cast .l-top__pickup-cast--body--address--title {
  font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
  font-weight: var(--fontWeightMedium);
}
.l-top__pickup-cast .l-top__pickup-cast--body--address--detail--text {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.l-top__pickup-cast .l-top__pickup-cast--bg {
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--bg {
    height: 390px;
    max-width: 100%;
  }
}
.l-top__pickup-cast .l-top__pickup-cast--bg img {
  max-height: 500px;
  object-fit: cover;
  object-position: 0 50%;
}
@media screen and (max-width: 767px) {
  .l-top__pickup-cast .l-top__pickup-cast--bg img {
    height: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-top__group-ranking {
    padding-top: 164px !important;
  }
}
.l-top__group-ranking .l-top__group-ranking--content {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .l-top__group-ranking .l-top__group-ranking--content {
    margin-top: 28px;
  }
}
.l-top__group-ranking .l-top__group-ranking--cards {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-top__group-ranking .l-top__group-ranking--cards {
    margin-top: 42px;
  }
}
.l-top__group-ranking .l-top__group-ranking--cards[hidden] {
  display: none !important;
}

.l-top__shop [hidden] {
  display: none !important;
}
.l-top__shop .l-top__shop--content {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .l-top__shop .l-top__shop--content {
    margin-top: 28px;
  }
}
.l-top__shop .l-top__shop--items {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .l-top__shop .l-top__shop--items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-top__shop .l-top__shop--items {
    gap: 25px;
    margin-top: 42px;
    grid-template-columns: 100%;
  }
}
.l-top__shop .l-top__shop--item {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .l-top__shop .l-top__shop--item:nth-child(3) {
    grid-column: span 2/span 2;
    width: 354px;
    width: clamp(22.125rem, 2.4107142857rem + 41.0714285714vw, 27.875rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-top__shop .l-top__shop--item:nth-child(3) {
    width: 100%;
    grid-column: auto;
  }
}
.l-top__shop .l-top__shop--item--body {
  flex-grow: 1;
}
.l-top__shop .l-top__shop--item--body--title {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
}
.l-top__shop .l-top__shop--item--image {
  position: relative;
}
.l-top__shop .l-top__shop--item--image img {
  border-radius: 12px;
}
.l-top__shop .l-top__shop--item--image--number {
  padding-block: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: var(--textSecondary);
  background: var(--bgMineShaftOpacity);
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .l-top__shop .l-top__shop--item--image--number {
    font-size: 0.875rem;
  }
}

.l-top__feature .l-top__feature__content {
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  gap: clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature__content {
    margin-top: 28px;
    flex-direction: column;
  }
}
.l-top__feature .l-top__feature--top {
  position: sticky;
  top: 160px;
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--top {
    position: initial;
    max-width: 100%;
  }
}
.l-top__feature .l-top__feature--top a {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--top a {
    gap: 16px;
  }
}
.l-top__feature .l-top__feature--top .l-top__feature--top--body {
  display: flex;
  flex-direction: column-reverse;
}
.l-top__feature .l-top__feature--top .l-top__feature--top--body--title {
  margin-top: 16px;
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--top .l-top__feature--top--body--title {
    margin-top: 8px;
  }
}
.l-top__feature .l-top__feature--top .l-top__feature--top--body--head {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, -0.3571428571rem + 1.7857142857vw, 1.25rem);
}
.l-top__feature .l-top__feature--top .l-top__feature__feature--body--head--date {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: var(--AccentDustyGray);
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--top .l-top__feature__feature--body--head--date {
    font-size: 0.75rem;
  }
}
.l-top__feature .l-top__feature--top .l-top__feature--top--thumbnail {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.l-top__feature .l-top__feature--top .l-top__feature--top--thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.l-top__feature .l-top__feature--wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem) clamp(1.25rem, -0.1785714286rem + 2.9761904762vw, 2.5rem);
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--wrap {
    max-width: 100%;
    gap: 20px 12px;
  }
}
.l-top__feature .l-top__feature--wrap a {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--body {
    gap: 0;
  }
}
.l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--body--title {
  order: 2;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: var(--fontWeightBold);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--body--title {
    margin-top: 8px;
  }
}
.l-top__feature .l-top__feature--wrap .l-top__feature__wrap--item--body--category {
  order: 1;
}
.l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--body--date {
  order: 3;
  font-size: 0.875rem;
  color: var(--AccentDustyGray);
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--body--date {
    margin-top: 2px;
  }
}
.l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--thumbnail {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.l-top__feature .l-top__feature--wrap .l-top__feature--wrap--item--thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.l-top__feature .l-top__feature--button {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-top__feature .l-top__feature--button {
    margin-top: 38px;
  }
}

.l-top__shop-list {
  padding-block: 100px;
  background: var(--bgSecondary);
}
@media screen and (max-width: 767px) {
  .l-top__shop-list {
    padding-block: 60px;
  }
}
.l-top__shop-list .l-top__shop-list--content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--content {
    margin-top: 24px;
  }
}
.l-top__shop-list .l-top__shop-list--feature {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.l-top__shop-list .l-top__shop-list--feature--body {
  width: 50%;
  padding: 26px 20px;
  border: 1px solid var(--AccentPampas);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--body {
    width: 100%;
  }
}
.l-top__shop-list .l-top__shop-list--feature--body--title {
  padding-bottom: clamp(0.75rem, 0.1785714286rem + 1.1904761905vw, 1.25rem);
  text-align: center;
  color: var(--textSecondary);
  font-size: clamp(1.25rem, 0.8214285714rem + 0.8928571429vw, 1.625rem);
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--AccentPampas);
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--body--title {
    font-size: 1.25rem;
  }
}
.l-top__shop-list .l-top__shop-list--feature--body--title small {
  display: inline-block;
  margin-left: clamp(0.625rem, -0.0892857143rem + 1.4880952381vw, 1.25rem);
  font-size: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
}
.l-top__shop-list .l-top__shop-list--feature--body--address {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--body--address {
    gap: 16px;
  }
}
.l-top__shop-list .l-top__shop-list--feature--body--address div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--body--address div {
    gap: 12px;
  }
}
.l-top__shop-list .l-top__shop-list--feature--body--address div dt {
  text-align: center;
  width: 100px;
  background: var(--bgPrimary);
  border-radius: 6px;
  padding-block: 12px;
  line-height: var(--lineHeightNormal);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--body--address div dt {
    width: 86px;
    font-size: 0.875rem;
  }
}
.l-top__shop-list .l-top__shop-list--feature--body--address div dd {
  width: calc(100% - 100px);
  color: var(--textSecondary);
  letter-spacing: 0.05em;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--body--address div dd {
    width: calc(100% - 86px);
    font-size: 0.875rem;
  }
}
.l-top__shop-list .l-top__shop-list--feature--button {
  margin-top: 30px;
  width: 250px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--button {
    margin-top: 24px;
  }
}
.l-top__shop-list .l-top__shop-list--feature--image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--feature--image {
    width: 100%;
  }
}
.l-top__shop-list .l-top__shop-list--boxes {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--boxes {
    margin-top: 40px;
    gap: 32px;
  }
}
.l-top__shop-list .l-top__shop-list--box--title {
  font-size: 1.25rem;
  font-size: clamp(1.125rem, 1.0785714286rem + 0.1904761905vw, 1.25rem);
  padding-left: 10px;
  letter-spacing: 0.05em;
  color: var(--textSecondary);
  border-left: 3px solid var(--AccentPampas);
}
.l-top__shop-list .l-top__shop-list--box--list {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(174px, 1fr));
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-top__shop-list .l-top__shop-list--box--list {
    margin-top: 16px;
  }
}
.l-topics__archive {
  margin-top: 30px;
}
.l-topics__archive .l-topics__archive--tab {
  margin-top: 12px;
}
.l-topics__archive .l-topics__archive--cards {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .l-topics__archive .l-topics__archive--cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-topics__archive .l-topics__archive--cards > .p-card-topics {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-topics__archive .l-topics__archive--cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .l-topics__archive .l-topics__archive--cards > .p-card-topics {
    grid-column: 1/-1 !important;
  }
}
.l-topics__archive .l-topics__archive--cards > .p-card-topics:nth-child(1),
.l-topics__archive .l-topics__archive--cards > .p-card-topics:nth-child(2) {
  grid-column: span 3;
}
.l-topics__archive .l-topics__archive--cards > .p-card-topics:nth-child(n+3) {
  grid-column: span 2;
}
.l-topics__archive .l-topics__archive--cards:has(.l-topics__archive--empty) {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
}

.l-topics__single {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-topics__single {
    margin-top: 28px;
  }
}
.l-topics__single .l-topics__single--head {
  display: flex;
  flex-direction: column;
}
.l-topics__single .l-topics__single--title {
  order: 2;
  margin-top: 12px;
  font-size: clamp(1.5rem, 1.4071428571rem + 0.380952381vw, 1.75rem);
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.l-topics__single .l-topics__single--head--category {
  order: 1;
}
.l-topics__single .p-card-topics__body--head--date {
  margin-top: 4px;
  order: 3;
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
  color: var(--AccentDustyGray);
  letter-spacing: 0.02em;
}
.l-topics__single .l-topics__single--head--sns {
  margin-top: 20px;
  order: 4;
}
@media screen and (max-width: 767px) {
  .l-topics__single .l-topics__single--head--sns {
    margin-top: 14px;
  }
}
.l-topics__single .l-topics__single--content {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .l-topics__single .l-topics__single--content {
    margin-top: 26px;
  }
}
.l-topics__single .l-topics__single--content iframe {
  margin-top: 34px;
  width: 100%;
  aspect-ratio: 16/9 !important;
}
.l-topics__single .l-topics__single--content .l-topics__single--content--thumbnail {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .l-topics__single .l-topics__single--content .l-topics__single--content--thumbnail {
    margin-bottom: 32px;
  }
}
.l-topics__single .l-topics__single--content .l-topics__single--content--thumbnail img {
  border-radius: 12px;
}
.l-topics__single .l-topics__single--content h2 {
  margin-block: 64px 40px;
  padding-block: 8px;
  border-top: 1px solid var(--AccentMineShaft02);
  border-bottom: 1px solid var(--AccentMineShaft02);
  font-size: clamp(1.375rem, 1.2821428571rem + 0.380952381vw, 1.625rem);
  font-weight: var(--fontWeightBold);
}
@media screen and (max-width: 767px) {
  .l-topics__single .l-topics__single--content h2 {
    margin-block: 43px 22px;
    border-bottom: 2px solid var(--AccentMineShaft02);
  }
}
.l-topics__single .l-topics__single--content h3 {
  padding-left: 8px;
  margin-block: 28px 20px;
  font-size: clamp(1.125rem, 0.9857142857rem + 0.5714285714vw, 1.5rem);
  font-weight: var(--fontWeightBold);
  border-left: 1px solid var(--AccentMineShaft02);
}
.l-topics__single .l-topics__single--content p {
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
  line-height: 2;
  font-weight: var(--fontWeightMedium);
}
.l-topics__single .l-topics__single--content a {
  text-decoration: underline;
  color: var(--AccentPictonBlue);
}
.l-topics__single .l-topics__single--content p + p,
.l-topics__single .l-topics__single--content ul + p {
  margin-top: 16px;
}
.l-topics__single .l-topics__single--content ul {
  margin-top: 24px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-topics__single .l-topics__single--content ul {
    margin-top: 16px;
  }
}
.l-topics__single .l-topics__single--content ul li {
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
  list-style: disc;
  line-height: 2;
  font-weight: var(--fontWeightMedium);
}
.l-topics__single .l-topics__single--content .wp-block-gallery.m-0 {
  gap: 0;
}
.l-topics__single .l-topics__single--content .wp-block-gallery.m-0 img {
  border-radius: 0;
}
.l-topics__single .l-topics__single--content .wp-block-image {
  margin-top: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-topics__single .l-topics__single--content .wp-block-image {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.l-topics__single .l-topics__single--content .wp-block-image.m-0 {
  margin: 0 !important;
}
.l-topics__single .l-topics__single--content .wp-block-image img {
  border-radius: 12px;
}
.l-topics__single .l-topics__single--content .wp-block-gallery {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-topics__single .l-topics__single--content .wp-block-gallery {
    display: flex !important;
    margin-top: 26px;
  }
  .l-topics__single .l-topics__single--content .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}
.l-topics__single .l-topics__single--content .wp-block-gallery img {
  border-radius: 12px;
}

.l-topics__single--related {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .l-topics__single--related {
    margin-top: 54px;
  }
}
.l-topics__single--related .l-topics__single--related--head {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.l-topics__single--related .l-topics__single--related--head--title {
  font-size: 1.75rem;
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .l-topics__single--related .l-topics__single--related--head--title {
    font-size: 1.5rem;
  }
}
.l-topics__single--related .l-topics__single--related--cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-topics__single--related .l-topics__single--related--cards {
    margin-top: 18px;
    grid-template-columns: 100%;
    gap: 24px;
  }
}

.l-cast__archive {
  margin-top: 30px;
}
.l-cast__archive .l-cast__archive--tab {
  margin-top: 12px;
}
.l-cast__archive .l-cast__archive--cards {
  margin-top: 12px;
}

.l-cast__single {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-cast__single {
    margin-top: 36px;
  }
}
.l-cast__single .l-cast__single--content {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.l-cast__single .l-cast__single--content--body {
  max-width: 60.8695652174%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body {
    max-width: 100%;
  }
}
.l-cast__single .l-cast__single--content--body--head {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body--head {
    gap: 6px;
  }
}
.l-cast__single .l-cast__single--content--body--head--title .is-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.l-cast__single .l-cast__single--content--body--head--title .is-title .is-title__name {
  font-size: clamp(2rem, 1.8142857143rem + 0.7619047619vw, 2.5rem);
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
}
.l-cast__single .l-cast__single--content--body--head--title .is-title .is-title__position {
  font-size: 1.25rem;
}
.l-cast__single .l-cast__single--content--body--head--title .is-en {
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
  color: var(--AccentDustyGray);
  letter-spacing: 0.05em;
}
.l-cast__single .l-cast__single--content--body--head--category {
  padding: 6px 28px;
  text-align: center;
  width: fit-content;
  display: inline-block;
  font-size: 0.875rem;
  color: var(--AccentPampas);
  background: var(--AccentTundora);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body--head--category {
    padding: 10px 26px;
  }
}
.l-cast__single .l-cast__single--content--body--head--sns {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body--head--sns {
    margin-top: 20px;
  }
}
.l-cast__single .l-cast__single--content--body--head--sns--item.is-current a {
  background: var(--AccentTundora);
}
.l-cast__single .l-cast__single--content--body--head--sns--item div {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--AccentDustyGray);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body--head--sns--item div {
    width: 48px;
    height: 48px;
  }
}
.l-cast__single .l-cast__single--content--body--head--sns--item div .fa {
  font-size: 1.75rem;
  color: var(--AccentPampas);
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body--head--sns--item div .fa {
    font-size: 1.625rem;
  }
}
.l-cast__single .l-cast__single--content--body--head--sns--item a {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--AccentDustyGray);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body--head--sns--item a {
    width: 48px;
    height: 48px;
  }
}
.l-cast__single .l-cast__single--content--body--head--sns--item a .fa {
  font-size: 1.75rem;
  color: var(--AccentPampas);
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--body--head--sns--item a .fa {
    font-size: 1.625rem;
  }
}
.l-cast__single .l-cast__single--content--info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--info {
    grid-template-columns: 100%;
    row-gap: 14px;
  }
}
.l-cast__single .l-cast__single--content--info div {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.05em;
}
.l-cast__single .l-cast__single--content--info div dt {
  padding-block: 10px;
  text-align: center;
  width: 100px;
  font-size: 0.875rem;
  color: var(--textSecondary);
  background: var(--AccentSilk);
  border-radius: 4px;
}
.l-cast__single .l-cast__single--content--info div dd {
  width: calc(100% - 100px);
}
.l-cast__single .l-cast__single--content--thumbnail {
  max-width: 39.1304347826%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--content--thumbnail {
    max-width: 100%;
  }
}
.l-cast__single .l-cast__single--content--thumbnail img {
  border-radius: 12px;
}
.l-cast__single .l-cast__single--slider {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--slider {
    margin-top: 64px;
  }
}
.l-cast__single .l-cast__single--slider .castSwiper {
  margin-top: 20px;
  position: relative;
}
.l-cast__single .l-cast__single--slider .castSwiper .swiper-slide img {
  border-radius: 12px;
}
.l-cast__single .l-cast__single--slider .castSwiper .swiper-button-next-cast,
.l-cast__single .l-cast__single--slider .castSwiper .swiper-button-prev-cast {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  z-index: 10;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--slider .castSwiper .swiper-button-next-cast,
  .l-cast__single .l-cast__single--slider .castSwiper .swiper-button-prev-cast {
    width: 42px;
    height: 42px;
  }
}
.l-cast__single .l-cast__single--slider .castSwiper .swiper-button-next-cast {
  right: 0;
}
.l-cast__single .l-cast__single--slider .castSwiper .swiper-button-next-cast::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../public/image/_common/icon/arrow-1.png") no-repeat center center/contain;
}
.l-cast__single .l-cast__single--slider .castSwiper .swiper-button-prev-cast {
  left: 0;
}
.l-cast__single .l-cast__single--slider .castSwiper .swiper-button-prev-cast::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: rotate(180deg);
  background: url("../../public/image/_common/icon/arrow-1.png") no-repeat center center/contain;
}
@media (min-width: 768px) {
  .l-cast__single .l-cast__single--slider .castSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .l-cast__single .l-cast__single--slider .castSwiper .swiper-slide {
    width: auto !important;
  }
  .l-cast__single .l-cast__single--slider .castSwiper .swiper-button-next-cast,
  .l-cast__single .l-cast__single--slider .castSwiper .swiper-button-prev-cast {
    display: none;
  }
}
.l-cast__single .l-cast__single--button {
  text-align: center;
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-cast__single .l-cast__single--button {
    margin-top: 56px;
  }
}

.l-cast__single--related {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-cast__single--related {
    margin-top: 60px;
  }
}
.l-cast__single--related .l-cast__single--related--head--title {
  text-align: center;
  font-size: clamp(1.375rem, 1.1428571429rem + 0.9523809524vw, 2rem);
  font-weight: var(--fontWeightBold);
}
.l-cast__single--related .l-cast__single--related--cards {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .l-cast__single--related .l-cast__single--related--cards {
    margin-top: 22px;
  }
}

.l-shop__archive {
  margin-top: 30px;
}
.l-shop__archive .l-shop__archive--tab {
  margin-top: 12px;
}
.l-shop__archive .l-shop__archive--content {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .l-shop__archive .l-shop__archive--content {
    padding-inline: 12px;
  }
}
.l-shop__archive .l-shop__archive--boxes {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .l-shop__archive .l-shop__archive--boxes {
    gap: 20px;
  }
}
.l-shop__archive .l-shop__archive--box {
  flex: 0 0 460px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-shop__archive .l-shop__archive--box {
    flex: 0 460px;
  }
}
@media screen and (max-width: 767px) {
  .l-shop__archive .l-shop__archive--box {
    flex: 1;
  }
}
.l-shop__archive .l-shop__archive--box--items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 420px;
  max-width: clamp(20rem, 12.8571428571rem + 14.880952381vw, 26.25rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-shop__archive .l-shop__archive--box--items {
    max-width: 100%;
  }
}
.l-shop__archive .l-shop__archive--box--item {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.l-shop__archive .l-shop__archive--box--item--body {
  background: var(--AccentWhite);
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .l-shop__archive .l-shop__archive--box--item--body {
    padding: 16px 20px 20px;
  }
}
.l-shop__archive .l-shop__archive--box--item--body--title {
  font-size: 1.375rem;
  font-weight: var(--fontWeightBold);
}
.l-shop__archive .l-shop__archive--box--item--body--address {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.875rem;
}
.l-shop__archive .l-shop__archive--box--item--body--image {
  position: relative;
}
.l-shop__archive .l-shop__archive--box--item--body--image img {
  border-radius: 10px 10px 0 0;
}
.l-shop__archive .l-shop__archive--box--item--body--image--category {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 30px;
  color: var(--textSecondary);
  background: var(--AccentSilk);
  font-size: 0.875rem;
  border-radius: 12px 12px 0 0;
  line-height: var(--lineHeightNormal);
}
.l-shop__archive .l-shop__archive--map {
  max-width: 100%;
  width: 100%;
  position: sticky;
  top: 50px;
  height: calc(100vh - 50px);
  overflow: hidden;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .l-shop__archive .l-shop__archive--map {
    display: none;
  }
}
.l-shop__archive .l-shop__archive--map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.l-shop__single {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-shop__single {
    margin-top: 36px;
  }
}
.l-shop__single .l-shop__single--head--banner {
  margin-top: 40px;
}
.l-shop__single .l-shop__single--content--title {
  font-size: clamp(2.125rem, 1.7535714286rem + 1.5238095238vw, 3.125rem);
  font-family: var(--fontFamilyEn);
  font-weight: var(--fontWeightRegular);
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--title {
    text-align: center;
  }
}
.l-shop__single .l-shop__single--menu--tab {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--menu--tab {
    margin-top: 36px;
  }
}
.l-shop__single .l-shop__single--menu--title--cards {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--menu--title--cards {
    margin-top: 42px;
  }
}
.l-shop__single .l-shop__single--content--info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info {
    gap: 12px;
  }
}
.l-shop__single .l-shop__single--content--info div {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--AccentTimberWolf);
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info div {
    padding-bottom: 12px;
    flex-direction: column;
  }
}
.l-shop__single .l-shop__single--content--info div.is-center {
  align-items: center;
}
.l-shop__single .l-shop__single--content--info div dd,
.l-shop__single .l-shop__single--content--info div dd {
  letter-spacing: 0.05em;
}
.l-shop__single .l-shop__single--content--info div dt {
  width: 235px;
  font-weight: var(--fontWeightMedium);
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info div dt {
    width: 100%;
  }
}
.l-shop__single .l-shop__single--content--info div dd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 235px);
  font-weight: var(--fontWeightMedium);
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info div dd {
    width: 100%;
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info div dd.is-price {
    gap: 12px;
  }
}
.l-shop__single .l-shop__single--content--info div dd .image-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info div dd .image-wrapper {
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.l-shop__single .l-shop__single--content--info div dd .image-wrapper img {
  border-radius: 12px;
}
.l-shop__single .l-shop__single--content--info div dd .map {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info div dd .map {
    margin-top: 12px;
  }
}
.l-shop__single .l-shop__single--content--info div dd .map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--content--info div dd .map iframe {
    aspect-ratio: 1/1;
  }
}
.l-shop__single .l-shop__single--cta {
  margin-top: 72px;
  max-width: 768px;
  width: 100%;
  margin-inline: auto;
  padding: 26px 20px 34px;
  background: var(--bgSecondary);
  color: var(--textSecondary);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--cta {
    margin-top: 36px;
  }
}
.l-shop__single .l-shop__single--cta--title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.l-shop__single .l-shop__single--cta--title .is-title {
  font-size: 0.875rem;
}
.l-shop__single .l-shop__single--cta--title .is-en {
  font-size: clamp(1.375rem, 1.2821428571rem + 0.380952381vw, 1.625rem);
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
}
.l-shop__single .l-shop__single--cta--text {
  margin-top: 12px;
  text-align: center;
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--cta--text {
    margin-top: 6px;
  }
}
.l-shop__single .l-shop__single--cta--button {
  margin-top: 26px;
  width: 280px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-shop__single .l-shop__single--cta--button {
    margin-top: 16px;
    width: 216px;
  }
}

.l-error {
  text-align: center;
}
.l-error .l-error__head {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.4071428571rem + 0.380952381vw, 0.75rem);
}
.l-error .l-error__head--title {
  font-family: var(--fontFamilyEn);
  font-size: clamp(2.875rem, 2.5035714286rem + 1.5238095238vw, 3.875rem);
  line-height: var(--lineHeightNormal);
}
.l-error .l-error__head--text {
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
}
.l-error .l-error__text {
  margin-top: 42px;
  font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .l-error .l-error__text {
    margin-top: 28px;
  }
}
.l-error .l-error__button {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .l-error .l-error__button {
    margin-top: 28px;
  }
}

.l-footer {
  padding-block: 100px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 48px 12px;
  }
}
.l-footer.is-sub {
  margin-top: 130px;
  background: var(--bgSecondary);
  color: var(--textSecondary);
}
@media screen and (max-width: 767px) {
  .l-footer.is-sub {
    margin-top: 70px;
  }
}
.l-footer.is-sub .l-footer__sns--title {
  border-color: var(--AccentPampas);
}
.l-footer.is-sub .l-footer__sns--list--item a .fa {
  color: var(--textSecondary);
}
.l-footer.is-sub .copy-right {
  color: var(--textSecondary);
}
@media screen and (max-width: 767px) {
  .l-footer.is-pb {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner {
    padding-inline: 12px;
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
  }
}
.l-footer .l-footer__sns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__sns {
    gap: 20px;
  }
}
.l-footer .l-footer__sns--title {
  padding-left: 10px;
  border-left: 2px solid var(--AccentMineShaft02);
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__sns--title {
    font-size: 0.875rem;
  }
}
.l-footer .l-footer__sns--list {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__sns--list {
    gap: 18px;
  }
}
.l-footer .l-footer__sns--list--item a .fa {
  font-size: 1.875rem;
  color: var(--AccentMineShaft02);
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__sns--list--item a .fa {
    font-size: 1.5rem;
  }
}
.l-footer .l-footer__logo {
  margin-top: 100px;
  width: 220px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__logo {
    margin-top: 48px;
    width: 180px;
  }
}
.l-footer .l-footer__nav {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__nav {
    margin-top: 24px;
  }
}
.l-footer .l-footer__nav--items {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__nav--items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer .l-footer__nav__item a {
  padding: 20px;
  font-weight: var(--fontWeightMedium);
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__nav__item a {
    padding: 16px;
  }
}
.l-footer .copy-right {
  margin-top: 100px;
  font-size: 0.75rem;
  color: var(--AccentMineShaft02);
  letter-spacing: var(--letterSpacingBase);
}
@media screen and (max-width: 767px) {
  .l-footer .copy-right {
    margin-top: 40px;
  }
}

.c-button__primary {
  text-align: center;
  padding: 20px 68px;
  background-color: var(--btnPrimary);
  border: 2px solid var(--AccentMineShaft02);
  border-radius: 50px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .c-button__primary {
    padding: 18px 56px;
    font-size: 0.875rem;
  }
}
.c-button__primary span {
  position: relative;
  left: -10px;
}
.c-button__primary span::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: var(--fontWeightBold);
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: -28px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-button__primary span::after {
    right: -24px;
    font-size: 1rem;
  }
}

.c-button__secondary {
  width: 100%;
  text-align: center;
  padding-block: 14px;
  background: transparent;
  color: var(--textSecondary);
  border: 2px solid var(--AccentPampas);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-button__secondary {
    padding-block: 10px;
    font-size: 0.875rem;
  }
}
.c-button__secondary span {
  position: relative;
  left: -10px;
}
.c-button__secondary span::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: var(--fontWeightBold);
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: -28px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-button__secondary span::after {
    right: -24px;
    font-size: 1rem;
  }
}

.c-button-news {
  position: relative;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--AccentMineShaft);
  color: var(--AccentWhite);
  text-decoration: none;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-button-news {
    padding: 10px 24px;
    width: 180px;
  }
}
.c-button-news span {
  position: relative;
  left: -10px;
}
.c-button-news span::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: var(--fontWeightBold);
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: -28px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-button-news span::after {
    right: -24px;
    font-size: 1rem;
  }
}

.c-inner__primary {
  max-width: 1320px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .c-inner__primary {
    max-width: 1304px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 12px;
  }
}

.c-inner__secondary {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .c-inner__secondary {
    max-width: 1204px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 12px;
  }
}

.c-inner__tertiary {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .c-inner__tertiary {
    max-width: 944px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 12px;
  }
}

.c-inner__news-top {
  max-width: 2040px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .c-inner__news-top {
    max-width: 2024px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 12px;
  }
}

.c-title-section__primary {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: flex-end;
  gap: 16px;
  gap: clamp(0.5rem, 0.3142857143rem + 0.7619047619vw, 1rem);
}
@media screen and (max-width: 767px) {
  .c-title-section__primary {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.c-title-section__primary.is-center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-title-section__primary.is-center {
    flex-direction: row-reverse;
    align-items: baseline;
  }
}
.c-title-section__primary.is-vertical {
  gap: 8px;
  flex-direction: column-reverse;
  align-items: center;
}
.c-title-section__primary.is-change-color {
  color: var(--textSecondary);
}
.c-title-section__primary.is-cast {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  gap: 6px;
}
.c-title-section__primary.is-cast .is-title {
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
}
.c-title-section__primary.is-cast .is-en {
  font-size: clamp(2.125rem, 2.0321428571rem + 0.380952381vw, 2.375rem);
}
.c-title-section__primary .is-title {
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
}
.c-title-section__primary .is-en {
  font-size: clamp(2.125rem, 1.8464285714rem + 1.1428571429vw, 2.875rem);
  font-weight: var(--fontWeightRegular);
  font-family: var(--fontFamilyEn);
  line-height: var(--lineHeightNormal);
}

.c-title__fv-sub {
  display: flex;
  flex-direction: column-reverse;
  color: var(--textSecondary);
}
.c-title__fv-sub .is-title {
  font-size: clamp(0.875rem, 0.7821428571rem + 0.380952381vw, 1.125rem);
  letter-spacing: 0.05em;
}
.c-title__fv-sub .is-title.is-shop {
  font-size: clamp(1.5rem, 0.9428571429rem + 2.2857142857vw, 3rem);
}
.c-title__fv-sub .is-en {
  font-size: clamp(2rem, 1.4428571429rem + 2.2857142857vw, 3.5rem);
  font-family: var(--fontFamilyEn);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacingBase);
}

.l-header__item a,
.l-footer__nav__item a,
.p-breadcrumb a,
.p-tab-ranking__item,
.p-pagination__single--item,
.p-sns-share__button {
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item a:hover, .l-header__item a:focus,
  .l-footer__nav__item a:hover,
  .l-footer__nav__item a:focus,
  .p-breadcrumb a:hover,
  .p-breadcrumb a:focus,
  .p-tab-ranking__item:hover,
  .p-tab-ranking__item:focus,
  .p-pagination__single--item:hover,
  .p-pagination__single--item:focus,
  .p-sns-share__button:hover,
  .p-sns-share__button:focus {
    opacity: 0.8;
  }
}

.c-button__primary,
.c-button__secondary,
.c-button-news,
.l-top__pickup-cast--body--button {
  transition: all 0.5s ease;
}
.c-button__primary span::after,
.c-button__secondary span::after,
.c-button-news span::after,
.l-top__pickup-cast--body--button span::after {
  transition: right 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-button__primary:hover, .c-button__primary:focus,
  .c-button__secondary:hover,
  .c-button__secondary:focus,
  .c-button-news:hover,
  .c-button-news:focus,
  .l-top__pickup-cast--body--button:hover,
  .l-top__pickup-cast--body--button:focus {
    opacity: 0.8;
  }
  .c-button__primary:hover span::after, .c-button__primary:focus span::after,
  .c-button__secondary:hover span::after,
  .c-button__secondary:focus span::after,
  .c-button-news:hover span::after,
  .c-button-news:focus span::after,
  .l-top__pickup-cast--body--button:hover span::after,
  .l-top__pickup-cast--body--button:focus span::after {
    right: -32px;
  }
}

.l-top__news--slider .swiper-slide-active a {
  transition: transform 0.3s ease-in-out;
}
.l-top__news--slider .swiper-slide-active a img {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .l-top__news--slider .swiper-slide-active a:hover, .l-top__news--slider .swiper-slide-active a:focus {
    transform: translateY(-10px);
  }
}

.l-top__news--slider .swiper-button-next {
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top__news--slider .swiper-button-next:hover, .l-top__news--slider .swiper-button-next:focus {
    opacity: 0.8;
  }
}

.l-top__recommend--slider a {
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top__recommend--slider a:hover, .l-top__recommend--slider a:focus {
    opacity: 0.8;
  }
}
.l-top__recommend--slider .swiper-button-prev-recommend,
.l-top__recommend--slider .swiper-button-next-recommend {
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top__recommend--slider .swiper-button-prev-recommend:hover, .l-top__recommend--slider .swiper-button-prev-recommend:focus,
  .l-top__recommend--slider .swiper-button-next-recommend:hover,
  .l-top__recommend--slider .swiper-button-next-recommend:focus {
    opacity: 0.8;
  }
}

.p-card-cast__item a,
.l-top__shop--item,
.l-top__feature--top a,
.l-top__feature--wrap--item a,
.l-top__shop-list--box--list--item a,
.l-footer__sns--list--item a,
.p-card-topics a,
.l-shop__archive--box--item,
.l-cast__single--content--body--head--sns--item a {
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .p-card-cast__item a:hover, .p-card-cast__item a:focus,
  .l-top__shop--item:hover,
  .l-top__shop--item:focus,
  .l-top__feature--top a:hover,
  .l-top__feature--top a:focus,
  .l-top__feature--wrap--item a:hover,
  .l-top__feature--wrap--item a:focus,
  .l-top__shop-list--box--list--item a:hover,
  .l-top__shop-list--box--list--item a:focus,
  .l-footer__sns--list--item a:hover,
  .l-footer__sns--list--item a:focus,
  .p-card-topics a:hover,
  .p-card-topics a:focus,
  .l-shop__archive--box--item:hover,
  .l-shop__archive--box--item:focus,
  .l-cast__single--content--body--head--sns--item a:hover,
  .l-cast__single--content--body--head--sns--item a:focus {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-card-cast__item a,
  .l-top__shop--item,
  .l-top__feature--top a,
  .l-top__feature--wrap--item a,
  .l-top__shop-list--box--list--item,
  .l-footer__sns--list--item a,
  .p-card-topics a,
  .l-shop__archive--box--item {
    transition: none !important;
  }
}
.p-tab-category__item--button {
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-tab-category__item--button:hover, .p-tab-category__item--button:focus {
    background: var(--AccentTundora) !important;
    color: var(--textSecondary) !important;
  }
}

.page-numbers li a {
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers li a:hover, .page-numbers li a:focus {
    color: var(--textSecondary) !important;
    background: var(--AccentTundora);
  }
  .page-numbers li a:hover.prev, .page-numbers li a:hover.next, .page-numbers li a:focus.prev, .page-numbers li a:focus.next {
    opacity: 0.8;
  }
}

.c-category-group {
  width: fit-content;
  padding: 10px clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
  font-size: clamp(0.75rem, 0.6071428571rem + 0.2976190476vw, 0.875rem);
  color: var(--textSecondary);
  background-color: var(--bgCategory);
  border-radius: 6px;
  line-height: var(--lineHeightNormal);
}
@media screen and (max-width: 767px) {
  .c-category-group {
    border-radius: 4px;
  }
}
.c-category-group.is-shop {
  padding: 10px clamp(1rem, -0.7142857143rem + 3.5714285714vw, 2.5rem);
  font-size: 1.625rem;
}
.c-category-group.is-small {
  font-size: 0.875rem;
}

.p-tab-ranking {
  display: grid;
  gap: 18px;
  text-align: center;
}
.p-tab-ranking.is-4columns {
  gap: 18px 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-tab-ranking.is-4columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-tab-ranking.is-2columns {
  grid-template-columns: repeat(2, 1fr);
}
.p-tab-ranking .p-tab-ranking__item {
  position: relative;
  padding-bottom: 8px;
  font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  border-bottom: 2px solid var(--AccentMineShaft02);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-tab-ranking .p-tab-ranking__item {
    padding-bottom: 6px;
    font-size: 1rem;
  }
}
.p-tab-ranking .p-tab-ranking__item.is-current::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 15px solid var(--AccentMineShaft02);
  border-bottom: 0;
}
.p-tab-ranking .p-tab-ranking__item--title {
  font-size: 1.125rem;
}

.p-card-cast {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 992px) {
  .p-card-cast {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-card-cast {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}
.p-card-cast.is-cast-related {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-card-cast.is-cast-related {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-card-cast .p-card-cast__item a {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-card-cast .p-card-cast__item a {
    gap: 6px;
  }
}
.p-card-cast .p-card-cast__item--body {
  display: flex;
  flex-direction: column;
}
.p-card-cast .p-card-cast__item--body--name {
  order: 2;
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 8px;
  font-weight: var(--fontWeightBold);
}
.p-card-cast .p-card-cast__item--body--name .is-name {
  font-size: clamp(1.125rem, 1.0785714286rem + 0.1904761905vw, 1.25rem);
}
.p-card-cast .p-card-cast__item--body--name .is-position {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.p-card-cast .p-card-cast__item--body--category {
  order: 1;
  font-size: clamp(0.75rem, 0.7035714286rem + 0.1904761905vw, 0.875rem);
}
.p-card-cast .p-card-cast__item--thumbnail {
  position: relative;
}
.p-card-cast .p-card-cast__item--thumbnail img {
  border-radius: 12px;
}
.p-card-cast .p-card-cast__item--thumbnail--number {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding-block: 4px;
  letter-spacing: var(--letterSpacingBase);
  color: var(--textSecondary);
  background: var(--bgMineShaftOpacity);
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 767px) {
  .p-card-cast .p-card-cast__item--thumbnail--number {
    padding-block: 2px;
    font-size: 0.75rem;
  }
}

.p-card-topics:nth-child(1) a .p-card-topics__thumbnail, .p-card-topics:nth-child(2) a .p-card-topics__thumbnail {
  height: clamp(12.6875rem, 1.2589285714rem + 23.8095238095vw, 22.6875rem);
}
@media screen and (max-width: 767px) {
  .p-card-topics:nth-child(1) a .p-card-topics__thumbnail, .p-card-topics:nth-child(2) a .p-card-topics__thumbnail {
    height: clamp(13.3125rem, -0.7823275862rem + 57.824933687vw, 26.9375rem);
  }
}
.p-card-topics:nth-child(1) a .p-card-topics__thumbnail img, .p-card-topics:nth-child(2) a .p-card-topics__thumbnail img {
  height: 100%;
}
.p-card-topics:nth-child(n+3) a .p-card-topics__thumbnail {
  height: clamp(12.6875rem, 10.3303571429rem + 4.9107142857vw, 14.75rem);
}
@media screen and (max-width: 767px) {
  .p-card-topics:nth-child(n+3) a .p-card-topics__thumbnail {
    height: clamp(13.3125rem, -0.7823275862rem + 57.824933687vw, 26.9375rem);
  }
}
.p-card-topics:nth-child(n+3) a .p-card-topics__thumbnail img {
  height: 100%;
}
.p-card-topics.is-related a .p-card-topics__body {
  margin-top: 12px;
}
.p-card-topics.is-related a .p-card-topics__thumbnail {
  height: clamp(8.1875rem, 5.5446428571rem + 5.505952381vw, 10.5rem);
}
@media screen and (max-width: 767px) {
  .p-card-topics.is-related a .p-card-topics__thumbnail {
    height: clamp(13.3125rem, -0.7823275862rem + 57.824933687vw, 26.9375rem);
  }
}
.p-card-topics.is-related a .p-card-topics__thumbnail img {
  height: 100%;
}
.p-card-topics a {
  display: flex;
  flex-direction: column-reverse;
}
.p-card-topics .p-card-topics__body {
  margin-top: 24px;
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-card-topics .p-card-topics__body {
    margin-top: 10px;
    gap: 8px;
  }
}
.p-card-topics .p-card-topics__body--title {
  text-align: left;
  font-size: 1rem;
  font-weight: var(--fontWeightBold);
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-card-topics .p-card-topics__body--head {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-card-topics .p-card-topics__body--head {
    flex-direction: row;
    gap: 8px;
  }
}
.p-card-topics .p-card-topics__body--head--date {
  font-size: 0.875rem;
  color: var(--AccentDustyGray);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-card-topics .p-card-topics__body--head--date {
    font-size: 0.75rem;
  }
}
.p-card-topics .p-card-topics__thumbnail {
  position: relative;
}
.p-card-topics .p-card-topics__thumbnail img {
  border-radius: 12px;
  object-fit: cover;
}
.p-card-topics .p-card-topics__thumbnail--number {
  position: absolute;
  top: -4px;
  left: -18px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--AccentTundora);
  color: var(--textSecondary);
  border-radius: 100vmax;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-card-topics .p-card-topics__thumbnail--number {
    top: -8px;
    left: -8px;
    width: 42px;
    height: 42px;
    font-size: 0.75rem;
  }
}

.p-card-blockquote {
  margin-top: 50px;
  max-width: 768px;
  width: 100%;
  margin-inline: auto;
  padding: 26px 20px 34px;
  background: var(--bgSecondary);
  color: var(--textSecondary);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-card-blockquote {
    margin-top: 36px;
  }
}
.p-card-blockquote .p-card-blockquote__title {
  text-align: center !important;
  margin-top: 0 !important;
  font-size: 1.625rem !important;
  font-weight: var(--fontWeightBold) !important;
}
@media screen and (max-width: 767px) {
  .p-card-blockquote .p-card-blockquote__title {
    font-size: 1.375rem !important;
  }
}
.p-card-blockquote .p-card-blockquote__address {
  margin-top: 0 !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
}
.p-card-blockquote .p-card-blockquote__address--button {
  margin-top: 26px;
  width: 280px;
  max-width: 100%;
  margin-inline: auto;
}
.p-card-blockquote .p-card-blockquote__address--button a {
  color: var(--textSecondary) !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-card-blockquote .p-card-blockquote__address--button {
    margin-top: 16px;
    width: 200px;
  }
}

.p-breadcrumb {
  margin-top: 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.p-breadcrumb .p-breadcrumb__inner {
  padding-inline: 80px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb .p-breadcrumb__inner {
    padding-inline: 12px;
  }
}
.p-breadcrumb a {
  color: var(--AccentSilk);
}
.p-breadcrumb .home {
  padding-right: 6px;
}
.p-breadcrumb .current-item {
  padding-left: 6px;
}

.p-news-single {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    margin-top: 28px;
  }
}
.p-news-single .p-news-single__head {
  display: flex;
  flex-direction: column;
}
.p-news-single .p-news-single__head--title {
  order: 2;
  margin-top: 12px;
  font-size: clamp(1.375rem, 1.2357142857rem + 0.5714285714vw, 1.75rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-news-single .p-news-single__head--category {
  order: 1;
}
.p-news-single .p-news-single__head--date {
  margin-top: 4px;
  order: 3;
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
  color: var(--AccentDustyGray);
  letter-spacing: 0.02em;
}
.p-news-single .p-news-single__head--sns {
  margin-top: 20px;
  order: 4;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__head--sns {
    margin-top: 14px;
  }
}
.p-news-single .p-news-single__content--thumbnail img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content--thumbnail img {
    border-radius: 12px;
  }
}
.p-news-single .p-news-single__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content {
    margin-top: 36px;
  }
}
.p-news-single .p-news-single__content h2 {
  margin-top: 46px;
  padding-left: 12px;
  font-size: clamp(1.375rem, 1.2821428571rem + 0.380952381vw, 1.625rem);
  border-left: 4px solid var(--AccentTundora);
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content h2 {
    margin-top: 32px;
  }
}
.p-news-single .p-news-single__content h3 {
  margin-top: 46px;
  padding-block: 8px;
  font-size: clamp(1.125rem, 0.9857142857rem + 0.5714285714vw, 1.5rem);
  border-top: 2px solid var(--AccentTundora);
  border-bottom: 2px solid var(--AccentTundora);
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content h3 {
    margin-top: 24px;
  }
}
.p-news-single .p-news-single__content p {
  margin-top: 32px;
  font-size: clamp(0.875rem, 0.8285714286rem + 0.1904761905vw, 1rem);
  font-weight: var(--fontWeightMedium);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content p {
    margin-top: 18px;
  }
}
.p-news-single .p-news-single__content .wp-block-image {
  margin-top: 36px;
}
.p-news-single .p-news-single__content .wp-block-image img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content .wp-block-image img {
    border-radius: 12px;
  }
}
.p-news-single .p-news-single__content ul {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content ul {
    margin-top: 18px;
    gap: 2px;
  }
}
.p-news-single .p-news-single__content ul li {
  list-style: disc;
  line-height: 2;
}
.p-news-single .p-news-single__content .wp-block-gallery {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content .wp-block-gallery {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content .wp-block-gallery.is-layout-flex .wp-block-image {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
.p-news-single .p-news-single__content .wp-block-gallery .wp-block-image img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content .wp-block-gallery .wp-block-image img {
    width: 100%;
    border-radius: 12px !important;
  }
}
.p-news-single .p-news-single__content--blockquote {
  margin-top: 50px;
  max-width: 768px;
  width: 100%;
  margin-inline: auto;
  padding: 26px 20px 34px;
  background: var(--bgSecondary);
  color: var(--textSecondary);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content--blockquote {
    margin-top: 36px;
  }
}
.p-news-single .p-news-single__content--blockquote .p-news-single__content--blockquote--title {
  text-align: center;
  margin-top: 0;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-news-single__content--blockquote .p-news-single__content--blockquote--title {
    font-size: 1.25rem;
  }
}
.p-news-single .p-news-single__content--blockquote p {
  margin-top: 0;
  text-align: center;
}
.p-news-single .p-news-single__content--blockquote .p-news-single__content--blockquote--button {
  margin-top: 26px;
  width: 280px;
  max-width: 100%;
  margin-inline: auto;
}

.p-news-single__related {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-news-single__related {
    margin-top: 36px;
  }
}
.p-news-single__related .p-news-single__related--head--title {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-news-single__related .p-news-single__related--head--title {
    font-size: 1.375rem;
  }
}
.p-news-single__related .p-news-single__related--cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-single__related .p-news-single__related--cards {
    margin-top: 18px;
    grid-template-columns: 100%;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-tab-category.is-pc {
    display: none;
  }
}
.p-tab-category.is-shop .p-tab-category__item {
  justify-content: center;
}
.p-tab-category .p-tab-category__items {
  border-top: 1px solid var(--AccentTimberWolf);
  display: flex;
  flex-direction: column;
}
.p-tab-category .p-tab-category__item {
  padding-block: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid var(--AccentTimberWolf);
}
@media screen and (max-width: 767px) {
  .p-tab-category .p-tab-category__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-tab-category .p-tab-category__item--button {
  padding-block: 10px;
  width: 172px;
  max-width: 100%;
  text-align: center;
  font-size: 0.75rem;
  background: var(--bgCategory);
  color: var(--textSecondary);
  border-radius: 6px;
  line-height: var(--lineHeightNormal);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-tab-category .p-tab-category__item--button {
    width: 100%;
  }
}
.p-tab-category .p-tab-category__item--button .is-dash {
  font-size: 10px;
}
.p-tab-category .p-tab-category__item--button.is-child {
  padding-block: 10px 10px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-tab-category .p-tab-category__item--button.is-child {
    padding-block: 12px;
    font-size: 0.75rem;
  }
}
.p-tab-category .p-tab-category__item--button.is-current {
  background: var(--AccentTundora);
  color: var(--textSecondary);
}

.p-tab-category-sp--bg {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 399;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-tab-category-sp--bg.is-active {
  opacity: 1;
  visibility: visible;
}

.p-tab-category-sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 400;
  color: var(--textSecondary);
}
@media screen and (max-width: 767px) {
  .p-tab-category-sp {
    display: block;
  }
}
.p-tab-category-sp .p-tab-category-sp__inner {
  max-width: 520px;
  margin: 0 auto;
}
.p-tab-category-sp .p-tab-category-sp__trigger {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  max-width: 100%;
  padding: 14px 16px;
  background: var(--AccentTundora);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-tab-category-sp .p-tab-category-sp__trigger.is-footer-active {
  color: var(--textPrimary);
  background: var(--bgPrimary);
}
.p-tab-category-sp .p-tab-category-sp__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  z-index: 9998;
}
.p-tab-category-sp .p-tab-category-sp__drawer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80vh;
  background: rgba(74, 74, 74, 0.95);
  transform: translateY(100%);
  transition: 0.25s;
  z-index: 9999;
  overflow: hidden;
}
.p-tab-category-sp .p-tab-category-sp__drawerHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.p-tab-category-sp .p-tab-category-sp__drawerTitle {
  color: #fff;
  font-weight: 700;
}
.p-tab-category-sp .p-tab-category-sp__close {
  position: absolute;
  top: 0;
  right: 0;
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.p-tab-category-sp .p-tab-category-sp__drawerBody {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: auto;
  padding: 30px 20px;
  height: calc(100% - 53px);
  -webkit-overflow-scrolling: touch;
}
.p-tab-category-sp .p-tab-category-sp__child-menu {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0px solid var(--AccentSilk);
  border-bottom: 0px solid var(--AccentSilk);
  transition: grid-template-rows 0.3s ease-out, margin 0.3s ease-out, padding 0.3s ease-out, border-width 0.3s ease-out;
}
.p-tab-category-sp .p-tab-category-sp__child-menu.is-open {
  grid-template-rows: 1fr;
  margin-top: 15px;
  padding-block: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.p-tab-category-sp .p-tab-category-sp__child-menu--inner {
  overflow: hidden;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-tab-category-sp .p-tab-category-sp__link {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding-block: 18px;
  font-weight: var(--fontWeightBold);
  line-height: var(--lineHeightNormal);
  color: var(--textSecondary);
  background: var(--bgCategory);
  border-radius: 5px;
}
.p-tab-category-sp .p-tab-category-sp__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid var(--AccentPampas);
  border-bottom: 0;
  transition: transform 0.3s ease;
}
.p-tab-category-sp .p-tab-category-sp__link.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-tab-category-sp .p-tab-category-sp__link--child {
  padding-block: 12px;
  font-size: 0.75rem;
  line-height: var(--lineHeightNormal);
  border-radius: 5px;
}
.p-tab-category-sp .p-tab-category-sp__link--child::after {
  display: none;
}
.p-tab-category-sp .p-tab-category-sp__link.is-current {
  font-weight: 700;
}
.p-tab-category-sp.is-open .p-tab-category-sp__overlay {
  opacity: 1;
  visibility: visible;
}
.p-tab-category-sp.is-open .p-tab-category-sp__drawer {
  transform: translateY(0);
}

.p-pagination__archive {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pagination__archive {
    margin-top: 60px;
  }
}
.p-pagination__archive .page-numbers {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-pagination__archive .page-numbers {
    gap: 20px;
    font-size: 1.125rem;
  }
}
.p-pagination__archive .page-numbers li .current {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: var(--textSecondary) !important;
  background: var(--AccentTundora);
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-pagination__archive .page-numbers li .current {
    padding: 20px;
    width: 44px;
    height: 44px;
  }
}
.p-pagination__archive .page-numbers li .page-numbers {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: var(--textPrimary);
  border-radius: 100vmax;
  border: 1px solid var(--AccentMineShaft02);
}
@media screen and (max-width: 767px) {
  .p-pagination__archive .page-numbers li .page-numbers {
    width: 44px;
    height: 44px;
    padding: 20px;
  }
}
.p-pagination__archive .page-numbers.prev {
  rotate: 180deg;
}
.p-pagination__archive .page-numbers.prev, .p-pagination__archive .page-numbers.next {
  padding: 0 !important;
  width: auto;
  height: auto;
  background: transparent !important;
  border: none !important;
}
.p-pagination__archive .page-numbers.prev img, .p-pagination__archive .page-numbers.next img {
  width: 24px;
  height: 24px;
}

.p-pagination__single {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-pagination__single {
    margin-top: 36px;
    grid-template-columns: 100%;
    gap: 12px;
  }
}
.p-pagination__single .p-pagination__single--item {
  padding: 32px 20px;
  color: var(--textSecondary);
  background: var(--AccentSilk);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .p-pagination__single .p-pagination__single--item {
    padding: 18px 12px;
  }
}
.p-pagination__single .p-pagination__single--head {
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid var(--AccentPampas);
}
.p-pagination__single .p-pagination__single--head .is-en {
  display: block;
  letter-spacing: var(--letterSpacingBase);
  font-size: 1.875rem;
  line-height: var(--lineHeightNormal);
}
@media screen and (max-width: 767px) {
  .p-pagination__single .p-pagination__single--head .is-en {
    font-size: 1.5rem;
  }
}
.p-pagination__single .p-pagination__single--head .is-ja {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: var(--lineHeightNormal);
  letter-spacing: 0.05em;
}
.p-pagination__single .p-pagination__single--link {
  display: block;
  height: 1px;
  background: #111;
  width: 78%;
  margin: 18px auto 18px;
  opacity: 0.5;
}
.p-pagination__single .p-pagination__single--title {
  margin-top: 12px;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-sns-share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-sns-share {
    gap: 6px;
  }
}

.p-sns-share__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 9px;
  border-radius: 4px;
  color: var(--AccentWhite);
  font-size: 0.75rem;
  line-height: var(--lineHeightNormal);
}
@media screen and (max-width: 767px) {
  .p-sns-share__button {
    padding: 8px 10px 9px;
    gap: 4px;
  }
}
.p-sns-share__button .fa {
  font-size: 1rem;
}
.p-sns-share__button span {
  display: inline-block;
}
.p-sns-share__button.is-x {
  background: var(--AccentPictonBlue);
}
.p-sns-share__button.is-facebook {
  background: var(--AccentDodgerBlue);
}
.p-sns-share__button.is-line {
  background: var(--AccentLimeade);
}
.p-sns-share__button.is-copy {
  background: var(--AccentDustyGray);
}

.u-br__block-md {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br__block-md {
    display: block;
  }
}

.u-br__block-sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .u-br__block-sm {
    display: block;
  }
}

.u-section-margin__pt {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .u-section-margin__pt {
    padding-top: 60px;
  }
}

.u-section-margin__mt {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-section-margin__mt {
    margin-top: 60px;
  }
}