@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*------------------------------------------------------------
 * admin-bar
------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.admin-bar .c-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .c-header {
    top: 46px;
  }
}

/*------------------------------------------------------------
 * tag setting
------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
  word-break: break-all;
}
p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}
p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: var(--wp--preset--color--text-link);
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
.ff-en {
  font-family: var(--wp--preset--font-family--roboto);
}

/*======================================================================
 *  メイン横幅調節用
======================================================================*/
.l-adjust-width-small {
  max-width: 716px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .l-adjust-width-small {
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
  }
}
.l-adjust-width-default {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .l-adjust-width-default {
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
  }
}
.l-adjust-width-medium {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .l-adjust-width-medium {
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
  }
}
.l-adjust-width-wide {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .l-adjust-width-wide {
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
  }
}

/*======================================================================
 *  l-container
======================================================================*/
.l-container {
  overflow: hidden;
  padding-top: 81px;
}
@media screen and (max-width: 1023px) {
  .l-container {
    padding-top: 54px;
  }
}
/*======================================================================
 *  l-section-container
======================================================================*/
.l-section-container {
  padding-top: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.3121)), 80px);
  padding-bottom: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.3121)), 80px);
}
.l-section-container.-pt-none {
  padding-top: 0;
}
.l-section-container.-pb-none {
  padding-bottom: 0;
}
.l-section-container.-pt-small {
  padding-top: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 2.3121)), 60px);
}
.l-section-container.-pb-small {
  padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 2.3121)), 60px);
}
.l-section-container.-pt-large {
  padding-top: clamp(80px, calc(5rem + ((1vw - 3.75px) * 2.3121)), 100px);
}
.l-section-container.-pb-large {
  padding-bottom: clamp(80px, calc(5rem + ((1vw - 3.75px) * 2.3121)), 100px);
}
.l-section-container.-bb-base-blue {
  border-bottom: 1px solid var(--wp--preset--color--base-blue);
}
.l-section-container.-gray {
  background-color: #F2F3F5;
}
.l-section-container.-gray .c-section-title .en,
.l-section-container.-gray .c-section-title-sub .en {
  color: #EEEEEE;
}
.l-section-container.-gray + .c-breadcrumb {
  padding-top: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.3121)), 80px);
}
.l-section-container.-sub-gray {
  background-color: #F4F4F4;
}
.l-section-container.-sub-gray .c-section-title .en,
.l-section-container.-sub-gray .c-section-title-sub .en {
  color: var(--wp--preset--color--base-gray);
}
.l-section-container.-sub-gray + .c-breadcrumb {
  padding-top: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.3121)), 80px);
}
.l-section-container.-blue {
  background-color: #F2F7FC;
}
.l-section-container.-blue .c-section-title .en,
.l-section-container.-blue .c-section-title-sub .en {
  color: #E5F1FE;
}
.l-section-container.-blue + .c-breadcrumb {
  padding-top: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.3121)), 80px);
}
.l-section-container.-base-blue {
  background-color: var(--wp--preset--color--base-blue);
}
.l-section-container.-base-blue .c-section-title .en,
.l-section-container.-base-blue .c-section-title-sub .en {
  color: #E5F1FE;
}
.l-section-container.-base-blue + .c-breadcrumb {
  padding-top: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.3121)), 80px);
}
.l-section-container.-separator-image {
  padding-top: 0;
}
.l-section-container.-separator-image > [class^=l-adjust-width] {
  padding-top: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 2.3121)), 60px);
}
.l-section-container .subsection {
  padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 2.3121)), 60px);
}
.l-section-container .subsection:last-of-type {
  padding-bottom: 0;
}
/*======================================================================
 *  Header
======================================================================*/
/*------------------------------------------------------------
 * c-header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  z-index: 999;
  background: var(--wp--preset--color--base);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.c-header .header-flex-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header .header-logo {
  font-size: 0;
}
.c-header .header-logo a {
  display: block;
}
.c-header .header-login > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--wp--preset--color--primary);
  border-bottom-left-radius: 20px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: clamp(0.625rem, 0.2493rem + 0.5865vw, 0.75rem);
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.c-header .header-login > a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(../images/common/icon-login.svg) no-repeat center center;
  transition: background 0.25s;
}
.c-header .header-toggle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-header {
    padding: 0 0 0 clamp(0.9375rem, -1.8805rem + 4.3988vw, 1.875rem);
  }
  .c-header.-shoes .header-logo, .c-header.-futon .header-logo {
    max-width: clamp(107px, calc(6.6875rem + ((1vw - 10.24px) * 9.2593)), 127px);
  }
  .c-header.-cloak .header-logo {
    max-width: clamp(180px, calc(11.25rem + ((1vw - 10.24px) * 27.7778)), 240px);
    margin-top: 0;
  }
  .c-header.-magazine .header-logo {
    max-width: clamp(200px, calc(12.5rem + ((1vw - 10.24px) * 46.2963)), 300px);
  }
  .c-header .header-logo {
    max-width: clamp(120px, calc(7.5rem + ((1vw - 10.24px) * 9.2593)), 140px);
    margin-top: auto;
  }
  .c-header .header-login > a {
    width: auto;
    height: 64px;
    min-width: 114px;
    padding: 0 20px;
  }
  .c-header .header-login > a:hover {
    opacity: 1;
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--primary);
  }
  .c-header .header-login > a:hover:before {
    background-image: url(../images/common/icon-login-primary.svg);
  }
}
@media screen and (max-width: 1023px) {
  .c-header {
    height: 54px;
    padding: 8px 22px 0 20px;
  }
  .c-header.-shoes .header-logo, .c-header.-futon .header-logo {
    max-width: 96px;
  }
  .c-header.-cloak {
    padding-top: 13px;
  }
  .c-header.-cloak .header-logo {
    max-width: 160px;
  }
  .c-header.-magazine {
    padding-top: 0;
  }
  .c-header.-magazine .header-logo {
    max-width: 230px;
    margin: 0 auto;
  }
  .c-header.-magazine .header-toggle {
    position: absolute;
    top: 50%;
    right: var(--wp--preset--spacing--40);
    transform: translateY(-50%);
  }
  .c-header .header-logo {
    max-width: 108px;
  }
  .c-header .header-login {
    margin-left: auto;
  }
  .c-header .header-login > a {
    width: auto;
    min-width: 91px;
    height: 28px;
    padding: 0 10px;
    border-radius: 60px;
    font-size: 12px;
  }
  .c-header .header-toggle {
    display: block;
    position: relative;
    width: 29px;
    height: 17px;
    margin-left: 20px;
    padding: 0;
    border: none;
    background: transparent;
  }
  .c-header .header-toggle span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    font-family: var(--wp--preset--font-family--roboto);
    font-size: clamp(8px, calc(0.5rem), 8px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.21em;
  }
  .c-header .header-toggle::before, .c-header .header-toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 29px;
    height: 2px;
    margin: auto;
    border-radius: 1px;
    background: #28325A;
    transition: all 0.25s ease-in-out;
  }
  .c-header .header-toggle::before {
    top: 7px;
    height: 1px;
  }
  .c-header .header-toggle::after {
    bottom: -14px;
  }
  .c-header .header-toggle.-js-opened span {
    display: none;
  }
  .c-header .header-toggle.-js-opened::before, .c-header .header-toggle.-js-opened::after {
    width: 22px;
  }
  .c-header .header-toggle.-js-opened::before {
    top: 0;
    transform: rotate(45deg);
  }
  .c-header .header-toggle.-js-opened::after {
    bottom: 0;
    height: 1px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .c-header.-lp .c-global-navigation > ul > li > a[href^="#"] .icon::before {
    transform: rotate(90deg);
  }
}

/*------------------------------------------------------------
 * c-global-navigation
------------------------------------------------------------*/
.c-global-navigation ul {
  padding: 0;
  list-style: none;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-global-navigation ul a {
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
}
.c-global-navigation ul a:hover {
  opacity: 1;
}
.c-global-navigation > ul {
  display: flex;
}
.c-global-navigation > ul > li > a .icon {
  display: none;
}
.c-global-navigation .has-child > a[href=""] {
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .c-global-navigation {
    margin-left: auto;
  }
  .c-global-navigation ul {
    font-size: clamp(12px, calc(0.75rem + ((1vw - 10.24px) * 0.9259)), 14px);
  }
  .c-global-navigation > ul > li {
    margin-right: 1.7143em;
  }
  .c-global-navigation > ul > li > a {
    display: flex;
    align-items: center;
    position: relative;
    height: 64px;
    transition: color 0.25s linear;
  }
  .c-global-navigation > ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--wp--preset--color--primary);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s linear;
  }
  .c-global-navigation > ul > li > a:hover {
    color: var(--wp--preset--color--primary);
  }
  .c-global-navigation > ul > li > a:hover::before {
    transform: scaleX(100%);
  }
  .c-global-navigation .has-child > a {
    padding-right: 1em;
  }
  .c-global-navigation .has-child > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 5px;
    height: 5px;
    border: 1px solid #292D32;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  .c-global-navigation .has-child .mega-menu-container {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 81px;
    z-index: -1;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: var(--wp--preset--color--base);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    transition: opacity 0.15s, visibility 0.15s;
  }
  .c-global-navigation .has-child .mega-menu-container .mega-menu li a {
    display: block;
    padding: 20px 40px 20px 20px;
    background: url(../images/common/icon-arrow.svg) no-repeat right 24px center;
    transition: background 0.25s;
  }
  .c-global-navigation .has-child .mega-menu-container .mega-menu li a .icon-image {
    display: none;
  }
  .c-global-navigation .has-child .mega-menu-container .mega-menu li a:hover {
    background-color: #ECF3FB;
  }
  .c-global-navigation .has-child.-js-megamenu-opened .mega-menu-container {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-global-navigation {
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 54px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 54px);
    padding: 18px 20px calc(32px + 54px);
    background: var(--wp--preset--color--base);
    transition: opacity 0.25s linear, visibility 0.25s linear, left 0.25s ease-in-out;
  }
  .c-global-navigation ul {
    flex-direction: column;
  }
  .c-global-navigation ul a {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
  }
  .c-global-navigation > ul {
    border-top: 1px solid #EEEEEE;
  }
  .c-global-navigation > ul > li > a {
    justify-content: space-between;
    padding: 17px 0;
  }
  .c-global-navigation > ul > li > a .icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid var(--wp--preset--color--primary);
    border-radius: 50%;
    background-color: var(--wp--preset--color--primary);
  }
  .c-global-navigation > ul > li > a .icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 5px);
    width: 10px;
    height: 8px;
    background: url(../images/common/icon-arrow-white.svg) no-repeat center center;
    background-size: contain;
  }
  .c-global-navigation .has-child > a .icon::before, .c-global-navigation .has-child > a .icon::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 6px;
    z-index: 1;
    width: 10px;
    height: 1px;
    background: var(--wp--preset--color--base);
    transition: transform 0.3s linear;
  }
  .c-global-navigation .has-child > a .icon::after {
    transform: rotate(90deg);
  }
  .c-global-navigation .has-child .mega-menu-container {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0 0 0 26px;
    transition: grid-template-rows 0.25s ease;
    transition: grid-template-rows 0.25s ease, -ms-grid-rows 0.25s ease;
  }
  .c-global-navigation .has-child .mega-menu-container .mega-menu {
    overflow: hidden;
  }
  .c-global-navigation .has-child .mega-menu-container .mega-menu li a {
    position: relative;
    padding: 14px 0 15px;
    border-bottom: 1.5px dotted #EEEEEE;
  }
  .c-global-navigation .has-child .mega-menu-container .mega-menu li a .icon-image {
    max-width: 28px;
    margin-right: 8px;
  }
  .c-global-navigation .has-child .mega-menu-container .mega-menu li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 4px);
    right: 8px;
    width: 10px;
    height: 8px;
    background: url(../images/common/icon-arrow.svg) no-repeat center center;
  }
  .c-global-navigation .has-child.-js-opened > a .icon::after {
    transform: rotate(0deg);
  }
  .c-global-navigation .has-child.-js-opened .mega-menu-container {
    grid-template-rows: 1fr;
  }
  .c-global-navigation.-js-opened {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
}
/*======================================================================
 *  Footer
======================================================================*/
.c-footer {
  padding: 60px 20px 80px;
  background: #ECEEF1;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-footer .footer-container {
  display: flex;
  justify-content: space-between;
}
.c-footer .footer-main .footer-logo {
  max-width: 160px;
}
.c-footer .footer-main .footer-sub-menu {
  margin-top: 28px;
}
.c-footer .footer-main .footer-sub-menu ul {
  padding: 0;
  list-style: none;
}
.c-footer .footer-main .footer-sub-menu ul li {
  margin-bottom: 8px;
}
.c-footer .footer-main .footer-sub-menu ul li a {
  display: inline-block;
  color: var(--wp--preset--color--contrast);
  font-size: 12px;
  font-weight: 400;
}
.c-footer .footer-main .footer-sub-menu ul li:last-child {
  margin-bottom: 0;
}
.c-footer .footer-main .sns {
  margin-top: 48px;
}
.c-footer .footer-main .sns a {
  display: inline-block;
  max-width: 29px;
  margin-right: 24px;
}
.c-footer .footer-main .sns a:last-child {
  margin-right: 0;
}
.c-footer .footer-main.-mobile {
  display: none;
}
.c-footer .footer-sitemap.-sp {
  display: none;
}
.c-footer .footer-sitemap ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.c-footer .footer-sitemap ul li a {
  color: var(--wp--preset--color--contrast);
}
.c-footer .footer-sitemap ul li a:hover {
  text-decoration: none;
}
.c-footer .footer-sitemap > ul > li > a {
  font-size: 16px;
  font-weight: 700;
}
.c-footer .footer-sitemap > ul > li ul li a {
  font-size: 14px;
  font-weight: 400;
}
.c-footer .copyright {
  margin-top: 44px;
  font-size: 11px;
}
.c-footer.-magazine {
  padding-top: 24px;
  padding-bottom: 20px;
}
.c-footer.-magazine .footer-container {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
.c-footer.-magazine .footer-container .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  padding: 0;
  list-style: none;
}
.c-footer.-magazine .footer-container .footer-menu ul li a {
  color: var(--wp--preset--color--contrast);
  font-size: 12px;
  font-weight: 400;
}
.c-footer.-magazine .footer-container .footer-logo {
  display: none;
}
.c-footer.-magazine .footer-container .copyright {
  margin-top: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-footer .footer-main.-pc {
    width: 30%;
    border-right: 1px solid var(--wp--preset--color--base);
    padding-right: clamp(40px, calc(2.5rem + ((1vw - 10.25px) * 9.3023)), 60px);
  }
  .c-footer .footer-sitemap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    padding-left: clamp(46px, calc(2.875rem + ((1vw - 10.25px) * 5.7831)), 70px);
  }
  .c-footer .footer-sitemap > ul {
    width: 30%;
    margin-bottom: 64px;
  }
  .c-footer .footer-sitemap > ul.home-link {
    width: 100%;
    margin-bottom: 26px;
  }
  .c-footer .footer-sitemap > ul > li {
    margin-top: 24px;
  }
  .c-footer .footer-sitemap > ul > li:first-child {
    margin-top: 0;
  }
  .c-footer .footer-sitemap > ul > li ul {
    margin-top: 20px;
  }
  .c-footer .footer-sitemap > ul > li ul li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .c-footer {
    padding: 0 20px 35px;
  }
  .c-footer .footer-container {
    display: block;
  }
  .c-footer .footer-main .footer-logo {
    max-width: 130px;
    margin: 40px auto 0;
  }
  .c-footer .footer-main .footer-sub-menu {
    margin-top: 26px;
  }
  .c-footer .footer-main .footer-sub-menu ul li {
    margin-bottom: 15px;
  }
  .c-footer .footer-main .sns {
    margin-top: 28px;
    text-align: center;
  }
  .c-footer .footer-main .sns a {
    max-width: 40px;
  }
  .c-footer .footer-main.-pc {
    display: none;
  }
  .c-footer .footer-main.-mobile {
    display: block;
  }
  .c-footer .footer-sitemap {
    display: none;
  }
  .c-footer .footer-sitemap.-sp {
    display: block;
  }
  .c-footer .footer-sitemap ul li a {
    position: relative;
    display: flex;
    align-items: center;
  }
  .c-footer .footer-sitemap > ul > li {
    border-bottom: 1px solid var(--wp--preset--color--base);
  }
  .c-footer .footer-sitemap > ul > li > a {
    justify-content: space-between;
    padding: 16px 0;
  }
  .c-footer .footer-sitemap > ul > li > a i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .c-footer .footer-sitemap > ul > li > a i::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 7px);
    width: 14px;
    height: 12px;
    background: url(../images/common/icon-arrow-contast.svg) no-repeat center center;
  }
  .c-footer .footer-sitemap > ul > li ul {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0 20px;
    background-color: var(--wp--preset--color--base);
    transition: all 0.2s ease;
  }
  .c-footer .footer-sitemap > ul > li ul li {
    position: relative;
    margin-bottom: 17px;
    padding-left: 16px;
  }
  .c-footer .footer-sitemap > ul > li ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 6px;
    height: 7px;
    background-color: var(--wp--preset--color--contrast);
  }
  .c-footer .footer-sitemap > ul > li ul li:last-child {
    margin-bottom: 0;
  }
  .c-footer .footer-sitemap > ul.js-has-child > li > a i::before, .c-footer .footer-sitemap > ul.js-has-child > li > a i::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -1px;
    z-index: 1;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--wp--preset--color--contrast);
    transition: transform 0.3s linear;
  }
  .c-footer .footer-sitemap > ul.js-has-child > li > a i::after {
    transform: rotate(90deg);
  }
  .c-footer .footer-sitemap > ul.js-has-child.-js-opened > li > a i::after {
    transform: rotate(0deg);
  }
  .c-footer .footer-sitemap > ul.js-has-child.-js-opened > li ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 20px;
  }
  .c-footer .copyright {
    margin-top: 40px;
    text-align: center;
  }
  .c-footer.-magazine .footer-container .footer-menu ul {
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .c-footer.-magazine .footer-container .footer-logo {
    display: block;
    max-width: 200px;
    margin: 50px auto 0;
  }
  .c-footer.-magazine .footer-container .copyright {
    margin-top: 30px;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  margin: 0;
  padding: 18px 20px;
  width: 60px;
  height: 60px;
  background: #e20001;
  cursor: pointer;
}
.pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin: -4px 0 0 -8px;
}

