@charset "UTF-8";
/* Global（変数・mixin・関数） */
/* font */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/* Foundation */
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

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

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* Global（変数・mixin・関数） */
html {
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1399px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 1.4112903226vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 2.7777777778vw;
  }
}
@font-face {
  font-family: "crimson-pro";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/crimson-pro-medium.eot?") format("eot"), url("../fonts/crimson-pro-medium.woff2") format("woff2"), url("../fonts/crimson-pro-medium.woff") format("woff"), url("../fonts/crimson-pro-medium.ttf") format("truetype"), url('../fonts/crimson-pro-medium.svg#str-replace("crimson-pro", " ", "_")') format("svg");
  font-display: swap;
}
@font-face {
  font-family: "crimson-pro-l";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/crimson-pro-light.eot?") format("eot"), url("../fonts/crimson-pro-light.woff2") format("woff2"), url("../fonts/crimson-pro-light.woff") format("woff"), url("../fonts/crimson-pro-light.ttf") format("truetype"), url('../fonts/crimson-pro-light.svg#str-replace("crimson-pro-l", " ", "_")') format("svg");
  font-display: swap;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7777777778;
  font-weight: 600;
  font-style: normal;
  color: #292624;
  letter-spacing: -0.022em;
  font-size: inherit;
  background: url(../images/common/bg_beige.jpg) repeat left top;
  background-size: 21.4285714286rem auto;
}

body.is-non-scroll {
  overflow: hidden;
}

.ec-layoutRole {
  background: none;
}

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

li {
  list-style-type: none;
}

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

a img:hover,
a:hover {
  opacity: 0.8;
  transition: linear 0.13s;
  color: currentColor;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

dt {
  font-weight: 600;
}

em {
  font-style: normal;
}

svg {
  overflow: visible;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* ==============================================
   フォームの基本
   ============================================== */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #a7a7a7;
  background-color: #fff;
  padding: 0.7857142857rem 0.8571428571rem;
  width: 100%;
  font-weight: 500;
  font-size: 1.0714285714rem;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    padding: 1.3571428571rem 1.0714285714rem;
    font-size: 1rem;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #c5c5c5;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #292624;
}

input.is-error,
select.is-error,
textarea.is-error {
  border: 1px solid red;
}

.c-select-wrap {
  position: relative;
}
.c-select-wrap__arw {
  fill: #727171;
  width: 1.0085714286rem;
  height: 0.5757142857rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2857142857rem;
}

select {
  color: #9a9a9a;
  padding: 0.7857142857rem 1.6428571429rem;
  padding-right: 2.9285714286rem;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
}
select.is-selected {
  color: #000;
}
select:focus {
  border-color: #292624;
}

textarea {
  height: 24.8571428571rem;
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  textarea {
    height: 33.5714285714rem;
  }
}

/* input[type='checkbox'],
input[type='radio'] {
  position: absolute;
  visibility: hidden;
}
 */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  appearance: none;
  width: 3rem !important;
  height: 3rem !important;
  aspect-ratio: 1/1;
}
.slick-arrow.slick-prev {
  left: -1.0714285714rem;
}
.slick-arrow.slick-next {
  right: -1.0714285714rem;
}
.slick-arrow::before {
  display: none;
}

.slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  gap: 0.5714285714rem;
}
.slick-dots li {
  border-radius: 50%;
  width: 0.5714285714rem !important;
  height: 0.5714285714rem !important;
  aspect-ratio: 1/1;
  background-color: #e3e3e3;
  font-size: 0 !important;
  line-height: 0 !important;
}
.slick-dots li.slick-active {
  background-color: #7e1563;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
}
.slick-dots li button::before {
  display: none;
}

.ec-blockTopBtn {
  display: none !important;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.2rem;
  }
}

/* Layout */
/* ===============================
   Layout: Container
   l-container
=============================== */
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
  padding-bottom: 5.7142857143rem;
}

.front_page .ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
  padding-bottom: 0rem;
}

.l-container--full {
  max-width: none;
}

.l-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  z-index: unset;
  display: block !important;
}

.l-wrapper {
  position: relative;
  min-height: 100dvh;
  width: 100%;
}

.l-inner {
  width: 89.0583903209%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .l-inner.--narrow {
    width: 66.4913203577%;
  }
}
@media screen and (min-width: 992px) {
  .l-inner.--small {
    width: 80.0520833333%;
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--wide {
    width: 93.6875328774%;
  }
}
.l-inner.--full {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-inner.--sp-full {
    width: 100%;
    max-width: 100%;
  }
}

.l-contents-col02 {
  display: flex;
  justify-content: space-between;
  gap: 4.1428571429rem;
  width: 78.2222222222%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .l-contents-col02 {
    width: 90%;
    gap: 2.8571428571rem;
  }
}
.l-contents-col02__side {
  flex: 0 0 auto;
}
.l-contents-col02__main {
  flex: 1 1 auto;
}

.l-pages-col02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-pages-col02 {
    display: block;
  }
}
.l-pages-col02__side {
  flex: 0 0 auto;
}
.l-pages-col02__main {
  flex: 1 1 auto;
}

