@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.4305555556vw;
  }
}
@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: "Shippori Mincho", serif;
  line-height: 1.7777777778;
  font-weight: 400;
  font-style: normal;
  color: #2E2A2D;
  letter-spacing: 0.01em;
  font-size: inherit;
}

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

*,
*::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;
}

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: 400;
}

dt {
  font-weight: 400;
}

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: #2E2A2D;
}

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: #2E2A2D;
}

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

:root {
  --fz-xs: 0.73rem;
  --fz-sm: 0.86rem;
  --fz-base: 1rem;
  --fz-md: 20;
  --fz-lg: 1.5rem;
  --fz-xl: 2rem;
  --fz-2xl: 2.3rem;
  --fz-3xl: 3rem;
  --fz-4xl: 4rem;
  --fz-5xl: 60;
}
@media screen and (min-width: 1400px) {
  :root {
    --fz-sm: 0.9em;
    --fz-base: 1.13rem;
  }
}

/* Layout */
.l-my-header {
  padding-left: 2.8571428571rem;
  padding-right: 4.2857142857rem;
  padding-block: 1.7142857143rem;
  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: 15.3571428571rem;
}
.l-my-header__nav {
  display: flex;
  align-items: center;
  gap: 1.7142857143rem;
  letter-spacing: -0.016em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .l-my-header__nav {
    display: none;
  }
}
.l-my-header__nav-link {
  font-size: var(--fz-base);
}
.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;
}
.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;
}
.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;
}
.l-toggle-menu__line {
  height: 0.2142857143rem;
  left: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #2e2a2d;
  border-bottom: 1px solid #2e2a2d;
}
.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: #2E2A2D;
  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 8.9285714286rem 4.2857142857rem;
}
@media screen and (max-width: 991px) {
  .l-drawer__inner {
    flex-direction: column;
    gap: 2.1428571429rem;
    padding: 7.1428571429rem 1.0714285714rem 2.8571428571rem;
  }
}
.l-drawer__about {
  flex: 1;
  display: flex;
  gap: 2.8571428571rem 2.8571428571rem;
}
@media screen and (max-width: 768px) {
  .l-drawer__about {
    flex-flow: column;
    gap: 2.1428571429rem;
  }
}
.l-drawer__nav {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .l-drawer__nav {
    flex: 0 0 12.5rem;
  }
}
.l-drawer__nav-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2E2A2D;
  letter-spacing: 0.06em;
  margin-bottom: 0.8571428571rem;
}
@media screen and (max-width: 768px) {
  .l-drawer__nav-title {
    font-size: 1.2857142857rem;
    margin-bottom: 0.5714285714rem;
  }
}
.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;
}
@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: #2E2A2D;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .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: #2E2A2D;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .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;
}

.l-my-footer {
  background-color: #7E1563;
  color: #fff;
  padding-block: 7.4285714286rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer {
    padding-block: 4.6428571429rem;
  }
}
.l-my-footer__container {
  display: flex;
  justify-content: space-between;
  gap: 1.7857142857rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer__container {
    flex-direction: column;
    gap: 2.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .l-my-footer__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.4285714286rem;
  }
}
.l-my-footer__logo {
  width: 20.2142857143rem;
  margin-bottom: 5.2142857143rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer__logo {
    margin-bottom: 1.6428571429rem;
    width: 24.2857142857rem;
    max-width: 100%;
  }
}
.l-my-footer__company {
  margin-bottom: 6.0714285714rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer__company {
    margin-bottom: 1.7142857143rem;
  }
}
.l-my-footer__company-name {
  margin-bottom: 0.5714285714rem;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-my-footer__company-name {
    font-size: 1.7142857143rem;
  }
}
.l-my-footer__company-detail {
  font-size: 1.1428571429rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-my-footer__company-detail {
    font-size: 1.4rem;
  }
}
.l-my-footer__company-map {
  text-decoration: underline;
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
}
.l-my-footer__com {
  width: 12.5rem;
}
.l-my-footer__nav:not(:last-of-type) {
  margin-bottom: 2.2857142857rem;
}
.l-my-footer__nav-title {
  font-size: 1.5714285714rem;
  font-size: var(--fz-lg);
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.6428571429rem;
  font-weight: bold;
}
.l-my-footer__nav-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4285714286rem;
  row-gap: 0.5rem;
  font-size: 1.1428571429rem;
  font-size: var(--fz-sm);
  font-family: "Noto Sans JP", sans-serif;
}
.l-my-footer__contact {
  padding-top: 7.2857142857rem;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-my-footer__contact {
    padding-top: 3.5714285714rem;
  }
}
.l-my-footer__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 1rem;
  background-color: #fff;
}
.l-my-footer__link-list {
  margin: 0;
  padding: 0;
  margin-bottom: 7.4285714286rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer__link-list {
    margin-bottom: 3.5714285714rem;
  }
}
.l-my-footer__link-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fz-sm);
}
.l-my-footer__link-item:not(:last-of-type) {
  margin-bottom: 0.7142857143rem;
}
.l-my-footer__sns {
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.1428571429rem;
}
.l-my-footer__sns-item {
  width: 2.1428571429rem;
}
.l-my-footer__sns-icon {
  display: flex;
  align-items: center;
}
.l-my-footer__copy {
  font-size: 1.1428571429rem;
  letter-spacing: -0.01em;
  font-family: "crimson-pro-l", serif;
}

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

.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: 769px) {
  .l-inner.--narrow {
    width: 85.0604944766%;
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--small {
    width: 93.6875328774%;
  }
}
@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;
}