/*======================================================================
 *  Form
======================================================================*/
form input[type=text] {
  width: 100%;
  outline: none;
  border-radius: 0;
  border: 1px solid #333;
  padding: 0.5em 1em;
  background-color: #fff;
}
form select {
  -webkit-appearance: none;
  appearance: none;
}
form select::-ms-expand {
  display: none;
}

/*======================================================================
 *  Button
======================================================================*/
/*------------------------------------------------------------
 * デフォルト
------------------------------------------------------------*/
.c-buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.c-buttons .c-button {
  width: 100%;
  margin: 0;
}
.c-buttons .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 275px;
  height: 75px;
  margin: 0 auto;
  padding: 16px 30px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  background-size: 10px;
  color: var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  transition: background 0.3s, color 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-buttons {
    flex-direction: column;
  }
  .c-buttons .c-button {
    margin: 0 auto;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 275px;
  height: 75px;
  margin: 0 auto;
  padding: 16px 30px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  background-size: 10px;
  color: var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  transition: background 0.3s, color 0.3s;
  border: 1px solid var(--wp--preset--color--primary);
}
.c-button:hover {
  opacity: 0.7;
}

.c-button-block > a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 275px;
  height: 75px;
  margin: 0 auto;
  padding: 16px 30px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  background-size: 10px;
  color: var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  transition: background 0.3s, color 0.3s;
  width: 100%;
  border: 1px solid var(--wp--preset--color--primary);
}
.c-button-block > a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
 * コアボタンブロック
------------------------------------------------------------*/
.wp-block-button {
  width: 100%;
}
.wp-block-button .wp-element-button,
.wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 275px;
  height: 75px;
  margin: 0 auto;
  padding: 16px 30px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  background-size: 10px;
  color: var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  transition: background 0.3s, color 0.3s;
  width: 100%;
}
.wp-block-button.btn_disabled .wp-block-button__link {
  color: var(--wp--preset--color--base);
  background-color: #C3C3C3;
  pointer-events: none;
  cursor: not-allowed;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 2px;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--base);
  box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: 0.5;
}
.wp-block-button.is-style-outline.btn_disabled .wp-block-button__link {
  color: #C3C3C3;
  border-color: #C3C3C3;
  pointer-events: none;
  cursor: not-allowed;
}

/*------------------------------------------------------------
 * 2カラムボタンブロック
------------------------------------------------------------*/
.c-two-column-button {
  max-width: 582px;
  margin-right: auto;
  margin-left: auto;
}
.c-two-column-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 275px;
  height: 75px;
  margin: 0 auto;
  padding: 16px 30px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  background-size: 10px;
  color: var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  transition: background 0.3s, color 0.3s;
  width: 100%;
}

/*======================================================================
 *  Arrow
======================================================================*/
/*------------------------------------------------------------
 * ボタンなどで使用するアイコン
------------------------------------------------------------*/
.c-icon-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.c-icon-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
  width: 14px;
  height: 12px;
  background: url(../images/common/icon-arrow-primary.svg) no-repeat center center;
}

.c-icon-arrow-circle {
  position: relative;
  display: inline-block;
  width: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 0.9249)), 32px);
  height: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 0.9249)), 32px);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  transition: background 0.3s;
}
.c-icon-arrow-circle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 5px);
  width: 10px;
  height: 8px;
  background: url(../images/common/icon-arrow-small-white.svg) no-repeat center center;
  background-size: contain;
  transition: background 0.3s;
}
.c-icon-arrow-circle.swiper-button {
  width: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 2.3121)), 60px);
  height: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 2.3121)), 60px);
  cursor: pointer;
}
.c-icon-arrow-circle.swiper-button:before {
  top: calc(50% - 5px);
  left: calc(50% - 7px);
  width: 14px;
  height: 12px;
}
.c-icon-arrow-circle.swiper-button-prev:before {
  transform: rotateY(180deg);
}
.c-icon-arrow-corner {
  width: 48px;
  height: 40px;
  background-color: var(--wp--preset--color--accent-light-blue-1);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: background 0.3s;
}
.c-icon-arrow-corner:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 10px;
  height: 8px;
  background: url(../images/common/card-corner-arrow-white.svg) no-repeat center center;
  background-size: contain;
  transition: background 0.3s;
}
.c-icon-arrow-corner.-pink {
  background-color: #FF557E;
}
.c-icon-arrow-corner.-yellow {
  background-color: #F4BE2E;
}

/*======================================================================
 *  Card
======================================================================*/
.c-card {
  border: 1px solid;
  padding: 1em;
  text-align: center;
}

/*======================================================================
 *  Category
======================================================================*/
.c-category {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.c-category li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 20px;
  margin: 8px 8px 0 0;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

/*======================================================================
 * Title
======================================================================*/
/*------------------------------------------------------------
 * セクションタイトル
------------------------------------------------------------*/
.c-section-heading {
  position: relative;
  margin-bottom: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
  text-align: center;
  line-height: 1.6;
}
.c-section-heading.-en .ja {
  position: absolute;
  top: -8%;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-section-heading.-en .ja {
    position: static;
    margin-top: clamp(-7.5rem, -5.089vw + -5.057rem, -6.25rem);
    transform: none;
  }
}

.c-section-title-sub {
  margin: 0;
  font-size: clamp(26px, calc(1.625rem + ((1vw - 3.75px) * 1.1561)), 36px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.c-section-title-sub .en {
  display: block;
  overflow: hidden;
  color: #F8F8F8;
  font-size: clamp(100px, calc(6.25rem + ((1vw - 3.75px) * 4.6243)), 140px);
  font-weight: 500;
  line-height: 0.9;
}
@media screen and (max-width: 374px) {
  .c-section-title-sub .en {
    font-size: 70px;
  }
}

.c-section-title {
  margin: 0;
  font-size: clamp(26px, calc(1.625rem + ((1vw - 3.75px) * 1.1561)), 36px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.c-section-title .ja {
  display: block;
}
.c-section-title .ja::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: clamp(19px, calc(1.1875rem + ((1vw - 3.75px) * 0.578)), 24px);
  height: clamp(17px, calc(1.0625rem + ((1vw - 3.75px) * 0.578)), 22px);
  margin: 0 auto 5px;
  background-image: url(../images/common/decoration-kirakira.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*------------------------------------------------------------
 * セクションタイトル（シンプルパターン1）
------------------------------------------------------------*/
.c-section-title-simple {
  position: relative;
  margin-bottom: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.4624)), 20px);
  padding: 13px 0 13px 20px;
  border-left: 3px solid var(--wp--preset--color--secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-section-title-simple {
    padding: 0 0 0 20px;
  }
}

/*------------------------------------------------------------
 * セクションタイトル（シンプルパターン2）
------------------------------------------------------------*/
.c-section-title-simple2 {
  position: relative;
  margin-bottom: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.4624)), 20px);
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2312)), 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.c-section-title-simple2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 97px;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 768px) {
  .c-section-title-simple2 {
    line-height: 1.3;
    letter-spacing: 0.03em;
  }
}

/*------------------------------------------------------------
 * 見出し下説明文
------------------------------------------------------------*/
.c-section-description {
  margin-top: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 1.1561)), 28px);
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2312)), 18px);
  font-weight: 400;
  letter-spacing: 0.03em;
}

/*------------------------------------------------------------
 * 装飾付き（キラキラ）タイトル
 * h3見出しブロックでも使用
------------------------------------------------------------*/
.c-title-decoration-kirakira,
h3.wp-block-heading {
  margin-top: var(--wp--preset--spacing--50);
  margin-bottom: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
  color: var(--wp--preset--color--primary);
  font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.9249)), 28px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-title-decoration-kirakira.-small,
h3.wp-block-heading.-small {
  margin-bottom: 32px;
  font-size: 20px;
}
.c-title-decoration-kirakira.-large,
h3.wp-block-heading.-large {
  margin-bottom: 32px;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 0.9249)), 32px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.c-title-decoration-kirakira:before,
h3.wp-block-heading:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: clamp(19px, calc(1.1875rem + ((1vw - 3.75px) * 0.578)), 24px);
  height: clamp(17px, calc(1.0625rem + ((1vw - 3.75px) * 0.578)), 22px);
  margin: 0 auto 10px;
  background: url(../images/common/decoration-kirakira.svg);
  background-size: contain;
}
.c-title-decoration-kirakira.has-text-align-left,
h3.wp-block-heading.has-text-align-left {
  text-align: left;
}
.c-title-decoration-kirakira.has-text-align-left:before,
h3.wp-block-heading.has-text-align-left:before {
  margin-left: 0;
}
.c-title-decoration-kirakira.has-text-align-right,
h3.wp-block-heading.has-text-align-right {
  text-align: right;
}
.c-title-decoration-kirakira.has-text-align-right:before,
h3.wp-block-heading.has-text-align-right:before {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-title-decoration-kirakira.-large,
h3.wp-block-heading.-large {
    letter-spacing: 0.08em;
  }
}

/*------------------------------------------------------------
 * 装飾付きタイトル
 * h2見出しブロックでも使用
------------------------------------------------------------*/
.c-title-decoration-wave,
h2.wp-block-heading {
  margin-bottom: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 0.9249)), 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c-title-decoration-wave:after,
h2.wp-block-heading:after {
  content: "";
  display: block;
  width: 85px;
  height: 9px;
  margin: 18px auto 0;
  background: url(../images/common/decoration-wave.png);
  background-size: contain;
}
.c-title-decoration-wave.has-text-align-left,
h2.wp-block-heading.has-text-align-left {
  text-align: left;
}
.c-title-decoration-wave.has-text-align-left:after,
h2.wp-block-heading.has-text-align-left:after {
  margin-left: 0;
}
.c-title-decoration-wave.has-text-align-right,
h2.wp-block-heading.has-text-align-right {
  text-align: right;
}
.c-title-decoration-wave.has-text-align-right:after,
h2.wp-block-heading.has-text-align-right:after {
  margin-right: 0;
}

/*------------------------------------------------------------
 * h4見出しブロックでも使用
------------------------------------------------------------*/
h4.wp-block-heading {
  margin-top: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 2.3121)), 60px);
  margin-bottom: 24px;
  color: var(--wp--preset--color--primary);
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.4624)), 22px);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
h4.wp-block-heading.has-text-align-left {
  text-align: left;
}
h4.wp-block-heading.has-text-align-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  h4.wp-block-heading {
    line-height: 1.7;
  }
}

