@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
  padding-top: 0 !important;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

:root {
  --header-height: 150px;
  --footer-margin: 12rem;
  --contents-padding: 2rem;
}
@media screen and (max-width: 719px) {
  :root {
    --header-height: 115px;
    --footer-margin: 8rem;
  }
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (min-width: 719.1px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 719px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html:has(.is-menu-open) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  min-width: 98rem;
  line-break: strict;
  padding-top: var(--header-height);
}
@media screen and (max-width: 719px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
body.has_announce_bar_none {
  --header-height: 100px;
}
@media screen and (max-width: 719px) {
  body.has_announce_bar_none {
    --header-height: 76px;
  }
}

/*img {
	image-rendering: -webkit-optimize-contrast;
}*/
label {
  cursor: pointer;
}

picture {
  display: block;
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  border-radius: 0;
  border: none;
}
input:focus:not(:focus-visible), select:focus:not(:focus-visible), button:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
  outline: 0;
}

select::-ms-expand {
  display: none;
}

button, input[type=submit], select, input[type=button] {
  cursor: pointer;
}
@media (any-hover: hover) {
  button, input[type=submit], select, input[type=button] {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  button:hover, input[type=submit]:hover, select:hover, input[type=button]:hover {
    opacity: 0.6;
  }
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 719.1px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

/* --------------------------------------------------
l-header
-------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: var(--header-height);
  background: white;
  border-bottom: none;
}

.c-announce_bar {
  position: relative;
  display: none;
  height: 50px;
  background: #A4CACF;
}
@media screen and (max-width: 719px) {
  .c-announce_bar {
    height: 40px;
  }
}

.c-announce_bar__text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: white;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 719px) {
  .c-announce_bar__text {
    left: 16px;
    translate: 0 -50%;
    font-size: 14px;
  }
}

.c-announce_bar__close {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 24px;
  aspect-ratio: 1/1;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  background: #A4CACF url(../img/common/ico_close01.svg) no-repeat center center/15px;
}
@media (any-hover: hover) {
  .c-announce_bar__close {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-announce_bar__close:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 719px) {
  .c-announce_bar__close {
    right: 12px;
    width: 16px;
    background-size: 10px;
  }
}

.l-header__inner {
  position: relative;
  height: 100px !important;
  width: min(100% - 120px, 1320px);
  margin-inline: auto;
  min-height: none !important;
  max-height: none !important;
  padding: 0;
}
@media screen and (max-width: 719px) {
  .l-header__inner {
    height: 75px !important;
    width: calc(100% - 32px);
  }
}

.l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 232px;
}
@media screen and (max-width: 719px) {
  .l-header__logo {
    width: 190px;
  }
}
.l-header__logo a {
  display: block;
  aspect-ratio: 232/49;
  line-height: 1;
}

.l-header-customer {
  position: absolute;
  top: 50%;
  right: 72px;
  translate: 0 -50%;
  width: 32px;
}
@media screen and (max-width: 719px) {
  .l-header-customer {
    right: 32px;
    width: 24px;
  }
}
.l-header-customer a {
  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;
}

.l-header-cart {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 32px;
}
@media screen and (max-width: 719px) {
  .l-header-cart {
    right: 0;
    width: 24px;
  }
}
.l-header-cart a {
  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;
}

.l-hamburger-button {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 32px;
  aspect-ratio: 1/1;
  background: transparent;
  z-index: 1;
}
@media (any-hover: hover) {
  .l-hamburger-button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-hamburger-button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 719px) {
  .l-hamburger-button {
    width: 24px;
  }
}
.l-nav .l-hamburger-button {
  top: 39px;
  right: 32px;
  left: auto;
  translate: 0 0;
}
@media screen and (max-width: 719px) {
  .l-nav .l-hamburger-button {
    top: 23px;
    right: 23px;
  }
}

.l-hamburger-button__line {
  position: absolute;
  left: 3px;
  width: 24px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 719px) {
  .l-hamburger-button__line {
    left: 0;
  }
}
.l-hamburger-button__line:nth-child(1) {
  top: 11px;
}
@media screen and (max-width: 719px) {
  .l-hamburger-button__line:nth-child(1) {
    top: 8px;
  }
}
.l-hamburger-button__line:nth-child(2) {
  top: 20px;
}
@media screen and (max-width: 719px) {
  .l-hamburger-button__line:nth-child(2) {
    top: 15px;
  }
}
.l-nav .l-hamburger-button__line:nth-child(1) {
  top: 15px;
  rotate: 45deg;
}
@media screen and (max-width: 719px) {
  .l-nav .l-hamburger-button__line:nth-child(1) {
    top: 13px;
  }
}
.l-nav .l-hamburger-button__line:nth-child(2) {
  top: 15px;
  rotate: -45deg;
}
@media screen and (max-width: 719px) {
  .l-nav .l-hamburger-button__line:nth-child(2) {
    top: 13px;
  }
}

/* --------------------------------------------------
  l-nav
-------------------------------------------------- */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 400px;
  height: 100vh;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  padding: 32px 32px calc(100vh - 100dvh + 48px);
  background: white;
  -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 719px) {
  .l-nav {
    width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 16px 24px calc(100vh - 100dvh + 24px);
  }
}
body.is-menu-open .l-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-nav__logo {
  width: 190px;
}
.l-nav__logo a {
  display: block;
  aspect-ratio: 190/44;
}

.l-nav-buttons {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.l-nav-buttons__item a {
  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;
  border: 1px solid #D6DADC;
  border-radius: 10px;
  height: 67px;
  font-weight: 500;
  font-size: 16px;
}

.l-nav-menu {
  margin-top: 16px;
}
@media screen and (max-width: 719px) {
  .l-nav-menu {
    margin-top: 0;
  }
}

.l-nav-menu__item {
  border-bottom: 1px solid #D6DADC;
  line-height: 1.3;
}
.l-nav-menu__item > a {
  display: block;
  padding-block: 18px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 719px) {
  .l-nav-menu__item > a {
    font-size: 16px;
  }
}

.l-under-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 13px;
  padding: 10px 0 20px 24px;
}

.l-under-menu__item a {
  font-weight: 500;
  font-size: 16px;
}

/* --------------------------------------------------
ecforce調整
-------------------------------------------------- */
.l-header__inner__block__item--search {
  display: none;
}

.l-header__inner__block__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 719px) {
  .l-header__inner__block__item:not(:last-child) {
    margin-right: 8px;
  }
}

.l-header__inner__block__item i.u-icon--account {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../img/common/ico_customer01.svg) no-repeat center/cover;
}
@media screen and (max-width: 719px) {
  .l-header__inner__block__item i.u-icon--account {
    width: 24px;
    height: 24px;
  }
}
.l-header__inner__block__item i.u-icon--account::before {
  content: none;
}

.l-header__inner__block__item i.u-icon--cart {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../img/common/ico_cart01.svg) no-repeat center/cover;
}
@media screen and (max-width: 719px) {
  .l-header__inner__block__item i.u-icon--cart {
    width: 24px;
    height: 24px;
  }
}
.l-header__inner__block__item i.u-icon--cart::before {
  content: none;
}

.l-header__inner__block__item--menu {
  margin-right: 0 !important;
}
.l-header__inner__block__item--menu i {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../img/common/ico_hamburger.svg) no-repeat center/cover;
}
@media screen and (max-width: 719px) {
  .l-header__inner__block__item--menu i {
    width: 24px;
    height: 24px;
  }
}
.l-header__inner__block__item--menu i::before {
  content: none;
}

.l-header__inner__block.logo__block {
  width: 232px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 719px) {
  .l-header__inner__block.logo__block {
    width: 190px;
  }
}
.l-header__inner__block.logo__block a {
  max-width: none !important;
}
.l-header__inner__block.logo__block a img {
  max-width: none !important;
}