.l-my-header {
  padding-left: 2.8571428571rem;
  padding-right: 4.2857142857rem;
  padding-block: 2.9285714286rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-my-header {
    padding: 2.1428571429rem 1.4285714286rem;
  }
}
.l-my-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-my-header__logo {
  width: 7.8571428571rem;
}
@media screen and (max-width: 768px) {
  .l-my-header__logo {
    width: 6.2857142857rem;
  }
}
.l-my-header__nav {
  display: flex;
  align-items: center;
  gap: 2.2857142857rem;
  letter-spacing: -0.016em;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 9999px;
  padding: 1.8571428571rem 4.8571428571rem;
}
@media (max-width: 1440px) {
  .l-my-header__nav {
    padding: 1.7857142857rem 2.1428571429rem;
  }
}
@media screen and (max-width: 991px) {
  .l-my-header__nav {
    display: none;
  }
}
.l-my-header__nav-link {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
  font-size: 1.2857142857rem;
}
.l-my-header__nav-icon {
  width: 1.2857142857rem;
  aspect-ratio: 1/1;
  color: #e51414;
  stroke: #fff;
}
.l-my-header__auth {
  display: flex;
  align-items: center;
  gap: 1.6785714286rem;
}
.l-my-header__auth-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  letter-spacing: -0.016em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1428571429rem;
}
.l-nav-cart .ec-cartNaviWrap {
  display: flex;
  align-items: center;
}
.l-nav-cart .ec-cartNaviWrap .ec-cartNavi {
  padding: 0;
  min-width: auto;
  display: flex;
  align-items: center;
  gap: 1.6785714286rem;
  background: none;
}
.l-nav-cart .ec-cartNaviWrap .ec-cartNavi__icon {
  width: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.l-nav-cart .ec-cartNaviWrap .ec-cartNavi__badge {
  position: absolute;
  right: -1.0714285714rem;
  left: auto;
  top: -0.7857142857rem;
  font-style: normal;
  text-align: center;
  line-height: 1;
  font-size: 0.8571428571rem;
  letter-spacing: -0.016em;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e51414;
}
.l-nav-cart .ec-cartNaviIsset {
  min-width: 39.2857142857rem;
  max-width: 39.2857142857rem;
  top: 6.4285714286rem;
}

.l-toggle-menu {
  width: 2.2857142857rem;
  height: 0.7857142857rem;
  position: relative;
  display: block;
  margin-left: 1.7857142857rem;
  margin-top: -1.0714285714rem;
}
.l-toggle-menu::after {
  content: "メニュー";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: -1.4285714286rem;
  line-height: 1;
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: -0.116em;
  color: #292624;
}
.l-toggle-menu__line {
  height: 0.2142857143rem;
  left: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
  background-color: #cb1a1a;
}
.l-toggle-menu__line:first-of-type {
  top: 0;
}
.l-toggle-menu__line:last-of-type {
  bottom: 0;
}

.l-drawer {
  position: fixed;
  inset: 0;
  z-index: 800;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(2.8571428571rem);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
  z-index: 9999;
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.l-drawer__close {
  position: absolute;
  top: 2.8571428571rem;
  right: 4.2857142857rem;
  width: 2.2857142857rem;
  height: 2.2857142857rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 7;
}
@media screen and (max-width: 991px) {
  .l-drawer__close {
    top: 2rem;
    right: 1.4285714286rem;
  }
}
.l-drawer__close-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #292624;
  top: 50%;
}
.l-drawer__close-line:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}
.l-drawer__close-line:last-of-type {
  transform: translateY(-50%) rotate(-45deg);
}
.l-drawer__close:hover {
  opacity: 0.5;
}
.l-drawer__inner {
  display: flex;
  justify-content: space-between;
  gap: 3.5714285714rem;
  padding: 8.5714285714rem 0 4.2857142857rem;
  flex-direction: column;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .l-drawer__inner {
    width: 80% !important;
  }
}
@media screen and (max-width: 991px) {
  .l-drawer__inner {
    gap: 2.1428571429rem;
    padding: 7.1428571429rem 0 2.8571428571rem;
  }
}
.l-drawer__about {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 2.8571428571rem 2.8571428571rem;
}
@media screen and (max-width: 768px) {
  .l-drawer__about {
    grid-template-columns: 1fr;
    gap: 2.1428571429rem;
  }
}
.l-drawer__nav {
  margin-bottom: 0;
}
.l-drawer__nav-title {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
  font-size: 1rem;
  font-weight: 700;
  color: #292624;
  letter-spacing: 0.06em;
  margin-bottom: 0.8571428571rem;
}
@media screen and (max-width: 1399px) {
  .l-drawer__nav-title {
    font-size: 1.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .l-drawer__nav-title {
    margin-bottom: 0.5714285714rem;
  }
}
.l-drawer__nav-title::before {
  content: "";
  flex-shrink: 0;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border-radius: 50%;
  background: #cb1a1a;
}
.l-drawer__nav-content {
  margin: 0;
}
.l-drawer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5714285714rem;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-drawer__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4285714286rem 1.1428571429rem;
  }
}
.l-drawer__nav-link {
  font-size: 0.9285714286rem;
  color: #292624;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1399px) {
  .l-drawer__nav-link {
    font-size: 1.0714285714rem;
  }
}
.l-drawer__nav-link:hover {
  opacity: 0.5;
}
.l-drawer__contact {
  display: flex;
  flex-direction: column;
  gap: 1.7142857143rem;
  min-width: 11.4285714286rem;
}
@media screen and (max-width: 991px) {
  .l-drawer__contact {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.l-drawer__link-list {
  display: flex;
  flex-direction: column;
  gap: 0.7142857143rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-drawer__link {
  font-size: 0.9285714286rem;
  color: #292624;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1399px) {
  .l-drawer__link {
    font-size: 1.0714285714rem;
  }
}
.l-drawer__link:hover {
  opacity: 0.5;
}
.l-drawer__sns {
  display: flex;
  align-items: center;
  gap: 1.1428571429rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-drawer__sns-link {
  display: block;
}
.l-drawer__sns-icon {
  width: 1.7142857143rem;
  height: 1.7142857143rem;
}

/* ============================================================
   フッター情報セクション（ご利用ガイド・販売店案内・お問い合わせ）
   .sec-footer-info
============================================================ */
.sec-footer-info.--border-top .sec-footer-info__inner {
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 4px, transparent 4px, transparent calc(4px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left top;
}
.sec-footer-info__inner {
  display: grid;
  grid-template-columns: 34% 32% auto;
  justify-content: space-between;
  padding-block: 5.1428571429rem 2.8571428571rem;
}
@media screen and (max-width: 900px) {
  .sec-footer-info__inner {
    padding-block: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-info__inner {
    grid-template-columns: 1fr;
    gap: 2.8571428571rem;
  }
}
.sec-footer-info__col {
  display: flex;
  flex-direction: column;
}
.sec-footer-info__heading {
  font-size: 1.5714285714rem;
  font-weight: 800;
  color: #cb1a1a;
  margin: 0 0 0.7857142857rem;
}
.sec-footer-info__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2857142857rem 1.1428571429rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.3571428571rem;
}
.sec-footer-info__link {
  font-size: 1.2857142857rem;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  line-height: 1.8;
  transition: opacity 0.2s;
  font-weight: 500;
}
.sec-footer-info__link:hover {
  opacity: 0.6;
}
.sec-footer-info__note {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: -0.064em;
  font-weight: 500;
}
.sec-footer-info__shop-group {
  display: flex;
  flex-direction: column;
  gap: 0.4285714286rem;
}
.sec-footer-info__shop-group:not(:last-child) {
  margin-bottom: 0.5714285714rem;
}
.sec-footer-info__area {
  font-size: 0.9285714286rem;
  font-weight: 700;
  color: #555;
}
.sec-footer-info__area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2857142857rem 0.8571428571rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec-footer-info__tel {
  display: block;
  font-size: 2.8571428571rem;
  font-weight: bold;
  letter-spacing: -0.034em;
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
  font-family: "Geologica", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec-footer-info__tel {
    font-size: 2.1428571429rem;
  }
}
.sec-footer-info__tel-note {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.064em;
  font-weight: 500;
}
.sec-footer-info__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5714285714rem;
  font-size: 1.5714285714rem;
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
  margin-top: 1.5714285714rem;
  transition: opacity 0.2s;
}
.sec-footer-info__contact:hover {
  opacity: 0.6;
}
.sec-footer-info__contact-icon {
  display: block;
  flex-shrink: 0;
  width: 1.7142857143rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #cb1a1a;
  stroke: #fff;
}

/* ============================================================
   サイトフッター
   .l-my-footer
============================================================ */
.l-my-footer {
  background-color: #292624;
  color: #fff;
}
.l-my-footer__main {
  display: flex;
  gap: 5.7142857143rem;
  padding-block: 4.1428571429rem 3.3214285714rem;
}
@media screen and (max-width: 900px) {
  .l-my-footer__main {
    gap: 3.4285714286rem;
  }
}
@media screen and (max-width: 768px) {
  .l-my-footer__main {
    flex-direction: column;
    gap: 2.8571428571rem;
    padding-block: 2.8571428571rem;
  }
}
.l-my-footer__logo {
  flex-shrink: 0;
  width: 17rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-my-footer__logo {
    width: 18.9285714286rem;
  }
}
.l-my-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.l-my-footer__logo-link {
  display: block;
}
.l-my-footer__stores {
  display: flex;
  gap: 4.2857142857rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-my-footer__stores {
    flex-direction: column;
    gap: 1.7857142857rem;
  }
}
.l-my-footer__store {
  letter-spacing: -0.034em;
}
.l-my-footer__store-name {
  font-size: 1.2857142857rem;
  font-weight: 700;
  margin-bottom: 0.8571428571rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-my-footer__store-name {
    font-size: 1.5714285714rem;
  }
}
.l-my-footer__address {
  font-style: normal;
  font-size: 1.2857142857rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer__address {
    font-size: 1.5714285714rem;
  }
}
.l-my-footer__tel {
  color: inherit;
  text-decoration: none;
}
.l-my-footer__map {
  display: inline-block;
  font-size: 1.1428571429rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  transition: opacity 0.2s;
}
.l-my-footer__map:hover {
  opacity: 0.8;
}
.l-my-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.75rem 4.6428571429rem;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .l-my-footer__bottom-inner {
    flex-direction: column;
    gap: 1.7857142857rem;
    padding-block: 1.7142857143rem 8.9285714286rem;
    text-align: center;
  }
}
.l-my-footer__badges {
  display: flex;
  align-items: center;
  gap: 0.8571428571rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-my-footer__badges {
    justify-content: space-between;
  }
}
.l-my-footer__badge-item {
  display: flex;
  align-items: center;
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer__badge-item {
    width: 48.7%;
  }
}
.l-my-footer__badge-link {
  display: block;
  line-height: 1;
}
.l-my-footer__copy {
  font-size: 1rem;
  letter-spacing: -0.034em;
  font-weight: 500;
}

/* Object（component + project + utility 全部入り） */
/* ===============================
  Object Layer Index
=============================== */
/* Component（indexごと forward） */
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c-button-wrap {
  display: flex;
  gap: 1.4285714286rem;
}
.c-button-wrap.--flex-center {
  justify-content: center;
}

.c-button {
  background-color: #cb1a1a;
  color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  border-radius: 28.5714285714rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4285714286rem;
  letter-spacing: -0.016em;
  gap: 1.1428571429rem;
  padding: 1.5rem 4.2857142857rem;
  max-width: 100%;
  font-weight: 400;
}
.c-button:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .c-button {
    padding: 1.5rem 2.5rem;
  }
}
.c-button.--bg-green {
  background-color: #157d41;
}
.c-button__arrow {
  flex: 0 0 1.7142857143rem;
  aspect-ratio: 1/1;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  stroke: #cb1a1a;
}
.c-button__arrow.--fill-red {
  color: #cb1a1a;
  stroke: #fff;
}

.c-float-cta {
  position: fixed;
  bottom: 1.7857142857rem;
  right: 1.7142857143rem;
  z-index: 200;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 15.7142857143rem;
}
@media screen and (min-width: 901px) {
  .c-float-cta {
    bottom: 2.8571428571rem;
    right: 2.8571428571rem;
  }
}
.c-float-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-float-cta__btn {
  display: flex;
  align-items: center;
  gap: 0.8571428571rem;
  background-color: #cb1a1a;
  border-radius: 71.3571428571rem;
  padding: 1.2142857143rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0.2857142857rem 1.4285714286rem rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s ease;
}
.c-float-cta__btn:hover {
  opacity: 0.85;
}
.c-float-cta__img {
  flex: 0 0 3.7142857143rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.c-float-cta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-float-cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2142857143rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: -0.077em;
  flex: 1 1 auto;
}
.c-float-cta__arrow {
  flex: 0 0 auto;
  font-size: 1.1428571429rem;
  color: #fff;
  margin-left: 0.5714285714rem;
  margin-right: 0.8571428571rem;
}

.c-section-title {
  color: #cb1a1a;
  font-size: 2.8571428571rem;
  letter-spacing: -0.006em;
}

.c-section-side-heading {
  display: flex;
  flex-flow: column-reverse;
  gap: 0.8571428571rem;
}
.c-section-side-heading__ttl {
  font-size: 2.2857142857rem;
  margin: 0;
  line-height: 1.1;
  font-weight: bold;
}
.c-section-side-heading__eng {
  color: #7e1563;
  font-size: 1.3571428571rem;
  letter-spacing: -0.01em;
  line-height: 1.1;
  position: relative;
  padding-left: 1.9285714286rem;
  font-family: "crimson-pro", serif;
}
.c-section-side-heading__eng::before {
  content: "";
  height: 1px;
  width: 1.1428571429rem;
  background-color: #7e1563;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-section-side-heading__eng.--color-grren {
  color: #157d41;
}
.c-section-side-heading__eng.--color-grren::before {
  background-color: #157d41;
}

.c-tags {
  display: flex;
  gap: 1rem;
}

.c-tag {
  text-align: center;
  color: #767E88;
  border-radius: 6.4285714286rem;
  font-size: 0.9285714286rem;
  padding: 0.5rem 0.7142857143rem;
  min-width: 8rem;
  border: 1px solid #D1D3D5;
}

.c-pagenation {
  display: flex;
  justify-content: center;
  gap: 1.2142857143rem;
}
.c-pagenation__item {
  border-radius: 50%;
  width: 3rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: #A9A9AA;
  font-size: 1.5714285714rem;
  font-family: "crimson-pro-l", serif;
  letter-spacing: -0.01em;
}
.c-pagenation__item--active {
  background-color: rgba(227, 227, 227, 0.5);
  color: #2E2A2D;
}
.c-pagenation__item a,
.c-pagenation__item span {
  background-color: transparent;
  box-shadow: none;
  color: currentColor;
  font-family: Shippori Mincho, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: auto;
  line-height: 1;
  margin: 0;
  padding: 0 !important;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.c-contents-list__item {
  font-family: Shippori Mincho, serif;
  position: relative;
  cursor: pointer;
  color: #939393;
  padding-left: 1.5714285714rem;
  line-height: 1;
}
.c-contents-list__item:not(:last-of-type) {
  margin-bottom: 1.7857142857rem;
}
.c-contents-list__item.is-active {
  color: #292624;
}
.c-contents-list__item.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background: url(../images/common/icon-arrow-red.png) no-repeat 0;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .c-contents-list__item.is-active::before {
    width: 1rem;
    height: 1.0714285714rem;
  }
}

@media screen and (min-width: 769px) {
  .c-contents-link-list {
    position: sticky;
    top: 11.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.9285714286rem;
  }
}
.c-contents-link-list__item {
  font-family: Shippori Mincho, serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-contents-link-list__item {
    color: #939393;
  }
}
@media screen and (max-width: 768px) {
  .c-contents-link-list__item {
    width: 47%;
    text-align: center;
    font-size: 1.2rem;
    border-bottom: 1px solid #004c88;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .c-contents-link-list__item:not(:last-of-type) {
    margin-bottom: 1.7857142857rem;
  }
}
.c-contents-link-list__link {
  display: block;
  padding-left: 1.5714285714rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contents-link-list__link {
    padding: 0.7142857143rem 0.5rem 1.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .c-contents-link-list__link.is-active {
    color: #292624;
  }
  .c-contents-link-list__link.is-active::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.8571428571rem;
    height: 0.8571428571rem;
    background: url(../images/common/icon-arrow-red.png) no-repeat 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-contents-link-list__link.is-active::before {
    width: 1rem;
    height: 1.0714285714rem;
  }
}
.c-contents-link-list.--caregory-links .c-contents-link-list__item {
  border: none;
}
@media screen and (max-width: 768px) {
  .c-contents-link-list.--caregory-links .c-contents-link-list__link {
    color: #939393;
    border-bottom: 1px solid #939393;
  }
  .c-contents-link-list.--caregory-links .c-contents-link-list__link.is-active {
    color: currentColor;
    border-bottom-color: #004c88;
  }
}

.c-icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2E313A;
}
.c-icon-arrow__arrow {
  width: 0.9285714286rem;
  aspect-ratio: 1/1;
  color: #fff;
  stroke-width: 2px;
}
.c-icon-arrow__arrow.--rev {
  scale: -1 -1;
}

.c-top-news-post {
  border-bottom: 1px solid #6e6e6e;
}
.c-top-news-post:first-of-type {
  border-top: 1px solid #6e6e6e;
}
.c-top-news-post__link {
  display: flex;
  gap: 3.6428571429rem;
  padding: 1.9285714286rem 0;
}
@media screen and (max-width: 768px) {
  .c-top-news-post__link {
    flex-flow: column;
    gap: 2.1428571429rem;
    padding: 2.5rem 2.8571428571rem;
  }
}
.c-top-news-post__media {
  width: 20.0714285714rem;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .c-top-news-post__media {
    aspect-ratio: 281/172;
  }
}
@media screen and (max-width: 768px) {
  .c-top-news-post__media {
    width: 100%;
    height: 13.4285714286rem;
  }
}
.c-top-news-post__body {
  flex: 1 1 auto;
  margin-top: 1.4285714286rem;
}
@media screen and (max-width: 768px) {
  .c-top-news-post__body {
    margin: 0;
  }
}
.c-top-news-post__meta {
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
.c-top-news-post__date {
  color: #cb1a1a;
  font-weight: 600;
  font-family: Shippori Mincho, serif;
}
.c-top-news-post__tags {
  display: flex;
  gap: 0.7142857143rem;
}
.c-top-news-post__tag {
  background-color: #cb1a1a;
  color: #fff;
  padding: 0.2142857143rem 0.3571428571rem;
  line-height: 1;
}
.c-top-news-post__title {
  font-family: Shippori Mincho, serif;
  font-size: 1.7857142857rem;
  margin-bottom: 1.2857142857rem;
}
@media screen and (max-width: 768px) {
  .c-top-news-post__title {
    margin-bottom: 0.8571428571rem;
  }
}
.c-float-search {
  position: fixed;
  bottom: 32px;
  right: 24px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-float-search {
    bottom: 20px;
    right: 16px;
  }
}
.c-float-search__form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  padding: 0.5rem 1.1428571429rem;
  gap: 10px;
  backdrop-filter: blur(30px);
}
.c-float-search__input {
  width: 8.5714285714rem !important;
  border: none;
  outline: none;
  font-size: 0.9rem;
  color: #292624;
  background: transparent;
  letter-spacing: 0.04em;
  border: none !important;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-float-search__input {
    padding: 0.8571428571rem 1.0714285714rem !important;
  }
}
.c-float-search__input::placeholder {
  color: #5a5c5e !important;
}
.c-float-search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8571428571rem;
  aspect-ratio: 1/1;
  background: #157d41;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}
.c-float-search__btn:hover {
  background: #2f6144;
}

.c-news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.4285714286rem 3.9285714286rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .c-news-list {
    gap: 2.5714285714rem 1.4285714286rem;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list {
    grid-template-columns: 1fr;
    gap: 2.2857142857rem;
  }
}
.c-news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-news-card__link:hover .c-news-card__image img {
  transform: scale(1.04);
}
.c-news-card__link:hover .c-news-card__title {
  opacity: 0.6;
}
.c-news-card__image {
  display: block;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #f9f6f5;
  margin-bottom: 1.1428571429rem;
}
.c-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.c-news-card__meta {
  display: flex;
  align-items: center;
  gap: 0.8571428571rem;
  margin-bottom: 0.7142857143rem;
}
.c-news-card__date {
  margin: 0;
}
.c-news-card__date time {
  font-size: 1rem;
  color: #727171;
  letter-spacing: 0.04em;
}
.c-news-card__tag {
  margin: 0;
}
.c-news-card__tag-text {
  display: inline-block;
  font-size: 1rem;
  color: #7e1563;
  border: 1px solid #7e1563;
  border-radius: 2px;
  padding: 0.1428571429rem 0.5714285714rem;
  letter-spacing: 0.06em;
}
.c-news-card__title {
  font-size: 1.3571428571rem;
  font-weight: 400;
  color: #292624;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin: 0;
  transition: opacity 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-news__pagenation {
  margin-top: 4.5714285714rem;
}
@media screen and (max-width: 768px) {
  .p-news__pagenation {
    margin-top: 2.8571428571rem;
  }
}

/* ============================================================
   モーダル（美味しい食べ方 等）
   .c-modal
============================================================ */
body.is-modal-lock {
  overflow: hidden;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4.2857142857rem 1.4285714286rem;
  background: rgba(41, 38, 36, 0.9);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.c-modal.is-modal-open {
  opacity: 1;
  visibility: visible;
}
.c-modal__inner {
  position: relative;
  width: 100%;
  max-width: 82.8571428571rem;
  margin: auto;
  padding: 4.2857142857rem 6.4285714286rem 5rem;
  background: #fff;
  border-radius: 0.7142857143rem;
}
@media screen and (max-width: 991px) {
  .c-modal__inner {
    padding: 3.5714285714rem 3.5714285714rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    padding: 2.8571428571rem 1.4285714286rem 3.2142857143rem;
  }
}
.c-modal__divider {
  border: none;
  height: 1px;
  margin: 2.8571428571rem 0;
  background: #c4bab4;
}
@media screen and (max-width: 768px) {
  .c-modal__divider {
    margin: 2.1428571429rem 0;
  }
}
.c-modal__divider--dashed {
  height: 4px;
  background: none;
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 4px, transparent 4px, transparent calc(4px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left bottom;
}
.c-modal__close {
  position: absolute;
  top: -1.8571428571rem;
  right: -1.8571428571rem;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: #292624;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity 0.2s ease;
}
.c-modal__close:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    top: -1.4285714286rem;
    right: -0.5714285714rem;
    width: 3.1428571429rem;
    height: 3.1428571429rem;
  }
}
.c-modal__close-bar {
  position: absolute;
  width: 1.5714285714rem;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-modal__close-bar {
    width: 1.2857142857rem;
  }
}
.c-modal__close-bar:nth-child(1) {
  transform: rotate(45deg);
}
.c-modal__close-bar:nth-child(2) {
  transform: rotate(-45deg);
}
.c-modal__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2142857143rem;
  font-size: 4.2857142857rem;
  font-weight: 900;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .c-modal__title {
    gap: 0.7142857143rem;
    font-size: 2.8571428571rem;
    margin-bottom: 2.1428571429rem;
  }
}
.c-modal__title-logo {
  flex: 0 0 auto;
  width: 7.8571428571rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-modal__title-logo {
    width: 5.8571428571rem;
  }
}
.c-modal__em {
  color: #cb1a1a;
  font-size: 1.25em;
}
.c-modal__block {
  margin: 0;
}
.c-modal__lead {
  margin: 0;
  font-size: 1.5714285714rem;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .c-modal__lead {
    font-size: 1.3rem;
  }
}
.c-modal__heading {
  font-size: 1.7142857143rem;
  font-weight: 700;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-modal__heading {
    font-size: 1.4285714286rem;
  }
}
.c-modal__text {
  font-size: 1.4285714286rem;
  line-height: 1.78;
  margin: 0;
  font-weight: 500;
}
.c-modal__text:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    font-size: 1.3rem;
  }
}
.c-modal__note {
  margin: 1rem 0 0;
  font-size: 1.1428571429rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .c-modal__note {
    font-size: 1.3rem;
  }
}
.c-modal__figure {
  margin: 1.1428571429rem 0 3.5714285714rem;
}
@media screen and (max-width: 768px) {
  .c-modal__figure {
    margin-bottom: 2rem;
  }
}
.c-modal__figure img {
  border-radius: 0.7857142857rem;
}
.c-modal__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.1428571429rem;
  margin-top: 2.5714285714rem;
}
@media screen and (max-width: 768px) {
  .c-modal__cols {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-modal__cols .c-modal__figure {
  margin-bottom: 1.8571428571rem;
}
.c-modal__lowcal {
  display: grid;
  grid-template-columns: 1fr 29.7857142857rem;
  gap: 2.1428571429rem;
  align-items: center;
  margin-top: 2.8571428571rem;
  padding: 2.2857142857rem 2.5714285714rem;
  background-color: #f5efe4;
  background-image: url(../images/common/bg_beige.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0.7142857143rem;
}
@media screen and (max-width: 768px) {
  .c-modal__lowcal {
    grid-template-columns: 1fr;
    padding: 1.7142857143rem;
  }
}
.c-modal__lowcal-image img {
  border-radius: 0.7142857143rem;
}
.c-modal__lowcal-ttl {
  font-size: 2.2857142857rem;
  margin-bottom: 1.5rem;
}
.c-modal__dot-title {
  display: flex;
  align-items: center;
  gap: 1.2857142857rem;
  font-size: 2.1428571429rem;
  font-weight: 900;
  margin: 0 0 1.5rem;
}
.c-modal__dot-title::before {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cb1a1a;
}

/* ============================================================
   購入フロー：お届け先確認の注意書き（赤枠）
   .c-order-notice
============================================================ */
.c-order-notice {
  margin: 0 0 1.7142857143rem;
  padding: 2rem 2.2857142857rem;
  border: 2px solid #cb1a1a;
  border-radius: 0.2857142857rem;
}
@media screen and (max-width: 768px) {
  .c-order-notice {
    padding: 1.4285714286rem 1.1428571429rem;
  }
}
.c-order-notice__title {
  margin: 0 0 1rem;
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 1.6;
  color: #cb1a1a;
}
@media screen and (max-width: 768px) {
  .c-order-notice__title {
    font-size: 1.1428571429rem;
  }
}
.c-order-notice__note {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-order-notice__note {
    font-size: 0.9285714286rem;
  }
}
.c-order-notice__note:last-child {
  margin-bottom: 0;
}

/* Project - CMS Block */
/* ===============================
   CMS Block: News List
   p-cms-news
================================ */
.p-cms-news {
  position: relative;
}
.p-cms-news__title {
  display: flex;
  justify-content: center;
  font-size: 1.1428571429rem;
  margin-bottom: clamp(1.5714285714rem, calc(16.4174757282px + 1.4886731392vw), 3.2142857143rem);
}
.p-cms-news__title-inner {
  border-bottom: 2px solid #292624;
  padding-bottom: 0.3571428571rem;
}
.p-cms-news__list {
  margin-bottom: clamp(1.4285714286rem, calc(15.145631068px + 1.2944983819vw), 2.8571428571rem);
  display: grid;
  grid-template-columns: repeat(4, 24%);
  column-gap: 1.25%;
  row-gap: clamp(1.4285714286rem, calc(15.145631068px + 1.2944983819vw), 2.8571428571rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list {
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
    column-gap: 0;
  }
}
.p-cms-news__list--slide {
  display: block;
}
.p-cms-news__list--slide .p-cms-news__item {
  width: clamp(11.4285714286rem, calc(11.4285714286px + 19.3452380952vw), 20.7142857143rem);
  margin: 0 clamp(1.0714285714rem, calc(7px + 1.0416666667vw), 1.5714285714rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list--slide .p-cms-news__item {
    width: clamp(14.2857142857rem, calc(-14.2857142857px + 66.9642857143vw), 35.7142857143rem);
    margin: 0 5.5vw;
  }
}
.p-cms-news__thumb {
  margin-bottom: 0.7142857143rem;
}
.p-cms-news__date {
  font-size: 0.8em;
  margin-bottom: 0.25rem;
}
.p-cms-news__heading {
  font-size: clamp(0.7142857143rem, calc(3.1236959762px + 0.8941877794vw), 1.1428571429rem);
  margin-bottom: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-cms-news__heading {
    font-size: clamp(1rem, calc(13.0291262136px + 0.2588996764vw), 1.2857142857rem);
  }
}
.p-cms-news__arrow {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 31%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #727171;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow {
    width: 5.2083333333vw;
  }
}
.p-cms-news__arrow:hover {
  color: #292624;
}
.p-cms-news__arrow--prev {
  left: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--prev {
    left: 9.8%;
  }
}
.p-cms-news__arrow--next {
  right: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--next {
    right: 9.8%;
  }
}
.p-cms-news__arrow-icon {
  width: 100%;
  height: 100%;
  fill: #727171;
}
.p-cms-news__btm {
  display: flex;
  justify-content: center;
  font-size: clamp(0.7142857143rem, calc(9.5145631068px + 0.1294498382vw), 0.8571428571rem);
}
.p-cms-news__btm-line {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-cms-news--sp-one-colmn .p-cms-news__heading {
    font-size: 0.8571428571rem;
  }
  .p-cms-news--sp-one-colmn .c-tag {
    padding: 0.2857142857rem 0.5rem;
    font-size: 0.7142857143rem;
  }
}

/* Project - Common UI */
/* @forward "project/hero";
@forward "project/feature-cards";
@forward "project/intro"; */
/* Project - Page */
/* ============================================================
   MV（メインビジュアル）
   .top-mv
============================================================ */
.top-mv {
  text-align: center;
  padding-top: 5.7142857143rem;
  text-align: center;
  padding-top: 5.7142857143rem;
}
@media screen and (max-width: 768px) {
  .top-mv {
    padding-top: 3.5714285714rem;
  }
}
.top-mv__content {
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 768px) {
  .top-mv__content {
    padding-bottom: 5.3571428571rem;
  }
}
.top-mv__title {
  width: min(80%, 76.7142857143rem);
  margin: 0 auto 2.5714285714rem;
}
@media screen and (max-width: 768px) {
  .top-mv__title {
    width: 94%;
    margin-bottom: 1.7857142857rem;
  }
}
.top-mv__desc {
  font-size: 1.5714285714rem;
  line-height: 2;
  margin-bottom: 2.2857142857rem;
}
@media screen and (max-width: 768px) {
  .top-mv__desc {
    font-size: 1.2857142857rem;
    margin-bottom: 1.5714285714rem;
  }
}
.top-mv__btn .c-button {
  min-width: 20rem;
}
.top-mv__image {
  border-radius: 1.1428571429rem;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1537/865;
}
@media screen and (max-width: 768px) {
  .top-mv__image {
    border-radius: 0.7142857143rem;
  }
}

/* ============================================================
   こだわりスライダーセクション
   .top-kodawari
============================================================ */
.top-kodawari {
  padding-block: 7.1428571429rem;
}
@media screen and (max-width: 768px) {
  .top-kodawari {
    padding-block: 4.2857142857rem;
  }
}
.top-kodawari__head {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top-kodawari__head {
    margin-bottom: 2.5714285714rem;
  }
}
.top-kodawari__title {
  font-size: 3.5714285714rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .top-kodawari__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-kodawari__title {
    font-size: 1.8571428571rem;
  }
}
.top-kodawari__title-em {
  color: #cb1a1a;
  font-style: normal;
  font-size: 1.44em;
  letter-spacing: 0.024em;
  display: inline-block;
  margin-left: 0.9285714286rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-kodawari__title-em {
    margin-inline: 0.3571428571rem;
  }
}
.top-kodawari__desc {
  font-size: 1.5714285714rem;
  line-height: 1.8;
  color: #292624;
}
@media screen and (max-width: 768px) {
  .top-kodawari__desc {
    font-size: 1.2857142857rem;
    text-align: left;
  }
}
.top-kodawari__desc-br {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1459px) {
  .top-kodawari__desc-br {
    display: inline;
  }
}
.top-kodawari__slider-wrap {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top-kodawari__slider-wrap {
    margin-bottom: 2.5714285714rem;
  }
}
.top-kodawari__slider-wrap .top-kodawari__item {
  width: 70rem;
  padding-inline: 0.5714285714rem;
}
@media screen and (max-width: 991px) {
  .top-kodawari__slider-wrap .top-kodawari__item {
    width: 53.5714285714rem;
  }
}
@media screen and (max-width: 768px) {
  .top-kodawari__slider-wrap .top-kodawari__item {
    width: 35.7142857143rem;
  }
}
.top-kodawari__slider {
  display: flex;
  gap: 0.2857142857rem;
}
.top-kodawari__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 4.8571428571rem;
  height: 4.8571428571rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.top-kodawari__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-kodawari__arrow--prev {
  left: 1.1428571429rem;
}
.top-kodawari__arrow--next {
  right: 1.1428571429rem;
}
.top-kodawari__btns {
  gap: 3.3571428571rem;
}
@media screen and (max-width: 768px) {
  .top-kodawari__btns {
    gap: 0.8571428571rem;
    flex-direction: column;
  }
}
.top-kodawari__btn-order {
  background-color: #292624;
}

/* ============================================================
   道内各地のお店セクション
   .top-shop
============================================================ */
.top-shop {
  position: relative;
  overflow: hidden;
  padding-top: 6.8571428571rem;
  padding-bottom: 10.7142857143rem;
}
@media screen and (max-width: 991px) {
  .top-shop {
    padding-top: 4.2857142857rem;
    padding-bottom: 7.1428571429rem;
  }
}
.top-shop__ticker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.top-shop__ticker-track {
  display: flex;
  flex-shrink: 0;
  height: 100%;
  animation: top-shop-ticker linear infinite 30s;
}
.top-shop__ticker-img {
  flex-shrink: 0;
  height: 100%;
  width: auto;
}
.top-shop__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .top-shop__inner {
    flex-direction: column;
    gap: 3.4285714286rem;
  }
}
.top-shop__figures {
  position: relative;
  flex: 0 0 50%;
}
.top-shop__fig {
  margin: 0;
}
.top-shop__fig--main {
  width: 78%;
  margin-left: 4.2857142857rem;
}
@media screen and (max-width: 991px) {
  .top-shop__fig--main {
    width: 23.5714285714rem;
    margin-left: 2.1428571429rem;
  }
}
.top-shop__fig--sub {
  width: 30%;
  position: absolute;
  bottom: -6.4285714286rem;
  left: -6.4285714286rem;
}
@media screen and (max-width: 991px) {
  .top-shop__fig--sub {
    width: 8.5714285714rem;
    bottom: -3.5714285714rem;
    left: -4.6428571429rem;
  }
}
.top-shop__content {
  flex: 0 0 50%;
  position: relative;
  padding-right: 2.8571428571rem;
}
@media screen and (max-width: 991px) {
  .top-shop__content {
    padding: 0;
    padding-top: 3.5714285714rem;
  }
}
.top-shop__content-fig {
  position: absolute;
  right: -12.8571428571rem;
  top: -4.2857142857rem;
  width: 45%;
}
@media screen and (max-width: 991px) {
  .top-shop__content-fig {
    width: 10.7142857143rem;
    right: 2.5rem;
  }
}
.top-shop__title {
  font-size: 3.5714285714rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.006em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .top-shop__title {
    font-size: 2.5rem;
  }
}
.top-shop__desc {
  font-size: 1.4285714286rem;
  line-height: 1.75;
  margin-bottom: 2rem;
  letter-spacing: -0.029em;
}
@media screen and (max-width: 991px) {
  .top-shop__desc {
    font-size: 1.2857142857rem;
  }
}
.top-shop__link {
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  font-size: 1.0714285714rem;
  font-weight: 700;
  color: #292624;
  margin-bottom: 1rem;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .top-shop__link {
    font-size: 1.2142857143rem;
  }
}
.top-shop__link-icon svg {
  width: 1.7142857143rem;
  aspect-ratio: 1/1;
  display: block;
  stroke: #fff;
  color: #cb1a1a;
}
.top-shop__stores {
  display: flex;
  align-items: center;
  gap: 0.8571428571rem;
}
.top-shop__store {
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  font-size: 1.0714285714rem;
  font-weight: 700;
  color: #292624;
  text-decoration: underline;
}
.top-shop__store-sep {
  color: #292624;
  font-size: 1.2857142857rem;
  line-height: 1;
}

@keyframes top-shop-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ============================================================
   オンラインストアセクション
   .top-online
============================================================ */
.top-online {
  background-color: #cb1a1a;
  padding-block: 5.7142857143rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-online {
    padding-block: 4rem;
  }
}
.top-online__head {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top-online__head {
    margin-bottom: 2.5714285714rem;
  }
}
.top-online__title {
  font-size: 3.5714285714rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 1.1428571429rem;
}
@media screen and (max-width: 768px) {
  .top-online__title {
    font-size: 2.3571428571rem;
  }
}
.top-online__desc {
  font-size: 1.5714285714rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top-online__desc {
    font-size: 1.2857142857rem;
  }
}
.top-online__slider-wrap {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top-online__slider-wrap {
    margin-bottom: 2.5714285714rem;
  }
}
.top-online__slider {
  display: flex;
}
.top-online__item {
  padding-inline: 0.8571428571rem;
}
@media screen and (max-width: 768px) {
  .top-online__item {
    padding-inline: 0.5714285714rem;
  }
}
.top-online__card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.top-online__card-img {
  aspect-ratio: 492/316;
  overflow: hidden;
  border-radius: 0.7142857143rem;
  margin: 0 0 1.1428571429rem;
}
.top-online__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-online__card-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5714285714rem;
  line-height: 1.4;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .top-online__card-name {
    font-size: 2rem;
  }
}
.top-online__card-desc {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.7142857143rem;
  opacity: 0.85;
}
.top-online__card-price {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .top-online__card-price {
    font-size: 2rem;
  }
}
.top-online__card-tax {
  font-size: 1.1428571429rem;
  font-weight: 400;
}
.top-online__arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3.4285714286rem;
  height: 3.4285714286rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.top-online__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-online__arrow--prev {
  left: -1.7142857143rem;
}
@media screen and (max-width: 991px) {
  .top-online__arrow--prev {
    left: -0.7857142857rem;
  }
}
.top-online__arrow--next {
  right: -1.7142857143rem;
}
@media screen and (max-width: 991px) {
  .top-online__arrow--next {
    right: -0.7857142857rem;
  }
}
.top-online__btn {
  background-color: #292624;
}

/* ============================================================
   セクション間ティッカー：ジンギスカンの美味しい食べ方
   .top-howto-ticker
============================================================ */
.top-howto-ticker {
  overflow: hidden;
  padding-block: 3.6428571429rem;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.2s ease;
}
.top-howto-ticker:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .top-howto-ticker {
    padding-block: 2.2857142857rem;
  }
}
.top-howto-ticker__track {
  display: flex;
  flex-shrink: 0;
  animation: top-howto-ticker linear infinite 25s;
}
.top-howto-ticker__img {
  flex: 0 0 auto;
  max-width: none;
  width: 208.5714285714rem;
}
@media screen and (max-width: 768px) {
  .top-howto-ticker__img {
    width: 110.7142857143rem;
  }
}

@keyframes top-howto-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ============================================================
   最新のお知らせセクション
   .top-news
============================================================ */
.top-news {
  padding-block: 5.7142857143rem 10.6428571429rem;
  background-color: rgba(251, 250, 249, 0.85);
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 4rem;
  }
}
.top-news__title {
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  font-size: 2.8571428571rem;
  font-weight: 900;
  margin-bottom: 2.6428571429rem;
}
.top-news__title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #cb1a1a;
}
@media screen and (max-width: 768px) {
  .top-news__title {
    font-size: 2.2857142857rem;
  }
}
.top-news__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.6428571429rem;
}
.top-news__item {
  background-color: #fff;
  border-radius: 2.1428571429rem;
}
.top-news__item:not(:last-of-type) {
  margin-bottom: 2.2142857143rem;
}
.top-news__link {
  display: flex;
  align-items: center;
  gap: 5.8571428571rem;
  padding: 2.9285714286rem 4.2857142857rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
  font-size: 1.4285714286rem;
  letter-spacing: -0.034em;
}
.top-news__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .top-news__link {
    gap: 1.1428571429rem;
    padding: 1.7142857143rem 1.9285714286rem;
  }
}
.top-news__date {
  flex-shrink: 0;
  color: #cb1a1a;
  font-weight: 700;
  font-family: "Geologica", sans-serif;
}
.top-news__text {
  flex: 1;
}
.top-news__arrow {
  flex-shrink: 0;
  width: 2.2857142857rem;
  aspect-ratio: 1/1;
  color: #fff;
  stroke: #cb1a1a;
}
.top-news__footer {
  text-align: right;
}
.top-news__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5714285714rem;
  font-size: 1.5714285714rem;
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.top-news__more:hover {
  opacity: 0.6;
}
.top-news__more-icon {
  display: block;
  flex-shrink: 0;
  width: 1.7142857143rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #cb1a1a;
  stroke: #fff;
  margin-top: 0.2142857143rem;
}