/*------------------------------------------------------------
 * h4見出しブロックでも使用
------------------------------------------------------------*/
.c-title-decoration-band,
p.is-style-title-decoration-band,
.wp-block-heading:is(h1, h2, h3, h4, h5, h6).is-style-title-decoration-band {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 16px 20px 16px 42px;
  border-top: 1px solid #ECEEF1;
  background-color: #F6F8FB;
  color: var(--wp--preset--color--contrast);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-title-decoration-band:before,
p.is-style-title-decoration-band:before,
.wp-block-heading:is(h1, h2, h3, h4, h5, h6).is-style-title-decoration-band:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(23px / 2);
  left: 20px;
  z-index: 1;
  width: 3px;
  height: calc(100% - 23px);
  margin: 0;
  background: var(--wp--preset--color--secondary);
}
.c-title-decoration-band:after,
p.is-style-title-decoration-band:after,
.wp-block-heading:is(h1, h2, h3, h4, h5, h6).is-style-title-decoration-band:after {
  display: none;
}
.c-title-decoration-band.has-text-align-center,
p.is-style-title-decoration-band.has-text-align-center,
.wp-block-heading:is(h1, h2, h3, h4, h5, h6).is-style-title-decoration-band.has-text-align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title-decoration-band,
p.is-style-title-decoration-band,
.wp-block-heading:is(h1, h2, h3, h4, h5, h6).is-style-title-decoration-band {
    line-height: 1.4;
  }
}

/*======================================================================
 * Page Title
======================================================================*/
/*------------------------------------------------------------
 * ページタイトル（パターン1）
------------------------------------------------------------*/
.c-page-title {
  overflow: hidden;
  margin-bottom: clamp(48px, calc(3rem + ((1vw - 10.24px) * 14.8148)), 80px);
  padding: 0 var(--wp--preset--spacing--40);
}
.c-page-title > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  min-height: clamp(188px, calc(11.75rem + ((1vw - 3.75px) * 15.2601)), 320px);
  margin-left: auto;
  margin-right: auto;
}
.c-page-title .heading .en {
  display: block;
  margin-bottom: 10px;
  color: var(--wp--preset--color--primary);
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.4624)), 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
}
.c-page-title .heading .en:before {
  content: "";
  display: inline-block;
  width: clamp(7px, calc(0.4375rem + ((1vw - 3.75px) * 0.3468)), 10px);
  height: clamp(9px, calc(0.5625rem + ((1vw - 3.75px) * 0.3468)), 12px);
  margin-right: 6px;
  background: url(../images/common/decoration-kira.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-page-title .heading {
    padding: clamp(32px, calc(2rem + ((1vw - 3.75px) * 7.1247)), 60px) var(--wp--preset--spacing--40);
  }
  .c-page-title .heading h1 {
    padding: 0;
  }
}
.c-page-title h1 {
  margin: 0;
}
.c-page-title h1 .ja {
  display: block;
  margin: 0;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.6185)), 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-page-title.-image {
  padding: 0 var(--wp--preset--spacing--40);
}
.c-page-title.-image > .inner {
  min-height: auto;
}
.c-page-title.-image .image {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  width: clamp(420px, calc(26.25rem + ((1vw - 10.25px) * 176.7442)), 800px);
  margin: 0 calc(50% - 50vw) 0 clamp(20px, calc(1.25rem + ((1vw - 10.25px) * 27.907)), 80px);
  border-bottom-left-radius: 80px;
  aspect-ratio: 800/320;
}
.c-page-title.-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    padding: 0;
  }
  .c-page-title > .inner {
    display: block;
    min-height: auto;
  }
  .c-page-title h1 {
    padding: clamp(32px, calc(2rem + ((1vw - 3.75px) * 7.1247)), 60px) var(--wp--preset--spacing--40);
  }
  .c-page-title.-image {
    padding: 0;
  }
  .c-page-title.-image .image {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 0;
  }
  .c-page-title.-image .image img {
    width: 100%;
  }
  .c-page-title:has(+ .l-section-container.-blue), .c-page-title:has(+ .l-section-container.-base-blue), .c-page-title:has(+ .l-section-container.-gray) {
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------
 * ページタイトル（パターン2）
------------------------------------------------------------*/
.c-page-hero {
  margin-bottom: var(--wp--preset--spacing--60);
  padding: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 8.5549)), 134px) var(--wp--preset--spacing--40);
}
.c-page-hero h1 {
  margin: 0;
}
.c-page-hero h1 .ja {
  display: block;
  margin: 0;
  font-size: clamp(28px, calc(1.75rem + ((1vw - 3.75px) * 1.1561)), 38px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-page-hero.-image {
  margin-bottom: var(--wp--preset--spacing--50);
  padding: 0;
}
.c-page-hero.-image .image {
  display: block;
  margin-bottom: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 3.237)), 40px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-page-hero h1 .ja {
    text-align: left;
  }
  .c-page-hero.-image h1 {
    padding: 0 var(--wp--preset--spacing--40);
  }
}

/*======================================================================
 * Text
 * テキスト、段落の設定
======================================================================*/
/*------------------------------------------------------------
 * 段落ブロック： 本文
------------------------------------------------------------*/
.is-style-body-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/*------------------------------------------------------------
 * 段落ブロック： リード文
------------------------------------------------------------*/
.is-style-lead {
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.5089)), 18px);
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
/*------------------------------------------------------------
 * 段落ブロック： PC中央・SP左揃え
------------------------------------------------------------*/
.is-style-pc-center-and-sp-left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .is-style-pc-center-and-sp-left {
    text-align: left;
  }
}

/*------------------------------------------------------------
 * 段落ブロック： ※あり注釈
------------------------------------------------------------*/
.c-note-asterisk,
.is-style-note-asterisk {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-note-asterisk p,
.is-style-note-asterisk p {
  margin: 0 0 2px;
}
.c-note-asterisk p:last-child,
.is-style-note-asterisk p:last-child {
  margin-bottom: 0;
}
/*------------------------------------------------------------
 * リストブロック： ※あり注釈リスト
------------------------------------------------------------*/
.is-style-note-asterisk-list {
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.is-style-note-asterisk-list li {
  margin-bottom: 5px;
  color: #333333;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.is-style-note-asterisk-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------
 * c-text-block
------------------------------------------------------------*/
.c-text-block {
  margin-bottom: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-text-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-text-block {
    text-align: left;
  }
}

/*------------------------------------------------------------
 * 画像とテキスト スタイルパターン1
 * 選ばれる理由（料金関連、宅配エリア関連ページなど）で使用する
------------------------------------------------------------*/
.c-image-text-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 39px;
}
.c-image-text-list .item {
  width: calc(33.3333333333% - 26px);
}
.c-image-text-list .item .image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  aspect-ratio: 335/223;
}
.c-image-text-list .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-image-text-list .item .content {
  position: relative;
  z-index: 1;
  margin-top: -12px;
  padding: 0 3px;
  text-align: center;
  letter-spacing: 0.06em;
}
.c-image-text-list .item .content .label-title {
  display: inline-block;
  margin: 0 0 6px;
  padding: 5px 16px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.c-image-text-list .item .content .title {
  margin: 0;
  color: var(--wp--preset--color--primary);
  font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.2312)), 22px);
  font-weight: 600;
  line-height: 1.5;
}
.c-image-text-list .item .content .text {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.c-image-text-list .item .content .note {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 7px;
  text-align: left;
}
.c-image-text-list .item .content .note p {
  margin: 0 0 2px;
}
.c-image-text-list .item .content .note p:last-child {
  margin-bottom: 0;
}
.c-image-text-list .item .content .note p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-image-text-list + * {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-image-text-list.-design-circle .item .content {
  overflow: hidden;
  margin-top: -30px;
  padding-top: 20px;
}
.c-image-text-list.-design-circle .item .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 135px);
  z-index: 0;
  width: 270px;
  height: 240px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--base);
}
.c-image-text-list.-design-circle .item .content > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-image-text-list {
    flex-direction: column;
  }
  .c-image-text-list .item {
    width: 100%;
  }
}

.l-section-container.-blue .c-image-text-list .item .content:before {
  background-color: var(--wp--preset--color--sub-blue-2);
}

/*------------------------------------------------------------
 * 画像とテキスト スタイルパターン2 （※各固定ページで使用する 衣類TOPなど）
------------------------------------------------------------*/
.c-image-text-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, calc(1.75rem + ((1vw - 3.75px) * 2.0809)), 46px);
}
.c-image-text-list2 .item {
  overflow: hidden;
  width: calc(50% - 23px);
  margin: 0;
  border-radius: 20px;
  background-color: var(--wp--preset--color--base);
}
.c-image-text-list2 .item.-sub-gray-1 {
  background-color: var(--wp--preset--color--sub-gray-1);
}
.c-image-text-list2 .item > .wp-block-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 2/1;
}
.c-image-text-list2 .item > .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0;
}
.c-image-text-list2 .item > .wp-block-group {
  margin: 0;
  padding: 24px 20px 40px;
}
.c-image-text-list2 .item > .wp-block-group > h3.wp-block-heading {
  margin: 0 0 20px;
  font-size: 20px;
}
.c-image-text-list2 .item > .wp-block-group > h3.wp-block-heading:before {
  width: 17px;
  height: 17px;
}
.c-image-text-list2 .item > .wp-block-group .is-style-body-text {
  margin: 0 0 6px;
}
.c-image-text-list2 .item > .wp-block-group .is-style-note-asterisk {
  margin: 0 0 6px;
}
.c-image-text-list2 .item > .wp-block-group .c-button-block {
  margin: 27px 0 0;
}
@media screen and (max-width: 768px) {
  .c-image-text-list2 {
    flex-direction: column;
  }
  .c-image-text-list2 .item {
    width: 100%;
  }
}

/*------------------------------------------------------------
 * 画像とテキスト スタイルパターン3（※各固定ページ、特徴・こだわりブロックなどに使用する）
------------------------------------------------------------*/
.c-image-text-list3 {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.c-image-text-list3 .image {
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 8px;
  text-align: center;
}
.c-image-text-list3 .subtitle {
  margin: 0;
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-image-text-list3 .subtitle + .title {
  margin-top: 5px;
}
.c-image-text-list3 .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-image-text-list3 .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: left;
}
.c-image-text-list3 .text a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

/*------------------------------------------------------------
 * 2列 画像＋テキスト （衣類TOPなどで使用）
------------------------------------------------------------*/
.c-col2-image-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.3873)), 32px) 40px;
}
.c-col2-image-text > .wp-block-group,
.c-col2-image-text > .item {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 20px);
  margin: 0;
  padding: 0 0 clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.3873)), 32px);
  border-bottom: 1px solid #ECEEF1;
}
.c-col2-image-text > .wp-block-group > .wp-block-image,
.c-col2-image-text > .wp-block-group > .c-image-pc-and-sp,
.c-col2-image-text > .wp-block-group > .image,
.c-col2-image-text > .item > .wp-block-image,
.c-col2-image-text > .item > .c-image-pc-and-sp,
.c-col2-image-text > .item > .image {
  flex: 0 0 auto;
  overflow: hidden;
  width: clamp(100px, calc(6.25rem + ((1vw - 3.75px) * 6.9364)), 160px);
  margin: 0 clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 1.1561)), 20px) 0 0;
}
.c-col2-image-text > .wp-block-group .content,
.c-col2-image-text > .item .content {
  flex: 1 1 auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-col2-image-text > .wp-block-group .content p,
.c-col2-image-text > .item .content p {
  margin: 0;
}
.c-col2-image-text > .wp-block-group .content .title,
.c-col2-image-text > .item .content .title {
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2312)), 18px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.c-col2-image-text > .wp-block-group .content .title + *,
.c-col2-image-text > .item .content .title + * {
  margin-top: 5px;
}
.c-col2-image-text > .wp-block-group .content .text a,
.c-col2-image-text > .item .content .text a {
  color: var(--wp--preset--color--text-link);
  font-size: 12px;
  font-weight: 600;
}
.c-col2-image-text > .wp-block-group .content .text + *,
.c-col2-image-text > .item .content .text + * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-col2-image-text {
    flex-direction: column;
    gap: 20px 0;
  }
  .c-col2-image-text .item {
    width: 100%;
  }
}
.c-col2-image-text.-title-large > .wp-block-group,
.c-col2-image-text.-title-large > .item {
  align-items: center;
}
.c-col2-image-text.-title-large > .wp-block-group .content .title,
.c-col2-image-text.-title-large > .item .content .title {
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.2312)), 20px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.c-col2-image-text.-border-none > .wp-block-group,
.c-col2-image-text.-border-none > .item {
  padding: 0;
  border-bottom: none;
}
/*======================================================================
 * Table
======================================================================*/
/*------------------------------------------------------------
 * 表のスタイルパターン1（料金表ページ、テーブルブロックで使用）
------------------------------------------------------------*/
.c-table,
.is-style-table {
  overflow: hidden;
  border: 1px solid #ADB8BE;
  border-spacing: 0;
  border-radius: 8px;
}
.c-table tr:last-child th, .c-table tr:last-child td,
.is-style-table tr:last-child th,
.is-style-table tr:last-child td {
  border-bottom: none;
}
.c-table tr th, .c-table tr td,
.is-style-table tr th,
.is-style-table tr td {
  width: 50%;
  padding: 16px clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 2.3121)), 32px);
  border: none;
  border-bottom: 1px solid #ADB8BE;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
.c-table tr th,
.is-style-table tr th {
  background-color: var(--wp--preset--color--base-blue);
}
.c-table tr td .price,
.is-style-table tr td .price {
  font-size: 18px;
}
.c-table {
  max-width: 716px;
  width: 100%;
  margin: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px) auto;
}

/*------------------------------------------------------------
 * 表のスタイルパターン2（料金表ページで使用）
------------------------------------------------------------*/
.c-table-style-2-wrap {
  max-width: 560px;
  width: 100%;
  margin: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px) auto;
  padding: 5px 30px;
  border-radius: 10px;
  background-color: var(--wp--preset--color--base);
}
.c-table-style-2-wrap .c-table-style-2 {
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: none;
}
.c-table-style-2-wrap .c-table-style-2 tr th, .c-table-style-2-wrap .c-table-style-2 tr td {
  padding: 5px 0;
}
.c-table-style-2-wrap .c-table-style-2 tr td {
  text-align: right;
}

