@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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

summary {
  list-style: none; /* Safari対応 */
}

summary::-webkit-details-marker {
  display: none; /* Chrome / Safari / Edge対応 */
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifJP/NotoSerifJPLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP/NotoSerifJPRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP/NotoSerifJPMedium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP/NotoSerifJPBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP/NotoSansJPLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJPRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJPMedium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJPBold.woff2") format("woff2");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    /*
      基準：375px幅のときに10pxになるように設定
      → 10 / 375 * 100 = 2.6666...
      よって font-size: 2.666vw; でもOK
    */
  }
}

body {
  font-family: var(--font-noto-serif-jp);
  font-size: 1.4rem;
  line-height: 2.2;
  color: var(--color-black-900);
  letter-spacing: 0.1em;
  background: var(--color-white);
}
body.is-fixed {
  overflow: hidden;
}

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

a {
  display: block;
  cursor: pointer;
}

button {
  cursor: pointer;
}

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

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only-inline {
    display: inline;
  }
}

:root {
  --color-black-900: #111111;
  --color-black: #000000;
  --color-brown-800: #362d2b;
  --color-brown-600: #b29360;
  --color-brown-550: #b28247;
  --color-brown-500: #a48053;
  --color-brown-400: #a39989;
  --color-gray-500: #9b9b9b;
  --color-gray-400: #bcbcbc;
  --color-gray-200: #e2ddd5;
  --color-gray-100: #efeae2;
  --color-white: #ffffff;
  --color-white-50: #f2ede4;
  --color-brown-200: #f6efe6;
  --color-brown-150: #f2eee6;
  --color-brown-100: #f3eee5;
  --color-blue-100: #0080bf;
  --linear-brown: linear-gradient(115.47deg, #b29360 31.51%, #a48053 68.49%);
  --linear-brown-reverse: linear-gradient(
    295.47deg,
    #b29360 31.51%,
    #a48053 68.49%
  );
  --font-noto-serif-jp: "Noto Serif JP", serif;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
}

.bor-btn {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  max-width: 56rem;
  padding-block: 1.4rem;
  background: var(--color-white);
  border: 1px solid var(--color-brown-600);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .bor-btn:hover {
    background-color: var(--color-brown-600);
  }
  .bor-btn:hover .bor-btn-text {
    color: var(--color-white);
  }
  .bor-btn:hover .bor-btn__icon path {
    stroke: var(--color-white);
  }
}
@media screen and (max-width: 768px) {
  .bor-btn {
    padding-block: 1rem;
  }
}
.bor-btn .bor-btn__icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.6rem;
  height: 1.2rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bor-btn .bor-btn__icon {
    right: 1.8rem;
  }
}

.bor-btn-text {
  font-size: 2.4rem;
  color: var(--color-brown-600);
}
@media screen and (max-width: 768px) {
  .bor-btn-text {
    font-size: 1.8rem;
  }
}

.breadcrumb {
  padding-block-start: 6.637rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-block-start: 4.581rem;
    font-size: 1.2rem;
  }
}

.breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 1rem 3.2rem;
  line-height: 1;
  background-color: var(--color-gray-100);
}
@media screen and (max-width: 768px) {
  .breadcrumb__inner {
    padding: 1.2rem 3.2rem;
  }
}

.breadcrumb__link {
  max-width: 17.1rem;
  font-family: var(--font-noto-sans-jp);
  font-weight: 300;
  line-height: 1;
  color: var(--color-black-900);
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .breadcrumb__link:hover {
    color: var(--color-brown-600);
  }
}

.breadcrumb__current {
  display: -webkit-box;
  max-width: 17.1rem;
  height: 1em;
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 一応入れておく */
  -webkit-line-clamp: 1; /* 最大2行まで表示 */
  font-family: var(--font-noto-sans-jp);
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  -webkit-box-orient: vertical; /* 縦方向に並べる */
}

.page-id-17 .breadcrumb__current {
  color: var(--color-brown-550);
}

.event-block__content {
  display: flex;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  justify-content: space-between;
  width: 100%;
}
.event-block__content .event-block__card {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .event-block__content .event-block__card {
    display: none;
  }
}
.event-block__content .event-block__list {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .event-block__content .event-block__list {
    display: none;
  }
}
.event-block__content .event-block__list-sp {
  display: none;
  flex-direction: column;
  row-gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .event-block__content .event-block__list-sp {
    display: flex;
  }
}