/* ----- ハンバーガー調整 ----- */
.c-gmenu__container {
  width: 400px;
  height: 100vh;
  padding: 32px 32px calc(100vh - 100dvh + 48px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 719px) {
  .c-gmenu__container {
    width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 16px 24px calc(100vh - 100dvh + 24px);
  }
}

.c-gmenu__container__inner {
  padding: 0;
  margin-top: 32px;
}

.c-gmenu__container__inner__list {
  border-top: none;
}

.c-gmenu__container__inner__list__item__child {
  padding: 0;
}

.c-gmenu__container__inner__list__item__child__item > a {
  padding-block: 18px;
  display: block;
}
.c-gmenu__container__inner__list__item__child__item > a span {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 719px) {
  .c-gmenu__container__inner__list__item__child__item > a span {
    font-size: 16px;
  }
}

.c-gmenu__container__inner__list__item__child__item:not(:last-child) {
  margin-bottom: 0;
}

.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(1) {
  border-bottom: none;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(1) .c-gmenu__container__inner__list__item__child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(1) .c-gmenu__container__inner__list__item__child__item a {
  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;
  border: 1px solid #D6DADC;
  border-radius: 10px;
  height: 67px;
  font-weight: 500;
  font-size: 16px;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(2) {
  margin-top: 16px;
}
@media screen and (max-width: 719px) {
  .c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(4) .c-gmenu__container__inner__list__item__child .c-gmenu__container__inner__list__item__child__item:nth-of-type(n+2) {
  padding-left: 24px;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(4) .c-gmenu__container__inner__list__item__child .c-gmenu__container__inner__list__item__child__item:nth-of-type(n+2) a {
  padding: 0;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(4) .c-gmenu__container__inner__list__item__child .c-gmenu__container__inner__list__item__child__item:nth-of-type(n+2) a span {
  font-weight: 500;
  font-size: 16px;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(4) .c-gmenu__container__inner__list__item__child .c-gmenu__container__inner__list__item__child__item:nth-of-type(3) {
  margin-top: 10px;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(4) .c-gmenu__container__inner__list__item__child .c-gmenu__container__inner__list__item__child__item:nth-of-type(n+3) {
  margin-top: 13px;
}
.c-gmenu__container__inner__list .c-gmenu__container__inner__list__item:nth-of-type(4) .c-gmenu__container__inner__list__item__child .c-gmenu__container__inner__list__item__child__item:nth-of-type(7) {
  margin-bottom: 20px;
}

.l-wrap-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: var(--contents-padding);
}

.l-wrap {
  width: min(100%, 124rem);
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .l-wrap {
    width: 100%;
    padding-inline: 1.6rem;
  }
}

.l-wrap1000 {
  width: min(100%, 108rem);
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .l-wrap1000 {
    width: 100%;
    padding-inline: 1.6rem;
  }
}

.l-wrap1360 {
  width: min(100%, 136rem);
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .l-wrap1360 {
    width: 100%;
    padding-inline: 1.6rem;
  }
}

/* ecforce打消し */
.p-page_content__inner {
  max-width: none;
  margin: 0;
}

.l-wrapper-none {
  letter-spacing: normal !important;
}

.p-page_content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l-container__row.u-margin__top--60 {
  margin-top: 0 !important;
}

/* --------------------------------------------------
l-footer
-------------------------------------------------- */
.l-footer {
  background: #F2F5F7;
  padding-block: 12rem !important;
  margin-block: var(--footer-margin) 70px;
}
@media screen and (max-width: 719px) {
  .l-footer {
    padding-block: 6rem 5.5rem !important;
  }
}

.l-footer__inner {
  position: relative;
  width: min(100% - 12rem, 132rem);
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .l-footer__inner {
    width: calc(100% - 3.2rem);
  }
}

.l-footer__logo {
  width: 23.2rem;
}
.l-footer__logo a {
  display: block;
  aspect-ratio: 232/49;
}

.l-footer-nav {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #D6DADC;
}

.l-footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 1.3rem;
}

.l-footer-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}
@media screen and (max-width: 719px) {
  .l-footer-nav__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D6DADC;
  }
}

.l-footer-nav__item {
  line-height: 1.3;
}
.l-footer-nav__item a {
  font-weight: 500;
  font-size: 1.4rem;
}
.l-footer-nav__item a[target=_blank] {
  position: relative;
  padding-right: 1.8rem;
}
.l-footer-nav__item a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 1.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_external01.svg) no-repeat center center/contain;
}
.l-footer-nav__item:not(:last-child) {
  position: relative;
}
.l-footer-nav__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -1.5rem;
  width: 1px;
  height: 1.4rem;
  border-right: 1px solid #333;
}
@media screen and (max-width: 719px) {
  .l-footer-nav__item:not(:last-child)::before {
    content: none;
  }
}

.l-footer__copy {
  color: #868A8C;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  margin-top: 3.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 719px) {
  .l-footer__copy {
    margin-top: 2.8rem;
  }
}

.l-footer__pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 100vmax;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
@media (any-hover: hover) {
  .l-footer__pagetop {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footer__pagetop:hover {
    opacity: 0.6;
  }
}
.l-footer__pagetop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2.3rem;
  aspect-ratio: 23/20;
  background: url(../img/common/ico_arrow_top01.svg) no-repeat center center/contain;
}

.l-footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}

.l-footer-fixed__chat {
  width: 380px;
}
@media screen and (max-width: 719px) {
  .l-footer-fixed__chat {
    width: 145px;
  }
}

.l-footer-fixed__button {
  width: 250px;
}
@media screen and (max-width: 719px) {
  .l-footer-fixed__button {
    width: 180px;
  }
}
.l-footer-fixed__button a {
  height: 50px;
  border-radius: 8px;
  background: #7EB6BB;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5px 20px;
  grid-template-columns: auto 20px;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: white;
}
.l-footer-fixed__button a::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_search01.svg) no-repeat center center/contain;
}

/* --------------------------------------------------
ecforce調整
-------------------------------------------------- */
#ecf_footer_section {
  background: #F2F5F7;
  border: none;
}
#ecf_footer_section.l-footer {
  padding: 0;
}
#ecf_footer_section .l-footer__logo,
#ecf_footer_section .l-footer__menu,
#ecf_footer_section .footer_body {
  position: relative;
  width: min(100% - 12rem, 132rem);
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  #ecf_footer_section .l-footer__logo,
  #ecf_footer_section .l-footer__menu,
  #ecf_footer_section .footer_body {
    width: calc(100% - 3.2rem);
  }
}
#ecf_footer_section .l-footer__logo {
  max-width: none !important;
}
#ecf_footer_section .l-footer__logo img {
  width: 23.2rem;
}
@media screen and (max-width: 719px) {
  #ecf_footer_section .c-footer_menu .c-footer_menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D6DADC;
  }
}
#ecf_footer_section .c-footer_menu__title {
  display: none;
}
#ecf_footer_section .l-footer__menu {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #D6DADC;
  margin-bottom: 0;
}
#ecf_footer_section .c-footer_menu__list {
  margin-left: 0;
  padding-right: 0;
}
#ecf_footer_section .footer_link {
  color: inherit !important;
  font-weight: 500;
  font-size: 1.4rem !important;
}
#ecf_footer_section .footer_link[target=_blank] {
  position: relative;
  padding-right: 1.8rem;
}
#ecf_footer_section .footer_link[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 1.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_external01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 719px) {
  #ecf_footer_section .c-footer_menu__list__item {
    margin-bottom: 0;
  }
}
#ecf_footer_section .c-footer_menu__list__item__inner::after {
  margin: 0 1.5rem;
  color: #333;
}
@media screen and (max-width: 719px) {
  #ecf_footer_section .c-footer_menu__list__item__inner::after {
    content: none;
  }
}
#ecf_footer_section .footer_body {
  color: #868A8C;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif;
  margin-top: 3.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 719px) {
  #ecf_footer_section .footer_body {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 719px) {
  #ecf_footer_section .c-footer_menus {
    margin-top: 0;
  }
}

/* --------------------------------------------------
title
-------------------------------------------------- */
.c-title-serif26 {
  font-weight: 700;
  font-size: 2.6rem !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
}
@media screen and (max-width: 719px) {
  .c-title-serif26 {
    font-size: 2.4rem !important;
  }
}

.c-title-serif32 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.8;
  font-family: "A1 Mincho", serif;
}

.c-heading01 {
  overflow: hidden;
}

.c-heading01__inner {
  width: min(100% - 12rem, 132rem);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 4.5% 45.5%;
  grid-template-columns: 50% 45.5%;
  gap: 0 4.5%;
}
@media screen and (max-width: 719px) {
  .c-heading01__inner {
    width: 100%;
    padding-inline: 2rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 3.8rem 0;
  }
}

.c-heading01__text {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  border-bottom: 1px solid #D6DADC;
}

.c-heading01__title {
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 3.3rem;
  font-family: "A1 Mincho", serif;
}
@media screen and (max-width: 719px) {
  .c-heading01__title {
    font-size: 2.1rem;
    padding-bottom: 1.3rem;
  }
}