/* 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: #7E1563;
  color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 28.5714285714rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  letter-spacing: -0.06em;
  gap: 1.1428571429rem;
  padding: 1.1428571429rem 4.6428571429rem;
  max-width: 100%;
  word-break: keep-all;
}
.c-button.--bg-green {
  background-color: #157D41;
}
.c-button__arw {
  flex: 0 0 0.8942857143rem;
  flex: 0 0 1rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}

.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: #2E2A2D;
}
.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: #2E2A2D;
  }
  .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: #e62d00;
  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: #e62d00;
  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: #2E2A2D;
  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: #2E2A2D;
  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;
  }
}

/* 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 #2E2A2D;
  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: #2E2A2D;
}
.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 */
.top-mv {
  padding-inline: 3.1562335613%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-mv {
    padding-right: 0;
  }
}
.top-mv::after {
  content: "";
  width: 100%;
  height: 38.20861678%;
  position: absolute;
  left: 0;
  top: 31.0657596372%;
  background: #f9e0ef;
  background: linear-gradient(180deg, rgb(249, 224, 239) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  .top-mv::after {
    top: auto;
    bottom: 13.4285714286rem;
    height: 15.7142857143rem;
  }
}
.top-mv__slide {
  width: 101.9285714286rem;
  max-width: 88%;
  margin-left: auto;
  overflow: hidden;
  height: calc(100dvh - 9rem);
  min-height: 42.8571428571rem;
  max-height: 53.5714285714rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .top-mv__slide {
    height: 47.8571428571rem;
  }
}
.top-mv__slide .slick-list {
  height: 100%;
  overflow: hidden;
}
.top-mv__slide .slick-track {
  height: 100%;
}
.top-mv__slide-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-mv__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__content {
  position: absolute;
  bottom: 14.1428571429rem;
  left: 2.9285714286rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .top-mv__content {
    bottom: 7.1428571429rem;
    left: 0rem;
  }
}
.top-mv__title {
  color: #7E1563;
  font-size: 6.3571428571rem;
  font-size: var(--fz-4xl);
  font-weight: 600;
  margin-bottom: 2.7142857143rem;
}
@media screen and (max-width: 991px) {
  .top-mv__title {
    font-size: 3.4285714286rem;
    margin-bottom: 1.0714285714rem;
  }
}
.top-mv__desc {
  font-size: 1.5714285714rem;
}

.top-about {
  position: relative;
  padding-block: 12.5rem;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-block: 7.1428571429rem;
  }
}
.top-about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52%;
  background: #f9e0ef;
  background: linear-gradient(0deg, rgb(249, 224, 239) 0%, rgb(255, 255, 255) 100%);
}
.top-about__media {
  display: flex;
  align-items: center;
  gap: 13.0714285714rem;
}
@media screen and (max-width: 991px) {
  .top-about__media {
    gap: 3.5714285714rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__media {
    gap: 0rem;
    flex-flow: column;
  }
}
.top-about__image {
  width: 38.1428571429rem;
  height: 36.1428571429rem;
  margin-bottom: 0;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .top-about__image {
    height: 28.5714285714rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__image {
    height: 14.2857142857rem;
    width: 100%;
  }
}
.top-about__content {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .top-about__content {
    padding: 2.6428571429rem 5%;
    width: 100%;
  }
}
.top-about__title {
  font-size: 1.4285714286rem;
  color: #157d41;
  margin-top: 0;
}
.top-about__catch {
  font-size: 2.2857142857rem;
}
@media screen and (max-width: 991px) {
  .top-about__catch {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__catch {
    font-size: 2.2857142857rem;
  }
}
.top-about__desc {
  font-family: "Noto Sans JP", sans-serif;
}
.top-about__text {
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}
.top-about__text::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 0.2857142857rem;
  aspect-ratio: 1/1;
  background-color: #7E1563;
  margin-left: 0.3214285714rem;
  margin-bottom: 0.2857142857rem;
}
@media screen and (max-width: 768px) {
  .top-about__text::before {
    margin-left: 0.3571428571rem;
    width: 0.3571428571rem;
  }
}
.top-about__link-wrap {
  display: flex;
}
.top-about__link {
  display: flex;
  align-items: center;
  font-size: 1.2142857143rem;
  letter-spacing: -0.01em;
  border-bottom: 1px solid currentColor;
  gap: 1.1428571429rem;
}
.top-about__link-arw {
  width: 0.8571428571rem;
  height: 0.7857142857rem;
}
.top-about__texts01 {
  width: 25.7142857143rem;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .top-about__texts01 {
    margin-right: 21.8306154655%;
  }
}
@media screen and (min-width: 769px) {
  .top-about__texts01 {
    margin-top: 1.0714285714rem;
    margin-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .top-about__texts01 {
    width: 90%;
    margin-inline: auto;
    margin-block: 0 2.8571428571rem;
  }
}
.top-about__col {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top-about__col {
    justify-content: space-between;
    gap: 3.2142857143rem;
  }
}
.top-about__col-thumb {
  aspect-ratio: 22/25;
  margin-bottom: 1.9285714286rem;
}
.top-about__block01 {
  width: 37.7142857143rem;
  margin-right: 16.9384534456%;
  margin-top: -3.5714285714rem;
}
@media screen and (max-width: 991px) {
  .top-about__block01 {
    margin-top: 2.8571428571rem;
    width: 32.1428571429rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__block01 {
    margin-left: 5%;
    margin-right: 0;
    margin-top: 1.4285714286rem;
    width: 30rem;
  }
}
.top-about__block02 {
  width: 28rem;
  margin-top: 10.7142857143rem;
}
@media screen and (max-width: 991px) {
  .top-about__block02 {
    width: 24.2857142857rem;
    margin-top: 14.1428571429rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__block02 {
    width: 22.1428571429rem;
    margin-right: 5%;
  }
}
.top-about__texts02 {
  width: 20.9285714286rem;
  margin-left: 26.301946344%;
}
@media screen and (max-width: 768px) {
  .top-about__texts02 {
    margin-left: 5%;
    margin-top: 3.2142857143rem;
    width: 25rem;
  }
}
.top-about__block03 {
  width: 18.2857142857rem;
  margin-top: -3.5714285714rem;
  margin-left: 53.7611783272%;
}
@media screen and (max-width: 768px) {
  .top-about__block03 {
    margin-left: auto;
    margin-right: 10%;
    width: 13.2142857143rem;
    margin-top: 1.0714285714rem;
  }
}

.top-phalaenopsis {
  padding-block: 7.6428571429rem;
}
.top-phalaenopsis__head {
  display: flex;
  align-items: center;
  margin-bottom: 3.6428571429rem;
}
@media screen and (min-width: 992px) {
  .top-phalaenopsis__head {
    padding-inline: 5.8571428571rem;
  }
}
@media screen and (max-width: 768px) {
  .top-phalaenopsis__head {
    flex-flow: column;
    align-items: flex-start;
    gap: 1.0714285714rem;
  }
}
.top-phalaenopsis__heading {
  flex: 0 0 auto;
}
.top-phalaenopsis__desc {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .top-phalaenopsis__desc {
    margin-left: 22.8571428571rem;
    width: 57.1428571429rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-phalaenopsis__desc {
    line-height: 1.75;
  }
}
.top-phalaenopsis__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
@media screen and (max-width: 991px) {
  .top-phalaenopsis__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-phalaenopsis__link {
  position: relative;
  display: block;
  height: 56.7857142857rem;
  background-color: #9d9d95;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-phalaenopsis__link {
    height: 25rem;
  }
}
.top-phalaenopsis__link:hover .top-phalaenopsis__img {
  scale: 1.1;
}
.top-phalaenopsis__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: ease-in 0.32s;
}
.top-phalaenopsis__caption {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
}
.top-phalaenopsis__caption-eng {
  font-family: "crimson-pro", serif;
  font-size: 1.3571428571rem;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(transparent 60%, #157d41 0%);
  padding: 0 0.3571428571rem 0.1428571429rem;
}
.top-phalaenopsis__caption-title {
  margin: 0;
  font-size: 2.8571428571rem;
}
.top-phalaenopsis__cricle {
  border-radius: 50%;
  background-color: #2e313a;
  width: 3rem;
  height: 3rem;
  color: #fff;
  position: absolute;
  right: 1.5714285714rem;
  bottom: 1.5714285714rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-phalaenopsis__cricle-arw {
  width: 0.9285714286rem;
  aspect-ratio: 1/1;
}

.top-shop {
  padding: 13.2142857143rem 0 25.4285714286rem;
  background-color: #f8f2f9;
}
@media screen and (max-width: 768px) {
  .top-shop {
    padding: 4.6428571429rem 0 14.2857142857rem;
  }
}
.top-shop__head {
  display: flex;
  align-items: center;
  gap: 19.3571428571rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 991px) {
  .top-shop__head {
    gap: 4.6428571429rem;
  }
}
@media screen and (max-width: 768px) {
  .top-shop__head {
    flex-direction: column;
    gap: 1.4285714286rem;
    margin-bottom: 2.5rem;
  }
}
.top-shop__head-left {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top-shop__head-left {
    flex: none;
    width: 100%;
  }
}
.top-shop__head-right {
  flex: 1;
}
.top-shop__desc {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-shop__desc {
    line-height: 2;
  }
}
.top-shop__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4.2142857143rem;
  row-gap: 5.2142857143rem;
  padding: 0;
  margin: 0 0 6.4285714286rem;
}
@media screen and (max-width: 991px) {
  .top-shop__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-shop__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1428571429rem;
    margin-bottom: 3.2142857143rem;
  }
}
.top-shop__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.top-shop__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 0.7857142857rem;
}
.top-shop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-shop__body {
  margin-top: 0.5714285714rem;
}
.top-shop__name {
  font-size: 1.2857142857rem;
  line-height: 1.5555555556;
  margin: 0 0 0.6428571429rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  letter-spacing: -0.03em;
}
.top-shop__price-text {
  font-size: 1.7857142857rem;
  font-family: "crimson-pro-l", serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.3571428571rem;
}
.top-shop__price-tax {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.top-shop__category {
  display: flex;
  align-items: flex-start;
  gap: 5.5rem;
}
@media screen and (max-width: 991px) {
  .top-shop__category {
    flex-flow: column;
    gap: 1.7857142857rem;
  }
}
.top-shop__category-label {
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #7E1563;
  position: relative;
  letter-spacing: -0.06em;
  padding-left: 1.7857142857rem;
  flex: 0 0 auto;
}
.top-shop__category-label::before {
  content: "";
  width: 0.7142857143rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #7E1563;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.top-shop__category-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4285714286rem;
  row-gap: 1.7142857143rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-shop__category-list {
    gap: 0.9285714286rem;
  }
}
.top-shop__category-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7142857143rem;
  font-size: var(--fz-lg);
  border: 1px solid #7E1563;
  color: #7E1563;
  border-radius: 71.3571428571rem;
  padding: 0.4285714286rem 2.2142857143rem;
  text-decoration: none;
  letter-spacing: -0.06em;
  height: 4.2857142857rem;
}
@media screen and (max-width: 768px) {
  .top-shop__category-link {
    font-size: 1.4285714286rem;
  }
}
.top-shop__category-link:hover {
  background-color: #7E1563;
  border-color: #7E1563;
  color: #fff;
  opacity: 1;
}
.top-shop__btn {
  height: 4.7857142857rem;
}
.top-shop__btn .c-button {
  padding: 0.4285714286rem 0.3571428571rem;
  font-size: 1.1428571429rem;
  gap: 1.1428571429rem;
  justify-content: center;
  height: 100%;
  align-items: center;
  width: 17.4285714286rem;
}

.top-gallery {
  position: relative;
  z-index: 2;
  padding-bottom: 39.9285714286rem;
}
@media screen and (max-width: 768px) {
  .top-gallery {
    padding-bottom: 3.5714285714rem;
  }
}
.top-gallery::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background: #f9e0ef;
  background: linear-gradient(0deg, rgb(249, 224, 239) 0%, rgb(255, 255, 255) 100%);
}
.top-gallery__list {
  padding: 0;
}
.top-gallery__item {
  overflow: hidden;
  width: 38.5714285714rem;
}
.top-gallery__item--01 {
  margin-left: calc(50% - 50vw);
  width: 28.9321409784%;
  margin-top: -18.2142857143rem;
}
@media screen and (max-width: 768px) {
  .top-gallery__item--01 {
    width: 17.8571428571rem;
    margin-top: -7.8571428571rem;
  }
}
.top-gallery__item--02 {
  margin-right: 14.0452393477%;
  margin-left: auto;
  margin-top: -14.2857142857rem;
  width: 28.4061020516%;
}
@media screen and (max-width: 768px) {
  .top-gallery__item--02 {
    width: 15.7142857143rem;
    margin-right: 5%;
    margin-top: -7.1428571429rem;
  }
}
.top-gallery__item--03 {
  width: 29.5rem;
  width: 21.7254076802%;
  margin-left: 26.0389268806%;
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .top-gallery__item--03 {
    width: 14.2857142857rem;
    margin-top: -5rem;
    margin-left: 7%;
  }
}
.top-gallery__item--04 {
  margin-right: 21.0941609679%;
  margin-left: auto;
  margin-top: 2.5rem;
  width: 24.6428571429rem;
  width: 18.1483429774%;
}
@media screen and (max-width: 768px) {
  .top-gallery__item--04 {
    width: 12.8571428571rem;
    margin-top: -5.7142857143rem;
    margin-right: 13%;
  }
}
.top-gallery__item--05 {
  width: 44.6428571429rem;
  width: 32.87743293%;
  margin-left: 12.9405576013%;
  margin-top: -3.5714285714rem;
}
@media screen and (max-width: 768px) {
  .top-gallery__item--05 {
    width: 21.4285714286rem;
    margin-left: 5%;
    margin-top: 1.7857142857rem;
  }
}
.top-gallery__image {
  width: 100%;
  height: 100%;
}
.top-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-infomation__container {
  display: flex;
  gap: 5.7142857143rem;
  background-color: #fff;
  padding: 7.9285714286rem 5.9285714286rem;
  z-index: 2;
  margin-top: -25rem;
}
@media screen and (max-width: 991px) {
  .top-infomation__container {
    gap: 2.8571428571rem;
    flex-direction: column;
    padding: 4.6428571429rem 4.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .top-infomation__container {
    padding: 5.3571428571rem 0.7142857143rem;
    margin-top: 0;
  }
}
.top-infomation__side {
  flex: 0 0 30.0714285714rem;
}
@media screen and (max-width: 991px) {
  .top-infomation__side {
    flex: none;
    width: 100%;
  }
}
.top-infomation__desc {
  font-size: 1.1428571429rem;
  line-height: 2;
  margin-top: 1.7142857143rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.top-infomation__category {
  margin-top: 2.2857142857rem;
}
.top-infomation__category-title {
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-bottom: 0.8571428571rem;
  letter-spacing: -0.06em;
}
.top-infomation__category-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 1.7142857143rem;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
}
.top-infomation__category-item {
  line-height: 1.1;
}
.top-infomation__category-link {
  font-size: 0.9285714286rem;
  color: #333;
}
.top-infomation__category-link:hover {
  text-decoration: underline;
}
.top-infomation__btn {
  margin-top: 2.8571428571rem;
}
@media screen and (max-width: 991px) {
  .top-infomation__btn {
    display: none;
  }
}
.top-infomation__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2857142857rem;
}
@media screen and (max-width: 768px) {
  .top-infomation__list {
    width: 100%;
  }
}
.top-infomation__item {
  border-bottom: 1px solid #d9d7d7;
}
.top-infomation__link {
  display: flex;
  gap: 1.1428571429rem;
  padding: 1.1428571429rem 0;
  padding-right: 5.3571428571rem;
  text-decoration: none;
  color: inherit;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-infomation__link {
    padding-right: 2.5rem;
  }
}
.top-infomation__link::after {
  content: "";
  width: 0.5714285714rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #7E1563;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.6428571429rem;
}
@media screen and (max-width: 768px) {
  .top-infomation__link::after {
    right: 1.4285714286rem;
  }
}
.top-infomation__image {
  flex: 0 0 8.5714285714rem;
  height: 6.0714285714rem;
  overflow: hidden;
  margin-bottom: 0;
}
.top-infomation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-infomation__body {
  flex: 1;
}
.top-infomation__meta {
  display: flex;
  align-items: center;
  gap: 0.8571428571rem;
  margin-bottom: 0.5714285714rem;
}
.top-infomation__date {
  font-size: 1.3571428571rem;
  line-height: 1;
  font-family: "crimson-pro", serif;
  letter-spacing: -0.01em;
}
.top-infomation__date time {
  line-height: 1;
  display: inline-block;
}
.top-infomation__tag {
  line-height: 1;
  display: flex;
  align-items: center;
}
.top-infomation__tag-text {
  font-size: 0.9285714286rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #7E1563;
  background: linear-gradient(transparent 60%, #ffe5f8 0%);
  padding: 0 0.1428571429rem 0.1428571429rem;
  margin-bottom: -0.1428571429rem;
}
.top-infomation__title {
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 1.2857142857rem;
  font-size: var(--fz-base);
}
.top-infomation__btn-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-infomation__btn-sp {
    display: flex;
    justify-content: center;
  }
}

.top-contact {
  padding: 5.7142857143rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding: 2.8571428571rem 0 5.7142857143rem;
  }
}
.top-contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  background: #f9e0ef;
  background: linear-gradient(0deg, rgb(249, 224, 239) 0%, rgb(255, 255, 255) 100%);
}
.top-contact__container {
  display: flex;
  align-items: center;
  gap: 10.2142857143rem;
}
@media screen and (min-width: 992px) {
  .top-contact__container {
    padding-inline: 11.4285714286rem 7.1428571429rem;
  }
}
@media screen and (max-width: 768px) {
  .top-contact__container {
    flex-direction: column;
    gap: 2.2857142857rem;
  }
}
.top-contact__image {
  flex: 1;
  aspect-ratio: 809/490;
  overflow: hidden;
}
.top-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-contact__image {
    flex: none;
    width: 100%;
  }
}
.top-contact__content {
  flex: 0 0 28.5714285714rem;
}
@media screen and (max-width: 768px) {
  .top-contact__content {
    flex: none;
  }
}
.top-contact__desc {
  line-height: 1.8;
  margin-top: 1.7142857143rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.top-contact__btn {
  margin-top: 2.2857142857rem;
}

.top-sns {
  padding: 4.7642857143rem 0;
}
@media screen and (max-width: 768px) {
  .top-sns {
    padding-block: 2.8571428571rem;
  }
}
.top-sns__cols {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
  gap: 1.6428571429rem;
}
@media screen and (max-width: 768px) {
  .top-sns__cols {
    flex-direction: column;
  }
}
.top-sns__ttl {
  margin: 0;
  font-size: 1.4285714286rem;
  font-size: var(--fz-base);
}
.top-sns__list {
  display: flex;
  align-items: center;
  font-size: 1.4285714286rem;
  font-size: var(--fz-base);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-sns__list {
    font-size: 1.1428571429rem;
  }
}
.top-sns__item {
  padding-inline: 1.6428571429rem;
  border-left: 1px solid #d1d3d5;
}
@media screen and (max-width: 768px) {
  .top-sns__item {
    padding-inline: 1rem;
  }
}
.top-sns__link {
  display: flex;
  align-items: center;
  gap: 1.1428571429rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .top-sns__link {
    gap: 0.7142857143rem;
  }
}
.top-sns__icon {
  width: 2rem;
  width: 1.4285714286rem;
}
@media screen and (max-width: 768px) {
  .top-sns__icon {
    width: 1.4285714286rem;
  }
}
.js-fade,
.js-fade-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  will-change: opacity, transform;
}
.js-fade.is-visible,
.js-fade-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade--d1 {
  transition-delay: 1300ms;
}