.event-card {
  width: 100%;
  max-width: 36rem;
}
.event-card .event-card__link {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
@media (any-hover: hover) {
  .event-card .event-card__link:hover .event-card__img img {
    transform: scale(1.1);
  }
  .event-card .event-card__link:hover .event-card__info {
    opacity: 0.6;
  }
  .event-card .event-card__link:hover .event-card__title {
    opacity: 0.6;
  }
}
.event-card .event-card__img {
  flex-shrink: 0;
  width: 36rem;
  height: 36rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-card .event-card__img img {
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
.event-card .event-card__info {
  transition: all 0.3s;
}
.event-card .event-card__title {
  margin-block-end: 1.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  transition: all 0.3s;
}
.event-card .event-card__description {
  display: -webkit-box;
  margin-block-start: 1rem;
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 一応入れておく */
  -webkit-line-clamp: 2; /* 最大2行まで表示 */
  -webkit-box-orient: vertical; /* 縦方向に並べる */
}

.event-list-item .event-list-item__link {
  display: flex;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
@media (any-hover: hover) {
  .event-list-item .event-list-item__link:hover .event-list-item__img img {
    transform: scale(1.1);
  }
  .event-list-item .event-list-item__link:hover .event-list-item__info {
    opacity: 0.6;
  }
  .event-list-item .event-list-item__link:hover .event-list-item__title {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .event-list-item .event-list-item__link {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    align-items: center;
  }
}
.event-list-item .event-list-item__img {
  flex-shrink: 0;
  width: 16rem;
  height: 16rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.event-list-item .event-list-item__img img {
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .event-list-item .event-list-item__img {
    width: 8rem;
    height: 8rem;
  }
}
.event-list-item .event-list-item__info {
  transition: all 0.3s;
}
.event-list-item .event-list-item__title {
  display: -webkit-box;
  margin-block-end: 1.4rem;
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 一応入れておく */
  -webkit-line-clamp: 1; /* 最大2行まで表示 */
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  transition: all 0.3s;
  -webkit-box-orient: vertical; /* 縦方向に並べる */
}
@media screen and (max-width: 768px) {
  .event-list-item .event-list-item__title {
    margin-block-end: 1rem;
    font-size: 1.5rem;
  }
}
.event-list-item .event-list-item__description {
  display: -webkit-box;
  margin-block-start: 3.2rem;
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 一応入れておく */
  -webkit-line-clamp: 2; /* 最大2行まで表示 */
  -webkit-box-orient: vertical; /* 縦方向に並べる */
}
@media screen and (max-width: 768px) {
  .event-list-item .event-list-item__description {
    margin-block-start: 0.8rem;
    -webkit-line-clamp: 1; /* 最大2行まで表示 */
    font-size: 1.2rem;
  }
}

.gr-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-min-content;
  width: min-content;
  min-width: 28rem;
  height: 5.1rem;
  background: var(--linear-brown);
  background-size: 100% 100%;
  border-radius: 10rem;
  box-shadow: 0 0.4rem 10rem 0 rgba(var(--color-black), 0.5);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .gr-btn:hover {
    background-size: 200% 100%;
  }
}
@media screen and (max-width: 768px) {
  .gr-btn {
    height: 4.3rem;
  }
}
.gr-btn::after {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  width: 0.5rem;
  height: 0.8rem;
  content: "";
  background-image: url("../images/public/leftPointingWhiteArrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}

.gr-btn-text {
  color: var(--color-white);
}

.heading-h1 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .heading-h1 {
    font-size: 2.4rem;
  }
}

.heading-h2 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-black);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .heading-h2 {
    line-height: 1.4;
  }
}

.heading-h3 {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .heading-h3 {
    font-size: 1.6rem;
  }
}

.info-box {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  justify-content: center;
  width: -moz-min-content;
  width: min-content;
  padding: 0.6rem 2.4rem;
  border: 1px solid var(--color-brown-600);
}
@media screen and (max-width: 768px) {
  .info-box {
    gap: 1rem;
    padding: 0.3rem 0.8rem;
  }
}
.info-box .info-box__text {
  font-size: 1.3rem;
  line-height: 1;
  color: var(--color-brown-600);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .info-box .info-box__text {
    font-size: 1.2rem;
  }
}

.learn-about {
  padding-block: 10rem 18rem;
}
@media screen and (max-width: 992px) {
  .learn-about {
    padding-block: 4rem 8.8rem;
  }
}
.learn-about .learn-about__inner {
  display: flex;
  flex-direction: column;
  row-gap: 9rem;
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__inner {
    row-gap: 5.6rem;
    align-items: center;
    max-width: 88rem;
    padding-inline: 0;
  }
}
.learn-about .learn-about__block {
  display: flex;
  gap: 5.6rem;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__block {
    max-width: 70rem;
  }
}
.learn-about .learn-about__block.learn-about__block--column {
  flex-direction: column;
}
.learn-about .learn-about__block.learn-about__block--column .learn-about__img {
  width: 100%;
  max-width: 88rem;
}
.learn-about .learn-about__block.learn-about__block--column .learn-about__img img {
  aspect-ratio: 880/320;
  -o-object-fit: cover;
     object-fit: cover;
}
.learn-about .learn-about__block.learn-about__block--row {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__block.learn-about__block--row {
    flex-direction: column;
  }
}
.learn-about .learn-about__block.learn-about__block--row .learn-about__img {
  width: 100%;
  max-width: 44rem;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__block.learn-about__block--row .learn-about__img {
    max-width: none;
  }
}
.learn-about .learn-about__block.learn-about__block--row .learn-about__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.learn-about .learn-about__block.learn-about__block--row-reverse {
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__block.learn-about__block--row-reverse {
    flex-direction: column;
  }
}
.learn-about .learn-about__block.learn-about__block--row-reverse .learn-about__img {
  width: 100%;
  max-width: 44rem;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__block.learn-about__block--row-reverse .learn-about__img {
    max-width: none;
  }
}
.learn-about .learn-about__block.learn-about__block--row-reverse .learn-about__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__block.learn-about__block--sp-column-reverse {
    flex-direction: column-reverse;
  }
}
.learn-about .learn-about__block.learn-about__block--gap-32 {
  gap: 3.2rem;
}
.learn-about .learn-about__img {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__img.learn-about__img--sp-aspect-375-320 img {
    aspect-ratio: 375/320 !important;
  }
}
@media screen and (max-width: 992px) {
  .learn-about .learn-about__text {
    padding-inline: 2.4rem;
  }
}

.footer {
  position: relative;
  z-index: 2;
  padding-block: 10rem 12rem;
  background-image: url("../images/public/footerBg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 5.6rem 8.8rem;
  }
}
.footer::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(15, 0, 0, 0.4784313725);
}
.footer .footer-inner {
  display: flex;
  gap: 11.4rem;
  justify-content: flex-end;
  max-width: 150rem;
  min-height: 26.5rem;
  padding-inline: 12.2rem;
  margin-inline: auto;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .footer .footer-inner {
    flex-direction: column;
    row-gap: 3.2rem;
    align-items: center;
    padding-inline: 8.8rem;
  }
}
.footer .footer-left {
  width: 100%;
  max-width: 24rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-left {
    max-width: 100%;
  }
}
.footer .footer-logo {
  display: block;
  width: 100%;
  max-width: 24rem;
  height: 6.14rem;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .footer .footer-logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-logo {
    max-width: 100%;
    height: 4.558rem;
    padding: 1rem;
    border-bottom: 1px solid var(--color-white);
  }
}
.footer .footer-logo .footer-logo__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 240/61.4;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo .footer-logo__img {
    max-width: 10rem;
    margin-inline: auto;
  }
}
.footer .footer-sns {
  display: flex;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  margin-block-start: 11.4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-sns {
    display: none;
  }
}
.footer .footer-sns .footer-sns__link {
  width: 3.8rem;
  height: 3.8rem;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .footer .footer-sns .footer-sns__link:hover {
    opacity: 0.6;
  }
}
.footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8rem;
  -moz-column-gap: clamp(0rem, 2.1vw, 3.2rem);
       column-gap: clamp(0rem, 2.1vw, 3.2rem);
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu {
    flex-direction: column;
    row-gap: 3.2rem;
  }
}
.footer .footer-menu .footer-menu__details {
  min-width: 11.3rem;
  max-width: 11.3rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .footer-menu__details {
    min-width: 100%;
    max-width: 100%;
  }
}
.footer .footer-menu .footer-menu__details[open] .footer-menu__summary .footer-menu__arrow {
  transform: rotate(180deg);
}
.footer .footer-menu .footer-menu__link {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  align-items: center;
  line-height: 1.5;
  white-space: nowrap;
  filter: drop-shadow(0 0 1rem 0 rgba(var(--color-black), 0.25));
  transition: all 0.3s;
}
.footer .footer-menu .footer-menu__link.footer-menu__link--fs-12 {
  font-size: 1.2rem;
}
@media (any-hover: hover) {
  .footer .footer-menu .footer-menu__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-menu .footer-menu__link {
    font-size: 1.3rem;
  }
}
.footer .footer-menu .footer-menu__link .footer-menu__icon {
  width: 1.8rem;
  height: 1.8rem;
}
.footer .footer-menu .footer-menu__link.footer-menu__summary {
  cursor: pointer;
}
.footer .footer-menu .footer-menu__link.footer-menu__summary .footer-menu__arrow {
  width: -moz-min-content;
  width: min-content;
  min-width: 1.7rem;
  height: 1.35rem;
  margin-inline-start: 0.3rem;
}
.footer .footer-menu .footer-menu__group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer .footer-menu .footer-menu__title {
  padding-block: 1rem;
  margin-block: 1.6rem;
  font-size: 1.35rem;
  line-height: 1;
}
.footer .footer-menu a.footer-menu__title {
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .footer .footer-menu a.footer-menu__title:hover {
    opacity: 0.6;
  }
}
.footer .footer-menu .footer-menu__links {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-block: 1.6rem;
}
.footer .footer-menu .footer-menu__links a {
  display: block;
  font-family: var(--font-noto-sans-jp);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .footer .footer-menu .footer-menu__links a:hover {
    opacity: 0.6;
  }
}