.c-table-style-2 {
  overflow: hidden;
  max-width: 560px;
  width: 100%;
  margin: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px) auto;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: var(--wp--preset--color--base);
}
.c-table-style-2 tr {
  border-bottom: 1px dashed #ADB8BE;
}
.c-table-style-2 tr:last-child {
  border-bottom: none;
}
.c-table-style-2 tr th, .c-table-style-2 tr td {
  width: 50%;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-table-style-2 tr td .price {
  font-size: 18px;
}
/*------------------------------------------------------------
 * 表のスタイルパターン3（宅配エリアで使用）
------------------------------------------------------------*/
.c-table-style-3 {
  max-width: 716px;
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
}
.c-table-style-3 tr:last-child th, .c-table-style-3 tr:last-child td {
  border-bottom: none;
}
.c-table-style-3 tr th, .c-table-style-3 tr td {
  width: 50%;
  padding: 7px 10px;
  border-bottom: 2px solid var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.c-table-style-3 tr th:first-child, .c-table-style-3 tr td:first-child {
  border-right: 2px solid var(--wp--preset--color--base);
}
.c-table-style-3 tr th {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-weight: 700;
}
.c-table-style-3 tr th:last-child {
  background-color: #006DC9;
}
.c-table-style-3 tr td {
  background-color: #ECEEF1;
  font-family: var(--wp--preset--font-family--roboto);
}
.c-table-style-3 tr td:last-child {
  background-color: #ECF3FB;
}
/*------------------------------------------------------------
 * 表のスタイルパターン4（テーブルブロックで使用）
------------------------------------------------------------*/
.c-table-style-4,
.is-style-table2 {
  border-spacing: 0;
}
.c-table-style-4 thead,
.is-style-table2 thead {
  border-bottom: none;
}
.c-table-style-4 thead tr td, .c-table-style-4 thead tr th,
.is-style-table2 thead tr td,
.is-style-table2 thead tr th {
  padding-top: 0;
}
.c-table-style-4 thead tr th:first-of-type,
.is-style-table2 thead tr th:first-of-type {
  color: var(--wp--preset--color--accent-light-pink-1);
}
.c-table-style-4 thead tr th:last-of-type,
.is-style-table2 thead tr th:last-of-type {
  color: var(--wp--preset--color--secondary);
}
.c-table-style-4 thead tr td,
.c-table-style-4 tbody tr th,
.is-style-table2 thead tr td,
.is-style-table2 tbody tr th {
  width: 20.7577%;
  padding-right: 0;
  padding-left: 0;
}
.c-table-style-4 thead tr th,
.c-table-style-4 tbody tr td,
.is-style-table2 thead tr th,
.is-style-table2 tbody tr td {
  text-align: center;
}
.c-table-style-4 tr th, .c-table-style-4 tr td,
.is-style-table2 tr th,
.is-style-table2 tr td {
  width: calc(100% / 3);
  padding: 18px 4px;
  border: none;
  border-bottom: 1px solid #ADB8BE;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
.c-table-style-4 tr th,
.is-style-table2 tr th {
  font-weight: 700;
}
.c-table-style-4 tr td strong,
.is-style-table2 tr td strong {
  color: var(--wp--preset--color--accent-light-pink-1);
  font-weight: 600;
}
.c-table-style-4 tr td .icon-check span,
.is-style-table2 tr td .icon-check span {
  display: none;
}
.c-table-style-4 tr td .icon-check:before,
.is-style-table2 tr td .icon-check:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/common/icon-check.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-table-style-4 thead tr td,
.c-table-style-4 tbody tr th,
.is-style-table2 thead tr td,
.is-style-table2 tbody tr th {
    width: calc(100% / 3);
  }
}

/*------------------------------------------------------------
 * 表のスタイルパターン5（テーブルブロックで使用）
------------------------------------------------------------*/
.c-table-style-5,
.is-style-table3 {
  width: 100%;
  border-spacing: 0;
}
.c-table-style-5 thead,
.is-style-table3 thead {
  border-bottom: 2px solid var(--wp--preset--color--base);
}
.c-table-style-5 tr:first-child th,
.is-style-table3 tr:first-child th {
  font-family: var(--wp--preset--font-family--noto-sans-jp);
}
.c-table-style-5 tr th, .c-table-style-5 tr td,
.is-style-table3 tr th,
.is-style-table3 tr td {
  padding: 7px 10px;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--base);
  font-size: 12px;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.c-table-style-5 tr th:first-child, .c-table-style-5 tr td:first-child,
.is-style-table3 tr th:first-child,
.is-style-table3 tr td:first-child {
  border-right: 2px solid var(--wp--preset--color--base);
}
.c-table-style-5 tr th:last-child, .c-table-style-5 tr td:last-child,
.is-style-table3 tr th:last-child,
.is-style-table3 tr td:last-child {
  border-left: 2px solid var(--wp--preset--color--base);
}
.c-table-style-5 tr th,
.is-style-table3 tr th {
  width: calc(100% / 3);
  padding: 11px 10px;
  color: var(--wp--preset--color--base);
  font-size: 14px;
  font-weight: 700;
  background-color: var(--wp--preset--color--secondary);
}
.c-table-style-5 tr td,
.is-style-table3 tr td {
  background-color: var(--wp--preset--color--sub-blue-1);
}
.c-table-style-5 tr td .small,
.is-style-table3 tr td .small {
  font-size: 14px;
  font-weight: 700;
}
.c-table-style-5 tr td .large,
.is-style-table3 tr td .large {
  font-size: 18px;
  font-weight: 700;
}
.c-table-style-5 tr:not(:first-child):nth-child(even) td,
.is-style-table3 tr:not(:first-child):nth-child(even) td {
  background-color: var(--wp--preset--color--sub-blue-2);
}
.c-table-style-5 tr:last-child th, .c-table-style-5 tr:last-child td,
.is-style-table3 tr:last-child th,
.is-style-table3 tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-table-style-5 tr th,
.is-style-table3 tr th {
    padding: 7px 10px;
  }
  .c-table-style-5 tr td,
.is-style-table3 tr td {
    padding: 6px 10px;
  }
}

/*------------------------------------------------------------
 * 表のスタイルパターン6（靴のクリーニング料金で使用）
------------------------------------------------------------*/
.c-table-style-6 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.c-table-style-6 th,
.c-table-style-6 td {
  width: 50%;
  font-size: 0.75rem;
  border: 1px solid #006DC9;
}
.c-table-style-6 th {
  padding: 7px 10px;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 0.08em;
  background-color: #006DC9;
}
@media screen and (max-width: 768px) {
  .c-table-style-6 th {
    padding: 7px 5px;
  }
}
.c-table-style-6 th:first-child {
  border-right-color: #FFF;
}
.c-table-style-6 th:not(:first-child) {
  border-left-color: #FFF;
}
.c-table-style-6 th .large {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
}
.c-table-style-6 td {
  padding: 7px 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .c-table-style-6 td {
    padding: 10px 12px;
    text-align: left;
  }
}
.c-table-style-6 td .strong {
  color: #FF557E;
}

/*------------------------------------------------------------
 * 表のスタイルパターン7（宅配エリアで使用）
------------------------------------------------------------*/
.c-table-style-7 {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table-style-7 tr th, .c-table-style-7 tr td {
  width: calc(100% / 3);
  padding: 19px 10px;
  border: 1px solid #D0DFF0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-table-style-7 tr th {
  background-color: #ECF3FB;
}
.c-table-style-7 tr td .icon-circle {
  display: block;
  margin: 0 0 6px;
  font-size: 0;
  text-align: center;
}
.c-table-style-7 tr td .icon-circle:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #7F7F7F;
  border-radius: 50%;
}
.c-table-style-7 tr td .icon-triangle {
  display: block;
  margin: 0 auto 7px;
  fill: none;
}
.c-table-style-7 tr td .icon-triangle path {
  stroke: #7F7F7F;
}
.c-table-style-7 tr td.color-primary {
  border-right: 2px solid;
  border-left: 2px solid;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.c-table-style-7 tr td.color-primary .icon-circle:before {
  border-color: var(--wp--preset--color--primary);
}
.c-table-style-7 tr td.color-primary .icon-triangle:before {
  fill: var(--wp--preset--color--primary);
}
.c-table-style-7 tr:first-child th, .c-table-style-7 tr:first-child td {
  border: none;
}
.c-table-style-7 tr:first-child th {
  background-color: #ECEEF1;
}
.c-table-style-7 tr:first-child th.color-primary {
  border-right: 2px solid var(--wp--preset--color--primary);
  border-left: 2px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-weight: 700;
}
.c-table-style-7 tr:last-child td.color-primary {
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.c-table-style-7 tr > *:first-child {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .c-table-style-7 tr th, .c-table-style-7 tr td {
    padding: 12px 5px;
    font-size: 12px;
  }
  .c-table-style-7 tr th {
    letter-spacing: 0.15em;
  }
  .c-table-style-7 tr:first-child th, .c-table-style-7 tr:first-child td {
    padding: 10px 5px;
  }
}

/*------------------------------------------------------------
 * テーブルブロック（シンプル表）
------------------------------------------------------------*/
.is-style-table-simple {
  overflow: hidden;
  border: 1px solid #ADB8BE;
  border-spacing: 0;
  border-radius: 8px;
}
.is-style-table-simple tr:last-child > * {
  border-bottom: none;
}
.is-style-table-simple tr > * {
  padding: 16px clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 2.3121)), 32px);
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--not-standard);
  background-color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
.is-style-table-simple tr > *:first-child {
  background-color: var(--wp--preset--color--base-blue);
}
.is-style-table-simple tr th {
  background-color: var(--wp--preset--color--base-blue);
}
.is-style-table-simple tr td .price {
  font-size: 18px;
}
.is-style-table-simple thead {
  border-bottom: none;
}
.is-style-table-simple thead tr > * {
  background-color: var(--wp--preset--color--base);
}
.is-style-table-simple thead tr > *:first-child {
  background-color: var(--wp--preset--color--base-blue);
}
.is-style-table-simple thead tr:last-child > * {
  border-bottom: 1px solid var(--wp--preset--color--not-standard);
}
.is-style-table-simple tfoot {
  border-top: none;
}
.is-style-table-simple tfoot tr > * {
  border-top: 1px solid var(--wp--preset--color--not-standard);
}

/*------------------------------------------------------------
 * テーブルブロック（ストライプ表）
------------------------------------------------------------*/
.is-style-table-stripe {
  border-spacing: 0;
}
.is-style-table-stripe tr > * {
  padding: 18px 4px;
  border: none;
  border-bottom: 1px solid #ADB8BE;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
.is-style-table-stripe tr th {
  font-weight: 700;
}
.is-style-table-stripe tr td strong {
  color: var(--wp--preset--color--accent-light-pink-1);
  font-weight: 600;
}
.is-style-table-stripe tr td .icon-check span {
  display: none;
}
.is-style-table-stripe tr td .icon-check:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/common/icon-check.svg) no-repeat center center;
  background-size: contain;
}
.is-style-table-stripe thead {
  border-bottom: none;
}
.is-style-table-stripe thead tr > * {
  padding-top: 0;
}
.is-style-table-stripe tfoot {
  border-top: none;
}
/*------------------------------------------------------------
 * テーブルブロック（時間帯表）
------------------------------------------------------------*/
.is-style-table-time {
  border-spacing: 0;
}
.is-style-table-time tr:last-child > * {
  border-bottom: none;
}
.is-style-table-time tr > * {
  padding: 7px 10px;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.is-style-table-time tr > *:first-child {
  border-right: 2px solid var(--wp--preset--color--base);
}
.is-style-table-time tr td {
  background-color: #ECEEF1;
  font-family: var(--wp--preset--font-family--roboto);
}
.is-style-table-time tr td:last-child {
  background-color: #ECF3FB;
}
.is-style-table-time thead {
  border-bottom: none;
}
.is-style-table-time thead tr > * {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-weight: 700;
}
.is-style-table-time thead tr > *:last-child {
  background-color: var(--wp--preset--color--secondary);
}
.is-style-table-time thead tr:last-child > * {
  border-bottom: 2px solid var(--wp--preset--color--base);
}
.is-style-table-time tfoot {
  border-top: none;
}
.is-style-table-time tfoot tr > * {
  border-top: 2px solid var(--wp--preset--color--base);
}
.is-style-table-time .has-border-color tr:last-child > * {
  border-color: inherit;
}
.is-style-table-time .has-border-color tr > *:first-child {
  border-color: inherit;
}
/*------------------------------------------------------------
 * テーブルブロック（料金表）
------------------------------------------------------------*/
.is-style-table-price {
  border-spacing: 0;
}
.is-style-table-price tr:last-child > * {
  border-bottom: none;
}
.is-style-table-price tr > * {
  padding: 7px 10px;
  border: none;
  border-left: 2px solid var(--wp--preset--color--base);
  border-bottom: 2px solid var(--wp--preset--color--base);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.is-style-table-price tr > *:first-child {
  border-left: none;
}
.is-style-table-price tr td {
  background-color: var(--wp--preset--color--sub-blue-1);
}
.is-style-table-price tr td .small {
  font-size: 14px;
  font-weight: 700;
}
.is-style-table-price tr td .large {
  font-size: 18px;
  font-weight: 700;
}
.is-style-table-price thead {
  border-bottom: none;
}
.is-style-table-price thead tr > * {
  padding: 11px 10px;
  color: var(--wp--preset--color--base);
  font-size: 14px;
  font-weight: 700;
  background-color: var(--wp--preset--color--secondary);
}
.is-style-table-price thead tr:last-child {
  border-bottom: 2px solid var(--wp--preset--color--base);
}
.is-style-table-price tbody tr:nth-child(even) td {
  background-color: var(--wp--preset--color--sub-blue-2);
}
.is-style-table-price tfoot {
  border-top: none;
}
.is-style-table-price tfoot tr > * {
  border-top: 2px solid var(--wp--preset--color--base);
}
@media screen and (max-width: 768px) {
  .is-style-table-price tr th {
    padding: 7px 10px;
  }
  .is-style-table-price tr td {
    padding: 6px 10px;
  }
}

/*------------------------------------------------------------
 * テーブルブロック（保証表）
------------------------------------------------------------*/
.is-style-table-guarantee {
  table-layout: fixed;
}
.is-style-table-guarantee table {
  border-spacing: 0;
  border-collapse: collapse;
}
.is-style-table-guarantee tr > * {
  padding: 7px 10px;
  border: 1px solid var(--wp--preset--color--secondary);
  font-size: 12px;
  line-height: 1.6;
}
.is-style-table-guarantee tr td {
  background-color: var(--wp--preset--color--base);
  text-align: center;
}
.is-style-table-guarantee thead {
  border-bottom: none;
}
.is-style-table-guarantee thead tr > * {
  color: #FFF;
  background-color: var(--wp--preset--color--secondary);
}
.is-style-table-guarantee thead tr > *:not(:first-child) {
  border-left-color: var(--wp--preset--color--base);
}
.is-style-table-guarantee thead tr > *:not(:last-child) {
  border-right: none;
}
.is-style-table-guarantee tfoot {
  border-top: none;
}

/*======================================================================
 *  Image （画像）
======================================================================*/
/*------------------------------------------------------------
 * 画像（PC＋SP）カスタムブロック
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .c-image-pc-and-sp {
    text-align: center;
  }
  .c-image-pc-and-sp img {
    width: 100%;
  }
  .c-image-pc-and-sp.-media img {
    max-width: 335px;
  }
  .c-image-pc-and-sp.-servicearea-image {
    padding-right: 11.5px;
    padding-left: 11.5px;
  }
}

/*======================================================================
 *  Video （動画 ※各固定ページで使用する）
======================================================================*/
.c-video-iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*======================================================================
 *  Banner （バナー）
======================================================================*/
/*------------------------------------------------------------
 * 衣類関連ページ用バナー
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .c-clothing-banner {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*======================================================================
 *  CTA （お問い合わせ 電話番号等 ※各固定ページで使用する）
======================================================================*/
/*------------------------------------------------------------
 * お客様窓口サポートお問い合わせ
------------------------------------------------------------*/
.c-cta-contact-counter {
  padding: 24px 32px;
  border: 2px solid #BBDFFF;
  border-radius: 20px;
}
.c-cta-contact-counter > p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-cta-contact-counter > p.title {
  margin-bottom: clamp(5px, calc(0.3125rem + ((1vw - 3.75px) * 0.578)), 10px);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-cta-contact-counter > p.title strong {
  display: inline-block;
  margin: 2px 0 0;
  font-size: 20px;
}
.c-cta-contact-counter > p .counter-tel {
  margin: 20px 0 0;
}
.c-cta-contact-counter > p.note {
  color: var(--wp--preset--color--contrast);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.c-cta-contact-counter .counter-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.c-cta-contact-counter .counter-tel p {
  margin: 0;
}
.c-cta-contact-counter .counter-tel p a {
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--text-link);
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-cta-contact-counter .counter-tel p a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/common/icon-call.svg) no-repeat center center;
  background-size: contain;
}
.c-cta-contact-counter .counter-tel p.icon-phone a:before {
  background: url(../images/common/icon-phone.svg);
}
@media screen and (max-width: 768px) {
  .c-cta-contact-counter > p {
    text-align: left;
  }
  .c-cta-contact-counter > p.title {
    text-align: center;
  }
  .c-cta-contact-counter > p.note {
    text-align: left;
  }
  .c-cta-contact-counter .counter-tel {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 374px) {
  .c-cta-contact-counter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-cta-contact-counter .counter-tel p a {
    font-size: 24px;
  }
}

/*------------------------------------------------------------
 * お客様窓口サポートお問い合わせ
------------------------------------------------------------*/
.c-cta-simulator {
  padding: 24px 32px;
  border: 2px solid #BBDFFF;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: clamp(60px, calc(3.75rem + ((1vw - 3.75px) * 2.3121)), 80px);
  border-width: 3px;
}
.c-cta-simulator .illust-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--wp--preset--color--secondary);
  font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.4624)), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.c-cta-simulator .illust-text:before {
  content: "";
  display: inline-block;
  width: 123px;
  height: 97px;
  background: url(../images/common/illust-calculator.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-cta-simulator .illust-text {
    flex-direction: column-reverse;
    gap: 10px;
    text-align: center;
    letter-spacing: 0.08em;
  }
}

/*======================================================================
 * Breadcrumb
======================================================================*/
.c-breadcrumb {
  padding-bottom: var(--wp--preset--spacing--40);
}
.c-breadcrumb .c-breadcrumb-menu ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.c-breadcrumb .c-breadcrumb-menu ol li {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.c-breadcrumb .c-breadcrumb-menu ol li a {
  color: var(--wp--preset--color--contrast);
  font-weight: 400;
  text-decoration: underline;
}
.c-breadcrumb .c-breadcrumb-menu ol li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 1px 8px 1px 5px;
  border-top: 1px solid #ADB8BE;
  border-right: 1px solid #ADB8BE;
  transform: rotate(45deg);
}
.c-breadcrumb .c-breadcrumb-menu ol li:last-child:after {
  display: none;
}
/*======================================================================
 * FAQ
======================================================================*/
.c-faq-container h2.wp-block-heading {
  margin-bottom: 20px;
}
.c-faq-container .c-faq {
  margin-top: 0;
}
.c-faq-container .c-faq + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}