/* --------------------------------------------------
button
-------------------------------------------------- */
.c-button-border01 {
  position: relative;
  display: inline-block;
  padding: 1.9rem 5rem 1.9rem 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  background: white;
  border-radius: 1rem;
  border: 1px solid #868A8C;
  text-align: left;
}
.c-button-border01::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.6rem;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_arrow_right01.svg) no-repeat center center/contain;
}

.c-button-border02 {
  position: relative;
  display: inline-block;
  padding: 1.9rem 5rem 1.9rem 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  background: white;
  border-radius: 1rem;
  border: 1px solid #868A8C;
  text-align: left;
}
.c-button-border02::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.6rem;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_arrow_bottom01.svg) no-repeat center center/contain;
}

.c-button-border03 {
  display: inline-block;
  padding: 1.9rem 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  background: white;
  border-radius: 1rem;
  border: 1px solid #868A8C;
  text-align: center;
}

.c-button-myrhythm01 {
  padding: 1.7rem;
  border-radius: 1rem;
  background: #7EB6BB;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 2rem 1.6rem;
  grid-template-columns: auto 1.6rem;
  gap: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: white;
}
.c-button-myrhythm01::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_search01.svg) no-repeat center center/contain;
}

.c-button-cart01 {
  display: inline-block;
  padding: 1.9rem 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  color: white;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(241, 134, 135)), to(rgb(228, 98, 108)));
  background: linear-gradient(90deg, rgb(241, 134, 135) 0%, rgb(228, 98, 108) 100%);
  text-align: center;
}

/* --------------------------------------------------
card
-------------------------------------------------- */
.c-card01 {
  background: white;
  width: 33rem;
  margin-inline: 2rem;
}
@media screen and (max-width: 719px) {
  .c-card01 {
    width: 30rem;
    margin-inline: 1rem;
  }
}
.c-card01 a {
  display: block;
  padding: 0.8rem 0.8rem 1.6rem;
}

.c-card01__image {
  width: 100%;
  aspect-ratio: 314/209;
}
.c-card01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card01__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "A1 Mincho", serif;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 1.6rem;
  padding-inline: 0.8rem;
}

.c-card01__flex {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
  padding-inline: 0.8rem;
}

.c-card01__category {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.8rem;
  border-radius: 100vmax;
  background: #7EB6BB;
  color: white;
  line-height: 1;
}

.c-card01__date {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "A1 Mincho", serif;
}

/* --------------------------------------------------
grid
-------------------------------------------------- */
.c-col2-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 719px) {
  .c-col2-01 {
    gap: 4rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-col2-01 > *:nth-child(1) {
  width: 53%;
}
@media screen and (max-width: 719px) {
  .c-col2-01 > *:nth-child(1) {
    width: 100%;
  }
}
.c-col2-01 > *:nth-child(2) {
  width: 39%;
}
@media screen and (max-width: 719px) {
  .c-col2-01 > *:nth-child(2) {
    width: 100%;
  }
}
.c-col2-01.m-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* --------------------------------------------------
post
-------------------------------------------------- */
.c-post-list01 {
  border-top: 1px solid #D6DADC;
}

.c-post-list01__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 2rem 1fr;
  grid-template-columns: 10rem 1fr;
  gap: 0 2rem;
  border-bottom: 1px solid #D6DADC;
  font-family: "A1 Mincho", serif;
  padding-block: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-post-list01__date {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
}

.c-post-list01__text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 719px) {
  .c-post-list01__text {
    -webkit-line-clamp: 2;
  }
}
.c-post-list01__text a {
  display: block;
}

/* --------------------------------------------------
linkarea
-------------------------------------------------- */
.c-linkarea01 {
  margin-top: 12rem;
}
@media screen and (max-width: 719px) {
  .c-linkarea01 {
    margin-top: 8rem;
  }
}

.c-linkarea01__title {
  width: 24.4rem;
  margin-inline: auto;
}

.c-linkarea01__list {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(30.625px, 3.125vw, 4rem) 1fr clamp(30.625px, 3.125vw, 4rem) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(30.625px, 3.125vw, 4rem);
}
@media screen and (max-width: 719px) {
  .c-linkarea01__list {
    margin-top: 4rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2rem 0;
  }
}

.c-linkarea01__item {
  border: 1px solid #D6DADC;
  border-radius: 1rem;
  overflow: hidden;
}

.c-linkarea01__image {
  width: 100%;
  aspect-ratio: 360/215;
}
.c-linkarea01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-linkarea01__texts {
  padding: clamp(18.375px, 1.875vw, 2.4rem);
}
@media screen and (max-width: 719px) {
  .c-linkarea01__texts {
    padding: 2.4rem 1.6rem;
  }
}

.c-linkarea01__text {
  font-weight: 700;
  font-size: clamp(13.78125px, 1.40625vw, 1.8rem) !important;
  line-height: 1.6 !important;
  font-family: "A1 Mincho", serif !important;
}
@media screen and (max-width: 719px) {
  .c-linkarea01__text {
    font-size: 1.8rem !important;
  }
}

.c-linkarea01__button {
  margin-top: 1.6rem;
}
.c-linkarea01__button a {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: clamp(14.546875px, 1.484375vw, 1.9rem) clamp(30.625px, 3.125vw, 4rem) clamp(14.546875px, 1.484375vw, 1.9rem) clamp(15.3125px, 1.5625vw, 2rem);
  font-weight: 500;
  font-size: clamp(12.25px, 1.25vw, 1.6rem) !important;
  line-height: 1.3 !important;
  background: white;
  border-radius: 1rem;
  border: 1px solid #868A8C;
  text-align: left;
}
@media screen and (max-width: 719px) {
  .c-linkarea01__button a {
    padding: 1.9rem 4rem 1.9rem 2rem;
    font-size: 1.6rem !important;
  }
}
.c-linkarea01__button a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: clamp(12.25px, 1.25vw, 1.6rem);
  width: clamp(12.25px, 1.25vw, 1.6rem);
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_arrow_right01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 719px) {
  .c-linkarea01__button a::before {
    right: 1.6rem;
    width: 1.6rem;
  }
}

.c-linkarea01__myrhythm {
  margin-top: 1.6rem;
}
.c-linkarea01__myrhythm a {
  width: 100%;
  padding: clamp(13.015625px, 1.328125vw, 1.7rem);
  border-radius: 1rem;
  background: #7EB6BB;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr clamp(15.3125px, 1.5625vw, 2rem) clamp(13.78125px, 1.40625vw, 1.8rem);
  grid-template-columns: 1fr clamp(13.78125px, 1.40625vw, 1.8rem);
  gap: 0 clamp(15.3125px, 1.5625vw, 2rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: clamp(12.25px, 1.25vw, 1.6rem);
  color: white;
}
@media screen and (max-width: 719px) {
  .c-linkarea01__myrhythm a {
    padding: 1.7rem 1.3rem 1.7rem 2rem;
    -ms-grid-columns: 1fr 2rem 1.6rem;
    grid-template-columns: 1fr 1.6rem;
    gap: 0 2rem;
    font-size: 1.6rem;
  }
}
.c-linkarea01__myrhythm a::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_search01.svg) no-repeat center center/contain;
}

.c-linkarea01__note {
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 2rem;
  line-height: 1.2;
}

/* --------------------------------------------------
products
-------------------------------------------------- */
.c-products01 {
  overflow: hidden;
}

.c-products01__note {
  position: relative;
  color: #7EB6BB;
  font-weight: 500;
  font-size: 1.3rem;
  padding-right: 1.9rem;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 719.1px) {
  .c-products01__note {
    display: none;
  }
}
.c-products01__note::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 1.4rem;
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_arrow_right02.svg) no-repeat center center/contain;
}

.c-products01__inner {
  width: clamp(871.1111111111px, 88.8888888889vw, 128rem);
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .c-products01__inner {
    width: 100%;
    padding-inline: 1.6rem;
  }
}

@media screen and (max-width: 719px) {
  .c-products01__scroll {
    overflow-x: scroll;
    margin-inline: -1.6rem;
  }
}

.c-products01__grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.3% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8.3%;
  padding-top: 2rem;
}
@media screen and (max-width: 719px) {
  .c-products01__grid {
    -ms-grid-columns: 42% 0 58%;
    grid-template-columns: 42% 58%;
    gap: 0;
    width: 79rem;
    aspect-ratio: 790/350;
    padding-inline: 1.6rem;
  }
}
.c-products01__grid::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  translate: -50%;
  width: clamp(980px, 100vw, 144rem);
  aspect-ratio: 2880/800;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/bg_products01.jpg) no-repeat center top/contain;
}
@media screen and (max-width: 719px) {
  .c-products01__grid::before {
    top: 0;
    width: 100%;
    aspect-ratio: 790/350;
    background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/bg_products01_sp.jpg) no-repeat center top/contain;
  }
}
.c-products01__grid > * {
  position: relative;
}