.header {
  position: fixed;
  z-index: 500;
  width: 100vw;
  height: auto;
  background-color: transparent;
  transition: background-color 0.3s;
}
.header.is-fixed {
  background-color: var(--color-white);
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 144rem;
  padding-block: 1.8rem 1rem;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .header .header-inner {
    padding-block: 1rem;
    padding-inline: 2.4rem;
  }
}
.header .header-logo {
  width: 15rem;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .header .header-logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    width: 10rem;
  }
}
.header .header-logo .header-logo__img {
  width: 100%;
  aspect-ratio: 150/38.37;
}
.header .header-nav {
  display: flex;
  align-items: center;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-menu-list {
  display: flex;
  gap: clamp(0rem, 2.1vw, 3.2rem);
}
@media screen and (max-width: 1391px) {
  .header .header-menu-list {
    gap: 0.9975vw;
  }
}
.header .header-menu-list .header-menu-list__link {
  position: relative;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header .header-menu-list .header-menu-list__link::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  content: "";
  background: var(--color-black-900);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header .header-menu-list .header-menu-list__link.is-open .header-menu-list__arrow {
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .header .header-menu-list .header-menu-list__link:hover::after {
    transform: scale(1, 1);
    transform-origin: center top;
  }
}
.header .header-menu-list .header-menu-list__arrow {
  width: 1.7rem;
  height: 1.35rem;
}
.header .header-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  visibility: hidden;
  justify-content: space-between;
  width: 100%;
  padding-block: 4.8rem 6.4rem;
  padding-inline: 30.5rem 10rem;
  pointer-events: none;
  background-color: var(--color-white-50);
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header .header-dropdown {
    display: none;
  }
}
.header .header-dropdown.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.header .header-dropdown .header-dropdown__inner {
  display: flex;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.header .header-dropdown .header-dropdown__columns {
  display: flex;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}
.header .header-dropdown .header-dropdown__title {
  margin-block-end: 2rem;
  font-size: 1.5rem;
  line-height: 1;
}
.header .header-dropdown .header-dropdown__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.header .header-dropdown .header-dropdown__list li {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}
.header .header-dropdown .header-dropdown__list a {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .header .header-dropdown .header-dropdown__list a:hover {
    color: var(--color-brown-550);
  }
}
.header .header-dropdown .header-dropdown__side {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  justify-content: flex-end;
}
.header .header-dropdown .header-dropdown__side a {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  align-items: center;
  line-height: 1;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .header .header-dropdown .header-dropdown__side a:hover {
    color: var(--color-brown-550);
  }
}
.header .header-dropdown .header-dropdown__side .header-dropdown__side-icon {
  width: 1.8rem;
  height: 1.8rem;
}
.header .header-sp-block {
  display: none;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header .header-sp-block {
    display: flex;
  }
}
.header .header-sp-block .header-sp-block__links {
  display: flex;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  align-items: center;
}
.header .header-sp-block .header-sp-block__links img {
  display: block;
}
.header .header-sp-block .header-sp-block__links a {
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .header .header-sp-block .header-sp-block__links a:hover {
    opacity: 0.6;
  }
}
.header .hamburger-icon {
  width: 2rem;
  height: 1.2rem;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .header .hamburger-icon:hover {
    opacity: 0.4;
  }
}
.header .hamburger-icon svg {
  display: block;
}
.header .header-sp-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100vh; /* 全画面の高さを確保 */
  overflow-y: auto; /* メニュー内はスクロール可能にする */
  -webkit-overflow-scrolling: touch; /* iOS滑らかスクロール */
  pointer-events: none;
  background-color: var(--color-white-50);
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.3s ease;
}
.header .header-sp-menu.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .header .header-sp-menu {
    display: block;
  }
}
.header .header-sp-menu .header-sp-menu-top {
  display: flex;
  justify-content: flex-end;
  height: auto;
  padding: 2.4rem 2rem 0;
}
.header .header-sp-menu .header-sp-menu__inner {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  padding: 1.6rem 3.2rem 1.2rem;
  margin-inline: auto;
}
.header .header-sp-menu .header-sp-menu__details[open] .header-sp-menu__summary .header-sp-menu__arrow {
  transform: rotate(180deg);
}
.header .header-sp-menu .header-sp-menu__link {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  line-height: 1;
  border-bottom: 1px solid var(--color-gray-400);
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .header .header-sp-menu .header-sp-menu__link:hover {
    color: var(--color-brown-550);
  }
}
.header .header-sp-menu .header-sp-menu__link .header-sp-menu__arrow {
  display: block;
  width: 0.35rem;
  height: 0.7rem;
  margin-inline-start: 0.5rem;
}
.header .header-sp-menu .header-sp-menu__link.header-sp-menu__summary {
  cursor: pointer;
}
.header .header-sp-menu .header-sp-menu__link.header-sp-menu__summary .header-sp-menu__arrow {
  width: 1.7rem;
  height: 1.35rem;
  margin-inline-start: 0.3rem;
}
.header .header-sp-menu .header-sp-menu__link .header-sp-menu__icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.header .header-sp-menu .header-sp-menu__title {
  padding: 1.2rem 1rem;
  margin-block-start: 1.6rem;
  line-height: 1;
  background-color: var(--color-gray-200);
}
.header .header-sp-menu .header-sp-menu__links {
  display: grid;
  grid-template-rows: repeat(4, auto); /* 行を4つ（高さは自動） */
  grid-template-columns: repeat(2, 1fr); /* 列を2つ */
  gap: 1.6rem; /* 行列の隙間 */
  padding: 1.6rem 1rem 3.2rem;
}
.header .header-sp-menu .header-sp-menu__links a {
  display: block;
  font-family: var(--font-noto-sans-jp);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .header .header-sp-menu .header-sp-menu__links a:hover {
    color: var(--color-brown-550);
  }
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 200; /* メニューの下・ヘッダーの上に来るよう調整 */
  visibility: hidden;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.overlay.is-active {
  visibility: visible;
  opacity: 1;
}

.news-list-item {
  border-block-end: 1px solid var(--color-brown-400);
}
.news-list-item .news-list-item__link {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 3.2rem 3.1rem;
  padding-inline: 1rem;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .news-list-item .news-list-item__link:hover {
    background: rgba(239, 234, 226, 0.5);
  }
  .news-list-item .news-list-item__link:hover .news-list-item__icon {
    transform: translateX(5%);
  }
}
@media screen and (max-width: 768px) {
  .news-list-item .news-list-item__link {
    gap: 1.6rem;
    padding-block: 1.6rem;
  }
}
.news-list-item .news-list-item__info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.9rem;
       column-gap: 2.9rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-list-item .news-list-item__info {
    row-gap: 1rem;
  }
}
.news-list-item .news-list-item__time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-list-item .news-list-item__time {
    row-gap: 1.2rem;
  }
}
.news-list-item .news-list-item__title {
  display: -webkit-box;
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 一応入れておく */
  -webkit-line-clamp: 2; /* 最大2行まで表示 */
  font-size: 1.2rem;
  -webkit-box-orient: vertical; /* 縦方向に並べる */
}
.news-list-item .news-list-item__icon {
  flex-shrink: 0;
  width: 4.6rem;
  height: 4.6rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-list-item .news-list-item__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.page-hero {
  position: relative;
  z-index: 5;
  width: 100%;
  aspect-ratio: 1440/480;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-hero {
    aspect-ratio: 375/240;
  }
}
.page-hero.page-hero--archive {
  height: 30.5rem;
}
@media screen and (max-width: 768px) {
  .page-hero.page-hero--archive {
    height: 24rem;
  }
}
.page-hero.page-hero--archive .page-hero__title {
  color: var(--color-black-900);
  text-align: center;
}
.page-hero .page-hero__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.page-hero .page-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.page-hero .page-hero__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 16.5rem;
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero__inner {
    justify-content: center;
    padding-inline: 3.2rem;
  }
}
.page-hero .page-hero__title {
  font-size: 3.2rem;
  line-height: 1;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .page-hero .page-hero__title {
    justify-content: center;
    font-size: 2.8rem;
    text-align: center;
  }
}

