@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 {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: linear 0.13s;
  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]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c5c5c5;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #c5c5c5;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c5c5c5;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c5c5c5;
}
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%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: .73rem;
  --fz-sm: .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: .9em;
    --fz-base: 1.13rem;
  }
}

@media screen and (max-width: 1399px) {
  html {
    font-size: 15px;
  }
}
/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-my-header__logo {
  width: 15.3571428571rem;
}
.l-my-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6785714286rem;
}
.l-my-header__auth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  letter-spacing: -0.016em;
  margin-bottom: 0;
}
.l-nav-cart .ec-cartNaviWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-nav-cart .ec-cartNaviWrap .ec-cartNavi {
  padding: 0;
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6785714286rem;
}
.l-nav-cart .ec-cartNaviWrap .ec-cartNavi__icon {
  width: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s;
  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 {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-drawer__close-line:last-of-type {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-drawer__close:hover {
  opacity: 0.5;
}
.l-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5714285714rem;
  padding: 8.5714285714rem 8.9285714286rem 4.2857142857rem;
}
@media screen and (max-width: 991px) {
  .l-drawer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1428571429rem;
    padding: 7.1428571429rem 1.0714285714rem 2.8571428571rem;
  }
}
.l-drawer__about {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8571428571rem 2.8571428571rem;
}
@media screen and (max-width: 768px) {
  .l-drawer__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.1428571429rem;
  }
}
.l-drawer__nav {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .l-drawer__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5714285714rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-drawer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        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;
  -webkit-transition: opacity 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7142857143rem;
  min-width: 11.4285714286rem;
}
@media screen and (max-width: 991px) {
  .l-drawer__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-drawer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7142857143rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-drawer__link {
  font-size: 0.9285714286rem;
  color: #2E2A2D;
  text-decoration: none;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.7857142857rem;
}
@media screen and (max-width: 768px) {
  .l-my-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .l-my-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: 28.5714285714rem;
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.4285714286rem;
     -moz-column-gap: 1.4285714286rem;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1428571429rem;
}
.l-my-footer__sns-item {
  width: 2.1428571429rem;
}
.l-my-footer__sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.1428571429rem;
  width: 78.2222222222%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .l-contents-col02 {
    width: 90%;
    gap: 2.8571428571rem;
  }
}
.l-contents-col02__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.l-contents-col02__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

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

.c-button {
  background-color: #7E1563;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8942857143rem;
          flex: 0 0 0.8942857143rem;
  -ms-flex: 0 0 1rem;
      flex: 0 0 1rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-section-side-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          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%;
  -webkit-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2142857143rem;
}
.c-pagenation__item {
  border-radius: 50%;
  width: 3rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: currentColor;
  font-family: Shippori Mincho, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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%;
  -webkit-transform: translateY(-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        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%;
    -webkit-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6428571429rem;
  padding: 1.9285714286rem 0;
}
@media screen and (max-width: 768px) {
  .c-top-news-post__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.1428571429rem;
    padding: 2.5rem 2.8571428571rem;
  }
}
.c-top-news-post__media {
  width: 20.0714285714rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 9999px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
          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::-webkit-input-placeholder {
  color: #5a5c5e !important;
}
.c-float-search__input::-moz-placeholder {
  color: #5a5c5e !important;
}
.c-float-search__input:-ms-input-placeholder {
  color: #5a5c5e !important;
}
.c-float-search__input::-ms-input-placeholder {
  color: #5a5c5e !important;
}
.c-float-search__input::placeholder {
  color: #5a5c5e !important;
}
.c-float-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.8571428571rem;
  aspect-ratio: 1/1;
  background: #157d41;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.2s;
  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 {
  -webkit-transform: scale(1.04);
          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%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: opacity 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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%);
  -webkit-column-gap: 1.25%;
     -moz-column-gap: 1.25%;
          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%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #727171;
  -webkit-transition: 0.25s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 224, 239)), to(rgb(255, 255, 255)));
  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;
  height: calc(100dvh - 9rem);
  min-height: 42.8571428571rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .top-mv__slide {
    height: 47.8571428571rem;
  }
}
.top-mv__slide .slick-list,
.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%;
  -o-object-fit: cover;
     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: -webkit-gradient(linear, left bottom, left top, from(rgb(249, 224, 239)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(249, 224, 239) 0%, rgb(255, 255, 255) 100%);
}
.top-about__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.top-about__image {
  width: 38.1428571429rem;
  height: 36.1428571429rem;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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.4285714286rem;
  margin-bottom: 0.2857142857rem;
}
.top-about__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top-about__col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.0714285714rem;
  }
}
.top-phalaenopsis__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-transition: ease-in 0.32s;
  transition: ease-in 0.32s;
}
.top-phalaenopsis__caption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #157d41));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4285714286rem;
    margin-bottom: 2.5rem;
  }
}
.top-shop__head-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top-shop__head-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.top-shop__head-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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);
  -webkit-column-gap: 4.2142857143rem;
     -moz-column-gap: 4.2142857143rem;
          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%;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5rem;
}
@media screen and (max-width: 991px) {
  .top-shop__category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.top-shop__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.4285714286rem;
     -moz-column-gap: 1.4285714286rem;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-gradient(linear, left bottom, left top, from(rgb(249, 224, 239)), to(rgb(255, 255, 255)));
  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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-infomation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.0714285714rem;
          flex: 0 0 30.0714285714rem;
}
@media screen and (max-width: 991px) {
  .top-infomation__side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  -webkit-column-gap: 1.7142857143rem;
     -moz-column-gap: 1.7142857143rem;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 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: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.6428571429rem;
}
@media screen and (max-width: 768px) {
  .top-infomation__link::after {
    right: 1.4285714286rem;
  }
}
.top-infomation__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.5714285714rem;
          flex: 0 0 8.5714285714rem;
  height: 6.0714285714rem;
  overflow: hidden;
  margin-bottom: 0;
}
.top-infomation__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-infomation__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-infomation__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-infomation__tag-text {
  font-size: 0.9285714286rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #7E1563;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe5f8));
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-gradient(linear, left bottom, left top, from(rgb(249, 224, 239)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(249, 224, 239) 0%, rgb(255, 255, 255) 100%);
}
.top-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2857142857rem;
  }
}
.top-contact__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 809/490;
  overflow: hidden;
}
.top-contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-contact__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.top-contact__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.5714285714rem;
          flex: 0 0 28.5714285714rem;
}
@media screen and (max-width: 768px) {
  .top-contact__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.02em;
  gap: 1.6428571429rem;
}
@media screen and (max-width: 768px) {
  .top-sns__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-sns__ttl {
  margin: 0;
  font-size: 1.4285714286rem;
  font-size: var(--fz-base);
}
.top-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  }
}
.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: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(248, 242, 249)));
  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;
  }
}

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

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.2857142857rem;
  position: relative;
  z-index: 2;
  margin-top: -18.5714285714rem;
  margin-bottom: 4.3571428571rem;
  background-color: #fff;
  -webkit-box-shadow: -0.1428571429rem 1.7142857143rem 2.1428571429rem rgba(0, 0, 0, 0.04);
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 2.8571428571rem;
    padding: 2.8571428571rem 1.4285714286rem;
  }
}

