/** @format */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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: 700;
}

/** @format */
body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.container--header {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.container_s {
  width: 100%;
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

/** @format */
/** @format */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

.header {
  background-color: #f5f1eb;
  border-bottom: 1.108px solid #f3e4cd;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
}
.header__container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__container {
    height: 62px;
    padding: 1rem 1.25rem;
  }
}
.header__logo {
  height: 2.4989375rem;
  width: 9.86925rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__logo {
    height: 1.875rem;
    width: 7.5rem;
    position: relative;
    z-index: 1002;
  }
}
.header__logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  gap: clamp(16px, 2.8vw, 48px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item {
  margin: 0;
  padding: 0;
}
.header__nav-link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #4a403a;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__nav-link:hover {
  color: #db5331;
  text-decoration: none;
}
.header__nav-link--active {
  color: #db5331;
}
.header__cart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.header__cart-button {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
  padding: 0;
}
.header__cart-button:hover {
  background-color: #5c4a3e;
}
.header__hamburger {
  display: none;
  width: 1.9375rem;
  height: 1.9375rem;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  position: relative;
  z-index: 1002;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__hamburger-line {
  width: 1rem;
  height: 0.125rem;
  background-color: #4a403a;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
}
.header__hamburger.is-open .header__hamburger-line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__hamburger.is-open .header__hamburger-line:nth-child(2) {
  -webkit-transform: rotate(45deg) translateY(0.375rem);
          transform: rotate(45deg) translateY(0.375rem);
  position: relative;
  left: 4px;
  top: -3px;
}
.header__hamburger.is-open .header__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-0.375rem);
          transform: rotate(-45deg) translateY(-0.375rem);
  position: relative;
  left: 3px;
  top: -1px;
}
.header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1001;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .header__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.header__mobile-content {
  background-color: #f5f1eb;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
  overflow-y: auto;
  padding-top: 1.25rem;
}
.header__mobile-nav {
  width: 100%;
}
.header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__mobile-nav-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f3e4cd;
}
.header__mobile-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.75rem;
  height: 4.25rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.header__mobile-nav-link:active {
  background-color: rgba(219, 83, 49, 0.05);
}
.header__mobile-nav-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #4a403a;
}
.header__mobile-nav-arrow {
  width: 0.9995625rem;
  height: 0.9995625rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__mobile-cart-wrapper {
  padding: 0 1.25rem;
  margin-top: auto;
  padding-bottom: 1.75rem;
}
.header__mobile-cart-button {
  width: 100%;
  height: 4.25rem;
  background-color: #db5331;
  border: 1px solid #db5331;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 1.75rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header__mobile-cart-button:hover {
  background-color: #c4482d;
}
.header__mobile-cart-button:active {
  background-color: #ad3f27;
}
.header__mobile-cart-icon {
  width: 1rem;
  height: 1rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__mobile-cart-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #ffffff;
}

.footer {
  background-color: #4b362e;
  width: 100%;
}
.footer__container {
  width: 100%;
  max-width: 68.75rem;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  padding: 5.5rem 0 0 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.footer__left_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.875rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__left_wrapper {
    gap: 1.25rem;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 13.75rem;
}
.footer__logo {
  background-color: white;
  width: 9.86925rem;
  height: 2.4989375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.footer__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: white;
  opacity: 0.8;
  margin: 0;
  width: 100%;
}
.footer__description br {
  display: block;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__social-link:hover {
  opacity: 0.8;
}
.footer__social-link:last-child img {
  width: 2.5rem;
  height: 2.5rem;
}
.footer__social-icon {
  width: 2.1875rem;
  height: 2.1875rem;
  display: block;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav {
    gap: 1.25rem;
  }
}
.footer__nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__nav-link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 2.8px;
  color: white;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__nav-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 12.5rem;
}
.footer__info-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 28px;
  letter-spacing: 0.9px;
  color: white;
  margin: 0;
}
.footer__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0.8;
  width: 100%;
}
.footer__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  width: 100%;
}
.footer__info-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: white;
  margin: 0;
}
.footer__info-link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: white;
  margin: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__info-link:hover {
  opacity: 0.7;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.068125rem;
  padding-bottom: 0;
  opacity: 0.6;
  border-top: 1px solid transparent;
}
.footer__copyright-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: white;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 5rem 1.25rem 0 1.25rem;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .footer__left_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
    width: 100%;
  }
  .footer__left {
    width: 100%;
    gap: 1rem;
  }
  .footer__logo {
    width: 8.75rem;
    height: 2.1875rem;
  }
  .footer__description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 200% */
    letter-spacing: 0.8px;
  }
  .footer__social-link {
    width: 2.375rem;
    height: 2.375rem;
  }
  .footer__social-link:last-child img {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .footer__social-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .footer__nav-column {
    width: 100%;
    gap: 0.75rem;
  }
  .footer__nav-column + .footer__nav-column {
    margin-top: 1.5rem;
  }
  .footer__nav-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 2.8px;
    padding: 0;
  }
  .footer__info {
    width: 100%;
    gap: 1.375rem;
  }
  .footer__info-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: 0.9px;
  }
  .footer__info-content {
    gap: 1rem;
  }
  .footer__info-group {
    gap: 0.5rem;
  }
  .footer__info-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.8px;
  }
  .footer__info-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.8px;
  }
  .footer__copyright {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer__copyright-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.8px;
  }
}

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-heading {
    gap: 1.0625rem;
  }
}
.section-heading--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.section-heading--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.section-heading__subtitle {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #db5331;
  letter-spacing: 2.8px;
  margin: 0;
}
.section-heading__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #4a403a;
  letter-spacing: 0.8px;
  margin: 0;
}