.pagination-nav {
  display: flex;
  justify-content: space-between;
}
.pagination-nav .pagination-nav__button {
  display: flex;
  gap: 2rem;
  align-items: center;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .pagination-nav .pagination-nav__button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .pagination-nav .pagination-nav__button {
    gap: 1rem;
  }
}
.pagination-nav .pagination-nav__button.pagination-nav__button--prev {
  flex-direction: row-reverse;
  margin-inline-end: auto;
}
@media (any-hover: hover) {
  .pagination-nav .pagination-nav__button.pagination-nav__button--prev:hover .pagination-nav__icon {
    transform: translateX(-5%);
  }
}
.pagination-nav .pagination-nav__button.pagination-nav__button--next {
  margin-inline-start: auto;
}
@media (any-hover: hover) {
  .pagination-nav .pagination-nav__button.pagination-nav__button--next:hover .pagination-nav__icon {
    transform: translateX(5%);
  }
}
.pagination-nav .pagination-nav__button .pagination-nav__text {
  flex-shrink: 0;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .pagination-nav .pagination-nav__button .pagination-nav__text {
    font-size: 1.2rem;
  }
}
.pagination-nav .pagination-nav__button .pagination-nav__icon {
  flex-shrink: 0;
  width: 4.7rem;
  height: 4.7rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .pagination-nav .pagination-nav__button .pagination-nav__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.product-card {
  max-width: 31.2rem;
}
.product-card .product-card__link {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .product-card .product-card__link {
    row-gap: 1rem;
    max-width: 15rem;
  }
}
@media (any-hover: hover) {
  .product-card .product-card__link:hover .product-card__img img {
    transform: scale(1.1);
  }
  .product-card .product-card__link:hover .product-card__title {
    opacity: 0.6;
  }
  .product-card .product-card__link:hover .product-card__preserve {
    opacity: 0.6;
  }
  .product-card .product-card__link:hover .product-card__description {
    opacity: 0.6;
  }
  .product-card .product-card__link:hover .product-card__btn {
    color: var(--color-white);
    background-color: var(--color-brown-550);
  }
  .product-card .product-card__link:hover .product-card__btn path {
    stroke: var(--color-white);
  }
}
.product-card .product-card__img {
  max-width: 31.2rem;
  aspect-ratio: 312/206;
  overflow: hidden;
}
.product-card .product-card__img img {
  transition: all 0.3s;
}
.product-card .product-card__preserve {
  display: flex;
  gap: 1.6rem;
  transition: all 0.3s;
}
.product-card .product-card__preserve-method {
  padding-inline: 1.2rem;
  border-style: solid;
  border-width: 1px;
}
.product-card .product-card__preserve-method.product-card__preserve-method--room-temperature {
  color: var(--color-black-900);
  border-color: var(--color-black-900);
}
.product-card .product-card__preserve-method.product-card__preserve-method--frozen {
  color: var(--color-blue-100);
  border-color: var(--color-blue-100);
}
.product-card .product-card__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .product-card .product-card__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .product-card .product-card__description {
    display: -webkit-box;
    overflow: hidden; /* はみ出しを隠す */
    text-overflow: ellipsis; /* 一応入れておく */
    -webkit-line-clamp: 2; /* 最大2行まで表示 */
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    -webkit-box-orient: vertical; /* 縦方向に並べる */
    transition: all 0.3s;
  }
}
.product-card .product-card__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-min-content;
  width: min-content;
  min-width: 15.2rem;
  height: 3.5rem;
  padding-block: 0.2rem;
  padding-inline: 2rem 1.2rem;
  margin-block-start: 0.4rem;
  margin-inline-start: auto;
  color: var(--color-brown-550);
  border: 1px solid var(--color-brown-550);
  border-radius: 3.2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .product-card .product-card__btn {
    height: 2.9rem;
    padding-inline: 2rem 1.1rem;
    margin-inline: auto;
    font-size: 1.3rem;
  }
}
.product-card .product-card__btn .product-card__btn-icon {
  display: block;
  width: 0.4rem;
  height: 0.8rem;
}

.slide-item {
  cursor: pointer;
}
@media (any-hover: hover) {
  .slide-item:hover .slide-item__img img {
    transform: scale(1.1);
  }
  .slide-item:hover .slide-item__info {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .slide-item.slide-item--column {
    display: flex;
    gap: 1.8rem;
  }
  .slide-item.slide-item--column .slide-item__img {
    max-width: 8rem;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .slide-item.slide-item--column .slide-item__img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s;
  }
}
.slide-item .slide-item__img {
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.slide-item .slide-item__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.slide-item .slide-item__info {
  margin-block-start: 1.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .slide-item .slide-item__info {
    margin-block-start: 1rem;
  }
}
.slide-item .slide-item__title {
  font-family: var(--font-noto-sans-jp);
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .slide-item .slide-item__title {
    font-size: 1.4rem;
  }
}
.slide-item .slide-item__price {
  font-family: var(--font-noto-sans-jp);
}
.slide-item .slide-item__price-value {
  font-family: var(--font-noto-sans-jp);
  font-size: 1.8rem;
}
.slide-item .slide-item__price-tax {
  font-family: var(--font-noto-sans-jp);
  font-size: 1.5rem;
  font-weight: 300;
}

.product-slider-wrapper {
  position: relative;
  max-width: 123.9rem;
  padding-inline: 6.95rem;
}
@media screen and (max-width: 992px) {
  .product-slider-wrapper {
    padding-inline: 0;
    padding-bottom: 8.6rem;
  }
}
.product-slider-wrapper .swiper-button-prev,
.product-slider-wrapper .swiper-button-next {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  color: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .product-slider-wrapper .swiper-button-prev:hover,
  .product-slider-wrapper .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 992px) {
  .product-slider-wrapper .swiper-button-prev,
  .product-slider-wrapper .swiper-button-next {
    top: auto;
    bottom: 0;
  }
}
.product-slider-wrapper .swiper-button-prev::before, .product-slider-wrapper .swiper-button-prev::after,
.product-slider-wrapper .swiper-button-next::before,
.product-slider-wrapper .swiper-button-next::after {
  display: none;
}
.product-slider-wrapper .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 992px) {
  .product-slider-wrapper .swiper-button-prev {
    left: 2.35rem;
  }
}
.product-slider-wrapper .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 992px) {
  .product-slider-wrapper .swiper-button-next {
    right: 2.35rem;
  }
}
.product-slider-wrapper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-brown-550);
  opacity: 1;
  transition: all 0.3s ease;
}
.product-slider-wrapper {
  /* アクティブなドット */
}
.product-slider-wrapper .swiper-pagination-bullet-active {
  background-color: var(--color-brown-550);
  opacity: 1;
}

.about-material {
  padding-block: 10rem 18rem;
}
@media screen and (max-width: 768px) {
  .about-material {
    padding-block: 8.8rem;
  }
}
.about-material .about-material__inner {
  max-width: 113.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about-material .about-material__inner {
    max-width: 114.8rem;
    padding-inline: 2.4rem;
  }
}
.about-material .about-material__heading {
  margin-block-end: 5.6rem;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-material .about-material__heading {
    margin-block-end: 3.2rem;
  }
}
.about-material .about-material__list-wrap {
  display: flex;
  gap: 5.6rem;
}
@media screen and (max-width: 992px) {
  .about-material .about-material__list-wrap {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.about-material .about-material__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 992px) {
  .about-material .about-material__list {
    gap: 2rem;
  }
}

.material-list-item {
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .material-list-item {
    gap: 1.2rem;
  }
}
.material-list-item .material-list-item__img {
  flex-shrink: 0;
  width: 16rem;
  height: 16rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .material-list-item .material-list-item__img {
    width: 8rem;
    height: 8rem;
  }
}
.material-list-item .material-list-item__body {
  width: 100%;
  max-width: 31.2rem;
  margin-block-start: 1.2rem;
}
@media screen and (max-width: 992px) {
  .material-list-item .material-list-item__body {
    max-width: 100%;
    margin-block-start: 0;
  }
}
.material-list-item .material-list-item__description {
  display: -webkit-box;
  margin-block-start: 2rem;
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* 一応入れておく */
  -webkit-line-clamp: 3; /* 最大2行まで表示 */
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
  -webkit-box-orient: vertical; /* 縦方向に並べる */
}
@media screen and (max-width: 768px) {
  .material-list-item .material-list-item__description {
    margin-block-start: 0.4rem;
    font-size: 1.2rem;
  }
}
.material-list-item .material-list-item__link {
  margin-block-start: 1.6rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .material-list-item .material-list-item__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .material-list-item .material-list-item__link {
    margin-block-start: 1rem;
  }
}

.media-text-custom {
  display: flex;
  gap: 5.6rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .media-text-custom {
    max-width: 70rem;
    margin-inline: -2.4rem;
  }
}
.media-text-custom.layout-left {
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .media-text-custom.layout-left {
    flex-direction: column;
  }
}
.media-text-custom.layout-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .media-text-custom.layout-right {
    flex-direction: column;
  }
}
.media-text-custom.layout-top {
  flex-direction: column;
}
.media-text-custom .media-text-custom__image {
  width: 100%;
  max-width: 44rem;
}
@media screen and (max-width: 992px) {
  .media-text-custom .media-text-custom__image {
    max-width: none;
  }
}
.media-text-custom picture {
  display: block;
  width: 100%;
}
.media-text-custom img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.media-text-custom p {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .media-text-custom p {
    padding-inline: 2.4rem;
  }
}

.top-fv-slider {
  position: relative;
  z-index: 0;
}
.top-fv-slider .top-fv__heading {
  position: absolute;
  top: 25%;
  left: 2rem;
  z-index: 2;
  font-size: 3.2rem;
  color: var(--color-brown-800);
}
.top-fv-slider .swiper-slide {
  width: 100%;
  height: 100vh;
}
.top-fv-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-fv-slider .swiper-pagination {
    padding-block-end: 2rem;
  }
}
.top-fv-slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-brown-550);
  opacity: 1;
  transition: all 0.3s ease;
}
.top-fv-slider {
  /* アクティブなドット */
}
.top-fv-slider .swiper-pagination-bullet-active {
  background-color: var(--color-brown-550);
  opacity: 1;
}