.products-container {
  margin-top: -10.7142857143rem;
}
@media screen and (max-width: 768px) {
  .products-container {
    padding: 0;
  }
}

.page-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .page-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857rem;
          flex: 0 0 14.2857142857rem;
}
@media screen and (min-width: 1400px) {
  .page-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.7142857143rem;
            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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: auto;
        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%;
  -webkit-transform: translateY(-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);
}
@media screen and (min-width: 1400px) {
  .page-side__nav-link {
    font-size: var(--fz-base);
  }
}
.page-side__nav-link {
  text-decoration: underline;
  line-height: 1.5;
  display: inline-block;
}
.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: -webkit-box;
  display: -ms-flexbox;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .top-shopping-guide__side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .top-shopping-guide__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-shopping-guide__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.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;
  -ms-flex-negative: 0;
      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;
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.9285714286rem;
  margin-bottom: 2.2857142857rem;
}
@media screen and (max-width: 991px) {
  .pages-cta__tel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2142857143rem;
  }
}
.pages-cta__tel, .pages-cta__fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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%;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .company-section__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.6428571429rem;
  }
}
.company-section__title {
  font-size: 2.2857142857rem;
  font-weight: bold;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  -ms-flex: 0 0 36%;
      flex: 0 0 36%;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.62;
}
@media screen and (max-width: 768px) {
  .company-section__title {
    -ms-flex-preferred-size: auto;
        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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6785714286rem;
}
.page-company-business__links-icon {
  width: 1.1428571429rem;
  margin-top: 0.2142857143rem;
  color: #157d41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.0714285714rem;
  margin-bottom: 2.2857142857rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .business-section__head {
    margin-bottom: 1.7142857143rem;
    gap: 1.4285714286rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.business-section__head-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4285714286rem;
}
.business-section__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.4285714286rem;
  height: 4.2857142857rem;
  color: #7E1563;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
}
@media screen and (max-width: 768px) {
  .business-section__icon-num {
    font-size: 1.2857142857rem;
    padding-bottom: 0.2142857143rem;
  }
}
.business-section__icon-num {
  border-bottom-width: 1px;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .business-section__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.7142857143rem;
  }
}
.business-section__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}
@media screen and (max-width: 768px) {
  .business-section__left {
    -ms-flex-preferred-size: auto;
        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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .kochouran-section__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 1.4285714286rem;
  }
}
.kochouran-section__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.7142857143rem;
  width: 4.4285714286rem;
  height: 4.2857142857rem;
  color: #7E1563;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
}
@media screen and (max-width: 768px) {
  .kochouran-section__icon-num {
    font-size: 1.2857142857rem;
    padding-bottom: 0.2142857143rem;
  }
}
.kochouran-section__icon-num {
  border-bottom-width: 1px;
}
.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: -webkit-gradient(linear, left top, left bottom, color-stop(71%, transparent), color-stop(0%, #f3ff85));
  background: linear-gradient(transparent 71%, #f3ff85 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, transparent), color-stop(0%, #fff074));
  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;
}

.product-list-head {
  padding-inline: 0;
  margin-inline: 0;
}
.product-list-head .ec-topicpath {
  padding-top: 0;
}
.product-list-head .ec-searchnavRole__infos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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);
  -webkit-column-gap: 4.7857142857rem;
     -moz-column-gap: 4.7857142857rem;
          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%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: ease 0.45s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.1428571429rem;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.7142857143rem;
  aspect-ratio: 1/1;
  background-color: #7E1563;
  border-radius: 50%;
}
.products-sidebar__list {
  padding: 0 1.2857142857rem;
}
.products-sidebar__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.products-sidebar__item:not(:last-of-type) {
  margin-bottom: 0.8571428571rem;
}
.products-sidebar__link {
  text-decoration: underline;
}

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