.c-faq .item .question, .c-faq .item .answer {
  display: flex;
  align-items: center;
  padding: 20px calc(20px + 15px + 12px) 20px 20px;
  font-weight: 700;
  line-height: 1.4;
}
.c-faq .item .question > span, .c-faq .item .answer > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.8497)), 40px);
  height: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.8497)), 40px);
  margin-right: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.4624)), 16px);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 0.4624)), 14px);
}
.c-faq .item .question .text, .c-faq .item .answer .text {
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2312)), 16px);
}
.c-faq .item .question .text p, .c-faq .item .answer .text p {
  margin: 0;
}
.c-faq .item .question {
  position: relative;
  border-top: 1px solid #D2D2D2;
  cursor: pointer;
}
.c-faq .item .question i {
  position: absolute;
  top: calc(50% - 15px / 2);
  right: 20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
.c-faq .item .question i::before, .c-faq .item .question i::after {
  content: "";
  position: absolute;
  top: 7.5px;
  z-index: 1;
  width: 15px;
  height: 1px;
  border-radius: 1px;
  background-color: var(--wp--preset--color--contrast);
  transition: background-color 0.3s linear, transform 0.3s linear;
}
.c-faq .item .question i::after {
  transform: rotate(90deg);
}
.c-faq .item .answer {
  align-items: flex-start;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: var(--wp--preset--color--base);
  transition: opacity 0.2s ease, visibility 0.2s ease, height 0.2s ease, margin 0.2s ease, padding 0.2s ease;
}
.c-faq .item .answer > span {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
}
.c-faq .item .answer .text {
  margin-top: clamp(2px, calc(0.125rem + ((1vw - 3.75px) * 0.9249)), 10px);
  font-weight: 400;
  line-height: 1.6;
}
.c-faq .item .answer .text p {
  margin-bottom: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 2.799)), 25px);
}
.c-faq .item .answer .text p a {
  color: var(--wp--preset--color--text-link);
}
.c-faq .item .answer .text p:last-child {
  margin-bottom: 0;
}
.c-faq .item:first-child .question {
  border-top: none;
}
.c-faq .item:last-child {
  border-bottom: 1px solid #D2D2D2;
}
.c-faq .item.-js-opened .question i::after {
  transform: rotate(0deg);
}
.c-faq .item.-js-opened .answer {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-faq .item .question, .c-faq .item .answer {
    padding: 12px calc(12px + 15px + 12px) 12px 12px;
  }
  .c-faq .item .question i {
    right: 12px;
  }
  .c-faq .item .answer {
    padding: 0 12px;
  }
  .c-faq .item.-js-opened .answer {
    margin-bottom: 18px;
    padding: 12px 12px 12px 12px;
  }
}