.top-bg-paper {
  background-color: var(--color-white);
  background-image: url("../images/public/bgPaper.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-limited-time .top-limited-time__inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding-block: 18rem 10rem;
  padding-inline-start: 7.2rem;
  padding-inline-end: clamp(0rem, (100vw - 150rem) / 2, 100%);
}
@media screen and (max-width: 1200px) {
  .top-limited-time .top-limited-time__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-block: 5.6rem;
    padding-inline: 2.4rem;
    margin-inline: auto;
  }
}
.top-limited-time .top-limited-time__content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-inline: 6.1vw 13.75vw;
  background-image: url("../images/public/bgPaperYallow.png");
}
@media screen and (max-width: 1200px) {
  .top-limited-time .top-limited-time__content {
    max-width: 70rem;
    padding-block: 3.2rem;
    padding-inline: 2.4rem;
    border-radius: 0 0 1rem 1rem;
  }
}
.top-limited-time .top-limited-time__content::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: url("../images/public/bgPaper.jpg");
  background-position: center;
  background-size: cover;
}
.top-limited-time .top-limited-time__body {
  width: 100%;
  min-width: 38rem;
  max-width: 38rem;
}
@media screen and (max-width: 1200px) {
  .top-limited-time .top-limited-time__body {
    min-width: 0;
    max-width: 100%;
  }
}
.top-limited-time .top-limited-time__info {
  margin-block-end: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .top-limited-time .top-limited-time__info {
    margin-block-end: 3.2rem;
  }
}
.top-limited-time .top-limited-time__heading {
  margin-block-start: 1rem;
}
.top-limited-time .top-limited-time__description {
  margin-block-start: 3.2rem;
  font-weight: 300;
}
.top-limited-time .top-limited-time__img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 70rem;
  height: revert-layer;
  overflow: hidden;
}
.top-limited-time .top-limited-time__img img {
  height: 100%;
  aspect-ratio: 700/502;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  .top-limited-time .top-limited-time__img {
    border-radius: 1rem 1rem 0 0;
  }
}

.top-anko .top-anko__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding-block: 10rem 16rem;
  padding-inline-start: clamp(0rem, (100vw - 150rem) / 2, 100%);
  padding-inline-end: 7.2rem;
}
@media screen and (max-width: 1200px) {
  .top-anko .top-anko__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-block: 3.2rem 8.8rem;
    padding-inline: 0;
    margin-inline: auto;
  }
}
.top-anko .top-anko__content {
  display: flex;
  align-items: center;
  padding-inline: 12rem;
}
@media screen and (max-width: 1200px) {
  .top-anko .top-anko__content {
    max-width: 74.8rem;
    padding-block: 4.8rem 0;
    padding-inline: 2.4rem;
  }
}
.top-anko .top-ankoe__body {
  width: 100%;
  min-width: 38rem;
  max-width: 38rem;
}
@media screen and (max-width: 1200px) {
  .top-anko .top-ankoe__body {
    min-width: 0;
    max-width: 100%;
  }
}
.top-anko .top-anko__info {
  margin-block-end: 4.8rem;
}
.top-anko .top-anko__description {
  margin-block-start: 3.2rem;
  font-weight: 300;
}
.top-anko .top-anko__img {
  box-sizing: border-box;
  display: block;
  flex-shrink: 1;
  width: 100%;
  max-width: 74.4rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  .top-anko .top-anko__img {
    max-width: 70rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-anko .top-anko__button {
    margin-inline: auto;
  }
}

.top-shop .top-shop__img {
  width: 100%;
  height: auto;
}
.top-shop .top-shop__inner {
  max-width: 129.9rem;
  padding-block: 13rem 12rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-shop .top-shop__inner {
    padding-block: 8.8rem;
    padding-inline: 2.4rem;
  }
}
.top-shop .top-shop__heading {
  padding-inline: 6.95rem;
}
@media screen and (max-width: 992px) {
  .top-shop .top-shop__heading {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-shop .top-shop__heading {
    max-width: 114.8rem;
  }
}
.top-shop .top-shop__top {
  margin-block-end: 10rem;
  margin-inline: auto;
}
.top-shop .top-shop__bottom {
  margin-block-end: 10rem;
  margin-inline: auto;
}
.top-shop .top-shop__slider-block {
  margin-block-start: 4rem;
}
.top-shop .top-shop__button {
  margin-inline: auto;
}

.top-news {
  padding-block: 10rem;
  background-image: url("../images/public/bgMandala.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 8.8rem;
  }
}
.top-news .top-news__inner {
  max-width: 116.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__inner {
    max-width: 114.8rem;
    padding-inline: 2.4rem;
  }
}
.top-news .top-news__list {
  margin-block: 2.4rem 4rem;
}
.top-news .top-news__button {
  margin-inline: auto;
}

.top-product {
  position: relative;
  padding-block: 14rem;
}
@media screen and (max-width: 768px) {
  .top-product {
    padding-block: 8.8rem 7.3rem;
  }
}
.top-product .top-product__inner {
  max-width: 111.2rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-product .top-product__inner {
    max-width: 109.6rem;
    padding-inline: 2.4rem;
  }
}
.top-product .top-product__heading {
  font-size: 2.6rem;
}
.top-product .top-product__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
  margin-block-start: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-product .top-product__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2rem 1rem;
  }
}
.top-product .top-product__item {
  background-color: rgba(255, 255, 255, 0.6);
}
.top-product .top-product-decoration {
  position: absolute;
  right: 2rem;
  bottom: 8.2rem;
  z-index: -1;
  width: 22.7vw;
  max-width: 31.7rem;
  aspect-ratio: 317/268;
}
@media screen and (max-width: 768px) {
  .top-product .top-product-decoration {
    display: none;
  }
}

.top-about-as .top-about-as__inner {
  display: flex;
  gap: 3.2rem;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 116.4rem;
  padding-block: 5.6rem 18rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-about-as .top-about-as__inner {
    flex-direction: column;
    gap: 4.8rem;
    align-items: center;
    max-width: 114.8rem;
    padding-block: 3.2rem 10rem;
    padding-inline: 2.4rem;
  }
}
.top-about-as .top-about-as__body {
  width: 100%;
  max-width: 56rem;
}
.top-about-as .top-about-as__description {
  margin-block-start: 4rem;
}
@media screen and (max-width: 768px) {
  .top-about-as .top-about-as__description {
    margin-block-start: 3.2rem;
  }
}

.top-event {
  position: relative;
  z-index: 0;
  padding-block: 10rem 15rem;
  background-image: url("../images/public/bgPaper.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-event {
    padding-block: 8.8rem;
  }
}
.top-event .top-event__inner {
  display: flex;
  flex-direction: column;
  row-gap: 5.6rem;
  align-items: center;
  max-width: 100.3rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-event .top-event__inner {
    row-gap: 3.2rem;
    max-width: 98.7rem;
    padding-inline: 2.4rem;
  }
}
.top-event .top-event__heading {
  font-size: 2.6rem;
}
.top-event .top-event-decoration {
  position: absolute;
  right: 0;
  bottom: -4rem;
  z-index: -1;
  width: 28vw;
  min-width: 18.4589rem;
  height: auto;
}
@media screen and (max-width: 992px) {
  .top-event .top-event-decoration {
    right: 1.459rem;
    bottom: -4.4rem;
  }
}

.product-archive {
  padding-block: 11rem;
}
@media screen and (max-width: 768px) {
  .product-archive {
    padding-block: 5.6rem 8.8rem;
  }
}
.product-archive .product-archive__inner {
  max-width: 111.2rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .product-archive .product-archive__inner {
    max-width: 109.6rem;
    padding-inline: 2.4rem;
  }
}
.product-archive .product-archive__heading {
  font-size: 2.6rem;
}
.product-archive .product-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
  margin-block-start: 5.6rem;
}
@media screen and (max-width: 768px) {
  .product-archive .product-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2rem 1.85rem;
    margin-block-start: 3.2rem;
  }
}