.c-products01__night {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 clamp(17.0138888889px, 1.7361111111vw, 2.5rem);
  padding-left: clamp(27.2222222222px, 2.7777777778vw, 4rem);
}
@media screen and (max-width: 719px) {
  .c-products01__night {
    gap: 0;
    padding-left: 0;
  }
}

.c-products01__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 clamp(27.2222222222px, 2.7777777778vw, 4rem);
  padding: clamp(115.0138888889px, 11.7361111111vw, 16.9rem) 0 0 clamp(20.4166666667px, 2.0833333333vw, 3rem);
}
@media screen and (max-width: 719px) {
  .c-products01__day {
    gap: 0 4rem;
    padding: 14rem 0 0;
  }
}

.c-products01__item a {
  display: block;
  text-align: center;
}

.c-products01__image {
  width: clamp(108.8888888889px, 11.1111111111vw, 16rem);
  margin-inline: auto;
  margin-bottom: clamp(14.9722222222px, 1.5277777778vw, 2.2rem);
}
@media screen and (max-width: 719px) {
  .c-products01__image {
    width: 12rem;
    margin-bottom: 2rem;
  }
}

.c-products01__name {
  font-family: "A1 Mincho", serif !important;
  font-weight: 700;
  font-size: clamp(13.6111111111px, 1.3888888889vw, 2rem) !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 719px) {
  .c-products01__name {
    font-size: 1.6rem !important;
  }
}
.c-products01__name + .c-products01__text01 {
  margin-top: 0.1em !important;
}

.c-products01__text01 {
  font-weight: 500;
  font-size: clamp(8.1666666667px, 0.8333333333vw, 1.2rem) !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 719px) {
  .c-products01__text01 {
    font-size: 1.2rem !important;
  }
}

.c-products01__text02 {
  font-family: "A1 Mincho", serif !important;
  font-weight: 700;
  font-size: clamp(10.8888888889px, 1.1111111111vw, 1.6rem) !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 719px) {
  .c-products01__text02 {
    font-size: 1.6rem !important;
  }
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.c-list01 li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
.c-list01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 719px) {
  .u-minsp {
    display: none;
  }
}
@media screen and (min-width: 719.1px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  u-over
-------------------------------------------------- */
@media (any-hover: hover) {
  .u-over {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .u-over:hover {
    opacity: 0.6;
  }
}

/* --------------------------------------------------
  other
-------------------------------------------------- */
.u-serif {
  font-family: "A1 Mincho", serif;
}

.u-red {
  color: #E60000;
}

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

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

/* --------------------------------------------------
p-top
-------------------------------------------------- */
.p-top {
  --contents-padding: 0;
}

/* --------------------------------------------------
p-top-mv
-------------------------------------------------- */
.p-top-mv {
  position: relative;
  padding-bottom: 36px;
}

.p-top-mv-slide__item {
  width: 68rem;
  margin-inline: 1rem;
}
@media screen and (max-width: 719px) {
  .p-top-mv-slide__item {
    margin-inline: 0;
  }
}
.p-top-mv-slide__item a {
  display: block;
}

.p-top-mv-slide__image {
  aspect-ratio: 680/482;
}
.p-top-mv-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-slide__text {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "A1 Mincho", serif;
}
@media screen and (max-width: 719px) {
  .p-top-mv-slide__text {
    padding: 0.5rem 0.8rem 0;
  }
}

.p-top-mv-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 24px;
  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: 20px;
}

.p-top-mv-nav__arrow {
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_arrow_left01.svg) no-repeat center center/contain;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-top-mv-nav__arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-mv-nav__arrow:hover {
    opacity: 0.6;
  }
}
.p-top-mv-nav__arrow.m-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-top-mv-nav__arrow.m-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-top-mv-nav__dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px 12px;
}
.p-top-mv-nav__dots li {
  list-style: none;
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  background: #D6DADC;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-top-mv-nav__dots li {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-mv-nav__dots li:hover {
    opacity: 0.6;
  }
}
.p-top-mv-nav__dots li.slick-active {
  background: #A4CACF;
}

/* --------------------------------------------------
p-top-sec01
-------------------------------------------------- */
.p-top-sec01__inner {
  width: 68.8rem;
  margin: 12rem auto 0;
}
@media screen and (max-width: 719px) {
  .p-top-sec01__inner {
    width: 100%;
    margin: 8rem auto 0;
  }
}

.p-top-sec01__text {
  font-weight: 700;
  font-family: "A1 Mincho", serif;
  line-height: 2 !important;
}
@media screen and (max-width: 719px) {
  .p-top-sec01__text {
    line-height: 1.8 !important;
  }
}
.p-top-sec01__text + .p-top-sec01__text {
  margin-top: 2.5em;
}
@media screen and (max-width: 719px) {
  .p-top-sec01__text + .p-top-sec01__text {
    margin-top: 3em;
  }
}

.p-top-sec01__button {
  margin-top: 6rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec01__button {
    margin-top: 4rem;
  }
}

/* --------------------------------------------------
p-top-sec02
-------------------------------------------------- */
.p-top-sec02 {
  margin-top: 12rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec02 {
    margin-top: 8rem;
  }
}

.p-top-sec02-box01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 5% 45%;
  grid-template-columns: 50% 45%;
  gap: 0 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 719px) {
  .p-top-sec02-box01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2.5rem 0;
  }
}

@media screen and (max-width: 719px) {
  .p-top-sec02-box01__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

@media screen and (max-width: 719px) {
  .p-top-sec02-box01__texts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-top-sec02-box01__text {
  font-weight: 700;
  font-family: "A1 Mincho", serif;
  margin-top: 1rem;
  line-height: 2 !important;
}
@media screen and (max-width: 719px) {
  .p-top-sec02-box01__text {
    margin-top: 2.7rem;
    line-height: 1.8 !important;
  }
}

.p-top-sec02-box02 {
  margin-top: 9.3rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec02-box02 {
    margin-top: 7.5rem;
  }
}

.p-top-sec02-box02__button {
  margin-top: 7rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec02-box02__button {
    margin-top: 2rem;
  }
}

/* --------------------------------------------------
p-top-sec03
-------------------------------------------------- */
.p-top-sec03 {
  margin-top: 12rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec03 {
    margin-top: 6.8rem;
    overflow: hidden;
  }
}

.p-top-sec03-box01 {
  max-width: 100rem;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 2% 52%;
  grid-template-columns: 46% 52%;
  gap: 0 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box01 {
    max-width: inherit;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 3rem 0;
  }
  .p-top-sec03-box01 .c-title-serif26 {
    font-size: 2.2rem;
  }
}

.p-top-sec03-box01__text {
  font-weight: 700;
  font-family: "A1 Mincho", serif;
  margin-top: 4rem;
  line-height: 2 !important;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box01__text {
    margin-top: 1rem;
    line-height: 1.8 !important;
  }
}
.p-top-sec03-box01__text .point {
  font-size: 58%;
  vertical-align: top;
}

.p-top-sec03-box01__image {
  translate: 5.6% 0;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box01__image {
    translate: 3% 0;
    width: 37rem;
    margin-inline: -1.6rem;
  }
}

.p-top-sec03-box02 {
  margin-top: 10.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 12rem 0;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box02 {
    margin-top: 6.3rem;
    gap: 8rem 0;
  }
}

.p-top-sec03-box02-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1.2rem auto;
      grid-template-areas: "num text" "num title";
  gap: 1.2rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "A1 Mincho", serif;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box02-heading {
    -ms-grid-columns: 3.5rem 2.5rem 1fr;
    grid-template-columns: 3.5rem 1fr;
    gap: 1.2rem 2.5rem;
  }
}

.p-top-sec03-box02-heading__num {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: num;
  height: 5.9rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box02-heading__num {
    height: 5.8rem;
    text-align: right;
  }
}
.p-top-sec03-box02-heading__num img {
  width: auto;
  height: 100%;
}

.p-top-sec03-box02-heading__text {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
  -ms-grid-row-align: end;
      align-self: end;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}

.p-top-sec03-box02-heading__title {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: title;
  -ms-grid-row-align: start;
      align-self: start;
  line-height: 1;
}

.p-mr-check-sec03__item > .p-top-sec03-box02-heading__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-mr-check-sec05-box01 > .p-top-sec03-box02-heading__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.p-top-sec03-box02__text {
  font-weight: 700;
  font-family: "A1 Mincho", serif;
  margin-top: 3rem;
  line-height: 2 !important;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box02__text {
    margin-top: 2.5rem;
    line-height: 1.8 !important;
  }
}

.p-top-sec03-box02__button01 {
  margin-top: 3rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec03-box02__button01 {
    margin-top: 2.5rem;
  }
}

.p-top-sec03-box02__button02 {
  margin-top: 1rem;
}

/* --------------------------------------------------
p-top-sec04
-------------------------------------------------- */
.p-top-sec04 {
  margin-top: 11rem;
  background: #F2F5F7;
  padding-block: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 719px) {
  .p-top-sec04 {
    margin-top: 8rem;
    padding-block: 7rem 8rem;
  }
}

.p-top-sec04-slide {
  margin-top: 3rem;
}
.p-top-sec04-slide .slick-list {
  overflow: visible;
}

.p-top-sec04__button {
  margin-top: 4rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec04__button {
    margin-top: 6.5rem;
  }
}

/* --------------------------------------------------
p-top-sec05
-------------------------------------------------- */
.p-top-sec05 {
  margin-top: 11rem;
}
@media screen and (max-width: 719px) {
  .p-top-sec05 {
    margin-top: 7rem;
  }
}

.p-top-sec05__list {
  margin-top: 3rem;
}

.p-top-sec05__button {
  margin-top: 4rem;
}

/* --------------------------------------------------
#index-view
-------------------------------------------------- */
#index-view .p-column__inner__list .slick-list {
  overflow: visible;
}
#index-view .p-column__inner__list .medium-up--one-5 {
  width: 33rem;
  background: white;
}
#index-view .p-column__inner__list .medium-up--one-5:nth-child(n+6) {
  margin-top: 0;
}
@media screen and (max-width: 719px) {
  #index-view .p-column__inner__list .medium-up--one-5 {
    width: 30rem;
    margin-inline: 1rem;
  }
}
#index-view .p-column__inner__list .medium-up--one-5 a {
  display: block;
  padding: 0.8rem 0.8rem 1.6rem;
}
#index-view .p-column__inner__list .medium-up--one-5 .c-media_item {
  display: block;
  padding: 0;
}