/*======================================================================
 *  Search Form
======================================================================*/
.c-search-form {
  position: relative;
  max-width: 450px;
  margin: 0 auto clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-search-form .search-field {
  overflow: hidden;
  width: 100%;
  height: 58px;
  outline: none;
  border: 2px solid #ECEEF1;
  border-radius: 100px;
  background-color: var(--wp--preset--color--base);
  padding: 1em 2.5em 1em 1em;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-search-form .search-field:-ms-input-placeholder {
  color: #ADB8BE;
}
.c-search-form .search-field::placeholder {
  color: #ADB8BE;
}
.c-search-form .search-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 21px);
  right: 8px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.c-search-form .search-button img {
  display: inline-block;
  -webkit-backface-visibility: hidden;
}

/*======================================================================
 * Related Page Menu 
======================================================================*/
.c-related-page-menu ul {
  padding: 0;
  list-style: none;
}
.c-related-page-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  color: var(--wp--preset--color--logo-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.c-related-page-menu ul li a .c-icon-arrow {
  width: 10px;
  height: 8px;
}
.c-related-page-menu ul li a .c-icon-arrow:before {
  top: auto;
  left: auto;
  width: 10px;
  height: 8px;
  background: url(../images/common/icon-arrow-logo-color.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1081px) {
  .c-related-page-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .c-related-page-menu ul li {
    width: 25%;
    border-right: 1px dotted #BBBBBB;
    border-bottom: 1px dotted #BBBBBB;
  }
  .c-related-page-menu ul li:nth-child(4n), .c-related-page-menu ul li:last-child {
    border-right: none;
  }
  .c-related-page-menu ul li:nth-child(4n+1):nth-last-child(-n+4), .c-related-page-menu ul li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    border-bottom: none;
  }
  .c-related-page-menu ul li a {
    background-color: #F6F8FB;
  }
}
@media screen and (max-width: 1080px) {
  .c-related-page-menu ul {
    padding: 0 20px;
    border-radius: 8px;
    background-color: #F2F3F5;
  }
  .c-related-page-menu ul li {
    border-bottom: 1px dotted #BBBBBB;
  }
  .c-related-page-menu ul li:last-child {
    border-bottom: none;
  }
}

/*======================================================================
 *  Price Items
======================================================================*/
.c-price-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.c-price-items .item {
  width: calc(50% - 20px);
  border-bottom: 1px solid #ECEEF1;
}
.c-price-items .item > a, .c-price-items .item > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: var(--wp--preset--color--contrast);
}
.c-price-items .item > a .thumbnail, .c-price-items .item > .inner .thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  width: 100px;
  margin-right: 16px;
  border-radius: 8px;
}
.c-price-items .item > a .content, .c-price-items .item > .inner .content {
  flex: 1 1 auto;
}
.c-price-items .item > a .content .title, .c-price-items .item > .inner .content .title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.c-price-items .item > a .content .fee, .c-price-items .item > .inner .content .fee {
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.c-price-items .item > a .content .fee .text, .c-price-items .item > .inner .content .fee .text {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
}
.c-price-items .item > a .content .fee .tax, .c-price-items .item > .inner .content .fee .tax {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.c-price-items .item > a .content .fee .tax span, .c-price-items .item > .inner .content .fee .tax span {
  font-size: 0.77em;
}
.c-price-items .item > a .content {
  position: relative;
  padding-right: 64px;
}
.c-price-items .item > a .c-icon-arrow-circle {
  position: absolute;
  top: calc(50% - 16px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-price-items {
    flex-direction: column;
    gap: 0;
  }
  .c-price-items .item {
    width: 100%;
  }
}

/*======================================================================
 *  Price Banner Service
======================================================================*/
.c-price-banner-service {
  max-width: 716px;
  margin: 0 auto;
}
.c-price-banner-service .banner a {
  display: block;
}
.c-price-banner-service .note {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-price-banner-service {
    max-width: 335px;
  }
}

/*======================================================================
 *  News Posts
======================================================================*/
.c-news-posts .item {
  padding-bottom: 24px;
  border-bottom: 1px solid #D2D2D2;
}
.c-news-posts .item:not(:first-child) {
  padding-top: 28px;
}
.c-news-posts .item .head {
  display: flex;
  align-items: flex-start;
  margin: 0 0 12px;
}
.c-news-posts .item .head .date {
  width: 6.5em;
  margin: 2px 10px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-news-posts .item .head .c-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}
.c-news-posts .item .head .c-category li {
  margin: 0;
}
.c-news-posts .item .title {
  margin: 0;
  padding-right: clamp(27px, calc(1.6875rem + ((1vw - 3.75px) * 1.1561)), 37px);
  background: url(../images/common/icon-arrow-primary.svg) no-repeat right center;
  background-size: 10px;
}
.c-news-posts .item .title a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
.c-news-posts .item .title a:hover {
  opacity: 1;
  color: var(--wp--preset--color--text-link);
}
/*======================================================================
 *  Accordion Note （アコーディオン型の注釈）
======================================================================*/
.c-accordion-note {
  margin: 1em 0;
}
.c-accordion-note .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.c-accordion-note .title span {
  display: inline-block;
}
.c-accordion-note .title i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
.c-accordion-note .title i::before, .c-accordion-note .title i::after {
  content: "";
  position: absolute;
  top: 7.5px;
  z-index: 1;
  width: 15px;
  height: 1px;
  border-radius: 1px;
  background-color: var(--wp--preset--color--base);
  transition: background-color 0.3s linear, transform 0.3s linear;
}
.c-accordion-note .title i::after {
  transform: rotate(90deg);
}
.c-accordion-note .text {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 24px;
  background-color: #ECEEF1;
  transition: opacity 0.2s ease, visibility 0.2s ease, height 0.2s ease, padding 0.2s ease;
}
.c-accordion-note .text p {
  margin: 0 0 10px;
  letter-spacing: 0.06em;
}
.c-accordion-note .text p a {
  color: var(--wp--preset--color--text-link);
  font-weight: 600;
}
.c-accordion-note .text p:has(+ ul) {
  margin: 0;
}
.c-accordion-note .text p + ul {
  margin-top: 0;
}
.c-accordion-note .text p:last-child {
  margin-bottom: 0;
}
.c-accordion-note .text ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  line-height: 1.6;
}
.c-accordion-note .text ul li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 14px;
}
.c-accordion-note .text ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
}
.c-accordion-note .text ul li:last-child {
  margin-bottom: 0;
}
.c-accordion-note .text ul li {
  padding-left: 20px;
}
.c-accordion-note .text ul li a {
  color: var(--wp--preset--color--text-link);
  font-weight: 600;
}
.c-accordion-note .text ul li:before {
  left: 0.5em;
}
.c-accordion-note.-block .title {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.c-accordion-note.-block .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-accordion-note.-js-opened .title i::after {
  transform: rotate(0deg);
}
.c-accordion-note.-js-opened .text {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 16px 24px;
}
/*======================================================================
 *  Anchor Link （エリアや下層の固定ページで使用するアンカーリンク）
======================================================================*/
.c-anchor-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 716px;
  margin: 0 auto;
}
.c-anchor-link a {
  display: flex;
  align-items: center;
  width: calc(100% / 3 - 6.66px);
  padding: 20px 36px 20px 20px;
  border: 1px solid #ECEEF1;
  border-radius: 8px;
  background: url(../images/common/icon-arrow-bottom-primary.svg) no-repeat right 20px center;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-anchor-link.-center {
  justify-content: center;
}
.c-anchor-link.-col2 {
  gap: 0;
  padding: 16px 0;
  border: 1px solid #ECEEF1;
  border-radius: 8px;
}
.c-anchor-link.-col2 a {
  width: 50%;
  padding: 13px 47px 13px 18px;
  border: none;
  border-radius: 0;
  background-position: right 32px center;
}
@media screen and (min-width: 769px) {
  .c-anchor-link.-col2 a:nth-child(odd) {
    border-right: 1px solid #ECEEF1;
  }
}
@media screen and (max-width: 768px) {
  .c-anchor-link {
    gap: 5px;
  }
  .c-anchor-link a {
    width: calc(50% - 2.5px);
    padding: 16px 30px 16px 16px;
    background-position: right 16px center;
  }
  .c-anchor-link.-col2 {
    flex-direction: column;
    padding: 0 24px;
  }
  .c-anchor-link.-col2 a {
    width: 100%;
    padding: 24px 15px 24px 0;
    border-bottom: 1px solid #ECEEF1;
    background-position: right center;
  }
  .c-anchor-link.-col2 a:last-child {
    border-bottom: none;
  }
}

/*======================================================================
 *  2 Col Link Lists （2列のリンク アコーディオンあり）
======================================================================*/
.c-col2-link-lists .lists-col .button {
  overflow: hidden;
  border: 1px solid #ECEEF1;
}
.c-col2-link-lists .lists-col .button:not(:first-child) {
  border-top: none;
}
.c-col2-link-lists .lists-col .button .label > a, .c-col2-link-lists .lists-col .button .label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  padding: 16px;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-size: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 0.3468)), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.c-col2-link-lists .lists-col .button .label > a:has(> img), .c-col2-link-lists .lists-col .button .label span:has(> img) {
  justify-content: flex-start;
  min-height: 68px;
}
.c-col2-link-lists .lists-col .button .label > a:has(> img) img, .c-col2-link-lists .lists-col .button .label span:has(> img) img {
  max-width: 44px;
  margin-right: 16px;
}
.c-col2-link-lists .lists-col .button .label > a:has(> img) i, .c-col2-link-lists .lists-col .button .label span:has(> img) i {
  margin-left: auto;
}
.c-col2-link-lists .lists-col .button .lists {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 16px;
  background-color: #F7FBFF;
  transition: all 0.2s ease;
}
.c-col2-link-lists .lists-col .button .lists a {
  display: inline-block;
  margin: 0 2em 8px 0;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.c-col2-link-lists .lists-col .button.-accordion .label > span i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.c-col2-link-lists .lists-col .button.-accordion .label > span i::before, .c-col2-link-lists .lists-col .button.-accordion .label > span i::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -1px;
  z-index: 1;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--wp--preset--color--primary);
  transition: background-color 0.3s linear, transform 0.3s linear;
}
.c-col2-link-lists .lists-col .button.-accordion .label > span i::after {
  transform: rotate(90deg);
}
.c-col2-link-lists .lists-col .button.-accordion.-js-opened .label > span {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.c-col2-link-lists .lists-col .button.-accordion.-js-opened .label > span i::before, .c-col2-link-lists .lists-col .button.-accordion.-js-opened .label > span i::after {
  background-color: var(--wp--preset--color--base);
}
.c-col2-link-lists .lists-col .button.-accordion.-js-opened .label > span i::after {
  transform: rotate(0deg);
}
.c-col2-link-lists .lists-col .button.-accordion.-js-opened .lists {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 16px 16px 8px;
}
@media screen and (min-width: 769px) {
  .c-col2-link-lists {
    display: flex;
    justify-content: space-between;
    max-width: 776px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-col2-link-lists .lists-col {
    width: 47.94%;
  }
  .c-col2-link-lists .lists-col .button:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .c-col2-link-lists .lists-col .button:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .c-col2-link-lists .lists-col .button:last-child .lists {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-col2-link-lists .lists-col:first-child .button:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .c-col2-link-lists .lists-col:last-child .button:first-child {
    border-top: none;
  }
  .c-col2-link-lists .lists-col:last-child .button:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .c-col2-link-lists .lists-col:last-child .button:last-child .lists {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

/*======================================================================
 *  3 Col Link Lists （3列のリンク アコーディオンあり）
======================================================================*/
.c-col3-link-lists .lists-col .button {
  overflow: hidden;
  border: 1px solid #ECEEF1;
}
.c-col3-link-lists .lists-col .button:not(:first-child) {
  border-top: none;
}
.c-col3-link-lists .lists-col .button .label > a, .c-col3-link-lists .lists-col .button .label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  padding: 16px;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-size: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 0.3468)), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.c-col3-link-lists .lists-col .button .label > a:has(> img), .c-col3-link-lists .lists-col .button .label span:has(> img) {
  justify-content: flex-start;
  min-height: 68px;
}
.c-col3-link-lists .lists-col .button .label > a:has(> img) img, .c-col3-link-lists .lists-col .button .label span:has(> img) img {
  max-width: 44px;
  margin-right: 16px;
}
.c-col3-link-lists .lists-col .button .label > a:has(> img) i, .c-col3-link-lists .lists-col .button .label span:has(> img) i {
  margin-left: auto;
}
.c-col3-link-lists .lists-col .button .lists {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 16px;
  background-color: #F7FBFF;
  transition: all 0.2s ease;
}
.c-col3-link-lists .lists-col .button .lists a {
  display: inline-block;
  margin: 0 2em 8px 0;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.c-col3-link-lists .lists-col .button.-accordion .label > span i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.c-col3-link-lists .lists-col .button.-accordion .label > span i::before, .c-col3-link-lists .lists-col .button.-accordion .label > span i::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -1px;
  z-index: 1;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--wp--preset--color--primary);
  transition: background-color 0.3s linear, transform 0.3s linear;
}
.c-col3-link-lists .lists-col .button.-accordion .label > span i::after {
  transform: rotate(90deg);
}
.c-col3-link-lists .lists-col .button.-accordion.-js-opened .label > span {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.c-col3-link-lists .lists-col .button.-accordion.-js-opened .label > span i::before, .c-col3-link-lists .lists-col .button.-accordion.-js-opened .label > span i::after {
  background-color: var(--wp--preset--color--base);
}
.c-col3-link-lists .lists-col .button.-accordion.-js-opened .label > span i::after {
  transform: rotate(0deg);
}
.c-col3-link-lists .lists-col .button.-accordion.-js-opened .lists {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 16px 16px 8px;
}
@media screen and (min-width: 769px) {
  .c-col3-link-lists {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
    flex-wrap: wrap;
  }
  .c-col3-link-lists .lists-col {
    width: calc((100% - 8.24%) / 3);
  }
  .c-col3-link-lists .lists-col:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: calc(100% / 3);
  }
  .c-col3-link-lists .lists-col .button:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .c-col3-link-lists .lists-col .button:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .c-col3-link-lists .lists-col .button:last-child .lists {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-col3-link-lists .lists-col:first-child .button:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .c-col3-link-lists .lists-col:nth-of-type(n+2) .button {
    border-top: none;
  }
  .c-col3-link-lists .lists-col:last-child .button:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .c-col3-link-lists .lists-col:last-child .button:last-child .lists {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

/*======================================================================
 *  宅配エリアのリスト SPのみ透過グラデーションのアコーディオン 宅配エリア関連のページで使用
======================================================================*/
.c-area-lists .area-link,
.c-area-lists .area-list {
  overflow: hidden;
  position: relative;
  padding: 18px 20px;
  border-radius: 8px;
  background-color: #F2F3F5;
  transition: height 0.25s;
}
.c-area-lists .area-link .button,
.c-area-lists .area-list .button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 1;
  width: 131px;
  height: 35px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.1;
  transform: translateX(-50%);
  cursor: pointer;
}
.c-area-lists .area-link .button:after,
.c-area-lists .area-list .button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  margin-left: 10px;
  background: url(../images/common/icon-arrow-bottom-white.svg) no-repeat center center;
  background-size: contain;
}
.c-area-lists .area-link.-js-opened,
.c-area-lists .area-list.-js-opened {
  height: auto;
}
.c-area-lists .area-link.-js-opened button,
.c-area-lists .area-list.-js-opened button {
  visibility: hidden;
  opacity: 0;
}
.c-area-lists .area-link.-js-opened:before,
.c-area-lists .area-list.-js-opened:before {
  visibility: hidden;
  opacity: 0;
  background: transparent;
}
.c-area-lists .area-link .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.c-area-lists .area-link .list a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-area-lists .area-link .button {
  display: none;
}
.c-area-lists .area-list {
  letter-spacing: 0.06em;
}
.c-area-lists .area-list .title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.c-area-lists .area-list .list {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
.c-area-lists .area-list .button {
  display: none;
}
.c-area-lists .note {
  margin-top: 14px;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-area-lists .note p {
  margin: 0 0 2px;
}
.c-area-lists .note p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-area-lists .area-link,
.c-area-lists .area-list {
    height: 206px;
  }
  .c-area-lists .area-link .button,
.c-area-lists .area-list .button {
    display: block;
  }
  .c-area-lists .area-link:before,
.c-area-lists .area-list:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: linear-gradient(to bottom, rgba(242, 243, 245, 0) 0%, #f2f3f5 30%);
    transition: background 0.25s;
  }
}

/*======================================================================
 * Area Timezone Table （宅配エリアの時間帯）
======================================================================*/
.c-area-timezone-table .note {
  max-width: 716px;
  margin: 14px auto 0;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-area-timezone-table .note p {
  margin: 0 0 2px;
}
.c-area-timezone-table .note p:last-child {
  margin-bottom: 0;
}
.c-area-timezone-table .note p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-area-timezone-table + * {
  margin-top: clamp(32px, 2rem + (1vw - 3.75px) * 0.9249, 40px);
}
/*======================================================================
 *  Service Flow （宅配エリアのご利用の流れ）
======================================================================*/
.c-service-flow-wrap > .wp-block-heading {
  margin: 40px 0 clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
  color: var(--wp--preset--color--contrast);
  font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.2312)), 22px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-service-flow-wrap > .wp-block-heading {
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}

.c-service-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.3873)), 32px) 40px;
}
.c-service-flow > .wp-block-group,
.c-service-flow > .item {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 20px);
  margin: 0;
  padding: 0 0 clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.3873)), 32px);
  border-bottom: 1px solid #ECEEF1;
}
.c-service-flow > .wp-block-group > .wp-block-image,
.c-service-flow > .wp-block-group > .c-image-pc-and-sp,
.c-service-flow > .wp-block-group > .image,
.c-service-flow > .item > .wp-block-image,
.c-service-flow > .item > .c-image-pc-and-sp,
.c-service-flow > .item > .image {
  flex: 0 0 auto;
  overflow: hidden;
  width: clamp(100px, calc(6.25rem + ((1vw - 3.75px) * 6.9364)), 160px);
  margin: 0 clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 1.1561)), 20px) 0 0;
}
.c-service-flow > .wp-block-group .content,
.c-service-flow > .item .content {
  flex: 1 1 auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-service-flow > .wp-block-group .content p,
.c-service-flow > .item .content p {
  margin: 0;
}
.c-service-flow > .wp-block-group .content .title,
.c-service-flow > .item .content .title {
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2312)), 18px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.c-service-flow > .wp-block-group .content .title + *,
.c-service-flow > .item .content .title + * {
  margin-top: 5px;
}
.c-service-flow > .wp-block-group .content .text a,
.c-service-flow > .item .content .text a {
  color: var(--wp--preset--color--text-link);
  font-size: 12px;
  font-weight: 600;
}
.c-service-flow > .wp-block-group .content .text + *,
.c-service-flow > .item .content .text + * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-service-flow {
    flex-direction: column;
    gap: 20px 0;
  }
  .c-service-flow .item {
    width: 100%;
  }
}
.c-service-flow > .wp-block-group .content .title,
.c-service-flow > .item .content .title {
  font-size: 18px;
  letter-spacing: 0;
}
.c-service-flow > .wp-block-group .content .text a,
.c-service-flow > .item .content .text a {
  font-size: 14px;
}
/*======================================================================
 * Case
======================================================================*/
/*------------------------------------------------------------
 * 実例スライダーブロック （※各固定ページで使用する）
------------------------------------------------------------*/
.c-case-slider-block {
  overflow: hidden;
  padding: 0 var(--wp--preset--spacing--40);
}
.c-case-slider-block + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}

.c-case-slider {
  position: relative;
  overflow: visible;
  max-width: 1045px;
  margin: 0 auto clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-case-slider .case-item {
  height: auto;
  padding: 24px 32px 32px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: var(--wp--preset--color--base);
  transition: opacity 0.2s ease;
}
.c-case-slider .case-item .content > .title {
  margin: 0 0 8px;
  color: var(--wp--preset--color--primary);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}
.c-case-slider .case-item .content > .subtitle {
  margin: 0 0 14px;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
}
.c-case-slider .case-item .content .image {
  text-align: center;
}
.c-case-slider .case-item .content .comment {
  margin: 20px 0 0;
  border-top: 1px solid var(--wp--preset--color--primary);
  border-bottom: 1px solid var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.c-case-slider .case-item .content .comment .comment-title {
  margin: 0;
  padding: 8px 20px;
  background-color: var(--wp--preset--color--base-blue);
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.c-case-slider .case-item .content .comment .comment-title span {
  font-size: 12px;
}
.c-case-slider .case-item .content .comment .text {
  margin: 0;
  padding: 8px 0 10px;
}
.c-case-slider .case-item:not(.swiper-slide-visible) {
  opacity: 0.5;
  pointer-events: none;
}
.c-case-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  margin-top: 32px;
  text-align: center;
}
.c-case-slider .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.c-case-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--sub-gray-2);
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
}
.c-case-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  background-color: var(--wp--preset--color--secondary);
}
.c-case-slider .swiper-button {
  position: absolute;
  top: calc(50% - clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.1561)), 30px));
  z-index: 1;
}
.c-case-slider .swiper-button-prev {
  left: -80px;
}
.c-case-slider .swiper-button-next {
  right: -80px;
}
@media screen and (max-width: 1240px) {
  .c-case-slider {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .c-case-slider {
    width: 100%;
  }
  .c-case-slider .swiper-button-prev {
    left: -10px;
  }
  .c-case-slider .swiper-button-next {
    right: -10px;
  }
}

/*======================================================================
 * Voice
======================================================================*/
.c-voice .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-voice .content .c-voice-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .c-voice .content {
    flex-direction: column;
  }
  .c-voice .content .c-voice-item {
    width: 100%;
  }
}