.product-about {
  padding-block: 8.8rem 18rem;
}
@media screen and (max-width: 768px) {
  .product-about {
    padding-block: 5.6rem 8.8rem;
  }
}
.product-about .product-about__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .product-about .product-about__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.product-about .product-about__heading {
  font-size: 2.8rem;
  text-align: center;
}
.product-about .product-about__body {
  display: flex;
  flex-direction: column;
  row-gap: 8.8rem;
  margin-block-start: 5.6rem;
}
@media screen and (max-width: 992px) {
  .product-about .product-about__body {
    row-gap: 5.6rem;
    align-items: center;
    margin-block-start: 3.2rem;
  }
}
.product-about .product-about__button {
  margin-block-start: 6.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .product-about .product-about__button {
    margin-block-start: 3.2rem;
  }
}

.about-us-bg-paper {
  background-image: url("../images/public/bgDrawingPaperWhite.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-us {
  padding-block: 18rem 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-us {
    padding-block: 4rem 18.128rem;
  }
}
.about-us .about-us__inner {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 10.5rem;
  align-items: stretch;
  justify-content: flex-end;
  padding-inline-start: 7.2rem;
  padding-inline-end: clamp(0rem, (100vw - 150rem) / 2, 100%);
}
@media screen and (max-width: 1200px) {
  .about-us .about-us__inner {
    flex-direction: column-reverse;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
    margin-inline: auto;
  }
}
.about-us .about-us__body {
  width: 100%;
  max-width: 47.3rem;
}
@media screen and (max-width: 1200px) {
  .about-us .about-us__body {
    max-width: 74.8rem;
    padding-inline: 2.4rem;
  }
}
.about-us .about-us__heading {
  line-height: 1.4;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1200px) {
  .about-us .about-us__heading {
    line-height: 1.6;
  }
}
.about-us .about-us__description {
  margin-block-start: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .about-us .about-us__description {
    padding-inline: 0.4rem;
    margin-block-start: 3.2rem;
  }
}
.about-us .about-us__img {
  width: 100%;
  max-width: 70rem;
}
.about-us .about-us__img img {
  width: 100%;
  aspect-ratio: 700/502;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .about-us .about-us__img img {
    aspect-ratio: 375/137;
  }
}
.about-us .about-us__decoration {
  position: absolute;
  right: 3.3rem;
  bottom: -10.336rem;
  z-index: -1;
  width: 22.7vw;
  aspect-ratio: 317/268;
}
@media screen and (max-width: 768px) {
  .about-us .about-us__decoration {
    right: 2rem;
    bottom: -19.27rem;
    width: 100%;
    max-width: 19.4rem;
  }
}

.about-history {
  padding-block: 10rem;
}
@media screen and (max-width: 768px) {
  .about-history {
    padding-block: 5.6rem 8.8rem;
  }
}
.about-history .about-history__inner {
  max-width: 129.9rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about-history .about-history__inner {
    padding-inline: 2.4rem;
  }
}
.about-history .about-history__body {
  display: flex;
  justify-content: space-between;
  padding-inline: 6.95rem;
}
@media screen and (max-width: 992px) {
  .about-history .about-history__body {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-history .about-history__body {
    flex-direction: column;
    gap: 3.2rem;
    max-width: 114.8rem;
  }
}
.about-history .about-history__description {
  width: 100%;
  max-width: 50rem;
  margin-block-start: 0.9rem;
}
@media screen and (max-width: 768px) {
  .about-history .about-history__description {
    margin-block-start: 0.6rem;
  }
}
.about-history .about-history__recommendationーheading {
  padding-inline: 6.95rem;
  margin-block-start: 12rem;
}
@media screen and (max-width: 992px) {
  .about-history .about-history__recommendationーheading {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-history .about-history__recommendationーheading {
    margin-block-start: 4rem;
  }
}
.about-history .about-history__slider {
  margin-block-start: 4rem;
  margin-inline: auto;
}

.about-message {
  position: relative;
  z-index: 0;
  padding-block: 12rem;
  overflow: hidden;
  background-image: url("../images/public/bgPaperYallow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about-message {
    padding-block: 5.6rem;
  }
}
.about-message .about-message__inner {
  display: flex;
  gap: 9rem;
  align-items: stretch;
  align-items: center;
  justify-content: flex-end;
  padding-inline-start: 7.2rem;
  padding-inline-end: clamp(0rem, (100vw - 150rem) / 2, 100%);
}
@media screen and (max-width: 1200px) {
  .about-message .about-message__inner {
    flex-direction: column-reverse;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
    padding-inline: 2.4rem;
    margin-inline: auto;
  }
}
.about-message .about-message__body {
  width: 100%;
  max-width: 48rem;
}
@media screen and (max-width: 768px) {
  .about-message .about-message__body {
    max-width: 70rem;
  }
}
.about-message .about-message__heading {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-message .about-message__heading {
    line-height: 1;
  }
}
.about-message .about-message__description {
  margin-block-start: 4.8rem;
}
@media screen and (max-width: 768px) {
  .about-message .about-message__description {
    margin-block-start: 3.2rem;
    line-height: 2;
  }
}
.about-message .about-message__img {
  width: 100%;
  max-width: 70rem;
}
.about-message .about-message__img img {
  width: 100%;
  aspect-ratio: 700/502;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-message .about-message__decoration {
  position: absolute;
  bottom: -6.236rem;
  left: -7.5rem;
  z-index: -1;
  width: 28vw;
  min-width: 18.4589rem;
  max-width: 50rem;
  height: auto;
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  .about-message .about-message__decoration {
    right: -0.6rem;
    bottom: -1.224rem;
    left: auto;
    width: 100%;
    max-width: 17.4rem;
  }
}

.contact {
  padding-block: 15rem 18rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 5.6rem 8.8rem;
  }
}
.contact .contact__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact .contact__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.contact .contact__heading {
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .contact__heading {
    font-size: 2.8rem;
  }
}
.contact .contact__body {
  max-width: 72rem;
  margin-block-start: 5.6rem;
  margin-inline: auto;
}
.contact .contact__body.contact__body--wide {
  max-width: 100%;
}
.contact .contact__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  margin-block-end: 4rem;
}
.contact .contact__item.last-child {
  margin-block-end: 3rem;
}
@media screen and (max-width: 768px) {
  .contact .contact__item.last-child {
    margin-block-end: 4rem;
  }
}
.contact .contact__label {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  align-items: center;
  height: 1.8rem;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--color-brown-800);
  letter-spacing: 0;
}
.contact .contact__required {
  height: 1.8rem;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  color: var(--color-white);
  background-color: var(--color-brown-550);
}
.contact .contact__any {
  height: 1.8rem;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  color: var(--color-brown-550);
  background-color: var(--color-white);
  border: 1px solid var(--color-brown-550);
}
.contact .contact__input {
  width: 100%;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-500);
}
.contact .contact__textarea {
  width: 100%;
  height: auto;
  max-height: 18rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  resize: vertical;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-500);
}
.contact .contact__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-block-end: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.contact .contact__privacy a {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-decoration-color: var(--color-gray-500);
  text-underline-offset: 2px;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .contact .contact__privacy a:hover {
    opacity: 0.6;
  }
}
.contact .contact__privacy input[type=checkbox] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.contact .contact__privacy .wpcf7-list-item {
  margin: 0;
}
.contact .contact__privacy .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  min-height: 2.4rem;
  padding-left: 3.6rem;
  cursor: pointer;
}
.contact .contact__privacy .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-500);
  transform: translateY(-50%);
}
.contact .contact__privacy input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("../images/public/checkIcon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.contact .contact__submit {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.contact .contact-thanks__button {
  margin-block-start: 5.6rem;
  margin-inline: auto;
}