.ec-productRole .ec-productRole__actions {
  padding-bottom: 0;
}
.ec-productRole .ec-productRole__actions .ec-select label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.ec-productRole .ec-productRole__actions .ec-select .form-select {
  max-width: 100%;
  min-width: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 1.0714285714rem 1.4285714286rem;
  height: auto;
  background-position: 97% 50%;
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  margin-top: 2.1428571429rem;
}
.ec-productRole .ec-productRole__btn .icon-cart {
  width: 1.2142857143rem;
  aspect-ratio: 1/1;
  color: #fff;
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9642857143rem;
  color: #fff;
  font-weight: 400;
  background-color: #2E2A2D;
  border-color: #2E2A2D;
}
.ec-productRole__postage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0714285714rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.ec-productRole__postage-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background-color: #2E2A2D;
}
.ec-productRole__postage-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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%;
  -webkit-transform: translateY(-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: 0 0 4.3571428571rem;
}
.product-detail__grid {
  gap: 5.8571428571rem;
}
.product-detail .product-detail-cell-images {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  min-height: 0;
  min-width: 0;
}
.product-detail .product-detail-cell-contents {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
}
.product-detail .ec-productRole__profile {
  margin: 0;
}
.product-detail .ec-sliderItemRole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: 768px) {
  .product-detail .ec-sliderItemRole {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-detail .ec-sliderItemRole .item_nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 8.5714285714rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .product-detail .ec-sliderItemRole .item_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: 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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail .ec-sliderItemRole .item_visual {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2857142857rem;
}
.product-detail .product-contents .ec-numberInput__label {
  letter-spacing: 0.08em;
  font-size: 1.2142857143rem;
}
.product-detail .product-contents .ec-numberInput .form-control {
  margin: 0;
  width: 5.5rem;
  font-family: "crimson-pro-l", serif;
  font-size: 1.7142857143rem;
  letter-spacing: -0.01em;
  text-align: center;
  height: 3.4285714286rem;
  border-radius: 0;
}
.product-detail .product-contents .ec-productRole__custums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.0714285714rem;
  margin-top: 2.1428571429rem;
}
.product-detail .product-contents .ec-productRole__custums-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
.product-detail .product-contents .ec-productRole__custums-rq {
  color: #ec080f;
  font-size: 0.7142857143em;
  vertical-align: text-top;
  display: inline-block;
  margin-left: 0.3571428571rem;
  margin-bottom: 0.7142857143rem;
}
.product-detail .product-contents .ec-productRole__guides {
  color: #2E2A2D;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.4285714286rem;
}
.product-detail .product-contents .ec-productRole__guides-list {
  padding: 0;
  font-size: 1rem;
}
.product-detail .product-contents .ec-productRole__guides-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.2142857143rem;
  height: 1.4285714286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail .product-contents .ec-productRole__guides-svg {
  width: 100%;
  height: 100%;
}
.product-detail .product-contents .ec-productRole__guides-link {
  font-size: 1rem;
  color: inherit;
  text-decoration: underline;
}
.product-detail .product-contents .ec-productRole__guides-link:hover {
  color: #8d3e74;
}
.product-detail .product-contents .ec-productRole__guides-note {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5.4285714286rem;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .product-professional__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: "Noto Sans JP", sans-serif;
          flex-flow: "Noto Sans JP", sans-serif;
}

/* 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%;
  -o-object-fit: cover;
     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: -webkit-box;
    display: -ms-flexbox;
    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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.u-bg-cover__bg.--pos-bottom {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex-sb.--wrap {
  -ms-flex-wrap: 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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffcf30));
  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%;
  -webkit-transform: translateX(-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 */