.c-voice-item {
  padding: 24px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--wp--preset--color--base);
}
.c-voice-item .head {
  display: flex;
  align-items: flex-start;
}
.c-voice-item .head .customer-image {
  flex: 0 0 auto;
  max-width: 44px;
  margin: 0 12px 0 0;
}
.c-voice-item .head .customer-info {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-voice-item .c-star-rating {
  margin: 20px 0 0;
}
.c-voice-item .main-title {
  margin: 12px 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-voice-item .voice-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-voice-item .voice-text > .title {
  margin: 0 0 8px;
  text-align: center;
}
.c-voice-item .voice-text > .title span {
  display: inline-block;
  padding: 0 23px;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 100px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-weight: 700;
  text-align: center;
}
.c-voice-item .voice-text > .title.-color-light span {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
}
.c-voice-item .voice-text > .text {
  margin: 0;
}
.c-voice-item .voice-text + .voice-text {
  margin-top: 12px;
}
.c-voice-item .cleaning-item {
  margin-top: 10px;
  padding: 18px 24px;
  border: 1px solid #ECEEF1;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.c-voice-item .cleaning-item > .title {
  margin: 0 0 8px;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.c-voice-item .cleaning-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  line-height: 1.6;
}
.c-voice-item .cleaning-item ul li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 14px;
}
.c-voice-item .cleaning-item ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
}
.c-voice-item .cleaning-item ul li:last-child {
  margin-bottom: 0;
}
.c-voice-item .lenet-comment {
  margin-top: 20px;
  padding: 18px 24px;
  border-radius: 8px;
  background-color: #F2F7FC;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-voice-item .lenet-comment p {
  margin: 0;
}
.c-voice-item .lenet-comment > .title {
  margin: 0 0 4px;
  font-weight: 700;
}
/*------------------------------------------------------------
 * お客様の声スライダーブロック
------------------------------------------------------------*/
.c-voice-slider-block {
  overflow: hidden;
}
.c-voice-slider-block + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}

.c-voice-slider {
  position: relative;
  overflow: visible;
  max-width: 1080px;
  margin: 0 auto clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-voice-slider .voice-item {
  height: auto;
  padding: 26px 30px 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: var(--wp--preset--color--base);
  transition: opacity 0.2s ease;
}
.c-voice-slider .voice-item .content .title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-voice-slider .voice-item .content .text {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-voice-slider .voice-item .content .date,
.c-voice-slider .voice-item .content .user-info {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-voice-slider .voice-item .content .user-info {
  margin-top: 0;
}
.c-voice-slider .voice-item:not(.swiper-slide-visible) {
  opacity: 0.5;
  pointer-events: none;
}
.c-voice-slider .swiper-button {
  position: absolute;
  top: calc(50% - clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.1561)), 30px));
  z-index: 1;
}
.c-voice-slider .swiper-button-prev {
  left: -80px;
}
.c-voice-slider .swiper-button-next {
  right: -80px;
}
@media screen and (max-width: 1240px) {
  .c-voice-slider {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .c-voice-slider {
    width: 100%;
  }
  .c-voice-slider .swiper-button-prev {
    left: 10px;
  }
  .c-voice-slider .swiper-button-next {
    right: 10px;
  }
}

/*======================================================================
 * Star Rating
======================================================================*/
.c-star-rating {
  font-size: 0;
}
.c-star-rating .star {
  margin: 0 6px 0 0;
}
/*======================================================================
 * Problems
 * コアのカラムブロック（ wp-block-columns ）を使用
======================================================================*/
.c-problems-container .c-problems + .wp-block-heading {
  margin-top: var(--wp--preset--spacing--50);
}
.c-problems-container .text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-problems-container .text {
    text-align: left;
  }
}

.c-problems {
  margin-top: var(--wp--preset--spacing--50);
}
.c-problems .wp-block-columns {
  gap: 40px 60px;
  margin: 0 0 54px;
}
.c-problems .wp-block-columns:last-child {
  margin-bottom: 0;
}
.c-problems .wp-block-columns .wp-block-column {
  display: flex;
  align-items: center;
}
.c-problems .wp-block-columns .wp-block-column > .wp-block-image {
  flex: 0 0 auto;
  width: 60px;
  margin: 0 20px 0 0;
}
.c-problems .wp-block-columns .wp-block-column > p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.c-problems .wp-block-columns .wp-block-column > p strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-problems .wp-block-columns {
    margin: 0 0 40px;
  }
}

/*======================================================================
 *  Strength （強み ※各固定ページで使用する）
======================================================================*/
.c-strength > h3.wp-block-heading:has(+ p) {
  margin-bottom: 22px;
}
.c-strength > h3.wp-block-heading + p {
  margin: 22px 0;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2312)), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}
.c-strength > h3.wp-block-heading + p.has-text-align-left {
  text-align: left;
}
.c-strength > h3.wp-block-heading + p.has-text-align-right {
  text-align: right;
}
.c-strength .c-image-pc-and-sp img {
  border-radius: 8px;
}
.c-strength .c-col2-image-text,
.c-strength .c-service-flow,
.c-strength .c-guarantee {
  margin-top: 40px;
}
.c-strength .c-col2-image-text + .c-button-block,
.c-strength .c-service-flow + .c-button-block,
.c-strength .c-guarantee + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-strength .c-guarantee-note {
  margin-top: var(--wp--preset--spacing--50);
}
.c-strength .c-guarantee-note + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
@media screen and (max-width: 768px) {
  .c-strength > h3.wp-block-heading + p {
    line-height: 1.6;
  }
}

/*======================================================================
 *  Guarantee （保証 ※各固定ページで使用する）
======================================================================*/
.c-guarantee p {
  margin: 6px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-guarantee p.lead {
  color: var(--wp--preset--color--primary);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-guarantee p.is-style-note-asterisk {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.c-guarantee p.is-style-note-asterisk p {
  margin: 0 0 2px;
}
.c-guarantee p.is-style-note-asterisk p:last-child {
  margin-bottom: 0;
}
.c-guarantee p.is-style-title-decoration-band {
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-guarantee-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-guarantee-note p {
  margin: 0;
}
.c-guarantee-note > .title {
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
}
.c-guarantee-note > .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-guarantee-note > .text {
    text-align: left;
  }
}

/*======================================================================
 *  Member （会員 ※各固定ページで使用する）
======================================================================*/
/*------------------------------------------------------------
 * 会員プラン詳細
------------------------------------------------------------*/
.c-members-detail {
  padding: 40px var(--wp--preset--spacing--40) 75px;
  border-radius: 12px;
  background-color: var(--wp--preset--color--base);
}
.c-members-detail.-premium .premium-detail {
  margin-top: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.4682)), 60px);
}
.c-members-detail.-premium .premium-service {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
  margin-bottom: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-members-detail.-premium .present {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 3.237)), 60px);
}
@media screen and (max-width: 768px) {
  .c-members-detail .c-image-pc-and-sp img {
    max-width: clamp(295px, calc(18.4375rem + ((1vw - 3.75px) * 20.3562)), 375px);
    width: 100%;
  }
}

/*======================================================================
 *  Excluded Items （取扱い除外品 ※各固定ページで使用する）
======================================================================*/
.c-excluded-items .text {
  text-align: center;
}
.c-excluded-items .text + .c-button-block {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-excluded-items .text {
    text-align: left;
  }
}

/*======================================================================
 * 靴のコース紹介ブロック （※靴関連の固定ページで使用する）
======================================================================*/
.c-shoes-course {
  margin-top: 0;
}
.c-shoes-course .shoes-course-introduction .item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--wp--preset--color--base-gray);
  text-align: center;
}
.c-shoes-course .shoes-course-introduction .item:not(:first-child) {
  padding-top: 24px;
}
.c-shoes-course .shoes-course-introduction .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c-shoes-course .shoes-course-introduction .item .title {
  margin-bottom: 10px;
  color: var(--wp--preset--color--primary);
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.4624)), 22px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.c-shoes-course .shoes-course-introduction .item .text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-shoes-course .shoes-course-content {
  margin-top: 46px;
}
.c-shoes-course .shoes-course-content .item {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--wp--preset--color--base-gray);
}
.c-shoes-course .shoes-course-content .item:not(:first-child) {
  padding-top: 40px;
}
.c-shoes-course .shoes-course-content .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c-shoes-course .shoes-course-content .item .head {
  position: relative;
  margin-bottom: 28px;
  color: var(--wp--preset--color--base);
  font-weight: 700;
  text-align: center;
}
.c-shoes-course .shoes-course-content .item .head .recommend {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -13px;
  left: calc(50% - 40px);
  z-index: 1;
  width: 80px;
  height: 26px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--accent-light-pink-1);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-shoes-course .shoes-course-content .item .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  height: 64px;
  margin: 0;
  border-radius: 8px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.c-shoes-course .shoes-course-content .item .head .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -12px;
  width: 28px;
  height: 14px;
  background-color: var(--wp--preset--color--primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-shoes-course .shoes-course-content .item .image {
  max-width: 430px;
  margin: 0 auto;
}
.c-shoes-course .shoes-course-content .item .detail-text {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-shoes-course .shoes-course-content .item .option-menu {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-shoes-course .shoes-course-content .item .option-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 8px;
  color: var(--wp--preset--color--secondary);
}
.c-shoes-course .shoes-course-content .item .option-menu li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 8px;
  background: url(../images/common/icon-check-secondary.svg) no-repeat center center;
  background-size: contain;
}
.c-shoes-course .shoes-course-content .item .option-menu li.disabled {
  border-color: var(--wp--preset--color--sub-gray-2);
  color: var(--wp--preset--color--sub-gray-2);
}
.c-shoes-course .shoes-course-content .item .option-menu li.disabled:before {
  background-image: url(../images/common/icon-check-sub-gray-2.svg);
}
.c-shoes-course .shoes-course-content .item .price-table table {
  margin: 32px 0 16px;
  width: 100%;
  border-spacing: 0;
}
.c-shoes-course .shoes-course-content .item .price-table table tr:first-child th {
  font-family: var(--wp--preset--font-family--noto-sans-jp);
}
.c-shoes-course .shoes-course-content .item .price-table table tr th, .c-shoes-course .shoes-course-content .item .price-table table tr td {
  padding: 7px 10px;
  border-bottom: 2px solid var(--wp--preset--color--base);
  font-size: 12px;
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.c-shoes-course .shoes-course-content .item .price-table table tr th:first-child, .c-shoes-course .shoes-course-content .item .price-table table tr td:first-child {
  border-right: 2px solid var(--wp--preset--color--base);
}
.c-shoes-course .shoes-course-content .item .price-table table tr th:last-child, .c-shoes-course .shoes-course-content .item .price-table table tr td:last-child {
  border-left: 2px solid var(--wp--preset--color--base);
}
.c-shoes-course .shoes-course-content .item .price-table table tr th {
  width: calc(100% / 3);
  padding: 11px 10px;
  color: var(--wp--preset--color--base);
  font-size: 14px;
  font-weight: 700;
  background-color: var(--wp--preset--color--secondary);
}
.c-shoes-course .shoes-course-content .item .price-table table tr td {
  background-color: var(--wp--preset--color--sub-blue-1);
}
.c-shoes-course .shoes-course-content .item .price-table table tr td .small {
  font-size: 14px;
  font-weight: 700;
}
.c-shoes-course .shoes-course-content .item .price-table table tr td .large {
  font-size: 18px;
  font-weight: 700;
}
.c-shoes-course .shoes-course-content .item .price-table table tr:not(:first-child):nth-child(even) td {
  background-color: var(--wp--preset--color--sub-blue-2);
}
.c-shoes-course .shoes-course-content .item .price-table table tr:last-child th, .c-shoes-course .shoes-course-content .item .price-table table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-shoes-course .shoes-course-content .item .detail-text {
    margin-top: 14px;
    text-align: left;
  }
  .c-shoes-course .shoes-course-content .item .option-menu {
    justify-content: flex-start;
    margin-top: 11px;
  }
  .c-shoes-course .shoes-course-content .item .price-table table tr th {
    padding: 7px 10px;
  }
  .c-shoes-course .shoes-course-content .item .price-table table tr td {
    padding: 6px 10px;
  }
}

/*======================================================================
 *  Achievements （実績 ※各固定ページで使用する）
======================================================================*/
.c-achievements {
  margin-top: clamp(22px, calc(1.375rem + ((1vw - 3.75px) * 0.9249)), 30px);
  text-align: center;
}
.c-achievements .main-text {
  margin: 0 0 clamp(16px, calc(1rem + ((1vw - 3.75px) * 2.0809)), 34px);
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2312)), 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.c-achievements .main-text strong {
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.4624)), 22px);
}
.c-achievements > .wp-block-image {
  margin: 0 0 clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 0.4624)), 14px);
}
.c-achievements > .is-style-note-asterisk {
  font-size: 10px;
}
.c-achievements > .text {
  margin-top: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.1561)), 30px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-achievements > .text {
    text-align: left;
  }
}