/* --------------------------------------------------
ecforce調整
-------------------------------------------------- */
/* ----- MVスライダ ----- */
.p-carousel_slider__track__list__item__inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding-top: 68%;
}
@media screen and (max-width: 719px) {
  .p-carousel_slider__track__list__item__inner {
    padding-top: 75%;
  }
}

.splide__arrow--prev,
.splide__arrow--next {
  width: 24px;
  aspect-ratio: 1/1;
}
.splide__arrow--prev .u-icon--arrow::before,
.splide__arrow--next .u-icon--arrow::before {
  content: none;
}

.splide__arrow--prev {
  background: url(../img/common/ico_arrow_right01.svg) no-repeat center center/contain;
}

.splide__arrow--next {
  background: url(../img/common/ico_arrow_right01.svg) no-repeat center center/contain;
}

.p-carousel_slider__nav__pagination__dot:not(:last-child) {
  margin-right: 12px;
}

.p-carousel_slider__nav__pagination__dot.is-current button {
  background: #A4CACF;
}

.p-carousel_slider__nav__pagination__dot button {
  background: #D6DADC;
  opacity: 1;
}

/* ----- news ----- */
@media screen and (max-width: 719px) {
  section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news {
    padding: 0 !important;
  }
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner {
  width: min(100%, 108rem);
  padding-inline: 4rem;
  margin-inline: auto;
  max-width: none;
}
@media screen and (max-width: 719px) {
  section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner {
    width: 100%;
    padding-inline: 1.6rem;
  }
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner__title {
  margin-bottom: 0;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner__title__en {
  font-weight: 700;
  font-size: 3.2rem !important;
  line-height: 1.8;
  font-family: "A1 Mincho", serif;
  text-align: left;
  color: inherit !important;
  letter-spacing: 0 !important;
  margin-bottom: 0 !important;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner__title__jp {
  display: none;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner__list {
  margin-top: 3rem;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .c-news_item:first-child {
  border-top: 1px solid #D6DADC;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .c-news_item__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 2rem 1fr;
  grid-template-columns: 10rem 1fr;
  gap: 0 2rem;
  border-bottom: 1px solid #D6DADC;
  padding: 0;
  padding-block: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .c-news_item__inner__date {
  font-weight: 700;
  font-size: 1.4rem !important;
  line-height: 1.4;
  font-family: "A1 Mincho", serif !important;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .c-news_item__inner__title {
  font-weight: 700;
  font-size: 1.6rem !important;
  font-family: "A1 Mincho", serif !important;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 0;
}
@media screen and (max-width: 719px) {
  section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .c-news_item__inner__title {
    -webkit-line-clamp: 2;
  }
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner__more {
  margin-top: 40px;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner__more__btn {
  position: relative;
  display: inline-block;
  padding: 1.9rem 5rem 1.9rem 2rem;
  font-weight: 500;
  font-size: 1.4rem !important;
  line-height: 1.3;
  background: white;
  border-radius: 1rem;
  border: 1px solid #868A8C;
  text-align: left;
  max-width: none;
  width: auto;
  height: auto;
  background-color: #fff !important;
  color: inherit !important;
}
section[data-section-id="4e8ec96da8418fc4eb8ff336b5d66d52"] .p-news__inner__more__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.6rem;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_arrow_right01.svg) no-repeat center center/contain;
}

/* ----- column ----- */
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] {
  margin-top: 11rem;
  background: #F2F5F7;
  padding-block: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 719px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] {
    margin-top: 8rem;
    padding-block: 7rem 8rem;
  }
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .l-container__row {
  margin: 0;
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column__inner {
  width: min(100%, 136rem);
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column__inner {
    width: 100%;
    padding-inline: 1.6rem;
  }
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column {
  margin-top: 3rem;
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .u-text--head {
  font-weight: 700;
  font-size: 3.2rem !important;
  line-height: 1.8;
  font-family: "A1 Mincho", serif;
  text-align: left;
  color: inherit !important;
  letter-spacing: 0 !important;
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .c-column_item__inner__title {
  font-weight: 700;
  font-size: 1.8rem !important;
  line-height: 1.4;
  font-family: "A1 Mincho", serif;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 1.6rem;
  margin-bottom: 0 !important;
  padding-inline: 0.8rem;
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .c-column_item__inner__date {
  font-weight: 700;
  font-size: 1.4rem !important;
  line-height: 1;
  font-family: "A1 Mincho", serif;
  margin-top: 1.6rem;
  padding-inline: 0.8rem;
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .c-column_item__inner__more {
  display: none;
}
@media screen and (max-width: 719px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column__inner__list .medium-up--one-5:not(:first-child) {
    margin-top: 0 !important;
  }
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column__inner__more {
  margin-top: 4rem;
}
@media screen and (max-width: 719px) {
  section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column__inner__more {
    margin-top: 6.5rem;
  }
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column__inner__more__btn {
  position: relative;
  display: inline-block;
  padding: 1.9rem 5rem 1.9rem 2rem;
  font-weight: 500;
  font-size: 1.4rem !important;
  line-height: 1.3;
  background: white;
  border-radius: 1rem;
  border: 1px solid #868A8C;
  text-align: left;
  max-width: none;
  width: auto;
  height: auto;
  background-color: #fff !important;
  color: inherit !important;
}
section[data-section-id="87401bd9379cad12ffcef38de8c5760f"] .p-column__inner__more__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.6rem;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background: url(https://d2w53g1q050m78.cloudfront.net/lashikusaishunka/uploads/img/common/ico_arrow_right01.svg) no-repeat center center/contain;
}

/* ----- footer上ボーダー削除 ----- */
section[data-section-id=e7ec6acbefd37ee3349671a288369122] {
  display: none;
}

.l-contents.p-about {
  color: #333 !important;
}

/* --------------------------------------------------
p-about-sec01
-------------------------------------------------- */
.p-about-sec01 {
  margin-top: 14rem;
}
@media screen and (max-width: 719px) {
  .p-about-sec01 {
    margin-top: 8rem;
  }
}

.p-about-sec01__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 2% 50%;
  grid-template-columns: 48% 50%;
  gap: 0 2%;
  font-family: "A1 Mincho", serif;
}
@media screen and (max-width: 719px) {
  .p-about-sec01__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 4rem 0;
  }
}

.p-about-sec01__title {
  font-weight: 700;
  font-size: clamp(19.90625px, 2.03125vw, 2.6rem) !important;
  line-height: 1.8;
  margin-bottom: clamp(30.625px, 3.125vw, 4rem) !important;
  font-family: "A1 Mincho", serif !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec01__title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.p-about-sec01__text {
  font-weight: 700;
  font-size: clamp(12.25px, 1.25vw, 1.6rem) !important;
  line-height: 1.8 !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec01__text {
    font-size: 1.4rem !important;
  }
}
.p-about-sec01__text + .p-about-sec01__text {
  margin-top: 1.5em !important;
}

.p-about-sec01__lead {
  font-weight: 700;
  font-size: clamp(15.3125px, 1.5625vw, 2rem) !important;
  margin-top: clamp(19.140625px, 1.953125vw, 2.5rem) !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec01__lead {
    font-size: 1.8rem !important;
    margin-top: 2.5rem !important;
  }
}

@media screen and (max-width: 719px) {
  .p-about-sec01__image {
    width: 33.5rem;
    margin-inline: auto;
  }
}

/* --------------------------------------------------
p-about-sec02
-------------------------------------------------- */
.p-about-sec02 {
  margin-top: 12rem;
}
@media screen and (max-width: 719px) {
  .p-about-sec02 {
    margin-top: 8rem;
  }
}

.p-about-sec02-box01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 51.2rem;
  grid-template-columns: 1fr 51.2rem;
  font-family: "A1 Mincho", serif;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 4rem 0;
  }
}

.p-about-sec02-box01__title {
  font-weight: 700;
  font-size: 2.6rem !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
  font-family: "A1 Mincho", serif !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box01__title {
    font-size: 2.4rem !important;
  }
}

.p-about-sec02-box01__text {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box01__text {
    font-size: 1.4rem !important;
  }
}

.p-about-sec02-box02 {
  margin-top: 8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr 8rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8rem;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box02 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2.5rem 0;
  }
}

@media screen and (max-width: 719px) {
  .p-about-sec02-box02__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4rem 0.8rem 1fr;
    grid-template-columns: 4rem 1fr;
    -ms-grid-rows: auto 1.6rem auto;
        grid-template-areas: "image title" "text text";
    gap: 1.6rem 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.5rem;
  }
  .p-about-sec02-box02__item > .p-top-sec03-box02-heading__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-about-sec02-box02__item > .p-top-sec03-box02-heading__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.p-about-sec02-box02__item:not(:last-child) {
  position: relative;
}
.p-about-sec02-box02__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4rem;
  width: 1px;
  height: 100%;
  background: #D6DADC;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box02__item:not(:last-child)::before {
    top: 100%;
    right: 0;
    width: 100%;
    height: 1px;
  }
}

.p-about-sec02-box02__image {
  width: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box02__image {
    width: 4rem;
    grid-area: image;
  }
}
.p-mr-check-sec03__item > .p-about-sec02-box02__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }
.p-mr-check-sec05-box01 > .p-about-sec02-box02__image {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  }

.p-about-sec02-box02__title {
  font-weight: 700;
  font-size: clamp(15.3125px, 1.5625vw, 2rem) !important;
  text-align: center;
  line-height: 1.4 !important;
  margin-top: clamp(19.140625px, 1.953125vw, 2.5rem) !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box02__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: title;
    font-size: 2rem !important;
    margin-top: 0 !important;
    text-align: left;
  }
}
.p-mr-check-sec03__item > .p-about-sec02-box02__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  }
.p-mr-check-sec05-box01 > .p-about-sec02-box02__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  }

.p-about-sec02-box02__text {
  font-weight: 700;
  font-size: clamp(12.25px, 1.25vw, 1.6rem) !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
  margin-top: clamp(19.90625px, 2.03125vw, 2.6rem) !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec02-box02__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: text;
    font-size: 1.4rem !important;
    margin-top: 0 !important;
  }
}

/* --------------------------------------------------
p-about-sec03
-------------------------------------------------- */
.p-about-sec03 {
  margin-top: 16rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55.8% 1fr;
  grid-template-columns: 55.8% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 719px) {
  .p-about-sec03 {
    margin-top: 5rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.p-about-sec03__texts {
  padding: 4rem clamp(78.2638888889px, 7.9861111111vw, 11.5rem) 4rem clamp(54.4444444444px, 5.5555555556vw, 8rem);
  font-family: "A1 Mincho", serif !important;
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .p-about-sec03__texts {
    padding: 4rem 1.6rem 0;
  }
}

.p-about-sec03__title {
  font-size: clamp(17.6944444444px, 1.8055555556vw, 2.6rem) !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec03__title {
    font-size: 2.4rem !important;
  }
}

.p-about-sec03__list {
  font-size: clamp(10.8888888889px, 1.1111111111vw, 1.6rem) !important;
  line-height: 1.8 !important;
  margin-top: 3rem !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec03__list {
    font-size: 1.4rem !important;
    margin-top: 2.5rem !important;
  }
}

.p-about-sec03__text {
  font-size: clamp(10.8888888889px, 1.1111111111vw, 1.6rem) !important;
  line-height: 1.8 !important;
  margin-top: 2.4rem !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec03__text {
    font-size: 1.4rem !important;
    margin-top: 2rem !important;
  }
}

/* --------------------------------------------------
p-about-sec04
-------------------------------------------------- */
.p-about-sec04 {
  background: #F2F5F7;
  padding-block: 11rem;
}
@media screen and (max-width: 719px) {
  .p-about-sec04 {
    margin-top: 8rem;
    padding-block: 7rem 8.5rem;
  }
}

.p-about-sec04__title {
  font-weight: 700;
  font-size: 2.4rem !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
}

.p-about-sec04__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23% 8% 69%;
  grid-template-columns: 23% 69%;
  gap: 0 8%;
  margin-top: 3rem;
}
@media screen and (max-width: 719px) {
  .p-about-sec04__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 3.5rem 0;
  }
}

@media screen and (max-width: 719px) {
  .p-about-sec04-left {
    width: 22.8rem;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 8.6rem;
    grid-template-columns: 1fr 8.6rem;
    -ms-grid-rows: auto 2rem auto;
        grid-template-areas: "image image" "division name";
    gap: 2rem 0;
  }
  .p-about-sec04-left > .p-about-sec02-box02__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.p-about-sec04-left__image {
  grid-area: image;
}

.p-mr-check-sec03__item > .p-about-sec04-left__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-mr-check-sec05-box01 > .p-about-sec04-left__image {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-about-sec04-left__division {
  font-weight: 500;
  font-size: 1.2rem !important;
  margin-top: 1rem !important;
}
@media screen and (max-width: 719px) {
  .p-about-sec04-left__division {
    grid-area: division;
    margin-top: 0 !important;
  }
}

.p-about-sec04-left__name {
  width: 10.3rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 719px) {
  .p-about-sec04-left__name {
    grid-area: name;
    width: 8.6rem;
    margin-top: 0;
  }
}

.p-about-sec04-right__lead {
  font-size: clamp(19.90625px, 2.03125vw, 2.6rem) !important;
  margin-bottom: 2rem;
  font-family: "A1 Mincho", serif !important;
  line-height: 1.8 !important;
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .p-about-sec04-right__lead {
    font-size: 2.4rem !important;
  }
}

.p-about-sec04-right__text01 {
  font-size: 1.6rem !important;
  font-family: "A1 Mincho", serif !important;
  line-height: 1.8 !important;
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .p-about-sec04-right__text01 {
    font-size: 1.4rem !important;
  }
}

.p-about-sec04-right__button {
  position: relative;
  margin: 1.3rem 0 0 auto;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  background: transparent;
  padding-inline: 0 2.6rem;
  display: block;
  color: inherit;
}
.p-about-sec04-right__button + .p-about-sec04-right__text01 {
  padding-top: 1em;
}

.p-about-sec04-right__icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1.7rem;
  aspect-ratio: 1/1;
}
.p-about-sec04-right__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1.2rem;
  height: 1px;
  background: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-about-sec04-right__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1px;
  height: 1.2rem;
  background: #333;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.p-about-sec04-right__button.is-open .p-about-sec04-right__icon::before {
  opacity: 0;
}
.p-about-sec04-right__button.is-open .p-about-sec04-right__icon::after {
  rotate: 90deg;
}

.l-contents.p-mr-check {
  color: #333 !important;
}

/* --------------------------------------------------
p-mr-check-sec01
-------------------------------------------------- */
.p-mr-check-sec01 {
  margin-top: 14rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec01 {
    margin-top: 8rem;
  }
}

.p-mr-check-sec01-box01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46rem 8rem 1fr;
  grid-template-columns: 46rem 1fr;
  gap: 0 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec01-box01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2.4rem 0;
  }
}
.p-mr-check-sec01-box01.m-reverse {
  -ms-grid-columns: 1fr 46rem;
  grid-template-columns: 1fr 46rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec01-box01.m-reverse {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.p-mr-check-sec01-box01.m-reverse .p-mr-check-sec01-box01__texts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 719px) {
  .p-mr-check-sec01-box01__texts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-mr-check-sec01-box01__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec01-box01__title {
    font-size: 1.8rem;
  }
}

.p-mr-check-sec01-box01__text {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec01-box01__text {
    font-size: 1.4rem;
  }
}

.p-mr-check-sec01-box01__button01 {
  margin-top: 2.5rem;
}

.p-mr-check-sec01-box01__button02 {
  margin-top: 1.5rem;
}

.p-mr-check-sec01-box01.m-reverse .p-mr-check-sec01-box01__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 719px) {
  .p-mr-check-sec01-box01__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 32rem;
    margin-inline: auto;
  }
}

/* --------------------------------------------------
p-mr-check-sec02
-------------------------------------------------- */
.p-mr-check-sec02 {
  margin-top: 12rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec02 {
    margin-top: 8rem;
  }
}

.p-mr-check-sec02-box01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46rem 10.9rem 1fr;
  grid-template-columns: 46rem 1fr;
  gap: 0 10.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec02-box01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2.4rem 0;
  }
}