.page-mv {
  position: relative;
  padding-block: 7.1428571429rem 25.7142857143rem;
}
.page-mv__eng {
  font-size: 1.4285714286rem;
  color: #7E1563;
  margin-bottom: 0.4285714286rem;
  font-weight: bold;
  letter-spacing: -0.06em;
}
.page-mv__title {
  font-size: 3.4285714286rem;
  font-size: var(--fz-3xl);
  font-weight: bold;
  margin: 0;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .page-mv__title {
    font-size: 2.8571428571rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv__title {
    font-size: 2.8571428571rem;
  }
}

.products-mv {
  position: relative;
  padding-block: 4.7142857143rem 16.5rem;
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(248, 242, 249) 100%);
}
.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;
  }
}
.products-mv__title.--ppl {
  color: #7E1563;
}

.guide-mv {
  position: relative;
  padding-block: 4.7142857143rem 8.2142857143rem;
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(248, 242, 249) 100%);
}
.guide-mv__title {
  font-size: 3.4285714286rem;
  font-weight: bold;
  margin: 0;
  color: #7E1563;
}
@media screen and (max-width: 768px) {
  .guide-mv__title {
    font-size: 2.8571428571rem;
  }
}

.page-container-wrraper {
  position: relative;
}
.page-container-wrraper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80rem;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.page-container {
  display: flex;
  justify-content: space-between;
  gap: 4.2857142857rem;
  position: relative;
  z-index: 2;
  margin-top: -18.5714285714rem;
  margin-bottom: 4.3571428571rem;
  background-color: #fff;
  box-shadow: -0.1428571429rem 1.7142857143rem 2.1428571429rem rgba(0, 0, 0, 0.04);
  padding: 4.2857142857rem;
}
@media screen and (min-width: 1400px) {
  .page-container {
    padding: 6.4285714286rem;
  }
}
@media screen and (max-width: 991px) {
  .page-container {
    flex-flow: column-reverse;
    gap: 2.8571428571rem;
    padding: 2.8571428571rem 1.4285714286rem;
  }
}
.page-container.--none-mt {
  margin-top: 0;
  padding-top: 0;
}

.products-container {
  margin-top: -10.7142857143rem;
}
@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 14.2857142857rem;
}
@media screen and (min-width: 1400px) {
  .page-side {
    flex: 0 0 25.7142857143rem;
  }
}
@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.3571428571rem;
  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: #7E1563;
  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: 1rem;
  font-size: var(--fz-sm);
  text-decoration: underline;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  .page-side__nav-link {
    font-size: var(--fz-base);
  }
}
.page-side__nav-link:hover {
  color: #8d3e74;
}
.page-side__nav-link.is-active {
  color: #8d3e74;
  font-weight: bold;
}

.top-shopping-guide {
  position: relative;
  z-index: 2;
}
.top-shopping-guide__container {
  display: flex;
  gap: 15.1428571429rem;
  gap: 5rem;
  padding: 5.7857142857rem;
  padding-bottom: 8.6428571429rem;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .top-shopping-guide__container {
    flex-direction: column;
    gap: 2.8571428571rem;
    padding: 2.8571428571rem;
    padding-bottom: 3.9285714286rem;
  }
}
@media screen and (max-width: 768px) {
  .top-shopping-guide__container {
    padding-inline: 1.7857142857rem;
  }
}
.top-shopping-guide__side {
  flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .top-shopping-guide__side {
    flex: none;
    width: 100%;
  }
}
.top-shopping-guide__desc {
  font-size: 1.1428571429rem;
  font-size: var(--fz-base);
  line-height: 1.8;
  margin-top: 1.7142857143rem;
  margin-bottom: 2.2857142857rem;
  font-family: "Noto Sans JP", sans-serif;
}
.top-shopping-guide__btn {
  display: flex;
}
@media screen and (max-width: 991px) {
  .top-shopping-guide__btn {
    justify-content: center;
  }
}
.top-shopping-guide__list {
  flex: 1;
  padding: 0;
  margin: 0;
}
.top-shopping-guide__item {
  border-bottom: 1px solid #e0e0e0;
  font-family: "Noto Sans JP", sans-serif;
}
.top-shopping-guide__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4285714286rem 0.5714285714rem;
  text-decoration: none;
  color: inherit;
}
.top-shopping-guide__link:hover {
  opacity: 0.7;
}
.top-shopping-guide__link-text {
  font-size: 1.0714285714rem;
}
.top-shopping-guide__link-arw {
  row-gap: 1.4285714286rem;
  flex-shrink: 0;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-right: 2px solid #157d41;
  border-bottom: 2px solid #157d41;
  rotate: -45deg;
}

.pages-cta {
  padding: 32.8571428571rem 0 9.1428571429rem;
  background-color: #9d9d95;
  margin-top: -22.1428571429rem;
  margin-bottom: -5.7142857143rem;
}
@media screen and (max-width: 768px) {
  .pages-cta {
    padding: 27.7142857143rem 0 5.7142857143rem;
  }
}
.pages-cta__bg {
  mix-blend-mode: multiply;
}
.pages-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.pages-cta__lead {
  font-size: 2.2857142857rem;
  line-height: 1.45;
  margin: 0 0 3.2142857143rem;
  letter-spacing: -0.1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pages-cta__lead {
    font-size: 1.8571428571rem;
  }
}
.pages-cta__tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.9285714286rem;
  margin-bottom: 2.2857142857rem;
}
@media screen and (max-width: 991px) {
  .pages-cta__tel-wrap {
    flex-direction: column;
    gap: 1.2142857143rem;
  }
}
.pages-cta__tel, .pages-cta__fax {
  display: flex;
  align-items: baseline;
  gap: 0.5714285714rem;
  font-family: "crimson-pro-l", serif;
  letter-spacing: -0.01em;
  line-height: 1;
}
.pages-cta__tel-label, .pages-cta__fax-label {
  font-size: 2.2857142857rem;
  letter-spacing: 0.04em;
}
.pages-cta__tel-number, .pages-cta__fax-number {
  font-size: 4.7142857143rem;
  font-size: 3.9285714286rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pages-cta__tel-number, .pages-cta__fax-number {
    font-size: 3.9285714286rem;
  }
}
.pages-cta__btn {
  margin-bottom: 1.9285714286rem;
}
.pages-cta__btn .c-button {
  width: 24.7857142857rem;
  padding-block: 1.5714285714rem;
  font-size: 1.5714285714rem;
}
.pages-cta__note {
  font-size: 1.2857142857rem;
  font-family: "Noto Sans JP", sans-serif;
}

.page-company-intro {
  text-align: center;
  margin-bottom: 3.4285714286rem;
}
.page-company-intro__title {
  font-size: 2.5714285714rem;
  font-weight: 500;
  color: #7E1563;
  margin: 0;
  margin-bottom: 1.7142857143rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .page-company-intro__title {
    font-size: 1.7857142857rem;
  }
}
.page-company-intro__text {
  font-size: 1.8571428571rem;
  font-size: var(--fz-lg);
  line-height: 2;
  margin-bottom: 3.6428571429rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 991px) {
  .page-company-intro__text {
    font-size: 1.2857142857rem;
    margin-bottom: 1.6428571429rem;
  }
}
.page-company-intro__text:last-of-type {
  margin-bottom: 0;
}
.page-company-intro__image {
  margin-top: 6.5rem;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1208/747;
  aspect-ratio: 16/7;
}
@media screen and (min-width: 1400px) {
  .page-company-intro__image {
    aspect-ratio: 16/5;
  }
}
@media screen and (max-width: 991px) {
  .page-company-intro__image {
    margin-top: 3.2142857143rem;
  }
}
.page-company-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-company-business-sections {
  padding-bottom: 5.5714285714rem;
}

.company-section {
  margin-bottom: 3.4285714286rem;
}
.company-section:first-child {
  padding-top: 3.6428571429rem;
  border-top: 1px solid #cecece;
}
.company-section:last-child {
  margin-bottom: 0;
}
.company-section__col {
  display: flex;
}
@media screen and (max-width: 768px) {
  .company-section__col {
    flex-flow: column;
    gap: 2.6428571429rem;
  }
}
.company-section__title {
  font-size: 2.2857142857rem;
  font-weight: bold;
  margin: 0;
  flex: 0 0 28%;
  flex: 0 0 36%;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.62;
}
@media screen and (max-width: 768px) {
  .company-section__title {
    flex-basis: auto;
  }
}
.company-section__title::before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #7E1563;
  margin-bottom: 0.8571428571rem;
}
.company-section__content {
  flex: 1 1 auto;
}
.company-section__subtitle {
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-top: 2.2857142857rem;
  margin-bottom: 1.1428571429rem;
}
.company-section__lead {
  font-size: 1rem;
  margin-bottom: 1.7142857143rem;
}
.company-section__block {
  margin-bottom: 2.2857142857rem;
}
.company-section__block:last-child {
  margin-bottom: 0;
}
.company-section__text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 1.1428571429rem;
}
.company-section__text:last-child {
  margin-bottom: 0;
}