h1.section-heading__title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h1.section-heading__title {
    font-size: 28px;
  }
}

.breadcrumb {
  background-color: #f5f1eb;
  padding: 1.75rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1rem 0;
  }
}
.breadcrumb__container {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.breadcrumb__link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #4a403a;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .breadcrumb__link {
    font-size: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.breadcrumb__link:hover {
  color: #db5331;
  text-decoration: none;
}
.breadcrumb__current {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #db5331;
}
@media screen and (max-width: 767px) {
  .breadcrumb__current {
    font-size: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.breadcrumb__separator {
  width: 1.3125rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .breadcrumb__separator {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.breadcrumb__separator-icon {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .breadcrumb__separator-icon {
    width: 1rem;
    height: 1rem;
  }
}

.shopping-guide {
  display: none;
  background-color: #faf8f5;
  padding: 8.25rem 0;
}
@media screen and (max-width: 767px) {
  .shopping-guide {
    padding: 4rem 0 9rem;
  }
}
.shopping-guide__description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #4a403a;
  text-align: center;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .shopping-guide__description {
    font-size: 14px;
    margin: 1.5rem 0 0 0;
  }
}
.shopping-guide__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .shopping-guide__cards {
    gap: 2rem;
    margin-top: 3.75rem;
  }
}

footer section.instagram {
  display: none;
}
footer section.cta {
  display: none;
}

.products-page + footer .shopping-guide,
.index-page + footer .shopping-guide {
  display: block;
}

.index-page + footer section.instagram {
  display: block;
}
.index-page + footer section.cta {
  display: block;
}

body.blog {
  padding: 0;
}

.blog_tags {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .blog_tags {
    margin-bottom: 1.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .blog_tags::-webkit-scrollbar {
    display: none;
  }
  .blog_tags {
    scrollbar-width: none;
  }
}
.blog_tags .blog_tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .blog_tags .blog_tags__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .blog_tags .blog_tags__list li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.blog_tags .blog_tags__list li a,
.blog_tags .blog_tags__list li span {
  padding: 8px 16px;
  color: #DB5331;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: 0.8px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #DB5331;
  border-radius: 30px;
  row-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .blog_tags .blog_tags__list li a,
  .blog_tags .blog_tags__list li span {
    white-space: nowrap;
  }
}
.blog_tags .blog_tags__list li a:hover,
.blog_tags .blog_tags__list li span:hover {
  background-color: #DB5331;
  text-decoration: none;
  color: #FFF;
}
.blog_tags .blog_tags__list li a.is-active,
.blog_tags .blog_tags__list li span.is-active {
  background-color: #DB5331;
  color: #FFF;
}

.sp-social {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
  }
}

.sp-sns_navis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}