.p-mr-check-sec02-box01__text {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
  margin-top: 4rem !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec02-box01__text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}

.p-mr-check-sec02-box02 {
  margin-top: 6.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.6rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec02-box02 {
    margin-top: 4rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 1.6rem 0;
  }
}

.p-mr-check-sec02-box02__item:nth-child(1) {
  --mr-check-sec02-box02__item: rgba(164 187 211/0.1);
  --mr-check-sec02-box02__title: #A4BBD3;
}
.p-mr-check-sec02-box02__item:nth-child(2) {
  --mr-check-sec02-box02__item: rgba(193 206 125/0.1);
  --mr-check-sec02-box02__title: #C1CE7D;
}
.p-mr-check-sec02-box02__item:nth-child(3) {
  --mr-check-sec02-box02__item: rgba(228 172 170/0.1);
  --mr-check-sec02-box02__title: #E4ACAA;
}
.p-mr-check-sec02-box02__item {
  border-radius: 1rem;
  padding: 1.8rem 2.4rem 2.4rem;
  background: var(--mr-check-sec02-box02__item);
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec02-box02__item {
    padding: 2rem 1.7rem 2rem;
  }
}

.p-mr-check-sec02-box02__title {
  font-weight: 700;
  font-size: 2rem;
  color: var(--mr-check-sec02-box02__title);
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec02-box02__title {
    font-size: 1.8rem;
  }
}