.page-company-business__list {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.page-company-business__item {
  gap: 1.4285714286rem;
  padding: 1.7142857143rem 0;
  border-bottom: 2px dotted #cecece;
}
.page-company-business__item:first-child {
  padding-top: 0;
}
.page-company-business__term {
  font-size: 1.4285714286rem;
  font-size: calc(var(--fz-base) * 1.1);
  font-weight: bold;
  margin: 0 0 0.6em;
}
.page-company-business__desc {
  font-size: 1.2857142857rem;
  font-size: var(--fz-base);
  line-height: 2;
}
.page-company-business__desc a {
  text-decoration: underline;
}
.page-company-business__list {
  font-size: 1.2857142857rem;
  margin: 0;
  padding: 0;
}
.page-company-business__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--fz-base);
}
.page-company-business__list li::before {
  content: "・";
}
.page-company-business__links {
  display: flex;
  align-items: center;
  gap: 0.6785714286rem;
}
.page-company-business__links-icon {
  width: 1.1428571429rem;
  margin-top: 0.2142857143rem;
  color: #157d41;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-company-business__links-icon svg {
  width: 100%;
  aspect-ratio: 1/1.1;
}
.page-company-business__map {
  aspect-ratio: 1208/596;
  margin-top: 3.4285714286rem;
}
.page-company-business__map iframe {
  width: 100%;
  height: 100%;
}

.page-company-location__map {
  width: 100%;
  overflow: hidden;
}
.page-company-location__map iframe {
  width: 100%;
  height: 28.5714285714rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-company-location__map iframe {
    height: 17.8571428571rem;
  }
}

.business-section:not(:last-of-type) {
  margin-bottom: 5.7142857143rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .business-section:not(:last-of-type) {
    margin-bottom: 4.2857142857rem;
  }
}
.business-section__head {
  display: flex;
  gap: 3.0714285714rem;
  margin-bottom: 2.2857142857rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .business-section__head {
    margin-bottom: 1.7142857143rem;
    gap: 1.4285714286rem;
    align-items: center;
  }
}
.business-section__head-side {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.4285714286rem;
}
.business-section__icon {
  flex-shrink: 0;
  width: 4.4285714286rem;
  height: 4.2857142857rem;
  color: #7E1563;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business-section__icon {
    width: 3.7142857143rem;
    height: 3.5714285714rem;
  }
}
.business-section__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about/num_bg.png) no-repeat 50% 50%/contain;
}
.business-section__icon-num {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  font-family: "crimson-pro", serif;
  letter-spacing: 0.07em;
  line-height: 1.14;
  border-bottom-width: 1px;
}
@media screen and (max-width: 768px) {
  .business-section__icon-num {
    font-size: 1.2857142857rem;
    padding-bottom: 0.2142857143rem;
  }
}
.business-section__eng {
  color: #7E1563;
  font-family: "crimson-pro", serif;
  font-size: 1.3571428571rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .business-section__eng {
    font-size: 1.1428571429rem;
  }
}
.business-section__title {
  font-size: 2.8571428571rem;
  font-size: var(--fz-2xl);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin: 0.7142857143rem 0 0;
  margin-top: 0.08em;
}
@media screen and (max-width: 768px) {
  .business-section__title {
    font-size: 2rem;
    margin: 0;
  }
}
.business-section__image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3.4285714286rem;
  aspect-ratio: 16/7;
}
@media screen and (min-width: 1400px) {
  .business-section__image {
    aspect-ratio: 16/5;
  }
}
@media screen and (max-width: 768px) {
  .business-section__image {
    height: 22.8571428571rem;
  }
}
@media screen and (min-width: 1400px) {
  .business-section__main {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .business-section__main {
    flex-flow: column;
    gap: 1.7142857143rem;
  }
}
.business-section__left {
  flex: 0 0 31%;
}
@media screen and (max-width: 768px) {
  .business-section__left {
    flex-basis: auto;
  }
}
.business-section__subtitle {
  font-size: 2.2857142857rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #7E1563;
  text-align: center;
  margin: 0;
  padding: 8.5714285714rem 0;
  background: url(../images/about/title_deco.png) no-repeat 50% 50%/90% auto;
}
@media screen and (max-width: 768px) {
  .business-section__subtitle {
    padding: 5rem 5rem;
  }
}
@media screen and (max-width: 1399px) {
  .business-section__subtitle {
    padding: 1.4285714286rem 0;
    background-size: contain;
    text-align: left;
    background: 0;
  }
  .business-section__subtitle br {
    display: none;
  }
}
.business-section__content {
  flex: 1 1 auto;
}
@media screen and (min-width: 1400px) {
  .business-section__content {
    padding-left: 3em;
  }
}
.business-section__catch {
  font-size: 2.1428571429rem;
  font-size: var(--fz-lg);
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 0.3571428571rem;
  padding-top: 2.8571428571rem;
}
.business-section__text {
  font-size: 1.2857142857rem;
  font-size: var(--fz-base);
  line-height: 2;
  margin-bottom: 1.1428571429rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.business-section__text:last-child {
  margin-bottom: 0;
}

.kochouran-section:not(:last-of-type) {
  margin-bottom: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .kochouran-section:not(:last-of-type) {
    margin-bottom: 4.2857142857rem;
  }
}
.kochouran-section__container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5.7142857143rem;
}
@media screen and (max-width: 768px) {
  .kochouran-section__container {
    grid-template-columns: 1fr;
    gap: 1.7142857143rem;
  }
}
.kochouran-section__head {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kochouran-section__head {
    flex-flow: row;
    gap: 1.4285714286rem;
  }
}
.kochouran-section__icon {
  flex-shrink: 0;
  margin-bottom: 0.7142857143rem;
  width: 4.4285714286rem;
  height: 4.2857142857rem;
  color: #7E1563;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kochouran-section__icon {
    width: 3.7142857143rem;
    height: 3.5714285714rem;
    margin-bottom: 0.3571428571rem;
  }
}
.kochouran-section__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/kochouran/num_bg.png) no-repeat 50% 50%/contain;
}
.kochouran-section__icon-num {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  font-family: "crimson-pro", serif;
  letter-spacing: 0.07em;
  line-height: 1.14;
  border-bottom-width: 1px;
}
@media screen and (max-width: 768px) {
  .kochouran-section__icon-num {
    font-size: 1.2857142857rem;
    padding-bottom: 0.2142857143rem;
  }
}
.kochouran-section__eng {
  color: #157d41;
  font-family: "crimson-pro", serif;
  font-size: 1.3571428571rem;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 1.2142857143rem;
}
@media screen and (max-width: 768px) {
  .kochouran-section__eng {
    margin-bottom: 0;
  }
}
.kochouran-section__title {
  font-size: 2.8571428571rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .kochouran-section__title {
    font-size: 2.8571428571rem;
  }
}
.kochouran-section__subtitle {
  font-size: 2.2857142857rem;
  margin-top: 0;
  margin-bottom: 0.8em;
  color: #7E1563;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .kochouran-section__subtitle {
    font-size: 1.8571428571rem;
    margin-bottom: 1.4285714286rem;
  }
}
.kochouran-section__text-block {
  margin-bottom: 2.8571428571rem;
}
.kochouran-section__text {
  font-size: 1.2857142857rem;
  font-size: var(--fz-base);
  line-height: 2;
  margin-bottom: 1.1428571429rem;
  font-family: "Noto Sans JP", sans-serif;
}
.kochouran-section__text:last-child {
  margin-bottom: 0;
}
.kochouran-section__maker {
  background: linear-gradient(transparent 71%, #f3ff85 0%);
  background: linear-gradient(transparent 71%, #fff074 0%);
  font-weight: bold;
}
.kochouran-section__image {
  width: 100%;
  aspect-ratio: 890/450;
}
.kochouran-section__caption {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(46, 42, 45, 0.6);
}
.kochouran-section__caption a {
  text-decoration: underline;
}

.page-news .ec-searchnavRole {
  padding: 0;
}
.page-news .ec-searchnavRole .ec-topicpath {
  padding-top: 0;
  padding-inline: 0;
  border-top: none;
}
.page-news .ec-searchnavRole__infos {
  padding-inline: 0;
}

/* -------------------------------------------------------
  /shopping/ サイドバー追従
  function.js が margin-top を動的に書き換えるため !important で封じ、
  CSS sticky に切り替える
------------------------------------------------------- */
@media (min-width: 768px) {
  .ec-orderRole__summary {
    align-self: flex-start;
    position: sticky;
    top: 20px;
    margin-top: 0 !important;
  }
}
/* -------------------------------------------------------
  /shopping/ カスタムフィールド（TabaCustomFields2）
  本番 ec_reset.css の #tabacustomfields_shopping_index 相当
  ローカルはID末尾に "2" が付く
------------------------------------------------------- */
#tabacustomfields2_shopping_index {
  border: 4px solid #b09d7c;
  padding: 0 20px;
  margin-top: 20px;
}

/* セクションヘッダー「立て札・メッセージの入力」 */
#tabacustomfields2_shopping_index > .ec-rectHeading h2 {
  font-size: 15px;
}

/* 各フィールド行 */
.ec-tabaCustomFields {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}

.ec-rectHeading + .ec-tabaCustomFields {
  padding: 0 0 14px;
}

.ec-tabaCustomFields:last-of-type {
  border-bottom: none;
}

/* ラベル列（h2/h3 のフォントを縮小・背景なし・label を inline にして必須バッジを同行に） */
.ec-tabaCustomFields .ec-rectHeading {
  margin: 0 0 8px;
  background: none;
}

.ec-tabaCustomFields .ec-rectHeading h2,
.ec-tabaCustomFields .ec-rectHeading h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: none;
}

.ec-tabaCustomFields .ec-rectHeading h2 label,
.ec-tabaCustomFields .ec-rectHeading h3 label,
.ec-tabaCustomFields .ec-rectHeading p label {
  display: inline;
}

.ec-tabaCustomFields .ec-rectHeading p {
  padding-bottom: 0;
  margin: 0;
}

/* 入力フィールド列 */
.ec-tabaCustomFields .ec-select,
.ec-tabaCustomFields .ec-rectHeading + div {
  margin: 0;
}

.ec-tabaCustomFields .ec-select select {
  width: 100%;
}

/* 注記テキスト */
.ec-tabaCustomFields .attention {
  padding: 0.4em 0 0;
  font-size: 13px;
  color: #de5d50;
  line-height: 1.3;
  display: block;
  clear: both;
}

/* サンプル画像エリア（立て札の向きフィールド直後に挿入） */
#sample_image_area {
  margin-top: 2.2857142857rem;
}

/* 立札セクション上部の注意書き */
.shopping-tatefuda-note {
  margin-bottom: 1.1428571429rem;
}

/* toWrap（お届け先・ご依頼主の統合ブロック内） */
.toWrap > p {
  font-size: 12px;
  color: #888;
  margin: 0 0 8px;
}

.toWrap .ec-rectHeading {
  margin: 8px 0 4px;
}

.toWrap .ec-rectHeading h2,
.toWrap .ec-rectHeading h3 {
  font-size: 12px;
  font-weight: normal;
  color: #555;
  margin: 0;
}