/*======================================================================
 *  Postage （送料 ※各固定ページで使用する）
======================================================================*/
.c-postage {
  margin-top: clamp(22px, calc(1.375rem + ((1vw - 3.75px) * 0.9249)), 30px);
}
.c-postage .content .item {
  margin-top: 33px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--wp--preset--color--not-standard);
}
.c-postage .content .item p {
  margin: 0;
}
.c-postage .content .item .price {
  margin-bottom: 7px;
  color: var(--wp--preset--color--primary);
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.4624)), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.c-postage .content .item:first-child {
  margin-top: 0;
}
.c-postage .note p {
  margin: 0 0 5px;
}
.c-postage .postage-note {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-postage .postage-note a {
  color: var(--wp--preset--color--text-link);
  font-weight: 600;
}
.c-postage + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
@media screen and (max-width: 768px) {
  .c-postage .postage-note {
    text-align: left;
  }
}

/*======================================================================
 * Tab Contents （タブコンテンツ ※各固定ページで使用する）
======================================================================*/
.c-tab-contents .tab-switch {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0;
}
.c-tab-contents .tab-switch .tab-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 3px);
  min-height: 50px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: var(--wp--preset--color--base-gray);
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.c-tab-contents .tab-switch .tab-menu-item.-js-tab-active {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base-gray);
}
.c-tab-contents .tab-body .tab-content {
  padding: 34px 20px 40px;
  border: 1px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--base);
}
.c-tab-contents .tab-body .tab-content > .subtitle {
  margin: 0;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-tab-contents .tab-body .tab-content > .title {
  margin: 1px 0 0;
  color: var(--wp--preset--color--primary);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-tab-contents .tab-body .tab-content > .main-image {
  margin: 10px 0 20px;
  text-align: center;
}
.c-tab-contents .tab-body .tab-content > .main-image img {
  max-width: 295px;
  width: 100%;
}
.c-tab-contents .tab-body .body-text > .title {
  margin: 12px 0 0;
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-tab-contents .tab-body .body-text > .title + ul {
  margin: 4px 0 0;
}
.c-tab-contents .tab-body .body-text > .title + ul.bg {
  margin-top: 10px;
}
.c-tab-contents .tab-body .body-text ul {
  padding: 0;
  list-style: none;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.c-tab-contents .tab-body .body-text ul.bg {
  padding: 10px 12px;
  border-radius: 8px;
  background-color: var(--wp--preset--color--base-blue);
  font-weight: 600;
}
.c-tab-contents .tab-body .body-text ul li {
  position: relative;
  padding-left: 14px;
}
.c-tab-contents .tab-body .body-text ul li:not(:last-child) {
  margin-bottom: 5px;
}
.c-tab-contents .tab-body .body-text ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
}
.c-tab-contents .tab-body .detail {
  margin-top: var(--wp--preset--spacing--50);
}
.c-tab-contents .tab-body .detail > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  min-height: 53px;
  margin: 0 0 24px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.c-tab-contents .tab-body .detail > .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -12px;
  width: 28px;
  height: 14px;
  background-color: var(--wp--preset--color--primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-tab-contents .tab-body .detail > .content .item {
  padding: clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 0.6936)), 16px) clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.5089)), 16px) clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 0.2312)), 12px);
  border-radius: 8px;
  background-color: var(--wp--preset--color--sub-blue-1);
}
.c-tab-contents .tab-body .detail > .content .item:not(:last-child) {
  margin-bottom: 8px;
}
.c-tab-contents .tab-body .detail > .content .item .item-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-tab-contents .tab-body .detail > .content .item .item-content .image {
  flex: 0 0 auto;
  max-width: 84px;
}
.c-tab-contents .tab-body .detail > .content .item .item-content .detail-text {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.c-tab-contents .tab-body .detail > .content .item .item-content .detail-text .title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-tab-contents .tab-body .detail > .content .item .item-content .detail-text .title + .text {
  margin-top: 3px;
}
.c-tab-contents .tab-body .detail > .content .item .item-content .detail-text .text {
  margin: 0;
}
.c-tab-contents .tab-body .detail > .content .item .note {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: clamp(3px, calc(0.1875rem + ((1vw - 3.75px) * 0.578)), 8px) 0 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-tab-contents .tab-body .detail > .content .item .note p {
  margin: 0 0 2px;
}
.c-tab-contents .tab-body .detail > .content .item .note p:last-child {
  margin-bottom: 0;
}
.c-tab-contents .tab-body .js-tab-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.c-tab-contents .tab-body .js-tab-content.-js-tab-active {
  visibility: visible;
  opacity: 1;
  position: static;
  animation: fade-in 1s ease-out;
}
@media screen and (max-width: 374px) {
  .c-tab-contents .tab-switch .tab-menu-item {
    font-size: 10px;
  }
}

@keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
    position: static;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*======================================================================
 *  画像つきボタン （※各固定ページで使用する）
======================================================================*/
.c-button-with-image {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.c-button-with-image + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 2.0356)), 40px);
}
.c-button-with-image > a {
  display: flex;
  justify-content: space-between;
  width: calc(100% / 3 - 16.999px);
  min-height: 140px;
  margin: 0;
  padding: 20px 20px 14px;
  border: 1px solid var(--wp--preset--color--base-gray);
  border-radius: 8px;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
}
.c-button-with-image > a > .image {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 100px;
  width: 100%;
  margin: 0 12px 0 0;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.c-button-with-image > a > .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-button-with-image > a .content {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin: -4px 0 0;
  padding-right: 36px;
  background: url(../images/common/icon-arrow-circle-small.svg) no-repeat right center;
  background-size: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.c-button-with-image > a .content p {
  margin: 0;
}
.c-button-with-image > a .content .link-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-button-with-image > a .content .link-text + * {
  margin-top: 5px;
}
@media screen and (max-width: 1279px) {
  .c-button-with-image {
    flex-direction: column;
    gap: 20px;
    max-width: 716px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-button-with-image > a {
    width: 100%;
    padding: 20px 16px 14px;
  }
}

/*======================================================================
 * Gallery
======================================================================*/
/*------------------------------------------------------------
 * カルーセルギャラリーーブロック （※各固定ページで使用する）
------------------------------------------------------------*/
.c-gallery-slider-block {
  overflow: hidden;
  padding: 0 var(--wp--preset--spacing--40);
}
.c-gallery-slider-block + .c-button-block {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}

.c-gallery-slider {
  position: relative;
  overflow: visible;
  max-width: 1081px;
  margin: 0 auto clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px);
}
.c-gallery-slider .gallery-item {
  transition: opacity 0.2s ease;
}
.c-gallery-slider .gallery-item .image {
  overflow: hidden;
  border-radius: 8px;
}
.c-gallery-slider .gallery-item:not(.swiper-slide-visible) {
  opacity: 0.5;
  pointer-events: none;
}
.c-gallery-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  margin-top: 32px;
  text-align: center;
}
.c-gallery-slider .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.c-gallery-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--sub-gray-2);
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
}
.c-gallery-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  background-color: var(--wp--preset--color--secondary);
}
.c-gallery-slider .swiper-button {
  position: absolute;
  top: calc(50% - clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.1561)), 30px));
  z-index: 1;
}
.c-gallery-slider .swiper-button-prev {
  left: -80px;
}
.c-gallery-slider .swiper-button-next {
  right: -80px;
}
@media screen and (max-width: 1240px) {
  .c-gallery-slider {
    max-width: 542px;
  }
  .c-gallery-slider .gallery-item .image img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-gallery-slider {
    width: 100%;
  }
  .c-gallery-slider .swiper-button-prev {
    left: -10px;
  }
  .c-gallery-slider .swiper-button-next {
    right: -10px;
  }
}

/*======================================================================
 * Modal
======================================================================*/
/*------------------------------------------------------------
 * モーダルリンクブロック （※各固定ページで使用する）
------------------------------------------------------------*/
.c-modal-link .link-text .modal-link {
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-modal-link .link-text .modal-link:hover {
  opacity: 0.7;
}
/*------------------------------------------------------------
 * 画像＋モーダルボタンブロック （※各固定ページで使用する）
------------------------------------------------------------*/
.c-modal-with-image-link .button-with-image {
  display: flex;
  justify-content: space-between;
  max-width: 335px;
  width: 100%;
  min-height: 140px;
  margin: 0 auto;
  padding: 20px 20px 14px;
  border: 1px solid var(--wp--preset--color--base-gray);
  border-radius: 8px;
  background-color: var(--wp--preset--color--base);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-modal-with-image-link .button-with-image:hover {
  opacity: 0.7;
}
.c-modal-with-image-link .button-with-image > .image {
  flex: 0 0 auto;
  max-width: 100px;
  margin: 0 12px 0 0;
}
.c-modal-with-image-link .button-with-image > .image img {
  overflow: hidden;
  border-radius: 8px;
}
.c-modal-with-image-link .button-with-image .content {
  flex: 1 1 auto;
  margin: -4px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.c-modal-with-image-link .button-with-image .content p {
  margin: 0;
}
.c-modal-with-image-link .button-with-image .content .link-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-modal-with-image-link .button-with-image .content .link-text + * {
  margin-top: 5px;
}
.c-modal-with-image-link .button-with-image .content .c-button {
  max-width: 134px;
  min-height: 43px;
  height: auto;
  margin-top: 10px;
  padding: 5px 16px;
  background-position: right 16px center;
  font-size: 14px;
}
.c-modal-with-image-link .button-with-image .content .c-button span {
  display: inline-block;
  margin-right: 10px;
}
.c-modal-with-image-link .button-with-image .content .c-button:hover {
  opacity: 0.7;
}
/*------------------------------------------------------------
 * クリック後のモーダルのスタイル
------------------------------------------------------------*/
.c-modal-link-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}
.c-modal-link-content .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal-link-content .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2001;
}
.c-modal-link-content .close span {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.c-modal-link-content .close span:before, .c-modal-link-content .close span:after {
  content: "";
  position: absolute;
  top: 10.5px;
  left: 1px;
  width: 21px;
  height: 1px;
  background-color: var(--wp--preset--color--base);
}
.c-modal-link-content .close span:before {
  transform: rotate(-45deg);
}
.c-modal-link-content .close span:after {
  transform: rotate(45deg);
}
.c-modal-link-content .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 560px;
  width: 100%;
  padding-top: 40px;
  transform: translate(-50%, -50%);
}
.c-modal-link-content .content {
  overflow-y: auto;
  position: relative;
  max-height: calc(100vh - 120px);
  padding: 24px 32px 40px;
  border-radius: 20px;
  background-color: var(--wp--preset--color--base);
}
.c-modal-link-content .content > .inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  /* コンテンツに画像を利用するタイプ */
}
.c-modal-link-content .content > .inner .main-image {
  margin-bottom: 24px;
}
.c-modal-link-content .content > .inner .main-image img {
  overflow: hidden;
  border-radius: 8px;
}
.c-modal-link-content .content > .inner > .title {
  margin-bottom: 20px;
  color: var(--wp--preset--color--primary);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-modal-link-content .content > .inner .text p {
  margin: 0;
}
.c-modal-link-content .content > .inner .text p + ul {
  margin-top: 5px;
}
.c-modal-link-content .content > .inner .text hr {
  height: 1px;
  margin: 12px 0;
  border: none;
  background-color: var(--wp--preset--color--sub-gray-2);
}
.c-modal-link-content .content > .inner .text ul {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.c-modal-link-content .content > .inner .text ul li {
  position: relative;
  padding-left: 14px;
}
.c-modal-link-content .content > .inner .text ul li:not(:last-child) {
  margin-bottom: 5px;
}
.c-modal-link-content .content > .inner .text ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
}
.c-modal-link-content .content > .inner .text ul li strong {
  color: var(--wp--preset--color--primary);
}
.c-modal-link-content .content > .inner .text .note {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-modal-link-content .content > .inner .text .note p {
  margin: 0 0 2px;
}
.c-modal-link-content .content > .inner .text .note p:last-child {
  margin-bottom: 0;
}
.c-modal-link-content .content > .inner.-advance .full {
  /* padding:32px が前提 */
  margin-left: -32px;
  width: calc(100% + 64px);
}
.c-modal-link-content .content > .inner.-advance .full:first-child {
  margin-top: -24px;
}
.c-modal-link-content .content > .inner.-advance .split {
  display: flex;
  margin: 1em 0;
  gap: 20px;
}
.c-modal-link-content .content > .inner.-advance .split > div {
  flex-basis: 0;
}
.c-modal-link-content .content > .inner.-advance .split > div:first-child {
  flex-grow: 2;
}
.c-modal-link-content .content > .inner.-advance .split > div:first-child + div {
  flex-grow: 8;
}
@media screen and (max-width: 768px) {
  .c-modal-link-content .close {
    right: var(--wp--preset--spacing--40);
  }
  .c-modal-link-content .modal-content {
    padding-right: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
  }
  .c-modal-link-content .modal-content .content {
    padding: 20px var(--wp--preset--spacing--40);
  }
}

/* モーダル表示時に背景固定 */
body.-js-modal-open {
  position: fixed;
  left: 0;
  width: 100%;
}

/*======================================================================
 *  布団関連（※各固定ページで使用する）
======================================================================*/
/*------------------------------------------------------------
 * 布団クリーニングの料金表
------------------------------------------------------------*/
.c-futon-price {
  margin: 0;
}
.c-futon-price .lead {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.c-futon-price .note p {
  margin: 0 0 5px;
}
.c-futon-price .note p:last-child {
  margin-bottom: 0;
}
.c-futon-price .note a {
  color: var(--wp--preset--color--text-link);
  font-weight: 600;
}
.c-futon-price .c-button-block {
  margin: clamp(32px, calc(2rem + ((1vw - 3.75px) * 0.9249)), 40px) 0 0;
}

/*======================================================================
 * Tab Switch （タブスイッチボタン ※ニュースや固定ページなどで使用する）
======================================================================*/
.c-tab-switch {
  display: flex;
  gap: 0 2px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.c-tab-switch li {
  width: calc(25% - 1px);
  padding: 10px 5px 11px;
  background-color: var(--wp--preset--color--base-blue);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-tab-switch li a {
  display: block;
}
.c-tab-switch li:hover {
  opacity: 0.7;
}
.c-tab-switch li.-current {
  position: relative;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  cursor: default;
}
.c-tab-switch li.-current a {
  color: var(--wp--preset--color--base);
}
.c-tab-switch li.-current:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -6px;
  width: 12px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--wp--preset--color--primary);
}
.c-tab-switch li.-current:hover {
  opacity: 1;
}
.c-tab-switch li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.c-tab-switch li:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/*======================================================================
 *  SEO対策テキストエリア
======================================================================*/
.c-seo-text-area {
  max-width: 776px;
  padding: 0 var(--wp--preset--spacing--40) clamp(48px, calc(3rem + ((1vw - 10.24px) * 14.8148)), 80px);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.c-seo-text-area.c-seo-text-area--price {
  max-width: 920px;
  padding: 0 0 clamp(48px, calc(3rem + ((1vw - 10.24px) * 14.8148)), 80px);
  margin: clamp(32px, calc(2rem + ((1vw - 3.75px) * 2.0356)), 40px) auto 0;
}

/*======================================================================
 * フローティングボタン
======================================================================*/
.c-floating-button {
  display: none;
}
.c-floating-button .c-floating-button-inner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  /**
   * footerのz-indexが90、モーダルのz-indexが100なのでその間を設定。
   */
  z-index: 91;
}
.c-floating-button .c-floating-button-inner > a {
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-floating-button .c-floating-button-inner > a {
    width: 100%;
    max-width: 100%;
  }
  .c-floating-button .c-floating-button-inner > a img {
    width: 100%;
  }
}

/*------------------------------------------------------------
 * ステップまたはフロー ブロック
------------------------------------------------------------*/
.c-step {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin: 0;
}
.c-step .item {
  max-width: 170px;
}
.c-step .item .image {
  margin: 0 0 10px;
}
.c-step .item .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
}
.c-step .item .body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.c-step .item .body p {
  margin: 0;
}
.c-step .item .body a {
  color: var(--wp--preset--color--text-link);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-step {
    margin: 0 80px;
    flex-direction: column;
  }
  .c-step .item {
    max-width: none;
  }
}

/*------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
 * margin
------------------------------------------------------------*/
.u-mt0 {
  margin-top: 0;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mt-32-40 {
  margin-top: clamp(32px, calc(2rem + ((1vw - 3.75px) * 2.0356)), 40px);
}

.u-mb-32-40 {
  margin-bottom: clamp(32px, calc(2rem + ((1vw - 3.75px) * 2.0356)), 40px);
}

/*------------------------------------------------------------
 * 画像
------------------------------------------------------------*/
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.u-ofi.-contain {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

/*------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------*/
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.u-tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}