.p-mr-check-sec02-box02__text {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  margin-top: 1rem !important;
  font-family: "A1 Mincho", serif !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec02-box02__text {
    font-size: 1.4rem !important;
    margin-top: 0.5rem !important;
  }
}

/* --------------------------------------------------
p-mr-check-sec03
-------------------------------------------------- */
.p-mr-check-sec03 {
  margin-top: 12rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec03 {
    margin-top: 8rem;
  }
}

.p-mr-check-sec03__grid {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 8rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec03__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 2.4rem 0;
  }
}

.p-mr-check-sec03__item {
  border-bottom: 1px solid #D6DADC;
  padding-bottom: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16rem 4rem 1fr;
  grid-template-columns: 16rem 1fr;
  gap: 2rem 4rem;
  -ms-grid-rows: auto 2rem auto;
      grid-template-areas: "image title" "image texts";
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec03__item {
    padding-bottom: 2.4rem;
    -ms-grid-rows: auto 0.8rem 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 12rem 2.4rem 1fr;
    grid-template-columns: 12rem 1fr;
    gap: 0.8rem 2.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-mr-check-sec03__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-mr-check-sec03__item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-mr-check-sec03__item > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-mr-check-sec03__item > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.p-mr-check-sec03__image {
  grid-area: image;
}

.p-mr-check-sec03__item > .p-mr-check-sec03__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-mr-check-sec05-box01 > .p-mr-check-sec03__image {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.p-mr-check-sec03__title {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: title;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  -ms-grid-row-align: end;
      align-self: end;
}

.p-mr-check-sec03__item > .p-mr-check-sec03__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-mr-check-sec05-box01 > .p-mr-check-sec03__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec03__title {
    font-size: 1.8rem;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}

.p-mr-check-sec03__texts {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: texts;
}

.p-mr-check-sec05-box01 > .p-mr-check-sec03__texts {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-mr-check-sec03__text {
  font-weight: 500;
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec03__text {
    font-size: 1.4rem !important;
  }
}

.p-mr-check-sec03__note {
  font-weight: 500;
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
  margin-top: 2rem !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec03__note {
    margin-top: 1rem !important;
  }
}

/* --------------------------------------------------
p-mr-check-sec04
-------------------------------------------------- */
.p-mr-check-sec04 {
  margin-top: 12rem;
  background: #F2F5F7;
  padding-block: 12rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec04 {
    margin-top: 8rem;
    padding-block: 8rem;
  }
}

.p-mr-check-sec04__text {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
  margin-top: 4.5rem !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec04__text {
    font-size: 1.4rem !important;
    margin-top: 4rem !important;
  }
}

.p-mr-check-sec04-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 20rem);
  gap: 1.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec04-grid {
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out 0s;
    transition: max-height 0.3s ease-in-out 0s;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-height: 75.2rem;
  }
  .p-mr-check-sec04-grid.is-show {
    max-height: 10000rem;
  }
}

.p-mr-check-sec04-grid__item {
  background: white;
  border-radius: 1rem;
  padding: 2rem 2rem 1.5rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec04-grid__item {
    padding: 1.5rem 1.5rem 1.2rem;
  }
}

.p-mr-check-sec04-grid__image {
  width: 16rem;
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec04-grid__image {
    width: 13.2rem;
  }
}

.p-mr-check-sec04-grid__name {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 1rem;
}

.p-mr-check-sec04-grid__text {
  font-weight: 500;
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  margin-top: 0.5rem !important;
  color: #868A8C;
}

@media screen and (min-width: 719.1px) {
  .p-mr-check-sec04__button {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec04__button {
    margin-top: 3rem;
    position: relative;
    display: block;
    width: 100%;
    padding: 1.9rem 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.3;
    background: white;
    border-radius: 1rem;
    border: 1px solid #D9DEE1;
    text-align: center;
    color: inherit;
  }
}

.p-mr-check-sec04__button-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2rem;
  width: 2rem;
  aspect-ratio: 1/1;
}
.p-mr-check-sec04__button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1.5rem;
  height: 1px;
  background: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-mr-check-sec04__button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1px;
  height: 1.5rem;
  background: #333;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.p-mr-check-sec04__button.is-open .p-mr-check-sec04__button-icon::before {
  opacity: 0;
}
.p-mr-check-sec04__button.is-open .p-mr-check-sec04__button-icon::after {
  rotate: 90deg;
}

/* --------------------------------------------------
p-mr-check-sec05
-------------------------------------------------- */
.p-mr-check-sec05 {
  margin-top: 12rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05 {
    margin-top: 0;
    overflow: hidden;
  }
}

.p-mr-check-sec05-box01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 8rem;
  -ms-grid-rows: auto 4rem auto;
      grid-template-areas: "title title" "texts image";
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
    -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: "image" "title" "texts";
  }
  .p-mr-check-sec05-box01 > .p-top-sec03-box02-heading__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-mr-check-sec05-box01 > .p-about-sec02-box02__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-mr-check-sec05-box01 > .p-about-sec02-box02__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-mr-check-sec05-box01 > .p-about-sec04-left__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-mr-check-sec05-box01 > .p-mr-check-sec03__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-mr-check-sec05-box01 > .p-mr-check-sec03__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-mr-check-sec05-box01 > .p-mr-check-sec03__texts {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.p-mr-check-sec05-box01__title {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: title;
}

.p-mr-check-sec03__item > .p-mr-check-sec05-box01__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-mr-check-sec05-box01 > .p-mr-check-sec05-box01__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01__title {
    margin-top: 3.8rem;
  }
}