/* デスクトップ: 2カラムレイアウト */
@media (min-width: 1000px) {
  .ec-tabaCustomFields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 16px;
  }
  .ec-tabaCustomFields .ec-rectHeading {
    display: block;
    width: 22%;
    flex: 0 0 22%;
    margin: 0;
    padding-top: 7px;
  }
  .ec-tabaCustomFields .ec-select,
  .ec-tabaCustomFields .ec-rectHeading + div {
    display: block;
    flex: 1 1 0;
    min-width: 0;
  }
  /* attention は入力列に揃える */
  .ec-tabaCustomFields .attention {
    flex: 0 0 100%;
    padding-left: calc(22% + 16px);
  }
  /* toWrap 内の attention は既に入力列内にあるので padding リセット */
  .ec-tabaCustomFields .toWrap .attention {
    padding-left: 0;
  }
}
.product-list-head {
  padding-inline: 0;
  margin-inline: 0;
}
.product-list-head .ec-topicpath {
  padding-top: 0;
}
.product-list-head .ec-searchnavRole__infos {
  align-items: center;
}
.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__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.7857142857rem;
  row-gap: 3.3571428571rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1428571429rem;
  }
}
.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: 1/1;
  overflow: hidden;
  margin-bottom: 0.8571428571rem;
}
.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: 1.2857142857rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5714285714rem;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .product-list__title {
    margin-top: 0.7142857143rem;
  }
}
.product-list__price {
  font-size: 2.1428571429rem;
  font-weight: bold;
  margin-bottom: 0.9285714286rem;
  font-family: "crimson-pro-l", serif;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.product-list__price-sep {
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
}
.product-list__price-tax {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0.2857142857rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
}
.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;
}

.product-detail .product-contents .ec-productRole__custums, .ec-productRole .ec-productRole__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0714285714rem;
  margin-top: 2.1428571429rem;
}
@media screen and (min-width: 1400px) {
  .product-detail .product-contents .ec-productRole__custums, .ec-productRole .ec-productRole__actions {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
}

.product-detail .product-contents .ec-productRole__custums-label, .ec-productRole .ec-productRole__actions .ec-select label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.4285714286rem;
}

.product-detail .product-contents .ec-productRole__custums-item .form-select, .ec-productRole .ec-productRole__actions .ec-select .form-select {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  min-width: auto;
  width: 100%;
  height: auto;
  padding: 1.0714285714rem 1.4285714286rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 16px 12px;
  border: 1px solid #cecece;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #2E2A2D;
}

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

.ec-productRole .ec-productRole__actions {
  padding-top: 0;
  padding-bottom: 0;
}
.ec-productRole .ec-productRole__actions .ec-select {
  margin-bottom: 0;
}
.ec-productRole .ec-productRole__actions .ec-select .mb-3 {
  margin-bottom: 0 !important;
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  margin-top: 2.1428571429rem;
}
@media screen and (max-width: 768px) {
  .ec-productRole .ec-productRole__btn {
    font-size: 1.4285714286rem;
  }
}
.ec-productRole .ec-productRole__btn .icon-cart {
  width: 1.2142857143rem;
  aspect-ratio: 1/1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ec-productRole .ec-productRole__btn .icon-cart {
    width: 1.7142857143rem;
  }
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9642857143rem;
  color: #fff;
  font-weight: 400;
  background-color: #2E2A2D;
  border-color: #2E2A2D;
}
.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: #2E2A2D;
}
.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: 89.0583903209%;
  max-width: 90%;
  padding: 3.5714285714rem 0 4.3571428571rem;
}
.product-detail__grid {
  gap: 4.2857142857rem;
}
@media screen and (max-width: 991px) {
  .product-detail__grid {
    flex-wrap: wrap;
    gap: 2.8571428571rem;
  }
}
.product-detail .product-detail-cell-images {
  width: auto;
  flex: 0 0 60%;
  min-height: 0;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .product-detail .product-detail-cell-images {
    flex: 0 0 100%;
  }
}
.product-detail .product-detail-cell-contents {
  width: auto;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .product-detail .product-detail-cell-contents {
    flex: 0 0 100%;
  }
}
.product-detail .ec-productRole__profile {
  margin: 0;
}
.product-detail .ec-sliderItemRole {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.1428571429rem;
  padding: 0;
  min-height: 0;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .product-detail .ec-sliderItemRole {
    position: sticky;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .product-detail .ec-sliderItemRole {
    flex-direction: column;
    gap: 0;
  }
}
.product-detail .ec-sliderItemRole .item_nav {
  flex-direction: column;
  width: 8.5714285714rem;
  flex: 0 0 auto;
  height: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .product-detail .ec-sliderItemRole .item_nav {
    /*  display: block;
    flex-direction: column;
    width: rem(80); */
  }
}
@media screen and (max-width: 991px) {
  .product-detail .ec-sliderItemRole .item_nav {
    display: flex;
    flex-direction: row;
    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: 991px) {
  .product-detail .ec-sliderItemRole .item_nav .slideThumb {
    width: 5.7142857143rem;
    height: 5.7142857143rem;
  }
}
@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;
}
@media screen and (max-width: 768px) {
  .product-detail .ec-sliderItemRole .item_visual {
    margin-bottom: 0rem;
  }
}
.product-detail .product-contents {
  color: #2E2A2D;
}
.product-detail .product-contents .ec-productRole__title .ec-headingTitle {
  margin: 0;
  font-size: 1.8571428571rem;
  color: #2E2A2D;
  font-weight: bold;
  margin-bottom: 3.6428571429rem;
}
.product-detail .product-contents__price-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cecece;
  padding-bottom: 1.4285714286rem;
}
.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: #2E2A2D;
}
.product-detail .product-contents__price-col .ec-productRole__price .ec-price__price {
  padding: 0;
  font-family: "crimson-pro-l", serif;
  font-size: 2.5714285714rem;
  letter-spacing: -0.01em;
}
.product-detail .product-contents__price-col .ec-productRole__price .ec-price__tax {
  font-size: 1.2142857143rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.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-rq {
  color: #ec080f;
  font-size: 0.7142857143em;
  vertical-align: text-top;
  display: inline-block;
  margin-left: 0.3571428571rem;
  margin-bottom: 0;
}
.product-detail .product-contents .ec-productRole__guides {
  color: #2E2A2D;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.4285714286rem;
}
@media screen and (max-width: 768px) {
  .product-detail .product-contents .ec-productRole__guides {
    margin-top: 2.8571428571rem;
  }
}
.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;
  margin-bottom: 0.8571428571rem;
}
.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.2142857143rem;
  height: 1.4285714286rem;
  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: #2E2A2D;
  text-decoration: underline;
}
.product-detail .product-contents .ec-productRole__guides-link:visited {
  color: #2E2A2D;
}
.product-detail .product-contents .ec-productRole__guides-link:hover {
  color: #8d3e74;
}
.product-detail .product-contents .ec-productRole__guides-note {
  display: flex;
  gap: 0.4285714286rem;
  font-size: 1rem;
  line-height: 1.7142857143;
}
.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;
}

.mover {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
}
@media (hover: hover) {
  .mover:hover {
    opacity: 0.8;
  }
}

.sampleLink {
  /*   display: inline-block;
  font-size: 14px;
  text-align: left;
  padding: 10px 0 4px;
  cursor: pointer;
  margin-bottom: 20px; */
}

.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.iziModal-navigate button.iziModal-navigate-prev,
.iziModal-navigate button.iziModal-navigate-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  width: 56px;
  height: 56px;
  background: none;
  border: 0;
  border-radius: 0;
}
.iziModal-navigate button.iziModal-navigate-prev::before,
.iziModal-navigate button.iziModal-navigate-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  aspect-ratio: 1/1;
  border: solid #fff;
  border-width: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .iziModal-navigate button.iziModal-navigate-prev,
  .iziModal-navigate button.iziModal-navigate-next {
    display: none;
  }
}

.iziModal-navigate button.iziModal-navigate-prev::before {
  border-top-width: 1px;
  border-left-width: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.iziModal-navigate button.iziModal-navigate-next::before {
  border-top-width: 1px;
  border-right-width: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.iziModal.p-wrapping-modal {
  width: 90%;
  text-align: center;
  background: #fff;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 991px) {
  .iziModal.p-wrapping-modal {
    width: 90%;
    max-width: 700px !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.iziModal.p-wrapping-modal .close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
.iziModal.p-wrapping-modal .close > a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
}
.iziModal.p-wrapping-modal .close > a::before, .iziModal.p-wrapping-modal .close > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #9b8259;
  transform: translateY(12px) rotate(-45deg);
}
.iziModal.p-wrapping-modal .close > a::before {
  top: 24px;
  transform: translateY(-12px) rotate(45deg);
}
.iziModal.p-wrapping-modal .modalWrap {
  padding: 15px 4% 10px;
  max-height: 85vh;
  max-height: 85svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.iziModal.p-wrapping-modal .modalTitle {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #9b8259;
}
.iziModal.p-wrapping-modal .modalTitle p {
  color: #9b8259;
  font-size: 17px;
}
.iziModal.p-wrapping-modal .modalTitle p + p {
  color: #111;
  font-size: 15px;
  padding-top: 5px;
}
.iziModal.p-wrapping-modal .modalInner .type {
  text-align: left;
  padding-bottom: 10px;
}
.iziModal.p-wrapping-modal .modalInner .type img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
.iziModal.p-wrapping-modal .modalInner .type p {
  display: inline-block;
  color: #9b8259;
  font-size: 15px;
  padding-left: 10px;
}
.iziModal.p-wrapping-modal .modalInner .imageWrap {
  display: inline-block;
}
.iziModal.p-wrapping-modal .modalInner .comment {
  text-align: center;
  line-height: 1.4;
  padding: 0.5em 0;
}
.iziModal.p-wrapping-modal .modalInner.type01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.iziModal.p-wrapping-modal .modalInner.type01 > div {
  width: calc((100% - 40px) / 2);
  padding-bottom: 15px;
}
.iziModal.p-wrapping-modal .modalInner.type01 .imageWrap {
  border: 1px solid #f7f1f7;
}
.iziModal.p-wrapping-modal .modalInner.type01.type03 > div {
  width: 100%;
  padding-bottom: 15px;
}
.iziModal.p-wrapping-modal .modalInner.type01.type03 .type {
  text-align: center;
}
.iziModal.p-wrapping-modal .modalInner.type01.type03 .imageWrap {
  width: 60%;
  border: 1px solid #f7f1f7;
}
.iziModal.p-wrapping-modal .modalInner.type02 .imageWrap {
  width: 70%;
  border: 1px solid #f7f1f7;
}
@media (min-width: 767px) {
  .iziModal.p-wrapping-modal {
    width: auto;
  }
  .iziModal.p-wrapping-modal .close {
    right: 15px;
    top: 15px;
  }
  .iziModal.p-wrapping-modal .close > a::before, .iziModal.p-wrapping-modal .close > a::after {
    width: 40px;
  }
  .iziModal.p-wrapping-modal .modalWrap {
    padding: 25px 35px 20px;
  }
  .iziModal.p-wrapping-modal .modalTitle {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .iziModal.p-wrapping-modal .modalTitle p {
    display: inline-block;
    vertical-align: baseline;
    font-size: 20px;
  }
  .iziModal.p-wrapping-modal .modalTitle p + p {
    font-size: 15px;
    padding: 0 0 0 1em;
  }
  .iziModal.p-wrapping-modal .modalInner .type {
    text-align: left;
    padding-bottom: 10px;
  }
  .iziModal.p-wrapping-modal .modalInner .type p {
    display: inline-block;
  }
  .iziModal.p-wrapping-modal .modalInner .comment {
    padding: 1em 0;
  }
  .iziModal.p-wrapping-modal .modalInner.type01, .iziModal.p-wrapping-modal .modalInner.type01.type03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .iziModal.p-wrapping-modal .modalInner.type01 > div, .iziModal.p-wrapping-modal .modalInner.type01.type03 > div {
    width: calc((100% - 80px) / 3);
    padding-bottom: 25px;
  }
  .iziModal.p-wrapping-modal .modalInner.type01.type03 .imageWrap {
    width: auto;
  }
  .iziModal.p-wrapping-modal .modalInner.type02 .imageWrap {
    width: auto;
  }
}
@media (min-width: 1000px) {
  .iziModal.p-wrapping-modal .modalInner p {
    font-size: 17px;
    padding-left: 20px;
  }
}

.iziModal-navigate-caption {
  display: none !important;
}

@media (min-width: 767px) {
  .iziModal-navigate > button {
    height: 100px;
    margin: auto;
    opacity: 1;
    background-size: 75% !important;
  }
  .iziModal-navigate-next {
    background-position: left 50%;
  }
  .iziModal-navigate-prev {
    background-position: right 50%;
  }
}
#product_review_area {
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2A2D;
  margin-top: 0rem;
  margin-bottom: 4.2857142857rem;
  padding-block: 1.5714285714rem;
}
#product_review_area .ec-role {
  padding-inline: 0;
}
#product_review_area .ec-rectHeading {
  background-color: #f5f5f5;
  padding: 1rem 1.4285714286rem;
  margin-top: 0 !important;
  margin-bottom: 0;
  cursor: pointer;
}
#product_review_area .ec-rectHeading h4 {
  margin: 0;
  font-size: 1.0714285714rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
}
#product_review_area .ec-rectHeading.is_active i {
  transform: rotate(180deg);
}
#product_review_area .recommend_average {
  color: #de5d50;
  margin-left: 0;
}
#product_review_area #reviewContent {
  padding: 0.7142857143rem 0;
}
#product_review_area #reviewContent p {
  font-size: 1rem;
  margin-bottom: 0.5714285714rem;
}
#product_review_area #reviewContent .review_list {
  padding-left: 0;
  list-style: none;
}
#product_review_area #reviewContent .review_list li {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
}
#product_review_area #reviewContent .review_list li:last-child {
  border-bottom: none;
}
#product_review_area #reviewContent .review_list .review_date {
  font-size: 0.9285714286rem;
  font-weight: 500;
  color: #888;
  margin-bottom: 0.2857142857rem;
}
#product_review_area #reviewContent .review_list .recommend_level {
  color: #de5d50;
  margin-left: 0;
}
#product_review_area #reviewContent .review_list .recommend_name {
  color: #2E2A2D;
  margin-left: 0;
}
#product_review_area .ec-inlineBtn--action {
  display: inline-block;
  margin-top: 1.4285714286rem;
  padding: 0.8571428571rem 1.7142857143rem;
  background-color: #2E2A2D;
  border-color: #2E2A2D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0;
  text-decoration: none;
}
@media (hover: hover) {
  #product_review_area .ec-inlineBtn--action:hover {
    background-color: #555;
    border-color: #555;
    color: #fff;
  }
}