.page-mv {
  position: relative;
  padding-block: 12.1428571429rem 32.6428571429rem;
}
.page-mv__eng {
  font-size: 1.4285714286rem;
  color: #7e1563;
  margin-bottom: 0.4285714286rem;
  font-weight: bold;
}
.page-mv__title {
  font-size: 3.4285714286rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-mv__title {
    font-size: 2.8571428571rem;
  }
}

.products-mv {
  position: relative;
  padding-block: 4.6428571429rem 7.1428571429rem;
}
@media screen and (max-width: 768px) {
  .products-mv {
    padding-block: 1.5714285714rem 4.6428571429rem;
  }
}
.products-mv__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-mv__sub {
  font-size: 1.4285714286rem;
  color: #7e1563;
  margin-bottom: 0.4285714286rem;
  font-weight: bold;
}
.products-mv__title {
  font-size: 3.4285714286rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .products-mv__title {
    font-size: 2.8571428571rem;
  }
}

.page-container-wrraper {
  position: relative;
}

.page-container {
  display: flex;
  justify-content: space-between;
  gap: 4.2857142857rem;
  position: relative;
  z-index: 2;
  margin-bottom: 4.3571428571rem;
}
@media screen and (max-width: 991px) {
  .page-container {
    flex-flow: column-reverse;
    gap: 2.8571428571rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .page-container.l-inner.--narrow,
  .store-heading.l-inner.--narrow {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .products-container {
    padding: 0;
  }
}

.page-main {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .page-main {
    order: 2;
  }
}

.page-side {
  flex: 0 0 18.2857142857rem;
}
@media screen and (max-width: 768px) {
  .page-side {
    flex-basis: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-side__nav {
    position: sticky;
    top: 4.2857142857rem;
  }
}
@media screen and (max-width: 991px) {
  .page-side__nav {
    order: 1;
    flex-basis: auto;
  }
}
.page-side__nav-title {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin: 0 0 0.7142857143rem;
  letter-spacing: -0.06em;
  position: relative;
  padding-left: 1.1428571429rem;
}
.page-side__nav-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.7142857143rem;
  aspect-ratio: 1/1;
  background-color: #cb1a1a;
  border-radius: 50%;
}
.page-side__nav-list {
  margin: 0;
  padding: 0;
  padding-left: 1.1428571429rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.page-side__nav-item:not(:last-of-type) {
  margin-bottom: 0.3571428571rem;
}
.page-side__nav-link {
  font-size: 1.2142857143rem;
}
.page-side__nav-link:hover {
  color: #cb1a1a;
}
.page-side__nav-link.is-active {
  color: #cb1a1a;
  font-weight: bold;
}

.store-heading {
  padding-top: 3.5714285714rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .store-heading {
    margin-bottom: 2.5rem;
  }
}
.store-heading__title {
  margin: 0;
  padding-bottom: 3.3571428571rem;
  font-size: 4.2857142857rem;
  border-bottom: 1px solid #c4bab4;
}
@media screen and (max-width: 768px) {
  .store-heading__title {
    font-size: 3.5714285714rem;
    padding-bottom: 2rem;
  }
}

.store-section {
  padding-bottom: 5.6428571429rem;
}
@media screen and (max-width: 768px) {
  .store-section {
    padding-bottom: 2.5rem;
  }
}
.store-section__title {
  margin-bottom: 2.1428571429rem;
}
.store-section__image {
  margin-bottom: 2.8571428571rem;
  aspect-ratio: 912/447;
  border-radius: 0.7142857143rem;
  overflow: hidden;
}
.store-section__catch {
  font-weight: bold;
  font-size: 1.8571428571rem;
  margin-bottom: 1.4285714286rem;
  line-height: 1.45;
  letter-spacing: -0.029em;
}
.store-section__desc {
  letter-spacing: -0.029em;
}
.store-section__desc p {
  font-size: 1.4285714286rem;
  font-weight: 500;
}
.store-section__desc p:not(:last-of-type) {
  margin-bottom: 1.4285714286rem;
}
.store-section__map iframe {
  border-radius: 0.7142857143rem;
  border: 0.2857142857rem solid #fff;
  height: 37.4285714286rem;
}
@media screen and (max-width: 768px) {
  .store-section__map iframe {
    aspect-ratio: 1/1;
    height: auto;
  }
}

.dealers-tabs__nav-wrap {
  margin-bottom: 2.8571428571rem;
}
.dealers-tabs__nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.1428571429rem;
}
@media screen and (max-width: 768px) {
  .dealers-tabs__nav {
    flex-wrap: wrap;
    gap: 0.5714285714rem;
  }
}
.dealers-tabs__nav-item {
  flex: 0 0 auto;
}
.dealers-tabs__nav-btn {
  display: block;
  padding: 0.3571428571rem 1.2857142857rem;
  font-size: 1.1428571429rem;
  font-weight: bold;
  background-color: rgba(41, 38, 36, 0.07);
  border-radius: 0.3571428571rem;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  color: inherit;
  transition: color 0.2s, background-color 0.2s;
}
.dealers-tabs__nav-btn:hover {
  color: #cb1a1a;
}
.dealers-tabs__nav-btn.is-active {
  color: #fff;
  background-color: #292624;
  border-bottom-color: #292624;
}
.dealers-tabs__panel {
  display: none;
}
.dealers-tabs__panel.is-active {
  display: block;
}

.dealers-area:not(:last-of-type) {
  margin-bottom: 4rem;
}
.dealers-area__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.1428571429rem;
}
.dealers-area__name {
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin: 0;
}
.dealers-area__border {
  height: 1px;
  flex: 1 1 auto;
  background-color: #c4bab4;
}

.dealers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.dealers-item {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0.7142857143rem;
  border: 1px solid #d6d1ce;
  padding: 1.7142857143rem 1.7857142857rem;
  gap: 2.6428571429rem;
}
@media screen and (max-width: 768px) {
  .dealers-item {
    flex-flow: column;
    gap: 1.2857142857rem;
  }
}
.dealers-item:not(:last-of-type) {
  margin-bottom: 1.1428571429rem;
}
.dealers-item__info {
  flex: 1 1 auto;
  min-width: 0;
}
.dealers-item__head {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 4px, transparent 4px, transparent calc(4px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left bottom;
}
.dealers-item__name {
  font-size: 1.4285714286rem;
  color: #cb1a1a;
  margin: 0 0 0.2857142857rem;
}
.dealers-item__note {
  font-size: 1.2142857143rem;
  font-weight: 500;
  margin: 0;
}
.dealers-item__note:empty {
  display: none;
}
.dealers-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2857142857rem 1.4285714286rem;
}
.dealers-item__address, .dealers-item__tel, .dealers-item__link {
  font-size: 1.2142857143rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.dealers-item__icon {
  width: 1.0714285714rem;
  height: 1.2857142857rem;
  flex-shrink: 0;
  color: #cb1a1a;
}
.dealers-item__tel a {
  color: inherit;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 1.2857142857rem;
}
.dealers-item__tel a:hover {
  color: #cb1a1a;
}
.dealers-item__link a {
  text-decoration: underline;
}
.dealers-item__products {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.dealers-product-table {
  border-collapse: separate;
  font-size: 0.8571428571rem;
  border-spacing: 0.5rem 0.3571428571rem;
}
.dealers-product-table th {
  padding: 0.1428571429rem 0.2142857143rem;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.dealers-product-table td {
  padding: 0;
  text-align: center;
  min-width: 3rem;
  height: 1.9285714286rem;
}

.dealers-badge {
  display: inline-block;
  padding: 0.2142857143rem 0.5714285714rem;
  font-size: 0.7857142857rem;
  border-radius: 0.2857142857rem;
  white-space: nowrap;
}
.dealers-badge.--reizo {
  color: #1a73cb;
  border: 1px solid #1a73cb;
  background-color: rgba(26, 115, 203, 0.09);
}
.dealers-badge.--reito {
  color: #292624;
  border: 1px solid #292624;
  background-color: rgba(36, 39, 41, 0.09);
}

.store-info {
  padding: 1.4285714286rem 1.7142857143rem;
  letter-spacing: -0.029em;
  border-top: 1px solid #c4bab4;
  margin-top: 4.4285714286rem;
}
@media screen and (max-width: 768px) {
  .store-info {
    padding-inline: 0;
    margin-top: 2.5rem;
  }
}
.store-info__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2857142857rem;
  padding-block: 1.7142857143rem;
}
.store-info__row:not(:last-of-type) {
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 4px, transparent 4px, transparent calc(4px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left bottom;
}
.store-info__label {
  font-size: 1.4285714286rem;
  line-height: 1.25;
  padding: 0 0.1785714286rem;
  background: linear-gradient(transparent 60%, white 0%);
}
.store-info__value {
  font-weight: 500;
  margin: 0;
  font-size: 1.2142857143rem;
}

.product-list-head {
  padding-inline: 0;
  margin-inline: 0;
  max-width: none;
}
.product-list-head .ec-topicpath {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .product-list-head .ec-topicpath {
    border-top: none;
    padding-inline: 0;
  }
}
.product-list-head .ec-searchnavRole__infos {
  align-items: center;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .product-list-head .ec-searchnavRole__infos {
    padding: 0;
  }
}
.product-list-head .ec-searchnavRole__counter {
  font-size: 1.2857142857rem;
  color: #2e2a2d;
  letter-spacing: -0.06em;
}
.product-list-head .ec-searchnavRole__counter .ec-font-bold {
  font-family: "crimson-pro-l", serif;
  font-size: 2.5em;
  display: inline-block;
  margin-right: 0.3571428571rem;
  font-weight: 100;
  letter-spacing: -0.01em;
}
.product-list-head .ec-searchnavRole__actions .ec-select {
  margin-bottom: 0;
}
.product-list-head .ec-searchnavRole__actions .ec-select select {
  font-size: 1.1428571429rem;
  height: auto;
  padding-block: 0.5714285714rem;
}

.product-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.2142857143rem;
  row-gap: 7.1428571429rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product-list__grid {
    grid-template-columns: 1fr;
    gap: 3.2142857143rem;
  }
}
.product-list__card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-list__card:hover {
  opacity: 0.8;
}
.product-list__card:hover .product-list__image img {
  scale: 1.15;
}
.product-list__image {
  position: relative;
  aspect-ratio: 492/316;
  overflow: hidden;
  margin-bottom: 0.8571428571rem;
  border-radius: 0.7142857143rem;
}
.product-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  transition: ease 0.45s;
}
.product-list__badge {
  position: absolute;
  top: 0.5714285714rem;
  left: 0.5714285714rem;
  padding: 0.2857142857rem 0.8571428571rem;
  font-size: 0.7857142857rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.2857142857rem;
}
.product-list__badge--sale {
  background-color: #e62d00;
}
.product-list__badge--new {
  background-color: #157d41;
}
.product-list__title {
  font-size: 2rem;
  color: #cb1a1a;
  font-weight: bold;
  margin-bottom: 0.7142857143rem;
  line-height: 1.23;
  text-decoration: underline;
  letter-spacing: -0.034em;
}
.product-list__desc {
  font-size: 1.4285714286rem;
  font-weight: 500;
  line-height: 1.49;
  margin-bottom: 0.8571428571rem;
  letter-spacing: -0.034em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-list__price {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.034em;
  line-height: 1.25;
}
.product-list__price-yen {
  font-size: 2.0714285714rem;
  margin-right: 0.1428571429rem;
  font-weight: 500;
}
.product-list__price-num {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
}
.product-list__price-sep {
  font-size: 1.1428571429rem;
}
.product-list__price-tax {
  font-size: 1.1428571429rem;
  margin-left: 0.2857142857rem;
}
.product-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4285714286rem;
}
.product-list__category-item {
  display: inline-block;
  font-size: 1.0714285714rem;
  letter-spacing: -0.02em;
  padding: 0.5714285714rem 0.7857142857rem;
  border-radius: 0.1428571429rem;
  font-weight: bold;
  line-height: 1.1;
}
.product-list__category {
  background-color: #ae4993;
  border: 1px solid #ae4993;
  color: #fff;
}
.product-list__tag {
  border: 1px solid #fbeff8;
  background-color: #fbeff8;
  color: #7e1563;
}

.product-pagenation {
  margin-top: 6.8571428571rem;
}
@media screen and (max-width: 768px) {
  .product-pagenation {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .products-sidebar {
    flex: 0 0 22.1428571429rem;
  }
}
.products-sidebar__title {
  background-color: #7f7588;
  padding: 1.7857142857rem 0.8571428571rem;
  line-height: 1.1;
  margin: 0;
}
.products-sidebar__title-bg {
  mix-blend-mode: multiply;
}
.products-sidebar__title-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 0.8571428571rem;
}
.products-sidebar__title-icon {
  width: 1.1428571429rem;
  aspect-ratio: 1/1;
}
.products-sidebar__title-text {
  font-size: 1.4285714286rem;
}
.products-sidebar__category {
  background-color: #f8f2f9;
  margin-bottom: 3.2142857143rem;
}
.products-sidebar__category-list {
  margin: 0;
  padding: 0rem 20;
}
.products-sidebar__category-item:not(:last-of-type) {
  border-bottom: 2px dotted #a88c95;
}
.products-sidebar__category-link {
  display: block;
  padding: 1.0714285714rem 0;
  font-weight: bold;
  font-size: 1.2857142857rem;
  letter-spacing: -0.06em;
}
.products-sidebar__section:not(:last-of-type) {
  padding-bottom: 2.8571428571rem;
  margin-bottom: 2.7142857143rem;
  border-bottom: 1px solid #cecece;
}
.products-sidebar__subtitle {
  font-size: 1.3571428571rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  position: relative;
  margin: 0 0 0.7857142857rem;
  padding-left: 1.2857142857rem;
}
.products-sidebar__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.7142857143rem;
  aspect-ratio: 1/1;
  background-color: #7e1563;
  border-radius: 50%;
}
.products-sidebar__list {
  padding: 0 1.2857142857rem;
}
.products-sidebar__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.products-sidebar__item:not(:last-of-type) {
  margin-bottom: 0.8571428571rem;
}
.products-sidebar__link {
  text-decoration: underline;
}

.form-select {
  border-radius: 0;
  border: 1px solid #cecece;
  padding: 1rem 1.4285714286rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #292624;
}

.ec-productRole {
  color: #292624;
}
.ec-productRole .ec-productRole__actions {
  padding-bottom: 0;
}
.ec-productRole .ec-productRole__actions .ec-select label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.ec-productRole .ec-productRole__actions .ec-select .form-select {
  max-width: 100%;
  min-width: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 1.0714285714rem 1.4285714286rem;
  height: auto;
  background-position: 97% 50%;
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  margin-top: 1.0714285714rem;
}
.ec-productRole .ec-productRole__btn .icon-cart {
  width: 1.4285714286rem;
  aspect-ratio: 1/1;
  color: #fff;
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6785714286rem;
  font-size: 1.4285714286rem;
  color: #fff;
  font-weight: bold;
  background-color: #292624;
  border-color: #292624;
  border-radius: 6.4285714286rem;
}
.ec-productRole__postage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0714285714rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.ec-productRole__postage-line {
  flex: 1 1 auto;
  height: 1px;
  background-color: #292624;
}
.ec-productRole__postage-text {
  flex: 0 0 auto;
}
.ec-productRole__description {
  margin-top: 2.9285714286rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 2;
}
.ec-productRole__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4285714286rem;
  padding: 0;
  margin: 2.8571428571rem 0;
}
.ec-productRole__taglist-item {
  display: inline-block;
  font-size: 1.0714285714rem;
  letter-spacing: -0.02em;
  padding: 0.5714285714rem 0.7857142857rem;
  border-radius: 0.1428571429rem;
  font-weight: bold;
  line-height: 1.1;
}
.ec-productRole__taglist-cat {
  background-color: #ae4993;
  border: 1px solid #ae4993;
  color: #fff;
}
.ec-productRole__taglist-tag {
  border: 1px solid #fbeff8;
  background-color: #fbeff8;
  color: #7e1563;
}
.ec-productRole__freebox {
  padding-top: 2.5714285714rem;
  border-top: 1px solid #cecece;
}
.ec-productRole__freebox-ttl {
  color: #9b7b42;
  font-size: 1.5rem;
  padding-left: 1.4285714286rem;
  font-weight: bold;
  position: relative;
  margin: 0 0 1.0714285714rem;
}
.ec-productRole__freebox-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7142857143rem;
  aspect-ratio: 1/1;
  background-color: #9b7b42;
  border-radius: 50%;
  left: 0;
}
.ec-productRole__freebox-desc {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.ec-productRole__banners {
  margin-top: 1.4285714286rem;
}
.ec-productRole__banners-image {
  min-width: 0; /* はみ出し対策 */
}

.product-detail {
  width: 66.438716465%;
  max-width: 90%;
  padding: 0 0 0rem;
}
@media screen and (max-width: 768px) {
  .product-detail {
    width: 90%;
  }
}
.product-detail__grid {
  gap: 3.5rem;
  margin-bottom: 3.9285714286rem;
}
@media screen and (max-width: 991px) {
  .product-detail__grid {
    flex-direction: column;
    margin-bottom: 2.8571428571rem;
  }
}
.product-detail .product-detail-cell-images {
  flex: 0 0 50%;
  min-height: 0;
  min-width: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .product-detail .product-detail-cell-images {
    width: 100%;
  }
}
.product-detail .product-detail-cell-contents {
  width: auto;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
}
.product-detail .ec-productRole__profile {
  margin: 0;
}
.product-detail .ec-sliderItemRole {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.7142857143rem;
  padding: 0;
  min-height: 0;
  min-width: 0;
}
.product-detail .ec-sliderItemRole .item_nav {
  width: 100%;
  gap: 0.7142857143rem;
}
.product-detail .ec-sliderItemRole .item_nav .slideThumb {
  width: 8.5714285714rem;
  height: 8.5714285714rem;
  margin-bottom: 0.5714285714rem;
}
@media screen and (max-width: 768px) {
  .product-detail .ec-sliderItemRole .item_nav .slideThumb {
    margin: 0;
    width: 7.1428571429rem;
    height: 7.1428571429rem;
  }
}
.product-detail .ec-sliderItemRole .item_nav .slideThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .ec-sliderItemRole .item_visual {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  margin-bottom: 0;
}
.product-detail .ec-sliderItemRole .item_visual .slide-item img {
  border-radius: 0.7142857143rem;
}
.product-detail .product-contents {
  color: #292624;
}
.product-detail .product-contents .ec-productRole__title .ec-headingTitle {
  margin: 0;
  font-size: 2.8571428571rem;
  color: #cb1a1a;
  font-weight: 900;
  margin-bottom: 1.5714285714rem;
}
.product-detail .product-contents .ec-productRole__catch {
  font-size: 1.5714285714rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.2857142857rem;
  color: #292624;
}
.product-detail .product-contents .ec-productRole__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 2;
  margin-bottom: 2.2857142857rem;
  color: #292624;
}
.product-detail .product-contents__price-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail .product-contents__price-col .ec-productRole__price {
  padding: 0;
  border-bottom: none;
}
.product-detail .product-contents__price-col .ec-productRole__price .ec-price {
  color: #292624;
  display: flex;
  align-items: baseline;
  gap: 0.2857142857rem;
}
.product-detail .product-contents__price-col .ec-productRole__price .ec-price__yen {
  font-family: "Geologica", sans-serif;
  font-size: 2.0714285714rem;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.product-detail .product-contents__price-col .ec-productRole__price .ec-price__price {
  padding: 0;
  font-family: "Geologica", sans-serif;
  font-size: 2.2857142857rem;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.product-detail .product-contents__price-col .ec-productRole__price .ec-price__tax {
  font-size: 1.1428571429rem;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.product-detail .product-contents .ec-productRole__guides {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1428571429rem;
  margin-top: 1.4285714286rem;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .product-detail .product-contents .ec-productRole__guides {
    flex-direction: column;
  }
}
.product-detail .product-contents .ec-productRole__guides-list {
  display: flex;
  gap: 1.7142857143rem;
  padding: 0;
  margin: 0;
}
.product-detail .product-contents .ec-productRole__guides-item {
  display: flex;
  align-items: center;
  gap: 0.4285714286rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0714285714rem;
}
.product-detail .product-contents .ec-productRole__guides-icon {
  flex-shrink: 0;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  color: #cb1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .product-contents .ec-productRole__guides-svg {
  width: 100%;
  height: 100%;
}
.product-detail .product-contents .ec-productRole__guides-link {
  color: #292624;
  text-decoration: underline;
  font-weight: bold;
}
.product-detail .product-contents .ec-productRole__guides-link:hover {
  color: #cb1a1a;
}
.product-detail .product-contents .ec-productRole__guides-code {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.product-detail .product-contents .ec-numberInput {
  display: flex;
  align-items: center;
  gap: 1.2857142857rem;
}
.product-detail .product-contents .ec-numberInput__label {
  letter-spacing: 0.08em;
  font-size: 1.2142857143rem;
}
.product-detail .product-contents .ec-numberInput .form-control {
  margin: 0;
  width: 5.5rem;
  font-family: "crimson-pro-l", serif;
  font-size: 1.7142857143rem;
  letter-spacing: -0.01em;
  text-align: center;
  height: 3.4285714286rem;
  border-radius: 0;
}
.product-detail .product-contents .ec-productRole__custums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.0714285714rem;
  margin-top: 2.1428571429rem;
}
.product-detail .product-contents .ec-productRole__custums-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
.product-detail .product-contents .ec-productRole__custums-rq {
  color: #ec080f;
  font-size: 0.7142857143em;
  vertical-align: text-top;
  display: inline-block;
  margin-left: 0.3571428571rem;
  margin-bottom: 0.7142857143rem;
}
.product-detail .product-contents .ec-productRole__guides {
  color: #292624;
  margin-top: 1.7142857143rem;
}
.product-detail .product-contents .ec-productRole__guides-list {
  padding: 0;
  font-size: 1rem;
}
.product-detail .product-contents .ec-productRole__guides-item {
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
}
.product-detail .product-contents .ec-productRole__guides-item:last-child {
  margin-bottom: 0;
}
.product-detail .product-contents .ec-productRole__guides-icon {
  flex-shrink: 0;
  width: 1.4285714286rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .product-contents .ec-productRole__guides-svg {
  width: 100%;
  height: 100%;
}
.product-detail .product-contents .ec-productRole__guides-link {
  font-size: 1rem;
  color: inherit;
  text-decoration: underline;
}
.product-detail .product-contents .ec-productRole__guides-link:hover {
  color: #cb1a1a;
}
.product-detail .product-contents .ec-productRole__guides-note {
  display: flex;
  gap: 0.4285714286rem;
  font-size: 1rem;
  line-height: 1.7142857143;
}
/*  */
.ec-product-desc-blocks {
  padding: 3.1428571429rem 1.7857142857rem;
}
@media screen and (max-width: 768px) {
  .ec-product-desc-blocks {
    padding: 2.1428571429rem 0;
  }
}
.ec-product-desc-blocks:not(:last-of-type) {
  border-top: 1px solid #c4bab4;
  border-bottom: 1px solid #c4bab4;
}
.ec-product-desc-blocks:last-of-type {
  padding-bottom: 0;
}
.ec-product-desc-blocks__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7142857143rem;
  margin-bottom: 0;
  padding-block: 1.7142857143rem;
}
.ec-product-desc-blocks__group:not(:last-of-type) {
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 4px, transparent 4px, transparent calc(4px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left bottom;
}
.ec-product-desc-blocks__group:first-of-type {
  padding-top: 0;
}
.ec-product-desc-blocks__group:last-of-type {
  padding-bottom: 0;
}
.ec-product-desc-blocks__label {
  font-size: 1.4285714286rem;
  background: linear-gradient(transparent 60%, white 0%);
}
.ec-product-desc-blocks__desc {
  font-size: 1.2142857143rem;
  line-height: 1.7;
}

/*  */
.ec-product-note-block {
  border: 2px solid #cb1a1a;
  border-radius: 0.7142857143rem;
  padding: 2rem 2.2857142857rem;
  margin-top: 2.8571428571rem;
}
.ec-product-note-block__label {
  color: #cb1a1a;
  font-size: 1.4285714286rem;
  margin-bottom: 0.7142857143rem;
}
.ec-product-note-block__desc {
  font-size: 1.2142857143rem;
  line-height: 1.7;
  font-weight: 500;
}

.product-professional {
  padding: 8rem 0 8.5714285714rem;
  background-color: #f9f9f2;
}
@media screen and (max-width: 768px) {
  .product-professional {
    padding: 5.3571428571rem 0 4.6428571429rem;
  }
}
.product-professional__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5.4285714286rem;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .product-professional__head {
    flex-direction: column;
    gap: 1.9285714286rem;
    margin-bottom: 2.8571428571rem;
  }
}
.product-professional__desc {
  font-family: "Noto Sans JP", sans-serif;
}
.product-professional__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2142857143rem;
}
@media screen and (max-width: 768px) {
  .product-professional__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.product-professional__image {
  position: relative;
  aspect-ratio: 1/1;
  margin-bottom: 1.7142857143rem;
}
.product-professional__number {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #157d41;
  width: 5.7857142857rem;
  aspect-ratio: 1/1;
  color: #fff;
  font-family: "crimson-pro-l", serif;
  font-size: 1.9285714286rem;
  letter-spacing: -0.01em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-professional__title {
  margin: 0 0 1.5714285714rem;
  font-size: 1.7142857143rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product-professional__title {
    margin-bottom: 1.0714285714rem;
  }
}
.product-professional__text {
  flex-flow: "Noto Sans JP", sans-serif;
}

.kodawari-hero {
  padding-block: 3.5714285714rem 4.2142857143rem;
}
@media screen and (max-width: 768px) {
  .kodawari-hero {
    padding-block: 1.7857142857rem 2.3571428571rem;
  }
}
.kodawari-hero__heading {
  text-align: center;
  letter-spacing: -0.016em;
  margin-bottom: 4.3571428571rem;
}
@media screen and (max-width: 768px) {
  .kodawari-hero__heading {
    margin-bottom: 2.5rem;
  }
}
.kodawari-hero__subtitle {
  font-size: 2.1428571429rem;
  color: #cb1a1a;
  margin: 0 0 0.3571428571rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .kodawari-hero__subtitle {
    font-size: 1.5714285714rem;
    margin-bottom: 0.1785714286rem;
  }
}
.kodawari-hero__title {
  font-size: 4.2857142857rem;
  line-height: 1.25;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .kodawari-hero__title {
    font-size: 2.4285714286rem;
  }
}
.kodawari-hero__image {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 1.8571428571rem;
}
.kodawari-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commitment-intro {
  margin-bottom: 3.7142857143rem;
  padding-bottom: 3.7142857143rem;
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 2px, transparent 2px, transparent calc(2px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left bottom;
}
.commitment-intro__lead {
  font-size: 1.8571428571rem;
  font-weight: bold;
  line-height: 1.45;
  margin: 0 0 1.1428571429rem;
  font-family: "Noto Sans JP", sans-serif;
}
.commitment-intro__text {
  font-size: 1.4285714286rem;
  line-height: 1.99;
  margin: 0 0 0.7142857143rem;
  font-weight: 500;
}
.commitment-intro__text:last-child {
  margin-bottom: 0;
}

.commitment-section:not(:last-of-type) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 2px, transparent 2px, transparent calc(2px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .commitment-section:not(:last-of-type) {
    margin-bottom: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.commitment-section__title {
  font-size: 2.8571428571rem;
  color: #cb1a1a;
  letter-spacing: -0.006em;
  margin: 0 0 2.7857142857rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .commitment-section__title {
    font-size: 2rem;
    margin-bottom: 1.4285714286rem;
  }
}
.commitment-section__subtitle {
  font-size: 1.8571428571rem;
  font-weight: bold;
  margin: 0 0 1.7142857143rem;
  letter-spacing: -0.029em;
}
@media screen and (max-width: 768px) {
  .commitment-section__subtitle {
    font-size: 1.5714285714rem;
    margin-bottom: 1.0714285714rem;
  }
}
.commitment-section__body {
  display: flex;
  gap: 2.2857142857rem;
  align-items: flex-start;
  margin-bottom: 1.4285714286rem;
}
@media screen and (max-width: 768px) {
  .commitment-section__body {
    flex-direction: column;
    gap: 1.8571428571rem;
  }
}
.commitment-section__text-col {
  flex: 1 1 auto;
}
.commitment-section__image {
  flex: 0 0 22.8571428571rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0.7142857143rem;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .commitment-section__image {
    flex: none;
    width: 100%;
  }
}
.commitment-section__text {
  font-size: 1.4285714286rem;
  line-height: 2;
  margin: 0 0 1.7857142857rem;
  font-weight: 500;
  letter-spacing: -0.029em;
}
@media screen and (max-width: 768px) {
  .commitment-section__text {
    margin-bottom: 1.0714285714rem;
  }
}
.commitment-section__text:last-child {
  margin-bottom: 0;
}

.guide-page-secctions__section {
  padding-block: 4.2857142857rem;
  scroll-margin-top: 2.1428571429rem;
}
.guide-page-secctions__section:first-of-type {
  padding-top: 0;
}
.guide-page-secctions__section:not(:last-of-type) {
  background-image: repeating-linear-gradient(90deg, #c4bab4, #c4bab4 4px, transparent 4px, transparent calc(4px + 10px));
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: left bottom;
}
.guide-page-secctions__title {
  margin-block: 0 3.2142857143rem;
  padding-bottom: 1.4285714286rem;
  border-bottom: 1px solid #cb1a1a;
  font-size: 2.4285714286rem;
}
@media screen and (max-width: 768px) {
  .guide-page-secctions__title {
    font-size: 2.1428571429rem;
  }
}

/* ============================================================
   ご注文の流れ
   .flow
============================================================ */
.guide__list {
  list-style: none;
  margin: 0 0 1.7857142857rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4.4285714286rem;
}
.guide__item {
  display: flex;
  align-items: flex-start;
  gap: 2.8571428571rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guide__item {
    gap: 1.4285714286rem;
    flex-direction: column;
  }
}
.guide__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.5rem;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #cb1a1a transparent transparent transparent;
  border-width: 1.0714285714rem 1.0714285714rem 0 1.0714285714rem;
}
.guide__texts {
  display: flex;
  align-items: flex-start;
  gap: 1.2857142857rem;
  flex: 1 1 auto;
}
.guide__num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.2857142857rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cb1a1a;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .guide__num {
    width: 4.2857142857rem;
  }
}
.guide__num-label {
  font-family: "Geologica", sans-serif;
  font-size: 0.7857142857rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .guide__num-label {
    font-size: 0.7857142857rem;
  }
}
.guide__num-value {
  font-family: "Geologica", sans-serif;
  font-size: 1.7142857143rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.2857142857rem;
}
@media screen and (max-width: 768px) {
  .guide__num-value {
    font-size: 1.5714285714rem;
  }
}
.guide__body {
  flex: 1 1 auto;
  padding-top: 0.7142857143rem;
}
.guide__title {
  font-size: 1.5714285714rem;
  font-weight: 900;
  color: #292624;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(41, 38, 36, 0.12);
}
.guide__sub-title {
  font-size: 1.2857142857rem;
  margin: 0 0 0.7857142857rem;
}
.guide__text {
  font-size: 1rem;
  line-height: 1.9;
  color: #292624;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .guide__text {
    font-size: 1.2rem;
  }
}
.guide__text:not(:last-of-type) {
  margin-bottom: 1rem;
}
.guide__image {
  flex: 0 0 17.1428571429rem;
}
.guide__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1054/608;
  object-fit: cover;
}
.guide__guides .guide__body:not(:last-of-type) {
  margin-bottom: 1.7857142857rem;
}
.guide__note {
  margin-top: 2.1428571429rem;
  color: #cb1a1a;
}
.guide__cards {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, 5rem);
  gap: 1.0714285714rem;
  align-items: center;
  margin-top: 1.4285714286rem;
}
@media screen and (max-width: 768px) {
  .guide__cards {
    grid-template-columns: repeat(6, 4.3571428571rem);
  }
}
.guide__cards img {
  width: 100%;
  height: 2.8571428571rem;
  object-fit: contain;
}
.guide__table {
  width: 100%;
  margin-bottom: 1.4285714286rem;
  border-collapse: collapse;
  border: 1px solid rgba(41, 38, 36, 0.15);
  font-size: 1rem;
  line-height: 1.7;
}
.guide__table th,
.guide__table td {
  padding: 1rem 1.4285714286rem;
  border: 1px solid rgba(41, 38, 36, 0.15);
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .guide__table th,
  .guide__table td {
    padding: 0.7142857143rem 1rem;
    font-size: 1.2rem;
  }
}
.guide__table th {
  width: 10rem;
  white-space: nowrap;
  font-weight: 700;
  color: #292624;
  background: rgba(203, 26, 26, 0.06);
}
@media screen and (max-width: 768px) {
  .guide__table th {
    width: 6.8571428571rem;
  }
}
.guide__table td {
  color: #292624;
}
.guide__table-wrap {
  margin-top: 1.5714285714rem;
}
.guide__table-wrap--scroll {
  margin-top: 0;
  overflow-x: auto;
}
.guide__unit {
  margin-top: 1.5714285714rem;
  margin-bottom: 0.3571428571rem;
  text-align: right;
  font-size: 0.8571428571rem;
  color: rgba(41, 38, 36, 0.7);
}
.guide__regions {
  padding: 0;
}
.guide__lead {
  margin-bottom: 1.7857142857rem;
}
.guide__bullets {
  padding-left: 0;
}
.guide__bullets li {
  list-style-type: disc;
  list-style-position: inside;
}

/* Utility */
.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-bold {
  font-weight: bold;
}

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

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

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

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

.u-v-hidden-i {
  visibility: hidden !important;
}

.u-all-hidden {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-sp-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-link {
    border-bottom: 1px solid #292624;
    padding-bottom: 0.0714285714rem;
  }
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  object-position: 50% 0;
}
.u-bg-cover__bg.--pos-bottom {
  object-position: 50% 100%;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: flex;
  justify-content: space-between;
}
.u-flex-sb.--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mt0-i {
  margin-top: 0 !important;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-1rem {
  margin-bottom: 1rem;
}

.u-mb-2rem {
  margin-bottom: 2rem;
}

.u-mb-28 {
  margin-bottom: 2rem;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-marker {
  background: linear-gradient(transparent 60%, #ffcf30 0%);
}

.u-text-center {
  text-align: center;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 0.875em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-over-cricle {
  position: relative;
}
.u-text-over-cricle::after {
  content: "";
  width: 0.7857142857rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f797c1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.9285714286rem;
}
@media screen and (max-width: 768px) {
  .u-text-over-cricle::after {
    width: 0.5rem;
    top: -0.5714285714rem;
  }
}

.u-no-link {
  pointer-events: none;
}

.u-c-red {
  color: #ec080f;
}

.u-m-block-25 {
  margin-block: 1.7857142857rem;
}

.u-border-bottom {
  border-bottom: 1px solid #d1d3d5;
}

.u-link-text {
  text-decoration: underline;
}

.u-c-green {
  color: #157d41;
}

.u-text-higlight {
  padding: 0 0.1785714286rem;
  background: linear-gradient(transparent 60%, white 0%);
}/*# sourceMappingURL=style.css.map */