.product-guide-about {
  padding-block: 14rem;
}
@media screen and (max-width: 768px) {
  .product-guide-about {
    padding-block: 8.8rem;
  }
}
.product-guide-about .product-guide-about__inner {
  max-width: 116.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__inner {
    max-width: 114.8rem;
    padding-inline: 2.4rem;
  }
}
.product-guide-about .product-guide-about__header {
  font-size: 2.6rem;
}
.product-guide-about .product-guide-about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
  margin-block-start: 3.2rem;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.575rem 2.95rem;
  }
}
.product-guide-about .product-guide-about__list-item {
  max-width: 33rem;
}
.product-guide-about .product-guide-about__list-item .product-card__img {
  max-width: 33rem;
  aspect-ratio: 330/206;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__list-item .product-card__img {
    aspect-ratio: 150/99;
  }
}
.product-guide-about .product-guide-about__list-item .product-card__img {
  overflow: hidden;
}
.product-guide-about .product-guide-about__list-item .product-card__img img {
  width: 100%;
  aspect-ratio: 330/206;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__list-item .product-card__img img {
    aspect-ratio: 150/99;
  }
}
.product-guide-about .product-guide-about__list-item .product-card__link {
  max-width: 33rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__list-item .product-card__link {
    max-width: 15rem;
  }
}
.product-guide-about .product-guide-about__list-item .product-card__btn {
  margin-block-start: 22rem;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__list-item .product-card__btn {
    margin-block-start: 0.7rem;
  }
}
.product-guide-about .product-guide-about__list-item:last-of-type .product-card__btn {
  margin-block-start: 4.7rem;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__list-item:last-of-type .product-card__btn {
    margin-block-start: 0.7rem;
  }
}
.product-guide-about .product-guide-about__list-item:nth-last-of-type(2) .product-card__btn {
  margin-block-start: 4.7rem;
}
@media screen and (max-width: 768px) {
  .product-guide-about .product-guide-about__list-item:nth-last-of-type(2) .product-card__btn {
    margin-block-start: 0.7rem;
  }
}