/* ============================================================
  Shopping (/shopping/)
  EC-CUBE デフォルトコンポーネント上書き
  - 既存の /shopping/ 関連スタイルは _p-pages.scss にもあり
    （TabaCustomFields2 / サイドバー追従）— 重複に注意
============================================================ */
.ec-input p {
  font-size: 0.85rem;
  margin-bottom: 0.3571428571rem;
}

.ec-orderRole {
  margin-bottom: 5.7142857143rem;
}
@media screen and (max-width: 768px) {
  .ec-orderRole {
    margin-bottom: 3.5714285714rem;
  }
}
@media screen and (max-width: 768px) {
  .ec-orderRole .ec-orderRole__summary {
    margin-top: 2.8571428571rem;
  }
}

.ec-tabaCustomFields .ec-radio .shopping_order_plg_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.ec-tabaCustomFields .ec-radio .c-descRadioItem {
  display: flex;
  align-items: center;
}
.ec-tabaCustomFields .ec-radio .c-descRadioItem .input {
  margin-bottom: 0;
}

/* ============================================================
  EC-CUBE デフォルトコンポーネント上書き（集約）
    - Cart              /cart/
    - Contact           /contact/   入力 / 確認 / 完了
    - Shipping Multiple /shopping/shipping_multiple  お届け先の複数指定
  ※ EC系（.ec-*）コンポーネントの上書きはこのファイルに集約
  ※ EC-CUBEコアのクラス綴り（itemt〜 等）はそのまま使用
============================================================ */
.ec-pageHeader h1 {
  margin-inline: 0;
  text-align: center;
  border-top: none;
}

/* ====================================================
  Cart (/cart/)
==================================================== */
.ec-cartRole {
  margin-bottom: 5.7142857143rem;
}
@media screen and (max-width: 768px) {
  .ec-cartRole {
    margin-bottom: 3.5714285714rem;
  }
}
.ec-customerRole {
  margin-bottom: 5.7142857143rem;
}
@media screen and (max-width: 768px) {
  .ec-customerRole {
    margin-bottom: 5.7142857143rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ec-customerRole {
    margin-bottom: 3.5714285714rem;
  }
}

/* ====================================================
  Contact (/contact/)  入力 / 確認 / 完了
==================================================== */
.ec-contactRole,
.ec-contactConfirmRole,
.ec-contactCompleteRole {
  margin-bottom: 5.7142857143rem;
  padding-top: 1.7857142857rem;
}
@media screen and (max-width: 768px) {
  .ec-contactRole,
  .ec-contactConfirmRole,
  .ec-contactCompleteRole {
    margin-bottom: 3.5714285714rem;
  }
}
.ec-contactRole .ec-pageHeader h1,
.ec-contactConfirmRole .ec-pageHeader h1,
.ec-contactCompleteRole .ec-pageHeader h1 {
  padding-bottom: 1.5714285714rem;
  margin-bottom: 0rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .ec-contactRole .ec-pageHeader h1,
  .ec-contactConfirmRole .ec-pageHeader h1,
  .ec-contactCompleteRole .ec-pageHeader h1 {
    font-size: 2.5714285714rem;
  }
}
.ec-contactRole .ec-off1Grid,
.ec-contactConfirmRole .ec-off1Grid,
.ec-contactCompleteRole .ec-off1Grid {
  width: 100%;
}
.ec-contactRole .ec-off1Grid .ec-off1Grid__cell,
.ec-contactConfirmRole .ec-off1Grid .ec-off1Grid__cell,
.ec-contactCompleteRole .ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  margin-left: 0;
}
.ec-contactRole .ec-para-normal,
.ec-contactConfirmRole .ec-para-normal,
.ec-contactCompleteRole .ec-para-normal {
  text-align: center;
  margin-block: 2.5rem;
  line-height: 1.75;
}
.ec-contactConfirmRole p {
  text-align: center;
  margin-block: 2.5rem;
  line-height: 1.75;
}
/* ====================================================
  Shipping Multiple (/shopping/shipping_multiple)
==================================================== */
.ec-AddAddress {
  margin-inline: auto;
  width: 90%;
  max-width: 930px;
}
.ec-AddAddress__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ec-AddAddress .ec-blockBtn--action,
  .ec-AddAddress .ec-blockBtn--cancel {
    font-size: 1.2rem;
  }
}
/* ====================================================
  Checkout (/shopping)
==================================================== */
.ec-orderDelivery__notice {
  border: 3px solid #ec080f;
  background-color: #fff;
  padding: 1.8571428571rem 2.1428571429rem;
  margin-block: 1.4285714286rem 2rem;
  text-align: left;
}
.ec-orderDelivery__notice-title {
  color: #ec080f;
  font-size: 1.4285714286rem;
  font-weight: 700;
  margin-bottom: 0.8571428571rem;
}
.ec-orderDelivery__notice-text {
  color: #ec080f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .ec-orderDelivery__notice {
    padding: 1.2857142857rem 1rem;
  }
  .ec-orderDelivery__notice-title {
    font-size: 1.1428571429rem;
  }
  .ec-orderDelivery__notice-text br {
    display: none;
  }
}
.ec-cartCompleteRole {
  margin-bottom: 5.7142857143rem;
}
@media screen and (max-width: 768px) {
  .ec-cartCompleteRole {
    margin-bottom: 3.5714285714rem;
  }
}

/* 税率内訳（税率10%対象/内消費税）は非表示 */
.ec-totalBox .ec-totalBox__taxRate {
  display: none !important;
}