.p-mr-check-sec05-box01__sup {
  font-size: 60%;
}

.p-mr-check-sec05-box01__texts {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: texts;
}

.p-mr-check-sec05-box01 > .p-mr-check-sec05-box01__texts {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01__texts {
    margin-top: 2.5rem;
  }
}

.p-mr-check-sec05-box01__text {
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  line-height: 2 !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01__text {
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
  }
}

.p-mr-check-sec05-box01__image {
  grid-area: image;
}

.p-mr-check-sec03__item > .p-mr-check-sec05-box01__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.p-mr-check-sec05-box01 > .p-mr-check-sec05-box01__image {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

@media screen and (max-width: 719px){
  .p-about-sec02-box02__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about-sec02-box02__item > .p-about-sec02-box02__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-about-sec02-box02__item > .p-about-sec02-box02__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-about-sec04-left__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about-sec04-left > .p-about-sec04-left__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-about-sec04-left__division {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-about-sec04-left__name {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-mr-check-sec03__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about-sec04-left > .p-mr-check-sec03__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-about-sec02-box02__item > .p-mr-check-sec03__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-about-sec02-box02__item > .p-mr-check-sec05-box01__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-mr-check-sec05-box01 > .p-mr-check-sec05-box01__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-mr-check-sec05-box01 > .p-mr-check-sec05-box01__texts {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-mr-check-sec05-box01__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about-sec04-left > .p-mr-check-sec05-box01__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-mr-check-sec05-box01 > .p-mr-check-sec05-box01__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01__image {
    margin-inline: -1.6rem;
  }
}

.p-mr-check-sec05-box02__text {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  font-family: "A1 Mincho", serif !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box02__text {
    font-size: 1.4rem;
  }
}

.p-mr-check-sec05-box01-area {
  background: #F2F5F7;
  border-radius: 1rem;
  margin-top: 2.4rem;
  padding: 1.2rem 1.7rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01-area {
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }
}
.p-mr-check-sec05-box01-area dt {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01-area dt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.p-mr-check-sec05-box01-area dd {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "A1 Mincho", serif;
  margin-top: 1rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box01-area dd {
    font-size: 1.4rem;
  }
}

.p-mr-check-sec05-box02 {
  margin-top: 3rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box02 {
    margin-top: 4rem;
  }
}

.p-mr-check-sec05-box02__title {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box02__title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.p-mr-check-sec05-box02__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box02__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 2.3rem;
  }
}

.p-mr-check-sec05-box02__text {
  border: 1px solid #E0E2E3;
  border-radius: 1rem;
  padding: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "A1 Mincho", serif;
}

.p-mr-check-sec05-box02__button {
  margin-top: 4rem;
}

.p-mr-check-sec05-box02__note {
  font-weight: 500;
  font-size: 1.4rem !important;
  margin-top: 1.7rem !important;
}
@media screen and (max-width: 719px) {
  .p-mr-check-sec05-box02__note {
    font-size: 1.2rem !important;
    margin-top: 1.5rem !important;
  }
}

.l-contents.p-products {
  color: #333 !important;
}

/* --------------------------------------------------
p-products-sec01
-------------------------------------------------- */
.p-products-sec01 {
  margin-top: 13rem;
}
@media screen and (max-width: 719px) {
  .p-products-sec01 {
    margin-top: 8rem;
  }
}

.p-products-sec01-box01__text {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 2 !important;
  font-family: "A1 Mincho", serif !important;
  margin-top: 4rem !important;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box01__text {
    line-height: 1.8 !important;
  }
}

.p-products-sec01-box02 {
  margin-top: 8.5rem;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box02 {
    margin-top: 3.5rem;
  }
}

.p-products-sec01-box03.m-night {
  --products-sec01-box03__title: #869CBC;
  margin-top: 9.5rem;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box03.m-night {
    margin-top: 2rem;
  }
}
.p-products-sec01-box03.m-day {
  --products-sec01-box03__title: #DED278;
  margin-top: 10.5rem;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box03.m-day {
    margin-top: 7.5rem;
  }
}

.p-products-sec01-box03__title {
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  font-family: "A1 Mincho", serif;
  padding-left: 3.6rem;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box03__title {
    font-size: 2.4rem;
    padding-left: 3.2rem;
  }
}
.p-products-sec01-box03__title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: var(--products-sec01-box03__title);
}

.p-products-sec01-box03__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.6rem 8rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box03__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 4rem;
    margin-top: 4rem;
  }
}

.p-products-sec01-box03__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  gap: 0;
}

.p-products-sec01-box03__image {
  width: 46rem;
  margin-inline: auto;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box03__image {
    width: 34.3rem;
  }
}

.p-products-sec01-box03-heading__lead {
  font-size: 1.4rem;
  font-family: "A1 Mincho", serif;
}

.p-products-sec01-box03-heading__name {
  font-weight: 700;
  font-size: 2.4rem !important;
  line-height: 1.4 !important;
  font-family: "A1 Mincho", serif !important;
  margin-top: 0 !important;
}
.p-products-sec01-box03-heading__name + .p-products-sec01-box03-heading__text {
  margin-top: 0.8rem !important;
}

.p-products-sec01-box03-heading__text {
  font-weight: 500;
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
}
.p-products-sec01-box03-heading__text + .p-products-sec01-box03-heading__text {
  margin-top: 0.2rem !important;
}

.p-products-sec01-box03-heading {
  margin-top: 1.5rem;
}
.p-products-sec01-box03-heading:first-child {
  margin-top: 0;
}

.p-products-sec01-box03-text {
  font-weight: 500;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  margin-top: 1.3rem !important;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box03-text {
    font-size: 1.4rem !important;
  }
}

.p-products-sec01-box03-area {
  margin-top: 1.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid #D6DADC;
}
.p-products-sec01-box03-area dt {
  font-weight: 700;
  font-size: 1.6rem !important;
}
.p-products-sec01-box03-area dd {
  font-weight: 500;
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 719px) {
  .p-products-sec01-box03-area dd {
    margin-top: 1rem !important;
  }
}

.p-products-sec01-box03-buttons {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 1rem;
}

.p-products-sec01-box03-buttons__item > * {
  width: 100%;
}

.p-products-modal {
  padding: 4rem;
  text-align: left;
  max-width: 600px;
}
@media screen and (max-width: 719px) {
  .p-products-modal {
    padding: 2.4rem 1.6rem;
    max-width: 400px;
  }
}

.remodal-wrapper {
  padding-inline: 16px;
}

.p-products-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  translate: 10px -50%;
  width: 50px;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 719px) {
  .p-products-modal__close {
    translate: 10px -20%;
  }
}

.p-products-modal__title {
  font-weight: 700;
  font-size: 1.6rem !important;
}

.p-products-modal-tab {
  margin-top: 1.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.6rem;
}

.p-products-modal-tab__item {
  display: inline-block;
  padding: 1.9rem 2rem;
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.3 !important;
  background: white;
  border-radius: 1rem;
  border: 1px solid #D6DADC;
  text-align: center;
  cursor: pointer;
  margin-top: 0 !important;
}
@media (any-hover: hover) {
  .p-products-modal-tab__item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-products-modal-tab__item:hover {
    opacity: 0.6;
  }
}
.p-products-modal-tab__item.is-active {
  border: 1px solid #7EB6BB;
  background: #7EB6BB;
  color: white;
}

.p-products-modal-panel {
  margin-top: 2rem;
}

.p-products-modal-panel__item.js-panel {
  display: none;
}
.p-products-modal-panel__item.js-panel.is-show {
  display: block;
}

.p-products-modal-panel__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 16rem;
  grid-template-columns: 1fr 16rem;
  gap: 0 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-block: 1.5rem;
  border-bottom: 1px solid #D6DADC;
}
@media screen and (max-width: 719px) {
  .p-products-modal-panel__box {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0.8rem 0;
  }
}

.p-products-modal-panel__name {
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
}

.p-products-modal-panel__price {
  font-weight: 500;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  margin-top: 0.8rem !important;
}

.p-products-modal-panel__strong {
  font-weight: 500;
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  color: #E4626C;
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 719px) {
  .p-products-modal-panel__strong {
    margin-top: 0.3rem !important;
  }
}

@media screen and (max-width: 719px) {
  .p-products-modal-panel__button {
    padding: 1.4rem 2rem;
  }
}