.product-guide-limited {
  padding-block: 10rem 18rem;
}
@media screen and (max-width: 768px) {
  .product-guide-limited {
    padding-block: 7.8rem;
  }
}
.product-guide-limited .product-guide-limited__inner {
  max-width: 129.9rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .product-guide-limited .product-guide-limited__inner {
    padding-inline: 2.4rem;
  }
}
.product-guide-limited .product-guide-limited__body {
  display: flex;
  justify-content: space-between;
  padding-inline: 6.95rem;
}
@media screen and (max-width: 992px) {
  .product-guide-limited .product-guide-limited__body {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-guide-limited .product-guide-limited__body {
    flex-direction: column;
    gap: 3.2rem;
    max-width: 114.8rem;
  }
}
.product-guide-limited .product-guide-limited__description {
  width: 100%;
  max-width: 50rem;
}
.product-guide-limited .product-guide-limited__slider {
  margin-block-start: 12rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .product-guide-limited .product-guide-limited__slider {
    margin-block-start: 5.6rem;
  }
}

.salon {
  padding-block: 10rem 16rem;
}
@media screen and (max-width: 768px) {
  .salon {
    padding-block: 4rem 10rem;
  }
}
.salon .salon__inner {
  display: flex;
  flex-direction: column;
  row-gap: 8.8rem;
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .salon .salon__inner {
    row-gap: 5.6rem;
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.salon .salon__content {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
.salon .salon__br-button {
  margin-inline: auto;
}
.salon .salon__img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .salon .salon__img {
    margin-inline: -2.4rem;
  }
}
.salon .salon__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .salon .salon__img.salon__img--sp-square {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .salon .salon__img.salon__img--sp-square img {
    aspect-ratio: 1/1;
  }
}

.event {
  padding-block-end: 18rem;
}
@media screen and (max-width: 768px) {
  .event {
    padding-block-end: 8.8rem;
  }
}
.event .event__inner {
  max-width: 102.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .event .event__inner {
    max-width: 100.8rem;
    padding-inline: 2.4rem;
  }
}
.event .event__inner .event__heading {
  margin-block-end: 5.6rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event .event__inner .event__heading {
    margin-block-end: 3.2rem;
  }
}
.event .event__inner .event__gr-button {
  margin-inline: auto;
}
.event .event__inner .event__bor-button {
  margin-block: 3.2rem 5.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .event .event__inner .event__bor-button {
    margin-block: 3.2rem 4rem;
  }
}

.wholesale-about {
  padding-block: 11rem 10rem;
}
@media screen and (max-width: 768px) {
  .wholesale-about {
    padding-block: 5.6rem 8.8rem;
  }
}
.wholesale-about .wholesale-about__inner {
  display: flex;
  justify-content: space-between;
  max-width: 116.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .wholesale-about .wholesale-about__inner {
    flex-direction: column;
    row-gap: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .wholesale-about .wholesale-about__inner {
    max-width: 114.8rem;
    padding-inline: 2.4rem;
  }
}
.wholesale-about .wholesale-about__description {
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .wholesale-about .wholesale-about__description {
    max-width: 100%;
  }
}

.wholesale-pride {
  position: relative;
  z-index: 0;
  padding-block: 10rem;
  overflow: hidden;
  background-color: var(--color-brown-150);
}
@media screen and (max-width: 768px) {
  .wholesale-pride {
    padding-block: 5.6rem 8.8rem;
  }
}
.wholesale-pride .wholesale-pride__inner {
  max-width: 116.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wholesale-pride .wholesale-pride__inner {
    max-width: 114.8rem;
    padding-inline: 2.4rem;
  }
}
.wholesale-pride .wholesale-pride__body {
  display: flex;
  flex-direction: column;
  row-gap: 4.7rem;
  margin-block-start: 3.8rem;
}
.wholesale-pride .wholesale-pride-item {
  position: relative;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
  padding: 2.4rem 3.2rem;
  background-color: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .wholesale-pride .wholesale-pride-item {
    flex-direction: column;
    row-gap: 1rem;
    padding: 3.2rem 2.4rem;
    padding: 1.8rem;
  }
}
.wholesale-pride .wholesale-pride-item:not(:last-child)::after {
  position: absolute;
  bottom: -2.9rem;
  left: 50%;
  display: block;
  width: 3.1rem;
  height: 1.1rem;
  content: "";
  background-image: url("../images/public/downwardBrownArrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%);
}
.wholesale-pride .wholesale-pride-item .wholesale-pride-item__img {
  flex-shrink: 0;
  width: 26.6rem;
  height: 26.6rem;
}
@media screen and (max-width: 768px) {
  .wholesale-pride .wholesale-pride-item .wholesale-pride-item__img {
    width: 29.1rem;
    height: 29.1rem;
  }
}
.wholesale-pride .wholesale-pride-item .wholesale-pride-item__img img {
  aspect-ratio: 1/1;
}
.wholesale-pride .wholesale-pride-item .wholesale-pride-item__number {
  font-size: 2.8rem;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .wholesale-pride .wholesale-pride-item .wholesale-pride-item__number {
    line-height: 1.4;
  }
}
.wholesale-pride .wholesale-pride-item .wholesale-pride-item__description {
  margin-block-start: 3.2rem;
}
@media screen and (max-width: 768px) {
  .wholesale-pride .wholesale-pride-item .wholesale-pride-item__description {
    margin-block-start: 1rem;
  }
}
.wholesale-pride .wholesale-pride__decoration {
  position: absolute;
  right: 0;
  bottom: -5.436rem;
  z-index: -1;
  width: 28vw;
  min-width: 18.4589rem;
  height: auto;
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  .wholesale-pride .wholesale-pride__decoration {
    right: -1.6rem;
    bottom: -4.752rem;
  }
}

.wholesale-strengths {
  padding-block: 13rem 11rem;
}
@media screen and (max-width: 768px) {
  .wholesale-strengths {
    padding-block: 8.8rem;
  }
}
.wholesale-strengths .wholesale-strengths__inner {
  max-width: 116.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wholesale-strengths .wholesale-strengths__inner {
    max-width: 114.8rem;
    padding-inline: 2.4rem;
  }
}
.wholesale-strengths .wholesale-strengths__heading {
  font-size: 2.6rem;
}
.wholesale-strengths .wholesale-strengths__body {
  display: flex;
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
  margin-block-start: 4rem;
}
@media screen and (max-width: 992px) {
  .wholesale-strengths .wholesale-strengths__body {
    flex-direction: column;
    row-gap: 5.6rem;
  }
}
.wholesale-strengths .wholesale-strengths-item {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media screen and (max-width: 992px) {
  .wholesale-strengths .wholesale-strengths-item {
    max-width: 70rem;
    margin-inline: auto;
  }
}
.wholesale-strengths .wholesale-strengths-item .wholesale-strengths-item__img {
  width: 100%;
  max-width: 33rem;
  height: 20.6rem;
}
@media screen and (max-width: 992px) {
  .wholesale-strengths .wholesale-strengths-item .wholesale-strengths-item__img {
    max-width: 100%;
    height: auto;
  }
}
.wholesale-strengths .wholesale-strengths-item .wholesale-strengths-item__img img {
  width: 100%;
  aspect-ratio: 330/206;
}
.wholesale-strengths .wholesale-strengths-item .wholesale-strengths-item__heading {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}

.wholesale-bg-paper {
  background-image: url("../images/public/bgDrawingPaperWhite.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wholesale-product {
  padding-block: 11rem;
}
.wholesale-product .wholesale-product__inner {
  max-width: 108.3rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wholesale-product .wholesale-product__inner {
    padding-inline: 2.4rem;
  }
}
.wholesale-product .wholesale-product__heading {
  padding-inline: 6.97rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .wholesale-product .wholesale-product__heading {
    padding-inline: 0;
  }
}
.wholesale-product .wholesale-product__body {
  display: flex;
  justify-content: space-between;
  margin-block-start: 4rem;
}
@media screen and (max-width: 992px) {
  .wholesale-product .wholesale-product__body {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .wholesale-product .wholesale-product__body {
    flex-direction: column;
    gap: 3.2rem;
    max-width: 114.8rem;
    margin-block-start: 3.2rem;
  }
}

.contact-section {
  padding-block: 5.6rem 18rem;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding-block: 0 8.8rem;
  }
}
.contact-section .contact-section__inner {
  max-width: 116.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact-section .contact-section__inner {
    max-width: 114.8rem;
    padding-inline: 2.4rem;
  }
}
.contact-section .contact-section__heading {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section .contact-section__heading {
    line-height: 1.6;
  }
}
.contact-section .contact-section__button {
  width: 100%;
  max-width: 50rem;
  height: 7.2rem;
  margin-block-start: 4rem;
  margin-inline: auto;
}
.contact-section .contact-section__button .gr-btn-text {
  font-size: 2rem;
}

.a-event {
  padding-block: 10rem 18rem;
}
@media screen and (max-width: 768px) {
  .a-event {
    padding-block: 5.6rem 8.8rem;
  }
}
.a-event .a-event__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .a-event .a-event__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.a-event .a-event__list {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
  margin-block-end: 5.6rem;
}

.a-event-pagination {
  display: flex;
  justify-content: space-between;
}
.a-event-pagination .a-event-pagination__button {
  display: flex;
  gap: 2rem;
  align-items: center;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .a-event-pagination .a-event-pagination__button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .a-event-pagination .a-event-pagination__button {
    gap: 1rem;
  }
}
.a-event-pagination .a-event-pagination__button.a-event-pagination__button--prev {
  flex-direction: row-reverse;
  margin-inline-end: auto;
}
@media (any-hover: hover) {
  .a-event-pagination .a-event-pagination__button.a-event-pagination__button--prev:hover .a-event-pagination__icon {
    transform: translateX(-5%);
  }
}
.a-event-pagination .a-event-pagination__button.a-event-pagination__button--next {
  margin-inline-start: auto;
}
@media (any-hover: hover) {
  .a-event-pagination .a-event-pagination__button.a-event-pagination__button--next:hover .a-event-pagination__icon {
    transform: translateX(5%);
  }
}
.a-event-pagination .a-event-pagination__button .a-event-pagination__text {
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .a-event-pagination .a-event-pagination__button .a-event-pagination__text {
    font-size: 1.2rem;
  }
}
.a-event-pagination .a-event-pagination__button .a-event-pagination__icon {
  flex-shrink: 0;
  width: 4.7rem;
  height: 4.7rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .a-event-pagination .a-event-pagination__button .a-event-pagination__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.a-news {
  padding-block: 10rem 18rem;
}
@media screen and (max-width: 768px) {
  .a-news {
    padding-block: 5.6rem 8.8rem;
  }
}
.a-news .a-news__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .a-news .a-news__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.a-news .a-news__list {
  margin-block-end: 5.6rem;
}

.s-event {
  padding-block: 15rem 5.6rem;
}
@media screen and (max-width: 768px) {
  .s-event {
    padding-block: 5.6rem 4rem;
  }
}
.s-event .h1 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .s-event .h1 {
    font-size: 2.4rem;
  }
}
.s-event .h2 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .s-event .h2 {
    line-height: 1.6;
  }
}
.s-event .h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .s-event .h3 {
    font-size: 1.6rem;
  }
}
.s-event .s-event__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-event .s-event__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.s-event .s-event__header {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .s-event .s-event__header {
    gap: 2.4rem;
  }
}
.s-event .s-event__heading {
  line-height: 1.4;
}
.s-event .s-event__info-box {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-event .s-event__info-box {
    gap: 1.8rem;
    padding: 0.6rem 2.4rem;
  }
}
.s-event .s-event__info-box .info-box__text {
  font-size: 1.4rem;
}
.s-event .s-event__body {
  margin-block-start: 5.6rem;
}
@media screen and (max-width: 768px) {
  .s-event .s-event__body {
    margin-block-start: 4rem;
  }
}
.s-event .s-event__thumb {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .s-event .s-event__thumb {
    width: auto;
    margin-inline: -2.4rem;
  }
}
.s-event .s-event__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 880/451;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .s-event .s-event__thumb img {
    aspect-ratio: 375/136;
  }
}
.s-event .s-event__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-block-start: 3.2rem;
}

.s-event-footer {
  padding-block-end: 18rem;
}
@media screen and (max-width: 768px) {
  .s-event-footer {
    padding-block-end: 8.8rem;
  }
}
.s-event-footer .s-event-footer__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-event-footer .s-event-footer__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.s-event-footer .s-event-footer__bor-button {
  margin-block-end: 5.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-event-footer .s-event-footer__bor-button {
    margin-block-end: 4rem;
  }
}
.s-event-footer .s-event-footer__button {
  margin-block-start: 5.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-event-footer .s-event-footer__button {
    margin-block-start: 4rem;
  }
}

.s-news {
  padding-block: 15rem 5.6rem;
}
@media screen and (max-width: 768px) {
  .s-news {
    padding-block: 5.6rem 4rem;
  }
}
.s-news .h1 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .s-news .h1 {
    font-size: 2.4rem;
  }
}
.s-news .h2 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .s-news .h2 {
    line-height: 1.6;
  }
}
.s-news .h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .s-news .h3 {
    font-size: 1.6rem;
  }
}
.s-news .s-news__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-news .s-news__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.s-news .s-news__header {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .s-news .s-news__header {
    gap: 2.4rem;
  }
}
.s-news .s-news__info-box {
  line-height: 1.4;
}
.s-news .s-news__date {
  text-align: center;
}
.s-news .s-news__body {
  margin-block-start: 5.6rem;
}
@media screen and (max-width: 768px) {
  .s-news .s-news__body {
    margin-block-start: 4rem;
  }
}
.s-news .s-news__thumb {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .s-news .s-news__thumb {
    width: auto;
    margin-inline: -2.4rem;
  }
}
.s-news .s-news__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 880/451;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .s-news .s-news__thumb img {
    aspect-ratio: 375/136;
  }
}
.s-news .s-news__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-block-start: 3.2rem;
}

.s-news-footer {
  padding-block-end: 18rem;
}
@media screen and (max-width: 768px) {
  .s-news-footer {
    padding-block-end: 8.8rem;
  }
}
.s-news-footer .s-news-footer__inner {
  max-width: 94.4rem;
  padding-inline: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-news-footer .s-news-footer__inner {
    max-width: 92.8rem;
    padding-inline: 2.4rem;
  }
}
.s-news-footer .s-news-footer__button {
  margin-block-start: 5.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .s-news-footer .s-news-footer__button {
    margin-block-start: 4rem;
  }
}