.p-guide {
  color: #2E2A2D;
}
.p-guide img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.p-guide__nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.7857142857rem;
  margin-bottom: 4rem;
  padding-block: 1rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-guide__nav {
    flex-wrap: nowrap;
    gap: 1.1428571429rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-guide__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0714285714rem;
  padding: 0.7142857143rem 0.8571428571rem 0.7142857143rem;
  font-size: 1.0714285714rem;
  line-height: 1.4;
  color: #2E2A2D;
  transition: color 0.2s ease;
  border-bottom: 1px solid #D1D3D5;
}
@media screen and (max-width: 991px) {
  .p-guide__nav-link {
    padding: 1.1428571429rem 1.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.8571428571rem 0.2857142857rem;
  }
}
.p-guide__nav-link::after {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1.5px solid #157d41;
  border-bottom: 1.5px solid #157d41;
  transform: translateY(-25%) rotate(45deg);
}
@media (hover: hover) {
  .p-guide__nav-link:hover {
    color: #157d41;
    border-bottom-color: #157d41;
  }
}
.p-guide__nav-link.is-current {
  color: #157d41;
  font-weight: bold;
  border-bottom-color: #157d41;
}
.p-guide__section {
  scroll-margin-top: 6.4285714286rem;
}
.p-guide__section:not(:last-child) {
  margin-bottom: 5.1428571429rem;
}
.p-guide__title {
  margin: 0 0 2.5714285714rem;
  padding-bottom: 2.1428571429rem;
  border-bottom: 1px solid #D1D3D5;
}
@media screen and (max-width: 768px) {
  .p-guide__title {
    margin-bottom: 1.5714285714rem;
  }
}
.p-guide__title.--mb0 {
  margin-bottom: 0;
}
.p-guide__title-eng {
  display: block;
  position: relative;
  color: #157d41;
  font-family: "crimson-pro", serif;
  font-size: 1.3571428571rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  padding-left: 1.9285714286rem;
  margin-bottom: 0.5714285714rem;
}
.p-guide__title-eng::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.1428571429rem;
  height: 1px;
  background-color: #157d41;
}
.p-guide__title-jp {
  display: block;
  font-size: 2.9285714286rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-guide__title-jp {
    font-size: 2.5714285714rem;
  }
}
.p-guide__subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #157d41;
  margin: 0 0 1.4285714286rem;
}
@media screen and (max-width: 768px) {
  .p-guide__subtitle {
    font-size: 1.8571428571rem;
  }
}
.p-guide__box {
  padding-block: 2.5rem;
}
.p-guide__box:first-child {
  padding-top: 0;
}
.p-guide__box:last-child {
  padding-bottom: 0;
}
.p-guide__box--border {
  border-bottom: 1px solid #D1D3D5;
}
.p-guide__flows {
  counter-reset: flow;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-guide__flow {
  counter-increment: flow;
  padding-block: 4.3214285714rem;
  border-bottom: 1px solid #D1D3D5;
}
@media screen and (max-width: 991px) {
  .p-guide__flow {
    padding-block: 2.7142857143rem;
  }
}
.p-guide__flow-detail {
  display: grid;
  grid-template-columns: 1fr 47.8571428571rem;
  column-gap: 4.2857142857rem;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .p-guide__flow-detail {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}
.p-guide__flow--text .p-guide__flow-detail {
  grid-template-columns: 1fr;
}
.p-guide__flow-texts .p-guide__notes {
  margin-top: 1.1428571429rem;
  padding-left: 4.0714285714rem;
}
@media screen and (max-width: 768px) {
  .p-guide__flow-texts .p-guide__notes {
    padding-left: 0;
  }
}
.p-guide__flow-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-guide__flow-head {
    font-size: 1.5rem;
    gap: 0.7142857143rem;
  }
}
.p-guide__flow-head::before {
  content: counter(flow, decimal-leading-zero);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9285714286rem;
  aspect-ratio: 1/1;
  background-color: #157d41;
  color: #fff;
  font-family: "crimson-pro-l", serif;
  font-size: 1.5rem;
  border-radius: 0.1428571429rem;
}
.p-guide__flow-img {
  margin: 0;
}
.p-guide__flow-img img {
  width: 100%;
  display: block;
}
.p-guide__notes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-guide__notes li {
  position: relative;
  padding-left: 1.2857142857rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.p-guide__notes li:not(:last-child) {
  margin-bottom: 0.5714285714rem;
}
.p-guide__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7857142857rem;
  width: 0.5714285714rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #157d41;
}
.p-guide__notes--asterisk {
  margin-top: 0.5714285714rem;
}
.p-guide__notes--asterisk li {
  padding-left: 1.7142857143rem;
  font-size: 1.1428571429rem;
  color: #2E2A2D;
}
.p-guide__notes--asterisk li::before {
  content: "※";
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #2E2A2D;
}
.p-guide__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 2;
  margin: 0 0 1rem;
}
.p-guide__text:last-child {
  margin-bottom: 0;
}
.p-guide__text--lead {
  font-family: Shippori Mincho, serif;
  font-weight: bold;
  font-size: 1.4285714286rem;
  line-height: 1.8;
  color: #170926;
}
.p-guide__text em {
  font-style: normal;
  font-weight: bold;
  color: #ec080f;
  text-decoration: underline;
  text-underline-offset: 0.2142857143rem;
}
.p-guide__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  color: #2E2A2D;
  margin-top: 0.5714285714rem;
}
.p-guide__note--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-guide__note--sp {
    display: block;
  }
}
.p-guide__cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.8571428571rem;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .p-guide__cols {
    grid-template-columns: 1fr;
    gap: 1.7142857143rem;
  }
}
.p-guide__cols-img {
  margin: 0;
}
.p-guide__payment-cards {
  margin: 0 0 4.6428571429rem;
}
@media screen and (max-width: 768px) {
  .p-guide__payment-cards {
    margin-bottom: 2.3571428571rem;
  }
}
.p-guide__payment-cards img {
  width: auto;
  max-width: 100%;
}
.p-guide__timetable {
  margin-top: 1.7142857143rem;
  padding-bottom: 2.8571428571rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.p-guide__timetable-title {
  font-weight: bold;
  font-size: 1.7142857143rem;
  color: #170926;
  margin-bottom: 4.5rem;
}
.p-guide__timetable-note {
  margin-left: 0.8571428571rem;
  font-size: 1.1428571429rem;
  font-weight: normal;
  color: #ec080f;
}
@media screen and (max-width: 768px) {
  .p-guide__timetable-note {
    display: block;
    margin-left: 0;
    margin-top: 0.2857142857rem;
  }
}
.p-guide__timetable-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.7142857143rem;
}
@media screen and (max-width: 768px) {
  .p-guide__timetable-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-guide__timetable-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  text-align: center;
  padding: 0.5rem 0.5714285714rem;
  background-color: #f1f2f1;
  border-radius: 0.5714285714rem;
}
.p-guide__table-scroll {
  position: relative;
  margin-bottom: 3.2142857143rem;
  margin-top: 3.5714285714rem;
}
@media screen and (max-width: 900px) {
  .p-guide__table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 1.4285714286rem;
    margin-bottom: 0rem;
  }
}
.p-guide__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.5;
  margin-top: 1.1428571429rem;
}
@media screen and (max-width: 768px) {
  .p-guide__table {
    width: 89.2857142857rem;
    margin-top: 0;
  }
}
.p-guide__table th,
.p-guide__table td {
  border: 1px solid #D1D3D5;
  padding: 0.5714285714rem 0.4285714286rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .p-guide__table th,
  .p-guide__table td {
    white-space: nowrap;
  }
}
.p-guide__table th {
  background-color: #157d41;
  color: #fff;
  font-weight: normal;
}
.p-guide__table tr:first-child th:first-child,
.p-guide__table tr:nth-child(2) th {
  background-color: #fff;
  color: #2E2A2D;
}
.p-guide__table tr:nth-child(2) th {
  font-weight: normal;
}
.p-guide__table .p-guide__table-head {
  background-color: #fff;
  color: #2E2A2D;
}
.p-guide__table .p-guide__table-prod {
  background-color: #fff;
  color: #b7007f;
}
.p-guide__maps {
  flex: 0 0 auto;
  width: 31.4285714286rem;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .p-guide__maps {
    width: 100%;
  }
}
.p-guide__map-legend {
  display: flex;
  gap: 1.4285714286rem;
  margin: 0 0 0.7142857143rem;
}
.p-guide__map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4285714286rem;
  font-size: 0.8571428571rem;
  color: #727171;
}
.p-guide__map-legend-item::before {
  content: "";
  flex: 0 0 auto;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
}
.p-guide__map-legend-item--ok::before {
  background-color: #b7007f;
}
.p-guide__map-legend-item--hatch::before {
  background-image: repeating-linear-gradient(45deg, #D1D3D5 0 2px, #fff 2px 4px);
  border: 1px solid #D1D3D5;
}
.p-guide__map-row {
  display: flex;
  gap: 1.1428571429rem;
}
@media screen and (max-width: 768px) {
  .p-guide__map-row {
    flex-direction: column;
  }
}
.p-guide__map-row figure {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.p-guide__map-row img {
  border-radius: 0.4285714286rem;
}
.p-guide__options {
  list-style: none;
  padding: 0;
  margin: 1.7142857143rem 0 2.8571428571rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4285714286rem;
}
@media screen and (max-width: 900px) {
  .p-guide__options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-guide__options {
    gap: 1.7857142857rem;
  }
}
.p-guide__option-img {
  position: relative;
  display: block;
  margin: 0;
}
.p-guide__option-img img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .p-guide__option-img:hover img {
    transform: scale(1.04);
  }
}
.p-guide__option-num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9285714286rem;
  aspect-ratio: 1/1;
  background-color: #3c3c3c;
  color: #fff;
  font-family: "crimson-pro-l", serif;
  font-size: 1.5rem;
}
.p-guide__option-label {
  display: block;
  margin-top: 0.7142857143rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  color: #157d41;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-guide__zoom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.7142857143rem;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  border-radius: 50%;
  background-color: #157d41;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6'/%3E%3Cline x1='15.5' y1='15.5' x2='21' y2='21'/%3E%3C/svg%3E");
}
.p-guide__zoom--dark {
  background-color: #2E2A2D;
}
.p-guide__spec {
  margin: 0 0 1.4285714286rem;
  border-top: 1px solid #D1D3D5;
}
.p-guide__spec > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "nums term price" "desc desc price";
  column-gap: 0.8571428571rem;
  row-gap: 0.4285714286rem;
  align-items: center;
  padding: 1.1428571429rem 0;
  border-bottom: 1px solid #D1D3D5;
}
.p-guide__spec dt {
  grid-area: term;
  align-self: center;
  font-weight: bold;
  font-size: 1.7142857143rem;
  color: #170926;
}
.p-guide__spec dd {
  margin: 0;
}
.p-guide__spec dd:not(.p-guide__spec-price) {
  grid-area: desc;
  align-self: start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  color: #2E2A2D;
}
.p-guide__spec-nums {
  grid-area: nums;
  display: flex;
  gap: 0.2857142857rem;
  margin: 0;
}
.p-guide__spec-nums span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8571428571rem;
  height: 1.8571428571rem;
  background-color: #3c3c3c;
  color: #fff;
  font-family: "crimson-pro", serif;
  font-size: 0.9285714286rem;
}
.p-guide__spec-price {
  grid-area: price;
  align-self: center;
  font-size: 2.1428571429rem;
  font-weight: 500;
  color: #170926;
  white-space: nowrap;
}
.p-guide__samples {
  display: flex;
  gap: 1.1428571429rem;
}
.p-guide__sample {
  flex: 1;
  display: block;
}
.p-guide__sample-img {
  display: block;
}
.p-guide__sample-img img {
  width: 100%;
  display: block;
  border-radius: 0.4285714286rem;
}
.p-guide__sample-cap {
  display: block;
  margin-top: 0.7142857143rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  color: #2E2A2D;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-guide__point {
  position: relative;
  margin-top: 2.8571428571rem;
  padding: 5.1428571429rem 2.2857142857rem 2rem;
  background-color: #fff;
  border: 6px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-guide__point {
    padding: 4rem 1.2857142857rem 1.4285714286rem;
  }
}
.p-guide__point-title {
  position: absolute;
  top: -6px;
  left: -6px;
  margin: 0;
  padding: 0.7142857143rem 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.7142857143rem;
  line-height: 1.4;
  white-space: nowrap;
  background-color: #157d41;
}
@media screen and (max-width: 768px) {
  .p-guide__point-title {
    padding: 0.5714285714rem 1.2857142857rem;
    font-size: 1.2857142857rem;
  }
}
.p-guide__point .p-guide__cols {
  align-items: center;
}
.p-guide__point-img {
  margin: 0;
  border-radius: 0.4285714286rem;
  overflow: hidden;
}
.p-guide__point .p-guide__text em {
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(transparent 55%, #f3ff85 55%);
}
.p-guide__raps {
  list-style: none;
  padding: 0;
  margin: 1.7142857143rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.7142857143rem 1.1428571429rem;
}
@media screen and (max-width: 768px) {
  .p-guide__raps {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-guide__rap-img {
  margin: 0;
  border-radius: 0.4285714286rem;
  overflow: hidden;
}
.p-guide__rap-img img {
  width: 100%;
  display: block;
}
.p-guide__rap-label {
  margin: 0.8571428571rem 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #2E2A2D;
}
.p-guide__hours {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon day" "icon time";
  align-items: center;
  column-gap: 1.4285714286rem;
  max-width: 31.4285714286rem;
  margin: 1.4285714286rem 0 0.8571428571rem;
  padding: 1.4285714286rem 2rem;
  border: 1px solid #D1D3D5;
}
.p-guide__hours-icon {
  grid-area: icon;
  width: 4.5714285714rem;
  height: 4.5714285714rem;
}
.p-guide__hours-icon img,
.p-guide__hours-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-guide__hours-day {
  grid-area: day;
  align-self: end;
  margin: 0;
  font-size: 0.9285714286rem;
}
.p-guide__hours-time {
  grid-area: time;
  align-self: start;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-guide__hours-time {
    font-size: 1.7142857143rem;
  }
}

.p-guide-modal {
  width: min(90%, 51.4285714286rem);
  max-height: 90vh;
  background: #fff;
  border-radius: 0;
  text-align: center;
}
.p-guide-modal__close {
  position: absolute;
  top: 0.7142857143rem;
  right: 0.7142857143rem;
  width: 3.1428571429rem;
  height: 3.1428571429rem;
  z-index: 10;
}
.p-guide-modal__close > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-guide-modal__close > a::before, .p-guide-modal__close > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.7142857143rem;
  height: 2px;
  background-color: #9b8259;
}
.p-guide-modal__close > a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-guide-modal__close > a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-guide-modal__body {
  padding: 3.4285714286rem 1.7142857143rem 1.7142857143rem;
}
.p-guide-modal__body img {
  max-width: 100%;
  max-height: calc(90vh - 5.1428571429rem);
  width: auto;
  height: auto;
}

.p-news-detail {
  background: #fff;
  padding: 2.8571428571rem 2.8571428571rem;
  border-radius: 0.5714285714rem;
}
@media screen and (max-width: 768px) {
  .p-news-detail {
    padding: 1.7142857143rem 1.1428571429rem;
  }
}
.p-news-detail__header {
  margin-bottom: 2.2857142857rem;
  padding-bottom: 1.7142857143rem;
  border-bottom: 1px solid #D1D3D5;
}
.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
  flex-wrap: wrap;
}
.p-news-detail__date {
  font-size: 1rem;
  color: #727171;
  margin: 0;
}
.p-news-detail__date time {
  letter-spacing: 0.04em;
}
.p-news-detail__tag {
  display: flex;
  gap: 0.5714285714rem;
  margin: 0;
  flex-wrap: wrap;
}
.p-news-detail__tag-text {
  display: inline-block;
  padding: 0.2857142857rem 0.8571428571rem;
  background: #7E1563;
  color: #fff;
  font-size: 0.8571428571rem;
  border-radius: 0.1428571429rem;
  line-height: 1.4;
}
.p-news-detail__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.4285714286rem;
  color: #2E2A2D;
}
@media screen and (max-width: 768px) {
  .p-news-detail__title {
    font-size: 1.5714285714rem;
  }
}
.p-news-detail__thumb {
  margin: 0 0 0.5714285714rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.2857142857rem;
}
.p-news-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news-detail__body {
  color: #2E2A2D;
}
.p-news-detail__back {
  margin-top: 3.4285714286rem;
  text-align: center;
}
.p-news-detail__back .c-button {
  display: inline-flex;
  width: auto;
  max-width: 20rem;
  min-width: 14.2857142857rem;
}

.p-blog-content.editorjs_article p,
.p-blog-content.editorjs_article .ce-paragraph {
  margin: 0 0 1.4285714286rem;
  font-size: 1.1428571429rem;
  line-height: 1.9;
}
.p-blog-content.editorjs_article p:last-child,
.p-blog-content.editorjs_article .ce-paragraph:last-child {
  margin-bottom: 0;
}
.p-blog-content.editorjs_article h1,
.p-blog-content.editorjs_article h2,
.p-blog-content.editorjs_article h3,
.p-blog-content.editorjs_article h4,
.p-blog-content.editorjs_article h5,
.p-blog-content.editorjs_article h6,
.p-blog-content.editorjs_article .ce-header {
  font-weight: bold;
  line-height: 1.4;
  margin: 2.8571428571rem 0 1.1428571429rem;
}
.p-blog-content.editorjs_article h1:first-child,
.p-blog-content.editorjs_article h2:first-child,
.p-blog-content.editorjs_article h3:first-child,
.p-blog-content.editorjs_article h4:first-child,
.p-blog-content.editorjs_article h5:first-child,
.p-blog-content.editorjs_article h6:first-child,
.p-blog-content.editorjs_article .ce-header:first-child {
  margin-top: 0;
}
.p-blog-content.editorjs_article h2,
.p-blog-content.editorjs_article .ce-header[data-level="2"] {
  font-size: 1.7142857143rem;
  padding-bottom: 0.5714285714rem;
  border-bottom: 2px solid #7E1563;
}
@media screen and (max-width: 768px) {
  .p-blog-content.editorjs_article h2,
  .p-blog-content.editorjs_article .ce-header[data-level="2"] {
    font-size: 1.4285714286rem;
  }
}
.p-blog-content.editorjs_article h3,
.p-blog-content.editorjs_article .ce-header[data-level="3"] {
  font-size: 1.4285714286rem;
  padding-left: 0.8571428571rem;
  border-left: 4px solid #7E1563;
}
@media screen and (max-width: 768px) {
  .p-blog-content.editorjs_article h3,
  .p-blog-content.editorjs_article .ce-header[data-level="3"] {
    font-size: 1.2857142857rem;
  }
}
.p-blog-content.editorjs_article h4,
.p-blog-content.editorjs_article .ce-header[data-level="4"] {
  font-size: 1.2857142857rem;
}
.p-blog-content.editorjs_article img {
  max-width: 100%;
  height: auto;
  display: block;
}
.p-blog-content.editorjs_article .image-tool {
  margin: 1.7142857143rem 0;
}
.p-blog-content.editorjs_article .image-tool .ce-figure {
  margin: 0;
}
.p-blog-content.editorjs_article .image-tool .ce-image {
  border-radius: 0.2857142857rem;
}
.p-blog-content.editorjs_article .image-tool .ce-figcaption {
  font-size: 0.8571428571rem;
  color: #727171;
  text-align: center;
  margin-top: 0.5714285714rem;
}
.p-blog-content.editorjs_article .image-gallery {
  margin: 1.7142857143rem 0;
}
.p-blog-content.editorjs_article .image-gallery__caption {
  font-size: 0.8571428571rem;
  color: #727171;
  text-align: center;
  margin-top: 0.5714285714rem;
}
.p-blog-content.editorjs_article .fit-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2857142857rem;
}
@media screen and (min-width: 901px) {
  .p-blog-content.editorjs_article .fit-images {
    gap: 0.5714285714rem;
  }
}
.p-blog-content.editorjs_article .fit-images.image-gallery__1 {
  grid-template-columns: 1fr;
}
.p-blog-content.editorjs_article .fit-images.image-gallery__2, .p-blog-content.editorjs_article .fit-images.image-gallery__4 {
  grid-template-columns: repeat(2, 1fr);
}
.p-blog-content.editorjs_article .fit-images.image-gallery__5, .p-blog-content.editorjs_article .fit-images.image-gallery__7, .p-blog-content.editorjs_article .fit-images.image-gallery__8, .p-blog-content.editorjs_article .fit-images.image-gallery__9, .p-blog-content.editorjs_article .fit-images.image-gallery__10 {
  grid-template-columns: repeat(6, 1fr);
}
.p-blog-content.editorjs_article .fit-images .gallery-image {
  aspect-ratio: 1/1;
  border: 1px solid #D1D3D5;
  overflow: hidden;
}
.p-blog-content.editorjs_article .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-blog-content.editorjs_article .image-gallery__3 .gallery-image:nth-child(1),
.p-blog-content.editorjs_article .image-gallery__7 .gallery-image:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.p-blog-content.editorjs_article .fit-images.image-gallery__5 .gallery-image,
.p-blog-content.editorjs_article .fit-images.image-gallery__7 .gallery-image,
.p-blog-content.editorjs_article .fit-images.image-gallery__8 .gallery-image,
.p-blog-content.editorjs_article .fit-images.image-gallery__9 .gallery-image,
.p-blog-content.editorjs_article .fit-images.image-gallery__10 .gallery-image {
  grid-column: span 2;
}
.p-blog-content.editorjs_article .fit-images.image-gallery__5 .gallery-image:nth-child(1),
.p-blog-content.editorjs_article .fit-images.image-gallery__5 .gallery-image:nth-child(2) {
  grid-column: span 3;
}
.p-blog-content.editorjs_article .fit-images.image-gallery__6 .gallery-image:nth-child(1),
.p-blog-content.editorjs_article .fit-images.image-gallery__6 .gallery-image:nth-child(5) {
  grid-column: span 2;
  grid-row: span 2;
}
.p-blog-content.editorjs_article blockquote,
.p-blog-content.editorjs_article .cdx-quote {
  margin: 1.7142857143rem 0;
  padding: 1.1428571429rem 1.7142857143rem;
  background: #F9F6F5;
  border-left: 4px solid #7E1563;
  font-style: italic;
  color: #727171;
}
.p-blog-content.editorjs_article ul,
.p-blog-content.editorjs_article ol,
.p-blog-content.editorjs_article .cdx-list {
  margin: 0 0 1.4285714286rem;
  padding-left: 2rem;
}
.p-blog-content.editorjs_article ul li,
.p-blog-content.editorjs_article ol li,
.p-blog-content.editorjs_article .cdx-list li {
  margin-bottom: 0.5714285714rem;
  line-height: 1.8;
  list-style-type: inherit;
}
.p-blog-content.editorjs_article ul {
  list-style: disc;
}
.p-blog-content.editorjs_article ol {
  list-style: decimal;
}
.p-blog-content.editorjs_article table,
.p-blog-content.editorjs_article .tc-wrap {
  width: 100%;
  margin: 1.7142857143rem 0;
  border-collapse: collapse;
  font-size: 1rem;
}
.p-blog-content.editorjs_article table th,
.p-blog-content.editorjs_article table td,
.p-blog-content.editorjs_article table .tc-row,
.p-blog-content.editorjs_article .tc-wrap th,
.p-blog-content.editorjs_article .tc-wrap td,
.p-blog-content.editorjs_article .tc-wrap .tc-row {
  padding: 0.8571428571rem 1.1428571429rem;
  border: 1px solid #D1D3D5;
}
.p-blog-content.editorjs_article table th,
.p-blog-content.editorjs_article .tc-wrap th {
  background: #F9F6F5;
  font-weight: bold;
  text-align: left;
}
.p-blog-content.editorjs_article hr,
.p-blog-content.editorjs_article .ce-delimiter {
  margin: 2.8571428571rem 0;
  border: none;
  text-align: center;
}
.p-blog-content.editorjs_article hr::before,
.p-blog-content.editorjs_article .ce-delimiter::before {
  content: "* * *";
  letter-spacing: 0.5714285714rem;
  color: #727171;
}
.p-blog-content.editorjs_article a {
  color: #7E1563;
  text-decoration: underline;
}
.p-blog-content.editorjs_article a:hover {
  text-decoration: none;
}
.p-blog-content.editorjs_article code,
.p-blog-content.editorjs_article .inline-code {
  padding: 0.1428571429rem 0.5714285714rem;
  background: #F9F6F5;
  border-radius: 0.1428571429rem;
  font-family: monospace;
  font-size: 0.9em;
}
.p-blog-content.editorjs_article .ce-block {
  margin-bottom: 1.1428571429rem;
}
.p-blog-content.editorjs_article .ce-block__content {
  max-width: 100%;
}

/* 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-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 #2E2A2D;
    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;
}/*# sourceMappingURL=style.css.map */