@charset "UTF-8";

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* ==========================================
    innerをページごとに分ける
   ========================================== */

/* ==========================================
    375px〜767pxは固定フォントサイズ
   ========================================== */

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #231815;
  /* フォントのアンチエイリアスを滑らかに表示（主にMac向け） */
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari（WebKit系） */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox on macOS */
}

a[href^="tel:"] {
  pointer-events: auto;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  /* デフォルトで非表示 */
}

body:not(.using-mouse) a:focus-visible,
body:not(.using-mouse) button:focus-visible,
body:not(.using-mouse) input:focus-visible,
body:not(.using-mouse) select:focus-visible {
  outline: 2px solid #ec6d74;
  /* キーボード操作時に表示 */
  outline-offset: 3px;
}

body:not(.using-mouse) textarea:focus-visible {
  outline: 2px solid #ec6d74;
  outline-offset: -1px;
}

iframe {
  vertical-align: bottom;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ie-warning {
  background-color: #ffcc00;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* WordPress 管理バーを下方に移動 */

#wpadminbar {
  position: fixed;
  bottom: 0;
  top: auto;
  /* 上部からの固定を無効化 */
  z-index: 9999;
  /* 他の要素の上に表示 */
  overflow: hidden;
  visibility: hidden;
}

/* 管理バーがある場合のみ適用 */

html {
  margin-top: 0 !important;
  /* 上部余白をリセット */
}

.splide__slide {
  -webkit-text-size-adjust: 100%;
}

html.drawer-open {
  position: fixed;
  /* ← 固定される要素は html */
  top: 0;
  /* JS がここを書き換える */
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  /* iOS 二重スクロール防止 */
}

/* モーダルオープン時に html を固定 */

/* モーダル表示中は header を static にして再レイアウトを抑止 */

html.modal-open,
body.modal-open {
  overflow: hidden;
  /* スクロールバーを消してスクロール禁止 */
}

body.modal-open .dog-gallery-modal {
  pointer-events: auto;
}

.inner {
  max-width: 650px;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}

.inner-narrow {
  max-width: 550px;
  padding-inline: 15px;
  margin-inline: auto;
}

.inner-wide {
  max-width: 550px;
  padding-inline: 15px;
  margin-inline: auto;
}

.hide-xl2 {
  display: block;
}

.hide-lg {
  display: block;
}

.show-lg {
  display: none;
}

.hide-md {
  display: block;
}

.show-md {
  display: none;
}

.lg-md-only {
  display: none;
}

.md-sm-none {
  display: none;
}

.hide-xl {
  display: block;
}

.hide-sm {
  display: block;
}

.hide-sp {
  display: block;
}

/* ==========================================
    タイトル
   ========================================== */

.title49 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4489795918;
}

.title35 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6857142857;
  color: #000;
}

.title35--lh51 {
  line-height: 1.4571428571;
}

.title30 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9666666667;
}

.title30-2 {
  font-weight: 700;
  line-height: 1.3333333333;
}

.title28 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}

.title25 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.72;
}

.title25--lh40 {
  line-height: 1.6;
}

.title20 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
}

.title20--lh24 {
  line-height: 1.2;
}

.title20--lh35 {
  line-height: 1.75;
}

.title16 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.page-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4571428571;
  color: #43352d;
}

.page-title--lh50 {
  line-height: 1.4285714286;
}

/* ==========================================
    テキスト
   ========================================== */

.text19 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1052631579;
}

.text18 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

.text18--lh26 {
  line-height: 1.4444444444;
}

.text18--lh30 {
  line-height: 1.6666666667;
}

.text17 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}

.text17--lh25 {
  line-height: 1.4705882353;
}

.text17--lh35 {
  line-height: 2.0588235294;
}

.text16 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.text16--lh25 {
  line-height: 1.5625;
}

.text16--lh30 {
  line-height: 1.875;
}

.text16--lh36 {
  line-height: 2.25;
}

.text15 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.text14 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}

.text13 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4615384615;
}

/* ==========================================
    その他
   ========================================== */

.lt200 {
  letter-spacing: 0.2em;
}

.lt100 {
  letter-spacing: 0.1em;
}

.lt0 {
  letter-spacing: 0;
}

.uppercase {
  text-transform: uppercase;
}

.red {
  color: #ec6d74;
}

.black {
  color: #231815;
}

.black2 {
  color: #000;
}

.black3 {
  color: #43352d;
}

.black4 {
  color: #121212;
}

.white {
  color: #fff;
}

.center {
  text-align: center;
}

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

.left {
  text-align: left;
}

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

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

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.bg-gray3 {
  background-color: #f9f9f9;
}

.mt40-60 {
  margin-top: 2.5rem;
}

.mt30-50 {
  margin-top: 1.875rem;
}

.mt20-40 {
  margin-top: 1.25rem;
}

.section-title {
  text-align: center;
}

.section-title__eyebrow {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #ec6d74;
  text-transform: uppercase;
}

.section-title__heading {
  margin-top: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6857142857;
  color: #000;
}

.section-title__heading--bold {
  font-weight: 700;
}

.section-title--left {
  text-align: left;
}

.section-title__text {
  margin-top: 1.25rem;
  font-weight: 400;
}

.button {
  position: relative;
  padding: 0.75rem 0.875rem 0.75rem 1.5rem;
  background-color: #fff;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  border-radius: 1.5rem;
  border: 0.0625rem solid #231815;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  overflow: hidden;
  margin-inline: auto;
}

.button--catalog {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.button--gray {
  background-color: #e6e3db;
}

.button--gray8 {
  background-color: #f8f8f8;
}

.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec6d74;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}

.button__catalog-icon {
  position: relative;
  z-index: 1;
  width: 1.125rem;
}

.button__catalog-icon-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.button__catalog-icon-image:nth-child(2) {
  opacity: 0;
}

.button__text {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}

.button__icon {
  position: relative;
  z-index: 1;
  width: 1.5rem;
}

.button__icon--catalog {
  margin-left: 0.125rem;
}

.button__icon-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.button__icon-image:nth-child(2) {
  opacity: 0;
}

.button:focus {
  opacity: 1;
  color: #fff;
  border-color: #ec6d74;
}

.button:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.button:focus .button__icon-image:nth-child(1) {
  opacity: 0;
}

.button:focus .button__icon-image:nth-child(2) {
  opacity: 1;
}

.button:focus .button__catalog-icon-image:nth-child(1) {
  opacity: 0;
}

.button:focus .button__catalog-icon-image:nth-child(2) {
  opacity: 1;
}

/* ==========================================
    ヘッダー（トップページ上部固定）
   ========================================== */

.header {
  background-color: #fff;
  position: relative;
  z-index: 2001;
  height: 3.75rem;
  padding-top: 0.75rem;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
  display: block;
}

.header.is-active {
  background-color: transparent;
}

.header__logo-wrapper {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header.is-active .header__logo-wrapper {
  opacity: 0;
  visibility: hidden;
}

.header__nav {
  display: none;
}

.header__logo-link {
  display: block;
  width: 11.625rem;
}

.header__submenu.is-open {
  opacity: 1;
  visibility: visible;
}

.submenu__link:focus {
  opacity: 1;
}

.submenu__link:focus .submenu__image-wrapper {
  opacity: 0.6;
}

.submenu__link:focus .submenu__text {
  color: #ec6d74;
}

.header__sp-inner {
  padding: 0 1.0625rem 0 1.1875rem;
}

/* ==========================================
    追従ヘッダー（トップページ / 下層ページ）
   ========================================== */

.header.header--fixed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2002;
}

.header--sticky.is-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.header.header--animated {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
}

.hamburger {
  position: absolute;
  z-index: 5001;
  top: 1.31875rem;
  right: 1.0625rem;
  width: 1.5625rem;
  height: 1.185625rem;
  cursor: pointer;
}

.hamburger.is-active {
  top: 0.984375rem;
  right: 0.734375rem;
  width: 2.1875rem;
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #231815;
  height: 0.125rem;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 0.59375rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hamburger span:nth-child(3) {
  top: 1.1875rem;
}

.hamburger.is-active span:first-child {
  top: 0.71875rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 0.71875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ==========================================
    追従
   ========================================== */

.hamburger--sticky {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.hamburger--sticky.is-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.55s ease, visibility 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, visibility 0.55s ease, -webkit-transform 0.55s ease;
  transition: transform 0.55s ease, opacity 0.55s ease, visibility 0.55s ease;
  transition: transform 0.55s ease, opacity 0.55s ease, visibility 0.55s ease, -webkit-transform 0.55s ease;
}

/* ドロワー */

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  max-height: 100svh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #e6e3db;
  z-index: 5000;
  overflow-y: scroll;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  padding-bottom: 4.1875rem;
}

.drawer.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__inner {
  position: relative;
  z-index: 2001;
  padding: 0 3.84375rem 0 1.1875rem;
}

.drawer__nav {
  margin-top: 1.9375rem;
}

.drawer__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
}

.drawer__back-arrow {
  width: 0.8125rem;
}

.drawer__back-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #ec6d74;
}

.drawer__list {
  margin-top: 3.1875rem;
  margin-left: 2.6875rem;
}

.drawer__item + .drawer__item {
  margin-top: 1rem;
}

.drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  width: 100%;
  position: relative;
  padding: 0;
}

.drawer__link-arrow,
.drawer__sublink-arrow {
  width: 0.8125rem;
}

.drawer__icon {
  width: 0.8125rem;
  position: relative;
  display: block;
}

.drawer__icon::before,
.drawer__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #ec6d74;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  /* 縦線 */
}

.drawer__icon.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  /* 横線に戻す */
}

.drawer__icon.is-open::before {
  opacity: 0;
  /* 横線を非表示にして「−」 */
}

.drawer__sublist {
  margin-left: 0.9375rem;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.drawer__sublist.is-open {
  max-height: 62.5rem;
}

.drawer__subitem {
  margin-top: 1.0625rem;
}

.drawer__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}

.drawer__buttons {
  margin-top: 2.25rem;
  margin-left: 2.3125rem;
}

.drawer__button + .drawer__button {
  margin-top: 0.6875rem;
}

.drawer__button-link {
  display: block;
  width: 100%;
  border-radius: 0.5625rem;
  overflow: hidden;
}

/* ==========================================
    フッター
   ========================================== */

.footer {
  padding: 1.875rem 0 1.25rem;
  background-color: #e6e3db;
}

.footer__inner {
  position: relative;
  padding-inline: 1.5625rem;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1.875rem;
}

.footer__brand {
  width: 100%;
}

.footer__logo-link {
  display: block;
  width: 100%;
}

.footer__tagline {
  margin-top: 0.625rem;
}

.footer__company-link {
  display: block;
  color: #231815;
  text-decoration: underline;
  padding-bottom: 0.3125rem;
}

.footer__company {
  margin-top: 0.625rem;
}

.footer__sns {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.footer__sns-link {
  display: block;
  width: 1.875rem;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem 1.5625rem;
}

.footer__nav-group {
  display: contents;
}

.footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.footer__nav-icon {
  width: 0.75rem;
}

.footer__banners {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.footer__banner-link {
  display: block;
  width: 100%;
  border-radius: 0.3125rem;
}

.footer__banner-image {
  aspect-ratio: 280/88;
}

.footer__bottom {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}

.footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

/* ==========================================
    フローティングメニューPC
   ========================================== */

.floating-menu-pc {
  display: none;
}

.floating-menu-pc__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.875rem;
}

.floating-menu-pc__link {
  display: block;
  border-radius: 0.3125rem;
  overflow: hidden;
}

/* ==========================================
    フローティングメニューSP
   ========================================== */

.floating-menu-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

.floating-menu-sp.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.3s;
  transition: visibility 0s 0s, opacity 0.3s;
}

.floating-menu-sp__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floating-menu-sp__link {
  display: block;
}

.page-top-button {
  position: fixed;
  right: 1.25rem;
  bottom: 5.625rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.page-top-button.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.3s;
  transition: visibility 0s 0s, opacity 0.3s;
}

.page-top-button:hover {
  opacity: 0.6;
}

.page-top-button__icon {
  width: 1.875rem;
}

.page-top-button__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #ec6d74;
}

.product-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}

.product-list__link {
  display: block;
  text-align: center;
}

.product-card__image-wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.0625rem solid #fff;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-card__title {
  margin-top: 0.3125rem;
}

.product-card__text {
  margin-top: 0.125rem;
  font-weight: 400;
}

.dog-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.dog-gallery--archive {
  grid-template-columns: repeat(2, 1fr);
}

.dog-gallery__button {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0;
}

.dog-gallery__image-wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
  position: relative;
}

.dog-gallery__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070707;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dog-gallery__click-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}

.dog-gallery__image {
  aspect-ratio: 244/199;
}

.column-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}

.column-list__link {
  display: block;
  background-color: #fff;
  border-radius: 0.5rem;
}

.column-list__card {
  border-radius: 0.5rem 0.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  min-height: 7.07125rem;
  padding-left: 0.625rem;
}

.column-list__image-wrapper {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 9.375rem;
}

.column-list__image {
  aspect-ratio: 380/246;
}

.column-list__body {
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.column-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.1875rem;
}

.column-list__date {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.column-list__category {
  padding: 0.125rem 0.625rem;
  border-radius: 0.8125rem;
  background-color: #ec6d74;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 0.75rem;
}

.column-list__title {
  margin-top: 0.1875rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.column-list__link:focus {
  opacity: 1;
}

.column-list__link:focus .column-list__image-wrapper,
.column-list__link:focus .column-list__date,
.column-list__link:focus .column-list__title {
  opacity: 0.6;
}

.column-list__link:focus .column-list__category {
  background-color: #f1adb1;
}

.news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.news-list__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 4px, transparent 4px, transparent 6px);
  background-size: 100%;
  z-index: 1;
}

.news-list__category {
  display: block;
  margin-left: 0.625rem;
  background-color: #ec6d74;
  padding: 0 0.625rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-list__title {
  margin-top: 0.3125rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  font-size: 0.875rem;
}

.news-list__icon {
  position: absolute;
  bottom: 1.6875rem;
  right: 0.3125rem;
  width: 1.054375rem;
}

.news-list__icon-image {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-list__icon-image:nth-child(1) {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-list__icon-image:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-list__link:focus {
  opacity: 1;
  background-color: #efefef;
}

.news-list__link:focus .news-list__category {
  background-color: #f1adb1;
}

.news-list__link:focus .news-list__icon-image:nth-child(1) {
  opacity: 0;
}

.news-list__link:focus .news-list__icon-image:nth-child(2) {
  opacity: 1;
}

.footer-contact {
  padding: 3.125rem 0;
}

.footer-contact--line {
  border-top: 0.0625rem solid #d6d6d6;
}

.footer-contact--gray {
  background-color: #f9f9f9;
}

.footer-contact__banners {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}

.footer-contact__banner-link {
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}

.footer-contact__banner-image {
  aspect-ratio: 494/130;
}

.page-fv {
  position: relative;
  padding-top: 3.75rem;
  height: 100%;
  overflow: hidden;
}

.page-fv__inner {
  position: relative;
  max-width: initial;
  padding-inline: 0;
}

.page-fv__left {
  position: absolute;
  top: 47%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.page-fv__title-wrapper {
  z-index: 1;
}

.page-fv__title-wrapper--stores {
  position: relative;
  left: -0.625rem;
  width: 100%;
}

.page-fv__title-wrapper--concept {
  margin-top: -0.625rem;
}

.page-fv__title-wrapper--reason {
  position: relative;
  left: -1.25rem;
}

.page-fv__title-image {
  width: 7.5rem;
  position: relative;
  z-index: 1;
}

.page-fv__title-image--column {
  width: 7.5rem;
}

.page-fv__title-image--stores {
  width: 7.5rem;
}

.page-fv__title-image--life {
  width: 12.5rem;
}

.page-fv__title-image--faq {
  width: 8.125rem;
}

.page-fv__title-image--news {
  width: 7.5rem;
}

.page-fv__title-image--concept {
  left: 3.75rem;
  width: 10rem;
}

.page-fv__title-image--contact {
  left: 2.8125rem;
  width: 7.5rem;
}

.page-fv__title-image--reason {
  left: 1.25rem;
  width: 6.25rem;
}

.page-fv__title {
  padding: 0.3125rem 1.25rem;
  background-color: #fff;
}

.page-fv__title--column {
  text-align: center;
}

.page-fv__title--stores {
  font-size: 1.375rem;
  line-height: 1.4285714286;
}

.page-fv__title--life {
  margin-top: -1.0625rem;
}

.page-fv__title--faq {
  margin-top: -0.9375rem;
}

.page-fv__title--concept {
  margin-top: -1.25rem;
}

.page-fv__title--contact {
  margin-top: -0.3125rem;
}

.page-fv__image-wrapper {
  border-radius: 1.25rem 0 0 1.25rem;
  overflow: hidden;
}

.page-fv__image {
  aspect-ratio: 2/1;
}

.breadcrumbsWrap {
  padding-top: 0.625rem;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  margin-inline: auto;
  padding-inline: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs .home {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ec6d74;
}

.breadcrumbs a {
  color: black;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.breadcrumbs .arrow {
  font-size: 1rem;
  margin-top: -0.25rem;
}

.custom-pagination {
  margin-top: 3.125rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #707070;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4375rem;
}

.page-numbers li {
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid #ec6d74;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 0.9375rem;
  position: relative;
  top: -0.0625rem;
}

.page-numbers li.is-current {
  border-color: transparent;
}

.page-numbers li .current {
  background-color: #f1adb1;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-numbers li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  color: #ee545c;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  top: -0.0625rem;
}

.page-numbers li .dots {
  margin-top: 0;
  color: #ec6d74;
  font-size: 0.875rem;
  position: relative;
  top: -0.3125rem;
}

.page-numbers li.dots-parent {
  border: none;
  background-color: initial;
}

.page-numbers li a:focus {
  background-color: #f1adb1;
  color: #fff;
  border-color: transparent;
}

.page-numbers li:not(.is-current):focus {
  border-color: transparent;
}

.colors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  padding: 0.3125rem;
}

.colors-list__color {
  position: relative;
  width: 0.9375rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-color-switch .colors-list__color {
  width: 1.5rem;
}

.colors-list__color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.0625rem solid lightgray;
  opacity: 0;
}

.js-color-switch .colors-list__color::after {
  width: 1.875rem;
  height: 1.875rem;
}

.colors-list__color.current::after {
  opacity: 1;
}

.filter-tags {
  padding: 1.875rem 0 1.25rem;
}

.filter-tags__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
}

.filter-tags__list {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.filter-tags__link {
  display: block;
  padding: 0.3rem 1rem;
  border-radius: 1.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  border: 0.0625rem solid #707070;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.filter-tags__link.is-active {
  background-color: #faf4f4;
  color: #ec6d74;
  border-color: #ec6d74;
}

.filter-tags__link:focus {
  background-color: #faf4f4;
  color: #ec6d74;
  border-color: #ec6d74;
}

/* ==========================================
    VK Filter Search Pro
   ========================================== */

.vkfs {
  margin-bottom: 0 !important;
}

.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
  margin-bottom: 0;
}

.vkfs__outer-wrap + .vkfs__outer-wrap {
  margin-top: 0;
}

.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
  margin: 0;
}

.vkfs__taxonomy .vkfs__label-name {
  display: none;
}

.vkfs__area-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  width: 100%;
}

.vkfs__location-button-wrapper {
  position: relative;
  z-index: 1;
}

.vkfs__location-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  width: 17.5rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.25rem;
  background-color: #ec6d74;
}

.vkfs__select-wrapper {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.vkfs__location-button img {
  width: 1.25rem;
}

.vkfs__location-button span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4210526316;
  color: #fff;
}

.vkfs-select {
  position: relative;
  width: 17.5rem;
  height: 2.5rem;
}

.vkfs select:not(.does-not-exist) {
  margin-top: 0;
  position: relative;
  padding-left: 1.9375rem;
  width: 17.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 1.25rem;
  background-image: none;
  border: 0.0625rem solid #b5b5b5;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2352941176;
  font-size: 0.875rem;
  color: #231815;
}

.vkfs select:not(.is-placeholder) {
  color: #231815;
}

.vkfs select.is-placeholder {
  color: #231815;
}

.vkfs__each-select-wrapper {
  position: relative;
}

.vkfs__each-select-wrapper::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 1.3125rem;
  width: 0.75rem;
  height: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/select-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vkfs ul.vkfs__input-wrap {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.vkfs__input-wrap--col-sm-12 li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.ul[class*=vkfs__input-wrap--col] > li {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.2;
}

ul[class*=vkfs__input-wrap--col] > li {
  padding: 0;
}

.vkfs__input-wrap label {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #231815;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
}

.vkfs input[type=checkbox],
.vkfs input[type=radio] {
  display: block;
  position: relative;
  top: -0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0;
}

.vkfs input[type=checkbox]::before,
.vkfs input[type=radio]::before {
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid #231815;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0.125rem;
}

.vkfs input[type=checkbox]:after {
  left: 32%;
  top: 26%;
  width: 0.375rem;
  height: 0.5625rem;
}

.vkfs input[type=radio]:checked {
  background-color: #816e50;
}

.vkfs .btn[type=submit] {
  margin-top: 1.25rem;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #ec6d74;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.vkfs .btn[type=submit]:hover {
  opacity: 0.6;
}

/* ==========================================
    Search Filter
   ========================================== */

.search-filter {
  position: relative;
}

.search-filter__box {
  position: relative;
  padding: 1.875rem 1.25rem 1.25rem 1.875rem;
  background-color: #f9f9f9;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.search-filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}

.search-filter__title--mt {
  margin-top: 1.875rem;
}

.search-filter__title-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.search-filter__description {
  margin-top: 1.25rem;
  text-align: justify;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4705882353;
  padding-left: 1em;
  text-indent: -1em;
}

.life-filter__box {
  margin-top: 0.5rem;
  padding: 1.25rem;
  padding-top: 0.25rem;
  background-color: #fff9ef;
}

/* ==========================================
    モーダル（ギャラリー）
   ========================================== */

.dog-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5500;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  background-color: rgba(42, 38, 37, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dog-gallery-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.dog-gallery-modal.is-closing {
  opacity: 0;
}

.dog-gallery-modal.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dog-gallery-modal.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dog-gallery__modal-inner {
  padding-inline: 0.9375rem;
  margin-inline: auto;
  width: 100%;
}

.dog-gallery-modal__content {
  display: none;
  position: relative;
  width: 100%;
  padding: 2.5rem 0 2.5rem;
}

.dog-gallery-modal.is-open .dog-gallery-modal__content {
  display: block;
}

.dog-gallery-modal__close {
  position: absolute;
  top: 0.625rem;
  right: 0;
}

.dog-gallery-modal__close-icon {
  width: 1.25rem;
}

.dog-gallery-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.8125rem;
}

.dog-gallery-modal__image-wrapper {
  width: 100%;
  width: 21.5625rem;
  width: 92vw;
  border: 0.0625rem solid #070707;
  position: relative;
}

.dog-gallery-modal__image {
  aspect-ratio: 644/667;
}

.dog-gallery-modal__caption {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  font-size: 0.875rem;
}

.dog-gallery-modal__info {
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1.25rem;
  text-align: center;
}

.dog-gallery-modal__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.dog-gallery-modal__product-image-wrapper {
  margin-inline: auto;
  position: relative;
  background-color: #f9f9f9;
  padding: 0.9375rem;
  width: 9.375rem;
}

.dog-gallery-modal__product-image {
  aspect-ratio: 276/222;
  width: 100%;
}

.dog-gallery-modal__product-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dog-gallery-modal__details {
  margin-top: 0.625rem;
  text-align: left;
}

.dog-gallery-modal__details-item {
  font-size: 0.875rem;
}

.dog-gallery-modal__details-item + .dog-gallery-modal__details-item {
  margin-top: 0.3125rem;
}

.dog-gallery-modal__link {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  border-radius: 1.0625rem;
  background-color: #ec6d74;
  color: #fff;
  padding: 0.3125rem 0.75rem;
  font-size: 0.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.dog-gallery-modal__link-icon {
  width: 0.75rem;
}

.dog-gallery-modal__share {
  margin-top: 1.25rem;
}

.dog-gallery-modal__share-label {
  font-size: 0.875rem;
}

.dog-gallery-modal__share-list {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.48125rem;
     -moz-column-gap: 0.48125rem;
          column-gap: 0.48125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dog-gallery-modal__share-button {
  display: block;
  padding: 0;
  width: 2.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dog-gallery-modal__share-button:hover {
  opacity: 0.6;
}

/* ==========================================
  スライダーの矢印ボタン
   ========================================== */

.dog-gallery-modal__arrows .splide__arrow {
  background: transparent;
  width: 1.5625rem;
  height: 2.4375rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dog-gallery-modal__arrows .splide__arrow--prev {
  left: 0.9375rem;
  top: initial;
  bottom: -1.5625rem;
}

.dog-gallery-modal__arrows .splide__arrow--next {
  right: 0.9375rem;
  top: initial;
  bottom: -1.5625rem;
}

/* ==========================================
    FV
   ========================================== */

.fv {
  margin-top: -3.75rem;
}

.fv__sub-title {
  margin-top: 5rem;
}

.fv__title {
  margin-top: 0.9375rem;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  line-height: 1.8;
}

.fv-slider .splide__pagination {
  bottom: -2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.fv-slider .splide__pagination__page {
  width: 0.625rem !important;
  height: 0.625rem !important;
  background-color: transparent;
  border: 0.0625rem solid #707070;
  margin: 0;
  padding: 0;
}

.fv-slider .splide__pagination__page.is-active {
  background-color: #d6d6d6;
  border-color: transparent;
  width: 0.625rem !important;
  height: 0.625rem !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ==========================================
    CONCEPT
   ========================================== */

.concept {
  position: relative;
  padding: 4.375rem 0 1.875rem;
  overflow: hidden;
}

.concept::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f9f9f9;
  border-radius: 0.75rem;
  z-index: -1;
}

.concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.concept__section-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.concept__image-wrapper {
  margin-top: 1.875rem;
  margin-inline: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-radius: 0.75rem;
  overflow: hidden;
}

.concept__image {
  aspect-ratio: 4/3;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

.concept__body {
  width: 100%;
  display: contents;
}

.concept__text {
  margin-top: 1.875rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-weight: 400;
}

.concept__paragraph + .concept__paragraph {
  margin-top: 1.25rem;
}

.concept__button-wrapper {
  margin-top: 1.875rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* ==========================================
    Pick Up
   ========================================== */

.pick-up {
  padding: 4.375rem 0 4.375rem;
  overflow: hidden;
}

.pick-up__inner {
  position: relative;
}

.pick-up__slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
}

.pick-up__track {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  padding-left: 0.5rem;
}

.pick-up__item {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.3);
}

.pick-up__link {
  display: block;
  border-radius: 0.5rem;
}

.pick-up__card {
  border-radius: 0.5rem;
}

.pick-up__title {
  padding: 0.9375rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #fff;
  font-size: 1rem;
}

.pick-up__image-wrapper {
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pick-up__image {
  aspect-ratio: 367/290;
  border-radius: 0 0 0.5rem 0.5rem;
}

.pick-up__link:focus {
  opacity: 1;
}

.pick-up__link:focus .pick-up__image-wrapper {
  opacity: 0.6;
}

.pick-up__slider__pagination-wrapper {
  position: absolute;
  bottom: -4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  text-align: center;
  pointer-events: none;
  /* 下のスライド操作を邪魔しないなら */
  z-index: 10;
}

.pick-up__slider__pagination-wrapper .splide__pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.pick-up__slider__pagination-wrapper .splide__pagination__page {
  width: 0.625rem !important;
  height: 0.625rem !important;
  background-color: transparent;
  border: 0.0625rem solid #707070;
  margin: 0;
  padding: 0;
}

.pick-up__slider__pagination-wrapper .splide__pagination__page.is-active {
  background-color: #d6d6d6;
  border-color: transparent;
  width: 0.625rem !important;
  height: 0.625rem !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pick-up__slider__pagination-wrapper-text {
  visibility: hidden;
  opacity: 0;
}

.pick-up .splide__arrow {
  width: 2.1875rem;
  height: 2.1875rem;
  background: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 105%;
}

.pick-up .splide__arrow--prev {
  left: 39%;
}

.pick-up .splide__arrow--next {
  right: 39%;
}

/* ==========================================
    PRODUCTS
   ========================================== */

.products {
  padding: 4.375rem 0 1.875rem;
}

.products__list {
  margin-top: 1.875rem;
}

.products__button-wrapper {
  margin-top: 1.875rem;
}

/* ==========================================
    犬の靴があるあ生活
   ========================================== */

.life-with-dog-shoes {
  padding: 4.375rem 0 1.875rem;
}

.life-with-dog-shoes__gallery {
  margin-top: 1.875rem;
}

.life-with-dog-shoes__button-wrapper {
  margin-top: 1.875rem;
}

/* ==========================================
    コラム
   ========================================== */

.column {
  padding: 3.125rem 0 3.125rem;
  background-color: #f8f8f8;
}

.column__list {
  margin-top: 3.0625rem;
}

.column__button-wrapper {
  margin-top: 1.875rem;
}

/* ==========================================
    お知らせ
   ========================================== */

.news {
  padding: 3.125rem 0 3.125rem;
  background-color: #f8f8f8;
}

.news__list {
  margin-top: 1.875rem;
}

.news__button-wrapper {
  margin-top: 1.875rem;
}

/* ==========================================
    「犬の靴」普及への取組
   ========================================== */

.support {
  padding: 4.375rem 0 3.125rem;
}

.support__inner {
  position: relative;
  text-align: center;
}

.support__inner::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  background-color: #f6f1f1;
  border-radius: 0.5rem;
  z-index: -1;
  width: 100%;
  height: 18.75rem;
}

.support__text {
  margin-top: 1.875rem;
  font-weight: 400;
}

.support__list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}

.support__link {
  display: block;
}

.support__item + .support__item {
  border-top: 0.0625rem solid #d6d6d6;
  padding-top: 1.875rem;
}

.support__image-wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
}

.support__image {
  aspect-ratio: 333.67/226;
}

.support__title {
  margin-top: 0.625rem;
}

.support__description {
  margin-top: 0.625rem;
  text-align: left;
  font-weight: 400;
}

/* ==========================================
    テストモーダル
   ========================================== */

.life-modal {
  padding: 6.25rem 0;
  background-color: #9ad4d1;
}

/* ==========================================
    製品案内
   ========================================== */

.products-products {
  padding: 1.875rem 0 1.5625rem;
}

.products-products__section-title {
  margin-top: 1.875rem;
}

.products-products__list {
  margin-top: 1.875rem;
}

.products-products__button-wrapper {
  margin-top: 1.875rem;
}

/* ==========================================
    その他、取扱製品    
   ========================================== */

.products-other {
  padding: 1.5625rem 0 3.125rem;
}

.products-other__list {
  margin-top: 1.875rem;
}

.product-archive {
  padding: 1.875rem 0 1.5625rem;
}

.product-archive__select {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.59375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.65rem;
  height: 0.41625rem;
  background-image: url("../img/product-select-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.product-archive__dropdown {
  position: relative;
  padding: 0.625rem 1.25rem;
  width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #d6d6d6;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 0.875rem;
}

.product-archive__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 0.625rem;
}

.product-archive__link {
  display: block;
}

.product-archive__image-wrapper {
  background-color: #f9f9f9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  aspect-ratio: 289/243;
}

.product-archive__image {
  aspect-ratio: 289/243;
}

.product-archive__image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.product-archive__image.is-fadein {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.product-archive__badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  z-index: 1;
}

.product-archive__title {
  padding-top: 0.625rem;
  border-top: 0.0625rem solid #d6d6d6;
  font-size: 0.875rem;
}

.product-archive__button {
  margin-top: 0.625rem;
  padding: 0.375rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  background-color: #ec6d74;
  border-radius: 1.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  border: 0.0625rem solid transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.product-archive__arrow {
  width: 0.75rem;
  position: relative;
}

.product-archive__arrow-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-archive__arrow-image:nth-child(2) {
  opacity: 0;
}

.product-archive__link:focus {
  opacity: 1;
}

.product-archive__link:focus .product-archive__image-wrapper {
  opacity: 0.6;
}

.product-archive__link:focus .product-archive__button {
  background-color: #fff;
  color: #ec6d74;
  border-color: #ec6d74;
}

.product-archive__link:focus .product-archive__arrow-image:nth-child(1) {
  opacity: 0;
}

.product-archive__link:focus .product-archive__arrow-image:nth-child(2) {
  opacity: 1;
}

/* ==========================================
    商品ガイド
   ========================================== */

.product-guides {
  padding: 1.875rem 0 3.125rem;
}

.product-guides__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.product-guides__link {
  position: relative;
  display: block;
  background-color: #fff9ef;
  padding: 1.25rem;
}

.product-guides__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-left: -0.125rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-guides__icon-wrapper {
  width: 1.875rem;
}

.product-guides__title {
  padding-bottom: 0.03125rem;
  border-bottom: 0.0625rem solid #ec6d74;
  font-size: 1.125rem;
}

.product-guides__text {
  margin-top: 1.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-guides__arrow {
  position: absolute;
  bottom: 0.5625rem;
  right: 1.5625rem;
  width: 1.875rem;
}

.product-guides__link:focus {
  opacity: 1;
}

.product-guides__link:focus .product-guides__top,
.product-guides__link:focus .product-guides__text {
  opacity: 0.6;
}

.product-detail-spacer {
  padding-top: 3.75rem;
}

.product-detail {
  padding-top: 1.875rem;
}

.product-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail__content {
  width: 100%;
  display: contents;
}

.product-detail__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-detail__tags {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 0.5625rem;
}

.product-detail__tag-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  border-radius: 1.0625rem;
  padding: 0.25rem 0.9375rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.product-detail__tag-link--red {
  background-color: #ec6d74;
}

.product-detail__tag-icon--download {
  width: 0.989375rem;
}

.product-detail__tag-icon--page {
  width: 1.055rem;
}

.product-detail__tag-link--light-brown {
  background-color: #c1b38e;
}

.product-detail__tag-link--green {
  background-color: #b5b376;
}

.product-detail__tag-icon--confirm {
  width: 0.9975rem;
}

.product-detail__tag-link--brown {
  background-color: #d1a76f;
}

.product-detail__tag-link--blue {
  background-color: #9bd4d1;
}

.product-detail__icons {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.product-detail__icon {
  width: 2.1875rem;
}

.product-detail__subtitle {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.product-detail__description {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-top: 1.25rem;
}

.product-detail__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.25rem;
  width: 100%;
}

.product-detail__image-wrapper {
  position: relative;
  aspect-ratio: 590/424;
}

.product-detail__image {
  aspect-ratio: 590/424;
}

.product-detail__image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.product-detail__image.is-fadein {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.product-detail__badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  z-index: 1;
}

.product-detail__badge-image {
  aspect-ratio: 1/1;
}

.product-detail__colors {
  margin-top: 0.625rem;
}

/* ==========================================
    製品詳細ブロックエディター
   ========================================== */

.product-contents {
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.product-contents h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.44;
}

.product-contents p {
  margin-top: 0.625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8823529412;
  font-size: 0.9375rem;
}

.feature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}

.feature-block--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature-block .wp-block-column {
  -webkit-box-flex: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important;
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
}

.feature-block + .feature-block {
  margin-top: 1.875rem;
}

.feature-block__box {
  padding: 0.9375rem;
  background-color: #f9f9f9;
}

.feature-block figure {
  border-radius: 0.5rem;
  overflow: hidden;
}

.feature-block figure img {
  aspect-ratio: 7/5;
}

.block-wrapper {
  margin-top: 3.125rem;
  text-align: center;
}

.size-image__wrapper {
  margin-top: 1.25rem;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0;
  margin-bottom: 0;
}

.size-image__wrapper + .size-image__wrapper {
  margin-top: 0;
}

.two-columns {
  margin-top: 1.25rem;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0;
  margin-bottom: 0;
}

.three-columns {
  margin-top: 1.25rem;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0;
  margin-bottom: 0;
}

.five-columns {
  margin-top: 1.25rem;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0;
  margin-bottom: 0;
}

.three-column + .three-column,
.two-columns + .two-columns,
.five-columns + .five-columns {
  margin-top: 0;
}

.size-image__print {
  width: 100%;
  margin-top: 1.25rem;
}

.size-image__button {
  margin-top: 1.875rem;
}

.howto-video__embed {
  width: 100%;
  margin-top: 1.25rem;
}

.howto-video__embed iframe {
  aspect-ratio: 16/9;
  height: auto;
}

.size-image__wrapper.wp-block-columns {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.column-archive {
  padding: 1.875rem 0 3.125rem;
}

.column-article {
  padding: 1.875rem 0 1.875rem;
}

.column-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.625rem;
}

.column-article__tag {
  background-color: #ec6d74;
  border-radius: 0.6875rem;
  margin-top: 0.125rem;
  padding: 0.0625rem 0.625rem;
}

.column-article__title {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  border-bottom: 0.125rem solid #f1adb1;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  color: #000;
}

.column-article__title-icon {
  margin-top: 0.25rem;
  width: 1.625rem;
}

/* ==========================================
    目次
   ========================================== */

.block-contents__toc {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  background-color: #f6f1f1;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.block-contents .block-contents__toc-heading {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
  padding-left: 0;
}

.block-contents .block-contents__toc-heading img {
  -webkit-filter: none;
          filter: none;
}

.block-contents .block-contents__toc-heading::before,
.block-contents .block-contents__toc-heading::after {
  display: none;
}

.block-contents__toc-icon {
  width: 2.1875rem;
}

.block-contents__toc-list {
  margin-top: 1.25rem;
  margin-left: 0.625rem;
}

.block-contents__toc-item {
  margin-top: 0.625rem;
}

.block-contents__toc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #000;
}

.block-contents__toc-square {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #ec6d74;
}

.block-contents__toc-list .block-contents__toc-link + .block-contents__toc-sublist {
  margin-top: 0.625rem;
}

.block-contents__toc-sublist {
  margin-top: 0.9375rem;
  margin-left: 1.25rem;
}

.block-contents__toc-subitem + .block-contents__toc-subitem {
  margin-top: 0.625rem;
}

.block-contents__toc-sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  color: #000;
}

.block-contents__toc-line {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}

/* ==========================================
    ブロックエディター
   ========================================== */

.block-contents {
  margin-top: 1.875rem;
}

.block-contents h2:not(.block-contents__toc-heading) {
  margin-top: 1.875rem;
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4571428571;
  color: #000;
}

.block-contents h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(90deg, #816e50 0px, #816e50 6px, transparent 6px, transparent 10px);
  background-size: 100%;
}

.block-contents h3 {
  margin-top: 1.875rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3333333333;
  color: #000;
  padding: 0.625rem 0.9375rem;
  border-bottom: 0.1875rem solid #ec6d74;
  /*下線（太さ 実線 色）*/
  border-left: 0.1875rem solid #ec6d74;
  /*左線（太さ 実線 色）*/
  position: relative;
}

.block-contents h3::before,
.block-contents h3::after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 1.5rem;
}

.block-contents h3::before {
  border-color: transparent;
  border-top-color: #ec6d74;
  /*吹き出しの矢印部の線色*/
  border-width: 0.75rem;
  top: 100%;
  left: 1.375rem;
}

.block-contents h3::after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 0.625rem;
  top: 95%;
}

.block-contents h4 {
  margin-top: 1.875rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.72;
  color: #000;
  padding-left: 1.5rem;
}

.block-contents h4::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  background-image: url("../img/heading3-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1.125rem;
  height: 1.125rem;
}

.block-contents h4 + p {
  margin-top: 0.1875rem;
}

.block-contents p {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8823529412;
}

.block-contents p + p {
  margin-top: 1.25rem;
  display: flow-root;
}

.block-contents a:not(.block-contents__toc-link, .block-contents__toc-sublink) {
  color: #ec6d74;
}

.block-contents ul:not(.block-contents__toc-list, .block-contents__toc-sublist),
.block-contents ol {
  margin-top: 1.25rem;
}

.block-contents ol {
  list-style: decimal;
  padding-left: 0.625rem;
}

.block-contents ul:not(.block-contents__toc-list, .block-contents__toc-sublist) li,
.block-contents ol li {
  position: relative;
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4705882353;
  padding-left: 25px;
  margin-left: 10px;
}

.block-contents ol li {
  padding-left: 10px;
}

.block-contents ul:not(.block-contents__toc-list, .block-contents__toc-sublist) li::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4705882353;
}

.block-contents figure {
  margin-top: 1.875rem;
}

.block-contents table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  background-color: #fff;
}

.block-contents table td {
  border: 0.0625rem solid #d6d6d6;
  padding: 0.9375rem 1.25rem;
  text-align: left;
  vertical-align: top;
}

.block-contents table tr:first-child td {
  background-color: #f9f9f9;
  font-weight: bold;
  color: #231815;
}

.block-contents blockquote {
  position: relative;
  margin-top: 1.875rem;
  padding: 1.875rem 1.875rem;
  background-color: #fdf8f4;
  border-left: 0.25rem solid #f39090;
  font-style: normal;
  color: #333;
  width: 100%;
}

.block-contents blockquote::before {
  content: "❝";
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  font-size: 1.875rem;
  color: #d6d6d6;
  line-height: 1;
}

.block-contents blockquote p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 0;
}

.block-contents blockquote .cite {
  margin-top: 0.625rem;
  display: block;
  font-size: 0.75rem;
  color: #707070;
  text-align: right;
  font-style: normal;
}

.article-share {
  margin-top: 3.125rem;
}

.article-share__list {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  width: 6.875rem;
}

.article-share__link {
  display: block;
  width: 1.875rem;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article-share__link:hover {
  opacity: 0.6;
}

.column-article__button-wrapper {
  border-top: 0.0625rem solid #707070;
  margin-top: 1.25rem;
  padding-top: 3.125rem;
}

.wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-inline: auto;
}

/* ==========================================
    検索エリア
   ========================================== */

.archive-works-search {
  margin-top: 1.875rem;
}

/* ==========================================
    店舗一覧
   ========================================== */

.stores-archive {
  padding: 1.875rem 0 1.875rem;
}

.stores-archive__area + .stores-archive__area {
  margin-top: 3.125rem;
}

.stores-archive__area-heading,
.stores-archive__nearest-heading {
  width: 100%;
  background-color: #fff9ef;
}

.store-archive__prefecture-heading {
  margin-top: 1.25rem;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4666666667;
  color: #816e50;
  text-align: center;
}

.stores-archive__shop {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #d6d6d6;
}

.stores-archive__shop + .stores-archive__shop {
  margin-top: 1.875rem;
}

.stores-archive__info {
  width: 100%;
}

.stores-archive__name {
  font-size: 1rem;
  letter-spacing: 0;
}

.stores-archive__zip {
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.stores-archive__address {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.stores-archive__icons {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}

.stores-archive__icon {
  width: 3.75rem;
}

.stores-archive__btns {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem 0.625rem;
}

.stores-archive__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding-left: 1.25rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 1.25rem;
  width: 10rem;
  height: 1.875rem;
}

.stores-archive__btn-link--tel {
  color: #ec6d74;
  background-color: #fff;
  border: 0.0625rem solid #ec6d74;
}

.stores-archive__btn-icon-wrapper {
  position: relative;
  width: 0.9375rem;
}

.stores-archive__btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.stores-archive__btn-icon {
  opacity: 1;
}

.stores-archive__btn-icon--hover {
  opacity: 0;
}

.stores-archive__btn-link--map {
  color: #48b4e1;
  background-color: #fff;
  border: 0.0625rem solid #48b4e1;
}

.stores-archive__btn-link--site {
  color: #ffbe51;
  background-color: #fff;
  border: 0.0625rem solid #ffbe51;
}

.stores-archive__btn-link:focus {
  opacity: 1;
  color: #fff;
}

.stores-archive__btn-link--tel:focus {
  background-color: #ec6d74;
}

.stores-archive__btn-link--map:focus {
  background-color: #48b4e1;
}

.stores-archive__btn-link--site:focus {
  background-color: #ffbe51;
}

.stores-archive__btn-link:focus .stores-archive__btn-icon {
  opacity: 0;
}

.stores-archive__btn-link:focus .stores-archive__btn-icon--hover {
  opacity: 1;
}

.stores-archive__map {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}

.stores-archive__map iframe {
  width: 100%;
  aspect-ratio: 489/229;
  height: auto;
}

/* ==========================================
    イントロ
   ========================================== */

.life-intro {
  padding: 1.875rem 0 1.25rem;
}

.life-intro__text + .life-intro__text {
  margin-top: 1.25rem;
}

/* ==========================================
    絞り込み
   ========================================== */

.life-filter {
  padding: 1.25rem 0 1.875rem;
}

/* ==========================================
    ギャラリー
   ========================================== */

.life-gallery {
  padding: 1.875rem 0 3.125rem;
}

.faq-archive {
  padding: 1.875rem 0 1.25rem;
}

.faq-archive__item {
  width: 100%;
}

.faq-archive__item + .faq-archive__item {
  margin-top: 0.9375rem;
}

.faq-archive__item + .faq-archive__item.is-first {
  margin-top: 0;
}

.faq-archive__question {
  position: relative;
  border-radius: 0.5rem;
  background-color: #f6f1f1;
  padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  width: 100%;
  color: #231815;
}

.faq-archive__qmark {
  width: 1.25rem;
}

.faq-archive__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
}

.faq-toggle__icon {
  position: absolute;
  top: 53%;
  right: 0.9375rem;
  width: 1rem;
}

.faq-toggle__icon::before,
.faq-toggle__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #f1adb1;
  border-radius: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-toggle__icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq-toggle__icon.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.faq-toggle__icon.is-open::before {
  opacity: 0;
}

.faq-archive__answer {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-archive__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
}

.faq-archive__amark {
  position: relative;
  top: -0.0625rem;
  width: 1.25rem;
}

.faq-archive__content {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: justify;
}

.faq-archive__content a {
  color: #ec6d74;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.page-concept {
  padding-top: 3.125rem;
  overflow: hidden;
}

/* ==========================================
    ブロックエディター（共通）
   ========================================== */

.page-concept__content .en-red {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #ec6d74;
  text-transform: uppercase;
}

.page-concept__content .title30 {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.page-concept__content p {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8823529412;
}

/* ==========================================
    ブロックエディター（個別）
   ========================================== */

.page-concept__content .block01 {
  position: relative;
  padding-bottom: 3.125rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.page-concept__content .block01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background-color: #f8f8f8;
}

.page-concept__content .block01__inner {
  position: relative;
}

.page-concept__content .block01 p {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: justify;
}

.page-concept__content .block01 figure {
  margin-top: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-concept__content .block02 {
  position: relative;
  padding: 3.125rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.page-concept__content .block02::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25rem;
  background-color: #f8f8f8;
}

.page-concept__content .block02 .wp-block-columns {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0rem;
}

.page-concept__content .block02__left {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1.25rem;
}

.page-concept__content .block02 figure {
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-concept__content .block02__box {
  display: contents;
}

.page-concept__content .block02 .wp-block-column:first-of-type {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.page-concept__content .block02 p {
  margin-top: 1.25rem;
}

.page-concept__content .block02 p.en-red {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.page-concept__content .block02 h2.title30 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

.page-concept__content .block02 p.block02__text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.page-concept__content .block03 {
  padding: 3.125rem 0 1.875rem;
}

.page-concept__content .block03 p {
  margin-top: 1.25rem;
}

.page-concept__content .block04 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 1.875rem 0 3.125rem;
}

.page-concept__content .block04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background-color: #f8f8f8;
}

.page-concept__content .block04__inner .wp-block-columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
}

.page-concept__content .block04 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow,
.page-concept__content .block04 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: contents;
}

.page-concept__content .block04__left {
  display: contents;
}

.page-concept__content .block04__left p.en-red {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.page-concept__content .block04__left h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

.page-concept__content .block04__left p.block04__text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: justify;
}

.page-concept__content .block04 figure {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-concept__content .block04 p {
  margin-top: 1.25rem;
}

.page-concept__content .block05 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 3.125rem 0;
}

.page-concept__content .block05__inner {
  position: relative;
}

.page-concept__content .block05 p {
  margin-top: 1.25rem;
}

.page-concept__content .block05 figure {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 75%;
}

.page-concept__content .block06 {
  position: relative;
  padding: 3.125rem 0 3.125rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.page-concept__content .block06::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background-color: #f8f8f8;
}

.page-concept__content .block06__inner {
  position: relative;
}

.page-concept__content .block06__gallery {
  margin-top: 1.25rem;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.page-concept__content .block06__gallery + .block06__gallery {
  margin-top: 0;
}

.page-concept__content .block06 p {
  margin-top: 1.25rem;
  text-align: left;
}

.page-concept__content .block07 {
  padding: 3.125rem 0;
}

.page-concept__content .block07.anchor-target {
  scroll-margin-top: 80px;
  /* 固定ヘッダーの高さ分だけ下げる */
}

.page-concept__content .block07 p {
  margin-top: 1.25rem;
}

.page-concept__content .block07__links .wp-block-group__inner-container {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.page-concept__content .block07 a {
  display: block;
}

.page-concept__content .block08 {
  padding: 3.125rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #f8f8f8;
}

.page-concept__content .block08__inner {
  position: relative;
}

.page-concept__content .block08__box {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-concept__content .block08 p.block08__text01 {
  margin-top: 0.625rem;
}

.page-concept__content .block08 p.block08__text02 {
  margin-top: 1.25rem;
}

.page-concept__content .block08 p {
  margin-top: 0;
}

.page-concept__content .block08 p.line a {
  color: #ec6d74;
  text-decoration: underline;
}

.page-concept__content .block08 div.block08__map-image {
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-concept__content .block08 div.block08__map-image iframe {
  aspect-ratio: 600/420;
  height: auto;
}

.page-concept__content .block08__gallery {
  margin-top: 1.25rem;
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
}

.page-concept__content .block08__gallery figure {
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-concept__content .block08__gallery figure img {
  border: 0.0625rem solid #fff;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.wp-block-columns {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* ==========================================
    お問い合わせ
   ========================================== */

.contact {
  padding: 1.875rem 0 0;
}

.contact__introduction {
  font-weight: 400;
}

.contact__button {
  margin-top: 1.25rem;
  padding: 0.9375rem 0.75rem 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  background-color: #f1adb1;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.0625rem solid transparent;
  margin-inline: auto;
}

.contact__button-text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
}

.contact__button-arrow {
  position: relative;
  width: 0.9375rem;
}

.contact__button-arrow-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact__button-arrow-image:nth-child(1) {
  opacity: 1;
}

.contact__button-arrow-image:nth-child(2) {
  opacity: 0;
}

.contact__button:focus {
  opacity: 1;
  background-color: #fff;
  border-color: #f1adb1;
}

.contact__button:focus .contact__button-text {
  color: #f1adb1;
}

.contact__button:focus .contact__button-arrow-image:nth-child(1) {
  opacity: 0;
}

.contact__button:focus .contact__button-arrow-image:nth-child(2) {
  opacity: 1;
}

/* ==========================================
    お問い合わせフォーム
   ========================================== */

.wpcf7 {
  padding-top: 1.875rem;
}

.wpcf7-form {
  margin-inline: auto;
  background-color: #fff;
  padding: 0.625rem 0.9375rem 1.25rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

fieldset.contact-form__group {
  padding: 0;
  border: none;
}

.contact-form__row {
  margin-top: 1rem;
}

.contact-form__row--mt {
  margin-top: 1rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form__label {
  display: inline-block;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.contact-form__label span {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-block;
  border-radius: 0.3125rem;
  padding: 0 0.5rem 0 0.5625rem;
  background-color: #ec6d74;
  margin-left: 0.5rem;
}

.safari .contact-form__label span {
  padding-top: 0.125rem;
  padding-bottom: 0.0625rem;
}

.contact-form__name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #cecece;
}

.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #cecece;
}

.contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #cecece;
}

.contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #cecece;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #cecece;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid #c7c7c7;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.375rem;
  background-color: #fff;
  font-weight: 500;
}

.contact-form__textarea {
  line-height: 1.7;
}

.contact-form__count {
  font-size: 0.75rem;
  margin-top: 0.375rem;
  padding-right: 0.5rem;
  text-align: right;
}

.contact-form__textarea {
  width: 100%;
  resize: none;
  height: 11.25rem;
}

.contact-form__privacy {
  margin-top: 1.875rem;
}

.contact-form__privacy-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.contact-form__privacy-box {
  margin-top: 1.25rem;
  width: 100%;
  height: 11.25rem;
  margin-inline: auto;
  background-color: #fff;
  border: 0.0625rem solid #707070;
  border-radius: 0.625rem;
  overflow-y: scroll;
  padding: 0.625rem 0.9375rem;
}

/* ==========================================
    ラジオボタン
   ========================================== */

.contact-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6875rem;
}

.contact-form__options {
  margin-top: 0.9375rem;
}

.contact-form__options label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}

.contact-form__options input + span::before {
  position: relative;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.safari .contact-form__options input + span::before {
  margin-top: -0.1875rem;
}

.contact-form__options input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100vh;
  background-color: #ec6d74;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.safari .contact-form__options input + span::after {
  left: 0.649375rem;
  margin-top: -0.125rem;
}

.contact-form__options input:checked + span::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.contact-form__note {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ec6d74;
  padding-left: 1.25rem;
}

/* ==========================================
    チェックボックス・プライバシーチェック関係
   ========================================== */

.contact-form__checkbox,
.contact-form__checkbox02 {
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form__checkbox label,
.contact-form__checkbox02 label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
}

.contact-form__checkbox02 label {
  font-size: 0.875rem;
  line-height: 1.5;
}

.contact-form__checkbox02 {
  text-align: center;
  margin-top: 1.25rem;
}

span.wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-form__checkbox input {
  display: block;
}

.contact-form__checkbox input + span::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 0.0625rem solid #707070;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.safari .contact-form__checkbox input + span::before {
  margin-top: -0.1875rem;
}

.contact-form__checkbox input + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ec6d74;
  -webkit-transform: translate(-50%, 50%) scale(0);
          transform: translate(-50%, 50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.safari .contact-form__checkbox input + span::after {
  margin-top: -0.1875rem;
}

.contact-form__checkbox input:checked + span::after {
  -webkit-transform: translate(-50%, 50%) scale(1);
          transform: translate(-50%, 50%) scale(1);
}

input.contact-form__acceptance + span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  background-color: #fff;
  border: 0.0625rem solid #707070;
  margin-top: 0.1875rem;
}

.safari input.contact-form__acceptance + span::before {
  margin-top: 0.1875rem;
}

.safari .contact-form__acceptance + span::after {
  margin-top: 0rem;
}

input.contact-form__acceptance + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ec6d74;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

input.contact-form__acceptance:checked + span::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.contact__privacy-policy {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-top: 0.625rem;
  text-align: center;
}

.contact__privacy-policy a {
  text-decoration: underline;
  color: #000;
}

/* ==========================================
    送信ボタン
   ========================================== */

.contact-form__submit-box {
  max-width: 42.9375rem;
  margin-inline: auto;
  position: relative;
}

.contact-form__submit-box--confirm::before {
  display: none;
}

.contact-form__submit {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 100vh;
  cursor: pointer;
  margin-top: 1.875rem;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  position: relative;
  background-color: #ee545c;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.confirm-button:disabled {
  background-color: #ccc;
  color: #707070;
  border-color: #707070;
  cursor: not-allowed;
}

.contact-form__no-sales {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4705882353;
  color: #ec6d74;
  margin-top: 1.25rem;
  text-align: center;
}

.firefox .contact-form__no-sales {
  font-size: 0.8125rem;
}

.contact-form__submit-back {
  font-size: 0.875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
  border-radius: 0;
  background-color: transparent;
  color: #231815;
  text-align: center;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  margin-top: -0.625rem;
  border-bottom: 1px solid #231815;
}

/* ==========================================
    確認画面・完了画面
   ========================================== */

.thanks-info {
  padding-bottom: 1.875rem;
}

.contact-form__group--confirm .contact-form__label {
  padding-right: 0.625rem;
}

.contact-form__group--confirm .contact-form__required {
  display: none;
}

.contact-form__group--confirm span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.375rem;
  display: block;
}

.confirm-page .contact-form__label {
  display: block;
  margin-bottom: 0.125rem;
}

.confirm-page .contact-form__options {
  margin-top: 0.125rem;
}

.contact-form__confirm-company,
.contact-form__confirm-department,
.contact-form__confirm-email,
.contact-form__confirm-tel,
.contact-form__confirm-about,
.contact-form__confirm-product,
.contact-form__confirm-product-interest,
.contact-form__confirm-message {
  display: block;
}

.contact-form__privacy .privacy-policy__box:last-of-type {
  margin-bottom: 1.25rem;
}

.thanks-page .thanks__title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

.thanks-page .thanks__text {
  line-height: 2;
}

.thanks-page .thanks__text {
  margin-top: 1.5625rem;
  margin-inline: auto;
}

.thanks-page .thanks__text + .thanks__text {
  margin-top: 0.9375rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.75rem;
  font-size: max(12px, 0.75rem);
  line-height: 1.5;
  margin-top: 2.1875rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}

.recaptcha a {
  text-decoration: underline;
  color: #231815;
}

/* ==========================================
    お問い合わせフォーム（確認ページ）
   ========================================== */

/*確認画面と完了画面を非表示*/

.contact-form__group--confirm,
.contact-form__title--confirm {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/

.wpcf7-response-output {
  display: none;
}

.confirm_input {
  display: block;
  margin-top: 0.5rem;
}

.contact-form__confirm-acceptance {
  display: none;
}

.contact-form__confirm-name {
  margin-top: 0.5rem;
}

.contact-form__confirm-inquiry_type {
  margin-top: -0.5rem;
}

.contact-form__submit-back {
  font-size: 0.875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.5;
  border-radius: 0;
  background-color: transparent;
  color: #231815;
  text-align: center;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  margin-top: -0.625rem;
}

/* ==========================================
    お問い合わせフォーム（サンクスページ）
   ========================================== */

.inquiry__title--thanks::before {
  display: none;
}

.safari .contact-form__group--confirm {
  display: none;
  position: relative;
  top: 0;
}

.page-reason {
  padding: 1.75rem 0 1.875rem;
  overflow: hidden;
}

.page-reason__inner {
  padding-inline: 1.25rem;
}

/* ==========================================
    block01
   ========================================== */

.page-reason__content .block01 {
  padding-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4375rem;
}

.page-reason__content .block01__left h2 {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.44;
  color: #ec6d74;
}

.page-reason__content .block01__left h3 {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
}

.page-reason__content .block01__left p {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.page-reason__content .block01 figure {
  width: 18rem;
  margin-inline: auto;
  aspect-ratio: 419/302;
}

/* ==========================================
    block02
   ========================================== */

.page-reason__content .block02 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #eeebe6;
  padding: 3.125rem 0;
}

.page-reason__content .block02__inner {
  padding-inline: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.page-reason__content .block02__card {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 0.75rem 2.125rem 0.8125rem 5.0625rem;
}

.page-reason__content .block02__card:first-child {
  padding-top: 1.6875rem;
  padding-bottom: 1.375rem;
}

.page-reason__content .block02__card p {
  position: absolute;
  top: 0;
  left: 1.25rem;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0;
  color: #ec6d74;
}

.page-reason__content .block02__card h3 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3636363636;
  color: #231815;
}

.page-reason__content .block02__card figure {
  margin-top: 0.625rem;
  width: 10.875rem;
}

.page-reason__content .block02__card:first-child figure {
  margin-top: 1.79375rem;
  width: 9.875rem;
  position: relative;
  left: 0.5rem;
}

.page-reason__content .block02__card span {
  position: absolute;
  bottom: 0.5625rem;
  right: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  color: #231815;
}

/* ==========================================
    block03
   ========================================== */

.page-reason__content .block03 {
  margin-top: 3.3125rem;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.page-reason__content .block04 + .block03 {
  margin-top: 3.125rem;
}

.page-reason__content .block03 figure {
  position: relative;
  aspect-ratio: 375/285;
  overflow: hidden;
  z-index: 1;
}

.page-reason__content .block03 figure img {
  aspect-ratio: 375/285;
  -o-object-position: 15% 45%;
     object-position: 15% 45%;
}

.page-reason__content .block03__inner {
  padding-inline: 1.25rem;
}

.page-reason__content .block03__content {
  padding-top: 1.0625rem;
  text-align: left;
  position: relative;
  z-index: 1;
}

.page-reason__content .block03 p.number {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  color: #ec6d74;
  z-index: 2;
}

.page-reason__content .block03 p.number--support {
  top: 0.5rem;
}

.page-reason__content .block03 p.number--prevention {
  top: 0.6875rem;
}

.page-reason__content .block03 p.sub-title {
  margin-top: 0;
  margin-left: 3.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4444444444;
  color: #ec6d74;
  text-transform: uppercase;
}

.page-reason__content .block03 p.sub-title--support {
  font-size: 1rem;
}

.page-reason__content .block03 h2 {
  margin-top: 0.9375rem;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.44;
}

.page-reason__content .block03 p {
  margin-top: 1.0625rem;
  margin-left: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

/* ==========================================
    block04
   ========================================== */

.page-reason__content .block04 {
  position: relative;
  z-index: 1;
  padding: 1.875rem 0 3.125rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.page-reason__content .block04--line {
  border-bottom: 0.0625rem solid #816e50;
}

.page-reason__content .block04__inner {
  padding-inline: 1.25rem;
}

.page-reason__content .block04__card {
  padding: 1.25rem 0.9375rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.5rem;
  row-gap: 0rem;
}

.page-reason__content .block04__card + .block04__card {
  margin-top: 1.25rem;
}

.page-reason__content .block04__card figure {
  overflow: hidden;
  width: 18.4375rem;
  margin-inline: auto;
  border-radius: 0.5rem;
}

.page-reason__content .block04__right.wp-block-column {
  margin-top: 0.9375rem;
}

.page-reason__content .block04__right h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4444444444;
  color: #da222d;
}

.page-reason__content .block04__right p {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.page-reason__content .block04__column {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-column-gap: 1.9375rem;
     -moz-column-gap: 1.9375rem;
          column-gap: 1.9375rem;
}

.page-reason__content .block04__column .wp-block-column {
  width: 6.25rem;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 6.25rem !important;
          flex: 0 0 6.25rem !important;
}

.page-reason__content .block04__column figure {
  border-radius: 50%;
  overflow: hidden;
  width: 6.25rem;
}

.page-reason__content .block04__column-right.wp-block-column {
  position: relative;
  background-color: #fff9ef;
  -webkit-filter: drop-shadow(0 0 0.375rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 0.375rem rgba(0, 0, 0, 0.16));
  padding: 0.9375rem;
  border-radius: 0.5rem;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.page-reason__content .block04__column-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 1.25rem;
  height: 1rem;
  z-index: 2;
  background-color: #fff9ef;
}

.page-reason__content .block04__column-right h4 {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4444444444;
}

.page-reason__content .block04__column-right h3 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #ec6d74;
}

.page-reason__content .block04__column-right p {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}

.page-reason__content .block04 .wp-block-embed__wrapper {
  margin-top: 1.875rem;
}

.page-reason__content .block04 iframe {
  aspect-ratio: 16/9;
  height: auto;
}

/* ==========================================
    Block 05
   ========================================== */

.page-reason__content .block05 {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.page-reason__content .block05__right h3 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6071428571;
  color: #ec6d74;
}

.page-reason__content .block05__right p {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

/* ==========================================
    Block 06
   ========================================== */

.page-reason__content .block06 {
  margin-top: 3.125rem;
  padding: 1.25rem;
  background-color: #fff9ef;
}

.page-reason__content .block06 h3 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #816e50;
  text-align: center;
}

.page-reason__content .block06 figure {
  width: 12.5rem;
  margin-inline: auto;
}

/* ==========================================
    block07
   ========================================== */

.page-reason__content .block07 {
  margin-top: 4.375rem;
  text-align: center;
}

.page-reason__content .block07 p,
.page-reason__content .block08 p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  color: #ec6d74;
  text-transform: uppercase;
}

.page-reason__content .block07 h2,
.page-reason__content .block08 h2 {
  margin-top: 0.3125rem;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
  color: #000;
}

.page-reason__content .block07 table {
  margin-top: 1.25rem;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.page-reason__content .block07 td {
  padding: 0.625rem 0.4375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  border: none;
}

.page-reason__content .block07 td:first-child {
  background-color: #e9c0c2;
  font-weight: bold;
  width: 40%;
}

.page-reason__content .block07 td:last-child {
  background-color: #f6f1f1;
  width: 60%;
}

.page-reason__content .wp-block-table {
  overflow: hidden;
}

/* ==========================================
    block08
   ========================================== */

.page-reason__content .block08 {
  margin-top: 4.375rem;
  text-align: center;
}

.page-reason__content .block08__grid {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}

.page-reason__content .block08__card a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  background-color: #fff9ef;
  padding: 0.9375rem 1.25rem;
  height: 6.25rem;
}

.page-reason__content .block08__card h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: left;
}

.page-reason__content .block08__icon {
  width: 1.75rem;
}

.page-reason__content .block08__arrow {
  position: absolute;
  bottom: 0.625rem;
  right: 1.125rem;
  width: 1.875rem;
}

@media screen and (min-width: 414px) {
  .hide-sp {
    display: none;
  }
}

@media screen and (min-width: 524px) {
  .md-sm-none {
    display: block;
  }

  .hide-sm {
    display: none;
  }

  input.contact-form__acceptance + span::after {
    top: 51%;
  }

  .page-reason__content .block04__right.wp-block-column {
    width: 18.75rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .inner {
    max-width: 77.5rem;
    padding-inline: 1.25rem;
  }

  .inner-narrow {
    max-width: 1120px;
    padding-inline: 20px;
  }

  .inner-wide {
    max-width: 1560px;
    padding-inline: 20px;
  }

  .hide-md {
    display: none;
  }

  .show-md {
    display: block;
  }

  .lg-md-only {
    display: block;
  }

  .md-sm-none {
    display: none;
  }

  .title49 {
    font-size: 3.0625rem;
  }

  .title35 {
    font-size: 2.1875rem;
  }

  .title30 {
    font-size: 1.875rem;
  }

  .title30-2 {
    font-size: 1.875rem;
  }

  .title28 {
    font-size: 1.75rem;
  }

  .title25 {
    font-size: 1.5625rem;
  }

  .title20 {
    font-size: 1.25rem;
  }

  .title16 {
    font-size: 1rem;
  }

  .page-title {
    font-size: 2.1875rem;
  }

  .text19 {
    font-size: 1.1875rem;
  }

  .text18 {
    font-size: 1.125rem;
  }

  .text17 {
    font-size: 1.0625rem;
    line-height: 1.8823529412;
  }

  .text16 {
    font-size: 1rem;
  }

  .text15 {
    font-size: 0.9375rem;
  }

  .text14 {
    font-size: 0.875rem;
  }

  .text13 {
    font-size: 0.8125rem;
  }

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

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

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

  .mt40-60 {
    margin-top: 3.75rem;
  }

  .mt30-50 {
    margin-top: 3.125rem;
  }

  .mt20-40 {
    margin-top: 2.5rem;
  }

  .section-title__eyebrow {
    font-size: 1.25rem;
  }

  .section-title__heading {
    margin-top: 0.625rem;
    font-size: 2.1875rem;
  }

  .section-title__text {
    margin-top: 2.5rem;
    font-weight: 500;
  }

  .button {
    padding: 1.0625rem 1.375rem 1rem 2.1875rem;
    border-radius: 1.9375rem;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }

  .button--wide {
    padding: 1.0625rem 63px 1rem 72px;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .button--left {
    margin-left: 0;
  }

  .button--catalog {
    padding: 1.125rem 2.290625rem 1.0625rem 1.875rem;
    padding-right: 1.5625rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .button__catalog-icon {
    width: 1.6875rem;
  }

  .button__text {
    font-size: 1.125rem;
  }

  .button__text--submenu {
    display: block;
    width: 13.625rem;
  }

  .button__icon {
    width: 2rem;
  }

  .button__icon--catalog {
    margin-left: 0.375rem;
  }

  .header {
    padding: 0;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    height: clamp(88.9px, calc(88.9px + 38.1 * ((100vw - 768px) / 832)), 127px);
  }

  .header__inner {
    height: inherit;
  }

  .header__nav {
    display: block;
    height: inherit;
  }

  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(7.5px, calc(7.5px + 7.5 * ((100vw - 768px) / 832)), 15px);
       -moz-column-gap: clamp(7.5px, calc(7.5px + 7.5 * ((100vw - 768px) / 832)), 15px);
            column-gap: clamp(7.5px, calc(7.5px + 7.5 * ((100vw - 768px) / 832)), 15px);
    height: inherit;
  }

  .header__nav-item {
    height: inherit;
  }

  .header__nav-link {
    width: clamp(71.4px, calc(71.4px + 47.6 * ((100vw - 768px) / 832)), 119px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: inherit;
  }

  .header__nav-en {
    font-size: clamp(12.6px, calc(12.6px + 5.4 * ((100vw - 768px) / 832)), 18px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4444444444;
    color: #231815;
  }

  .header__nav-ja {
    font-size: clamp(9.8px, calc(9.8px + 4.2 * ((100vw - 768px) / 832)), 14px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4285714286;
    color: #231815;
  }

  .header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: inherit;
    width: clamp(101.49px, calc(101.49px + 101.49 * ((100vw - 768px) / 832)), 202.98px);
    margin-inline: clamp(5px, calc(5px + 5 * ((100vw - 768px) / 256)), 10px);
    margin-top: clamp(1.4px, calc(1.4px + 0.6 * ((100vw - 768px) / 832)), 2px);
  }

  .header__submenu {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    background-color: #e6e3db;
    z-index: 1001;
    padding: clamp(31.5px, calc(31.5px + 13.5 * ((100vw - 768px) / 832)), 45px) 0 clamp(30.8px, calc(30.8px + 13.2 * ((100vw - 768px) / 832)), 44px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s;
  }

  .header__submenu-inner {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease;
    transition: opacity 0.5s, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s;
    transition: transform 0.5s ease, opacity 0.5s, -webkit-transform 0.5s ease;
  }

  .header__submenu.is-open .header__submenu-inner {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }

  .header__submenu-title-en {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4666666667;
  }

  .header__submenu-title-ja {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }

  .submenu__list-top {
    padding-bottom: 2.03125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .submenu__list {
    margin-top: 1.625rem;
    width: 44.75rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }

  .submenu__link {
    display: block;
  }

  .submenu__image-wrapper {
    border-radius: 0.625rem;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .submenu__image {
    border-radius: 0.625rem;
    aspect-ratio: 231/133;
  }

  .submenu__text {
    margin-top: 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.23125rem;
       -moz-column-gap: 0.23125rem;
            column-gap: 0.23125rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #231815;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .submenu__text-icon {
    width: 0.709375rem;
  }

  .submenu__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }

  .submenu__button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .submenu__catalog-button {
    margin-bottom: 1.875rem;
  }

  .submenu__list-bottom {
    padding-top: 1.65625rem;
    border-top: 0.0625rem solid #fff;
  }

  .submenu__list-bottom-title {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4285714286;
  }

  .header__sp-inner {
    display: none;
  }

  .header--sticky {
    padding: 0;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    height: clamp(63px, calc(63px + 27 * ((100vw - 768px) / 832)), 90px);
  }

  .header__logo-link--sticky {
    width: clamp(101.409px, calc(101.409px + 43.461 * ((100vw - 768px) / 832)), 144.87px);
    margin-inline: clamp(5px, calc(5px + 5 * ((100vw - 768px) / 256)), 10px);
    margin-top: clamp(1.4px, calc(1.4px + 0.6 * ((100vw - 768px) / 832)), 2px);
  }

  .hamburger {
    display: none;
  }

  .hamburger--sticky {
    display: none;
  }

  .drawer {
    display: none;
  }

  .footer {
    padding: 3.25rem 0 1.625rem;
  }

  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }

  .footer__brand {
    width: 27.4375rem;
  }

  .footer__tagline {
    margin-top: 0.8125rem;
  }

  .footer__company {
    margin-top: 0.9375rem;
  }

  .footer__sns {
    margin-top: 1.4375rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .footer__sns-link {
    width: 2.5rem;
  }

  .footer__nav {
    margin-top: 4.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .footer__nav-group {
    display: block;
  }

  .footer__nav-item + .footer__nav-item {
    margin-top: 1.0625rem;
  }

  .footer__nav-icon {
    width: 1rem;
  }

  .footer__banners {
    width: 36.375rem;
    margin-top: 3.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.375rem;
       -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .footer__banner-link {
    width: 17.5rem;
  }

  .footer__bottom {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .floating-menu-pc {
    display: block;
    position: fixed;
    bottom: 0.625rem;
    right: 0;
    z-index: 1000;
    width: 16.5rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
  }

  .floating-menu-pc.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, opacity 0.3s;
    transition: visibility 0s 0s, opacity 0.3s;
  }

  .floating-menu-sp {
    display: none;
  }

  .page-top-button {
    position: absolute;
    right: 0;
    bottom: initial;
    top: -1.25rem;
    width: 5rem;
    width: 4rem;
    height: 5rem;
    height: 4rem;
    opacity: 1;
    visibility: visible;
  }

  .page-top-button__icon {
    width: 1.875rem;
  }

  .page-top-button__text {
    font-size: 1rem;
  }

  .product-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .product-card__image-wrapper {
    width: 100%;
  }

  .product-card__title {
    margin-top: 0.3125rem;
  }

  .product-card__text {
    margin-top: 0.125rem;
    font-weight: 500;
  }

  .dog-gallery {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8125rem 1.0625rem;
  }

  .dog-gallery--archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem 1.625rem;
  }

  .dog-gallery__click-icon {
    width: 3.8125rem;
  }

  .column-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.9375rem;
       -moz-column-gap: 1.9375rem;
            column-gap: 1.9375rem;
    row-gap: 0.625rem;
  }

  .column-list__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: initial;
    padding: 0;
  }

  .column-list__image-wrapper {
    width: 100%;
  }

  .column-list__body {
    padding: 0.3125rem 1.0625rem 1.375rem;
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .column-list__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .column-list__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    line-height: 2.25;
  }

  .column-list__category {
    margin-top: 0;
    padding: 0.1875rem 0.8125rem;
    font-size: 0.875rem;
  }

  .column-list__title {
    margin-top: 0.1875rem;
    font-size: 1.125rem;
    line-height: 2;
  }

  .news-list__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1.875rem 5.625rem 1.75rem 2.875rem;
  }

  .news-list__category {
    margin-left: 0.9375rem;
    padding: 0 0.75rem 0 0.875rem;
    border-radius: 0.6875rem;
  }

  .news-list__title {
    font-size: 1.125rem;
    margin-top: 0;
    margin-left: 1rem;
    -webkit-line-clamp: 1;
  }

  .news-list__icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.9375rem;
  }

  .footer-contact {
    padding: 5.125rem 0 4.625rem;
  }

  .footer-contact--line {
    padding: 56.5px 0 74px;
  }

  .footer-contact__inner {
    max-width: 101.5625rem;
  }

  .footer-contact__banners {
    margin-top: 3.125rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
  }

  .page-fv {
    padding-top: clamp(91.7px, calc(91.7px + 39.3 * ((100vw - 768px) / 832)), 131px);
  }

  .page-fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-fv__left {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 15.3125rem;
  }

  .page-fv__title-wrapper {
    position: absolute;
    top: clamp(29.12px, calc(29.12px + 43.68 * ((100vw - 768px) / 1152)), 72.8px);
    left: 8.5rem;
    width: 100%;
  }

  .page-fv__title-wrapper--column {
    top: clamp(36.4px, calc(36.4px + 54.6 * ((100vw - 768px) / 1152)), 91px);
    left: 9.875rem;
  }

  .page-fv__title-wrapper--stores {
    top: clamp(42px, calc(42px + 63 * ((100vw - 768px) / 1152)), 105px);
    left: -0.6875rem;
  }

  .page-fv__title-wrapper--life {
    top: 4.0625rem;
    left: 2.5625rem;
    width: 16.55625rem;
  }

  .page-fv__title-wrapper--faq {
    top: 5.875rem;
    left: 5.8125rem;
  }

  .page-fv__title-wrapper--news {
    top: 5.25rem;
  }

  .page-fv__title-wrapper--concept {
    margin-top: 0;
    top: 5.375rem;
    left: 5.8125rem;
    width: 25.8125rem;
  }

  .page-fv__title-wrapper--contact {
    top: 5.3125rem;
    left: 5.8125rem;
    width: 25.8125rem;
  }

  .page-fv__title-wrapper--reason {
    top: 5.625rem;
    left: 0.625rem;
    width: 29.8125rem;
  }

  .page-fv__title-image {
    display: block;
    margin-left: 0.5625rem;
    width: 12.548125rem;
  }

  .page-fv__title-image--column {
    margin-left: 1.25rem;
    width: 9.1875rem;
  }

  .page-fv__title-image--stores {
    top: -0.4375rem;
    left: 11.25rem;
    width: 8.375rem;
  }

  .page-fv__title-image--life {
    left: 3.75rem;
    width: 16.55625rem;
  }

  .page-fv__title-image--faq {
    left: 4.125rem;
    width: 9.603125rem;
  }

  .page-fv__title-image--news {
    top: 0.1875rem;
    left: 1.75rem;
    width: 9.85rem;
  }

  .page-fv__title-image--concept {
    top: -0.1875rem;
    left: 6.0625rem;
    width: 12.69125rem;
  }

  .page-fv__title-image--contact {
    left: 4.0625rem;
    width: 9.776875rem;
  }

  .page-fv__title-image--reason {
    top: 0;
    left: 10.375rem;
    width: 8.523125rem;
  }

  .page-fv__title {
    margin-top: -0.625rem;
    padding: 0.25rem 2.5rem;
    text-wrap: nowrap;
  }

  .page-fv__title--column {
    width: 12.8125rem;
  }

  .page-fv__title--stores {
    width: 33.4375rem;
  }

  .page-fv__title--life {
    margin-top: -1.6875rem;
    width: 25.4375rem;
  }

  .page-fv__title--faq {
    margin-top: -1.4375rem;
    width: 20.3125rem;
  }

  .page-fv__title--concept {
    margin-top: -2.25rem;
    width: 25.8125rem;
  }

  .page-fv__title--contact {
    width: 20.6875rem;
  }

  .page-fv__image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
  }

  .page-fv__image {
    aspect-ratio: 1315/395;
  }

  .breadcrumbsWrap {
    padding-top: 0.75rem;
  }

  .breadcrumbs {
    max-width: 77.5rem;
    font-size: 0.9375rem;
    padding-inline: 1.25rem;
  }

  .breadcrumbs .home {
    font-size: 0.9375rem;
  }

  .custom-pagination {
    margin-top: 6.71875rem;
    padding-top: 2.03125rem;
  }

  .page-numbers {
    gap: 0.875rem;
  }

  .page-numbers li {
    width: 4rem;
    height: 4rem;
    font-size: 1.1875rem;
  }

  .page-numbers li a {
    font-size: 1.1875rem;
  }

  .page-numbers li .dots {
    font-size: 1.125rem;
  }

  .colors-list {
    gap: 0.3125rem;
    padding: 0.6875rem 0.625rem 0.78125rem;
  }

  .colors-list__color {
    width: 1.625rem;
  }

  .js-color-switch .colors-list__color {
    width: 1.625rem;
  }

  .colors-list__color::after {
    width: 2.125rem;
    height: 2.125rem;
  }

  .js-color-switch .colors-list__color::after {
    width: 2.125rem;
    height: 2.125rem;
  }

  .filter-tags {
    padding: 3.4375rem 0 1.6875rem;
  }

  .filter-tags__heading {
    font-size: 1.25rem;
  }

  .filter-tags__list {
    margin-top: 1rem;
    gap: 0.875rem;
  }

  .filter-tags__link {
    padding: 0.5625rem 1.5rem;
    border-radius: 1.5rem;
    font-size: 1rem;
  }

  .vkfs__outer-wrap + .vkfs__outer-wrap {
    margin-top: 0;
  }

  .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
    margin: 0;
  }

  .vkfs__area-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3.0625rem;
       -moz-column-gap: 3.0625rem;
            column-gap: 3.0625rem;
  }

  .vkfs__location-button {
    width: 33.0625rem;
    height: 3.375rem;
    border-radius: 1.8125rem;
  }

  .vkfs__select-wrapper {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.0625rem;
       -moz-column-gap: 2.0625rem;
            column-gap: 2.0625rem;
  }

  .vkfs__location-button img {
    width: 1.74875rem;
  }

  .vkfs__location-button span {
    font-size: 1.1875rem;
  }

  .vkfs-select {
    width: 15.5rem;
    height: 3.375rem;
  }

  .vkfs select:not(.does-not-exist) {
    margin-top: 0.5625rem;
    width: 15.5rem;
    height: 3.375rem;
    border-radius: 1.6875rem;
    font-size: 1.0625rem;
  }

  .vkfs__each-select-wrapper::after {
    width: 1.0625rem;
    height: 1.5625rem;
  }

  .vkfs ul.vkfs__input-wrap {
    margin-top: 1.5625rem;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }

  .ul[class*=vkfs__input-wrap--col] > li {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .vkfs__input-wrap label {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .vkfs input[type=checkbox],
  .vkfs input[type=radio] {
    top: -0.09375rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }

  .vkfs input[type=checkbox]::before,
  .vkfs input[type=radio]::before {
    width: 1.1875rem;
    height: 1.1875rem;
  }

  .vkfs input[type=checkbox]:after {
    top: 11%;
    width: 5px;
    height: 8px;
  }

  .vkfs .btn[type=submit] {
    margin-top: 1.875rem;
    font-size: 1.1875rem;
  }

  .search-filter__box {
    padding: 3.0625rem 1.6875rem 1.3125rem 2.875rem;
  }

  .search-filter__title--mt {
    margin-top: 2.1875rem;
  }

  .search-filter__title-icon {
    width: 1.6875rem;
    height: 1.6875rem;
  }

  .search-filter__description {
    margin-top: 1.875rem;
    font-size: 1.0625rem;
    text-align: center;
    padding-left: 0;
    text-indent: 0;
  }

  .life-filter__box {
    margin-top: 0.625rem;
    padding: 1.875rem;
    padding-top: 0.25rem;
  }

  .dog-gallery-modal {
    background-color: initial;
    inset: 0;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .dog-gallery__modal-inner {
    max-width: 90.0625rem;
    padding-inline: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    max-height: none;
  }

  .dog-gallery-modal__content {
    background-color: rgba(42, 38, 37, 0.9);
    padding: 4.375rem 3.125rem;
  }

  .dog-gallery-modal__track {
    padding-bottom: 2.5rem;
  }

  .dog-gallery-modal__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }

  .dog-gallery-modal__close {
    top: 1.41875rem;
    right: 1.41875rem;
  }

  .dog-gallery-modal__close-icon {
    width: 2.1875rem;
  }

  .dog-gallery-modal__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .dog-gallery-modal__image-wrapper {
    width: 40.25rem;
  }

  .dog-gallery-modal__caption {
    bottom: -2.5625rem;
  }

  .dog-gallery-modal__info {
    padding: 1.5625rem 4.375rem 2.1875rem;
    border-radius: 0.8125rem;
    width: 26.8rem;
    text-align: left;
  }

  .dog-gallery-modal__product {
    display: block;
  }

  .dog-gallery-modal__product-image-wrapper {
    width: 20rem;
    padding: 1.5625rem 1.375rem 1rem;
  }

  .dog-gallery-modal__details {
    margin-top: 1.0625rem;
  }

  .dog-gallery-modal__details-item + .dog-gallery-modal__details-item {
    margin-top: 0.875rem;
  }

  .dog-gallery-modal__link {
    margin-top: 0.8125rem;
    -webkit-column-gap: 1.9125rem;
       -moz-column-gap: 1.9125rem;
            column-gap: 1.9125rem;
    padding: 0.875rem 0.96875rem 0.875rem 1.3125rem;
    margin-left: 0;
  }

  .dog-gallery-modal__link-icon {
    width: 1.055rem;
  }

  .dog-gallery-modal__share {
    margin-top: 2.75rem;
  }

  .dog-gallery-modal__share-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.8125rem;
  }

  .dog-gallery-modal__share-button {
    width: 3.615625rem;
  }

  .dog-gallery-modal__arrows .splide__arrow {
    width: 2.04125rem;
    height: 3.1875rem;
  }

  .dog-gallery-modal__arrows .splide__arrow--prev {
    left: 0.5rem;
    top: 52%;
    bottom: initial;
  }

  .dog-gallery-modal__arrows .splide__arrow--next {
    right: 0.5rem;
    top: 52%;
    bottom: initial;
  }

  .fv {
    margin-top: 0;
  }

  .fv__slide-image {
    aspect-ratio: 1920/715;
  }

  .fv__sub-title {
    margin-top: 4.51875rem;
  }

  .fv__title {
    margin-top: 0.46875rem;
    letter-spacing: 0.1em;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .fv-slider .splide__pagination {
    bottom: -2.375rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .fv-slider .splide__pagination__page {
    width: 0.625rem !important;
    height: 0.625rem !important;
  }

  .fv-slider .splide__pagination__page.is-active {
    width: 0.625rem !important;
    height: 0.625rem !important;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .concept {
    padding: 12.625rem 0 4.625rem;
  }

  .concept::after {
    width: 100%;
    height: 39.125rem;
  }

  .concept__inner {
    max-width: 85.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: clamp(34.75px, calc(34.75px + 104.25 * ((100vw - 768px) / 594)), 139px);
       -moz-column-gap: clamp(34.75px, calc(34.75px + 104.25 * ((100vw - 768px) / 594)), 139px);
            column-gap: clamp(34.75px, calc(34.75px + 104.25 * ((100vw - 768px) / 594)), 139px);
  }

  .concept__section-title {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-left: 0.3125rem;
  }

  .section-title__heading--concept {
    margin-top: 0;
    margin-left: 0.375rem;
  }

  .concept__image-wrapper {
    margin-top: 0.75rem;
    width: 36.0625rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    border-radius: 1rem;
  }

  .concept__image {
    aspect-ratio: 577/723;
    -o-object-position: center;
       object-position: center;
  }

  .concept__body {
    display: block;
    margin-right: 1.25rem;
    width: 33.8125rem;
  }

  .concept__text {
    font-weight: 500;
    margin-top: 5rem;
    margin-left: 0.1875rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .concept__paragraph + .concept__paragraph {
    margin-top: 2rem;
  }

  .concept__button-wrapper {
    margin-top: 4.625rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .pick-up {
    padding: 11.75rem 0 5.25rem;
  }

  .pick-up__slider {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }

  .pick-up__track {
    padding-left: 0.5rem;
    padding-top: 4.8125rem;
    padding-bottom: 1.25rem;
  }

  .pick-up__title {
    font-size: 1.5625rem;
    padding: 1.75rem 1.9375rem 1.75rem;
  }

  .pick-up__slider__pagination-wrapper {
    bottom: -5.625rem;
  }

  .pick-up__slider__pagination-wrapper .splide__pagination__page {
    width: 0.625rem !important;
    height: 0.625rem !important;
  }

  .pick-up__slider__pagination-wrapper .splide__pagination__page.is-active {
    width: 0.625rem !important;
    height: 0.625rem !important;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .pick-up .splide__arrow {
    width: 3.0625rem;
    height: 3.0625rem;
    top: 105%;
  }

  .pick-up .splide__arrow--prev {
    left: 45%;
  }

  .pick-up .splide__arrow--next {
    right: 45%;
  }

  .products {
    padding: 5rem 0 1.5625rem;
  }

  .products__list {
    margin-top: 3.5rem;
  }

  .products__button-wrapper {
    margin-top: 4.8125rem;
  }

  .life-with-dog-shoes {
    padding: 6.1875rem 0 7.3125rem;
  }

  .life-with-dog-shoes__inner {
    max-width: 98.9375rem;
  }

  .life-with-dog-shoes__section-title .section-title__text {
    margin-top: 1.875rem;
  }

  .life-with-dog-shoes__gallery {
    margin-top: 2.875rem;
  }

  .life-with-dog-shoes__button-wrapper {
    margin-top: 3.875rem;
  }

  .column {
    padding: 4.875rem 0 4.5625rem;
  }

  .column__button-wrapper {
    margin-top: 4.125rem;
  }

  .news {
    padding: 4.5625rem 0 5.8125rem;
  }

  .news__list {
    margin-top: 2.49375rem;
  }

  .news__button-wrapper {
    margin-top: 4.44375rem;
  }

  .support {
    padding: 9.3125rem 0 5.9375rem;
  }

  .support__inner::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2rem;
    height: 18.4375rem;
    width: calc(100% - 2.5rem);
  }

  .support__text {
    margin-top: 4.5rem;
    font-weight: 500;
  }

  .support__list {
    margin-top: 2rem;
    max-width: 69.25rem;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.33125rem;
       -moz-column-gap: 3.33125rem;
            column-gap: 3.33125rem;
  }

  .support__item + .support__item {
    border-top: none;
    padding-top: 0;
  }

  .support__title {
    margin-top: 0.9375rem;
  }

  .support__description {
    margin-top: 0.9375rem;
    font-weight: 500;
  }

  .products-products {
    padding: 5.9375rem 0 3.375rem;
  }

  .products-products__section-title {
    margin-top: 4.0625rem;
  }

  .products-products__list {
    margin-top: 4.3125rem;
  }

  .products-products__button-wrapper {
    margin-top: 4.8125rem;
  }

  .products-other {
    padding: 2.5625rem 0 9.65625rem;
  }

  .products-other__list {
    margin-top: 3.5rem;
  }

  .product-archive {
    padding: 6.4375rem 0 2.15625rem;
  }

  .product-archive__dropdown {
    padding: 1.1875rem 2.5625rem;
    width: 18.125rem;
  }

  .product-archive__list {
    margin-top: 1.9375rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 6.8125rem 0.875rem;
  }

  .product-archive__badge {
    width: 4.375rem;
  }

  .product-archive__title {
    padding-top: 1.09375rem;
  }

  .product-archive__button {
    margin-top: 0.75rem;
    padding: 0.3125rem 0.71875rem 0.3125rem 0.84375rem;
    -webkit-column-gap: 0.50625rem;
       -moz-column-gap: 0.50625rem;
            column-gap: 0.50625rem;
  }

  .product-archive__arrow {
    width: 0.93125rem;
  }

  .product-guides {
    padding: 3.125rem 0 1.875rem;
  }

  .product-guides__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.875rem;
  }

  .product-guides__link {
    padding: 3.3125rem 2.5625rem 2.5rem;
  }

  .product-guides__top {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .product-guides__icon-wrapper {
    width: 2.375rem;
  }

  .product-guides__text {
    margin-top: 2.125rem;
  }

  .product-guides__arrow {
    width: 2.375rem;
  }

  .product-detail-spacer {
    padding-top: clamp(91.7px, calc(91.7px + 39.3 * ((100vw - 768px) / 832)), 131px);
  }

  .product-detail {
    padding-top: 4.5rem;
  }

  .product-detail__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }

  .product-detail__content {
    display: block;
    width: 36.5rem;
  }

  .product-detail__title {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .product-detail__tags {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 1rem;
  }

  .product-detail__tag-link {
    padding: 0.3125rem 1.25rem 0.25rem;
    -webkit-column-gap: 0.5625rem;
       -moz-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
  }

  .product-detail__icons {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    gap: 0.875rem;
    margin-top: 1.625rem;
  }

  .product-detail__icon {
    width: 3.625rem;
  }

  .product-detail__subtitle {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 1.375rem;
  }

  .product-detail__description {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 1.875rem;
  }

  .product-detail__right {
    margin-top: 0.3125rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .product-detail__badge {
    width: 7.3125rem;
  }

  .product-detail__colors {
    margin-top: 0.625rem;
  }

  .product-contents {
    margin-top: 1.875rem;
    padding-bottom: 8.96875rem;
  }

  .product-contents h2 {
    font-size: 1.5625rem;
  }

  .product-contents p {
    margin-top: 1.5625rem;
    font-size: 1.0625rem;
  }

  .feature-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
  }

  .feature-block--reverse {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .feature-block + .feature-block {
    margin-top: 2.9375rem;
  }

  .feature-block__box {
    margin-top: 3.75rem !important;
    padding: 3.125rem 3rem 3.125rem;
    width: 34.1875rem;
    height: 18.75rem;
    background-color: #f9f9f9;
  }

  .feature-block figure {
    width: 34.375rem;
  }

  .block-wrapper {
    margin-top: 9.375rem;
  }

  .size-image__wrapper {
    margin-top: 2.3125rem;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0;
    margin-bottom: 0;
  }

  .size-image__wrapper + .size-image__wrapper {
    margin-top: 0;
  }

  .two-columns {
    margin-top: 2.3125rem;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0;
    margin-bottom: 0;
  }

  .three-columns {
    margin-top: 2.3125rem;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0;
    margin-bottom: 0;
  }

  .five-columns {
    margin-top: 2.3125rem;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 0;
    margin-bottom: 0;
  }

  .three-column + .three-column,
  .two-columns + .two-columns,
  .five-columns + .five-columns {
    margin-top: 0;
  }

  .size-image__print {
    margin-top: 1.625rem;
    width: 54.125rem;
    margin-inline: auto;
  }

  .size-image__button {
    margin-top: 5.1875rem;
  }

  .howto-video__embed {
    margin-top: 2.75rem;
    width: 45.375rem;
    margin-inline: auto;
  }

  .column-archive {
    padding: 50px 0 101px;
  }

  .column-article {
    padding: 4.9375rem 0 2.25rem;
  }

  .column-article__meta {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    row-gap: 0.9375rem;
  }

  .column-article__tag {
    padding: 0 0.8125rem;
  }

  .column-article__title {
    margin-top: 1.5rem;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
    font-size: 2rem;
  }

  .column-article__title-icon {
    margin-top: 0.375rem;
    width: 2.75rem;
  }

  .block-contents__toc {
    margin-top: 3.625rem;
    margin-bottom: 3.125rem;
    padding: 3rem 3.125rem 3rem 3.4375rem;
  }

  .block-contents .block-contents__toc-heading {
    margin-top: 0;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    font-size: 1.5625rem;
    padding-left: 0;
  }

  .block-contents__toc-icon {
    width: 3.125rem;
  }

  .block-contents__toc-list {
    margin-top: 1.9375rem;
    margin-left: 3.8125rem;
  }

  .block-contents__toc-item {
    margin-top: 0.9375rem;
  }

  .block-contents__toc-link {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    font-size: 1.25rem;
  }

  .block-contents__toc-square {
    font-size: 1.25rem;
  }

  .block-contents__toc-list .block-contents__toc-link + .block-contents__toc-sublist {
    margin-top: 0.625rem;
  }

  .block-contents__toc-sublist {
    margin-top: 0.9375rem;
    margin-left: 1.9375rem;
  }

  .block-contents__toc-subitem + .block-contents__toc-subitem {
    margin-top: 0.9375rem;
  }

  .block-contents__toc-sublink {
    -webkit-column-gap: 0.4375rem;
       -moz-column-gap: 0.4375rem;
            column-gap: 0.4375rem;
    font-size: 1.125rem;
  }

  .block-contents__toc-line {
    font-size: 1.125rem;
  }

  .block-contents {
    margin-top: 3.53125rem;
  }

  .block-contents h2:not(.block-contents__toc-heading) {
    margin-top: 3.125rem;
    font-size: 1.9rem;
  }

  .block-contents h3 {
    margin-top: 3.125rem;
    font-size: 1.875rem;
    padding: 0.9375rem 1.25rem;
    /*文字回りの余白（上下 左右）*/
  }

  .block-contents h3::before,
  .block-contents h3::after {
    left: 1.875rem;
  }

  .block-contents h3::before {
    border-width: 0.9375rem;
    left: 1.625rem;
  }

  .block-contents h3::after {
    top: 99%;
    border-width: 0.6875rem;
  }

  .block-contents h4 {
    margin-top: 3.125rem;
    font-size: 1.5625rem;
    padding-left: 2rem;
  }

  .block-contents h4::before {
    top: 0.625rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .block-contents h4 + p {
    margin-top: 0.1875rem;
  }

  .block-contents p {
    margin-top: 18.5px;
    font-size: 1.0625rem;
  }

  .block-contents p + p {
    margin-top: 1.5625rem;
  }

  .block-contents ul:not(.block-contents__toc-list, .block-contents__toc-sublist),
  .block-contents ol {
    margin-top: 1.875rem;
  }

  .block-contents ol {
    padding-left: 20px;
  }

  .block-contents ul:not(.block-contents__toc-list, .block-contents__toc-sublist) li,
  .block-contents ol li {
    margin-top: 5px;
    font-size: 1.0625rem;
    padding-left: 36px;
    margin-left: 20px;
  }

  .block-contents ol li {
    padding-left: 20px;
  }

  .block-contents ul:not(.block-contents__toc-list, .block-contents__toc-sublist) li::before {
    font-size: 1.0625rem;
  }

  .block-contents figure {
    margin-top: 3.125rem;
  }

  .block-contents figure.wide-image {
    width: 67.5rem;
    margin-inline: auto;
  }

  .block-contents table {
    font-size: 1rem;
  }

  .block-contents blockquote {
    margin-top: 3.125rem;
  }

  .block-contents blockquote p {
    font-size: 1rem;
  }

  .block-contents blockquote .cite {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }

  .article-share {
    margin-top: 7.375rem;
  }

  .article-share__list {
    margin-top: 1.1875rem;
    gap: 0.5625rem;
    width: 8.8125rem;
  }

  .article-share__link {
    width: 2.5625rem;
  }

  .column-article__button-wrapper {
    margin-top: 2rem;
    padding-top: 7.1875rem;
  }

  .archive-works-search {
    margin-top: 80px;
  }

  .stores-archive {
    padding: 1.875rem 0 2.25rem;
  }

  .stores-archive__area + .stores-archive__area {
    margin-top: 5.875rem;
  }

  .store-archive__prefecture-heading {
    margin-top: 3.125rem;
    font-size: 1.875rem;
  }

  .stores-archive__shop {
    margin-top: 3.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 5.25rem;
       -moz-column-gap: 5.25rem;
            column-gap: 5.25rem;
    padding-bottom: 3rem;
  }

  .stores-archive__shop + .stores-archive__shop {
    margin-top: 3.25rem;
  }

  .stores-archive__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .stores-archive__name {
    font-size: 1.5625rem;
    letter-spacing: 0.1em;
  }

  .stores-archive__zip {
    margin-top: 0.3125rem;
    font-size: 1rem;
  }

  .stores-archive__address {
    font-size: 1rem;
  }

  .stores-archive__icons {
    margin-top: 0.825rem;
    -webkit-column-gap: 1.4375rem;
       -moz-column-gap: 1.4375rem;
            column-gap: 1.4375rem;
  }

  .stores-archive__icon {
    width: 5.375rem;
  }

  .stores-archive__btns {
    margin-top: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .stores-archive__btn-link {
    width: 12.4375rem;
    height: 2.5625rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    padding-left: 1.6875rem;
    border-radius: 1.8125rem;
  }

  .stores-archive__btn-icon-wrapper {
    width: 1.25rem;
  }

  .stores-archive__map {
    width: 30.5625rem;
  }

  .life-intro {
    padding: 73px 0 22px;
  }

  .life-intro__text + .life-intro__text {
    margin-top: 32px;
  }

  .life-filter {
    padding: 18px 0 48px;
  }

  .life-gallery {
    padding: 50px 0 128px;
  }

  .faq-archive {
    padding: 3.125rem 0 1.375rem;
  }

  .faq-archive__item + .faq-archive__item {
    margin-top: 1.5625rem;
  }

  .faq-archive__item + .faq-archive__item.is-first {
    margin-top: 0;
  }

  .faq-archive__question {
    padding: 1.4375rem 5.6375rem 1.125rem 3.1625rem;
    -webkit-column-gap: 1.7625rem;
       -moz-column-gap: 1.7625rem;
            column-gap: 1.7625rem;
  }

  .faq-archive__qmark {
    width: 1.698125rem;
  }

  .faq-archive__text {
    font-size: 1.25rem;
  }

  .faq-toggle__icon {
    right: 2.0625rem;
    width: 1.375rem;
  }

  .faq-toggle__icon::before,
  .faq-toggle__icon::after {
    height: 0.375rem;
    border-radius: 0.5rem;
  }

  .faq-archive__answer {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .faq-archive__answer-inner {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    padding: 1.0625rem 5.6375rem 0.9375rem 4.8625rem;
  }

  .faq-archive__amark {
    top: 0.25rem;
    width: 1.51375rem;
  }

  .faq-archive__content {
    font-size: 1.0625rem;
    line-height: 2.0588235294;
  }

  .page-concept {
    padding-top: 11rem;
  }

  .page-concept__content .en-red {
    margin-top: 0;
    font-size: 1rem;
  }

  .page-concept__content .title30 {
    margin-top: 0.625rem;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    line-height: 1.9666666667;
  }

  .page-concept__content p {
    margin-top: 1.875rem;
    font-size: 1.0625rem;
  }

  .page-concept__content .block01 {
    padding-bottom: 7.5rem;
  }

  .page-concept__content .block01::before {
    height: 23.375rem;
  }

  .page-concept__content .block01 p {
    margin-top: 0;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .page-concept__content .block01 figure {
    margin-top: 4.25rem;
    width: 53.4375rem;
    margin-inline: auto;
  }

  .page-concept__content .block02 {
    padding: 8rem 0 9.0625rem;
  }

  .page-concept__content .block02::before {
    width: 62.5rem;
    height: 35.1875rem;
  }

  .page-concept__content .block02 .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }

  .page-concept__content .block02__left {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    width: 37.5rem;
  }

  .page-concept__content .block02__box {
    display: block;
    margin-top: 8.375rem !important;
    width: 34.75rem;
  }

  .page-concept__content .block02 .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .page-concept__content .block02 p {
    margin-top: 3.125rem;
  }

  .page-concept__content .block02 p.en-red {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }

  .page-concept__content .block02 h2.title30 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }

  .page-concept__content .block02 p.block02__text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .page-concept__content .block03 {
    padding: 5.5625rem 0 8.4375rem;
    width: 54rem;
    margin-inline: auto;
  }

  .page-concept__content .block03 p {
    margin-top: 2.25rem;
  }

  .page-concept__content .block04 {
    padding: 0 0 7.4375rem;
  }

  .page-concept__content .block04::before {
    width: 62.5rem;
    height: 33.1875rem;
  }

  .page-concept__content .block04__inner .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }

  .page-concept__content .block04 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow,
  .page-concept__content .block04 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    display: block;
  }

  .page-concept__content .block04 :where(.wp-block-columns.is-layout-flex) {
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }

  .page-concept__content .block04__left {
    display: block;
    margin-top: 10.9375rem;
    width: 34.75rem;
  }

  .page-concept__content .block04__left p.en-red {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }

  .page-concept__content .block04__left h2 {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }

  .page-concept__content .block04__left p.block04__text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }

  .page-concept__content .block04 figure {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    width: 37.5rem;
  }

  .page-concept__content .block04 p {
    margin-top: 4.6875rem;
  }

  .page-concept__content .block05 {
    padding: 6rem 0 9.5rem;
  }

  .page-concept__content .block05__inner {
    width: 56.5rem;
    margin-inline: auto;
  }

  .page-concept__content .block05 p {
    margin-top: 3.25rem;
  }

  .page-concept__content .block05 figure {
    bottom: 0;
    width: 47.25rem;
  }

  .page-concept__content .block06 {
    padding: 5.375rem 0 3.8125rem;
  }

  .page-concept__content .block06::before {
    height: 36.6875rem;
  }

  .page-concept__content .block06__gallery {
    margin-top: 2.9375rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .page-concept__content .block06__gallery + .block06__gallery {
    margin-top: 0;
  }

  .page-concept__content .block06 p {
    margin-top: 3.6875rem;
    text-align: center;
  }

  .page-concept__content .block07 {
    padding: 4.4375rem 0 7.875rem;
  }

  .page-concept__content .block07 p {
    margin-top: 2.3125rem;
    width: 54rem;
    margin-inline: auto;
  }

  .page-concept__content .block07__links .wp-block-group__inner-container {
    margin-top: 3.875rem;
    width: 31.25rem;
    margin-inline: auto;
  }

  .page-concept__content .block08 {
    padding: 5.125rem 0 8.5rem;
  }

  .page-concept__content .block08__box {
    margin-top: 6.1875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }

  .page-concept__content .block08__left {
    margin-top: 1.375rem;
    width: 34.6875rem;
  }

  .page-concept__content .block08 p.block08__text01 {
    margin-top: 2.3125rem;
  }

  .page-concept__content .block08 p.block08__text02 {
    margin-top: 2.9375rem;
  }

  .page-concept__content .block08 p {
    margin-top: 0;
  }

  .page-concept__content .block08 div.block08__map-image {
    width: 37.5rem;
  }

  .page-concept__content .block08__gallery {
    margin-top: 2.25rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .contact {
    padding: 111px 0 0;
  }

  .contact__introduction {
    font-weight: 500;
  }

  .contact__button {
    margin-top: 39px;
    padding: 18px 17.4px 18px 27px;
    -webkit-column-gap: 1.2625rem;
       -moz-column-gap: 1.2625rem;
            column-gap: 1.2625rem;
  }

  .contact__button-arrow {
    width: 1.148125rem;
  }

  .wpcf7 {
    padding-top: 2.6875rem;
    max-width: 67.5rem;
    margin-inline: auto;
  }

  .wpcf7-form {
    padding: 1.625rem 2.4375rem 3.375rem 2.5rem;
    padding: 25px 43px 59px 40px;
  }

  .contact-form__row {
    margin-top: 1.125rem;
  }

  .contact-form__row--mt {
    margin-top: 0.875rem;
  }

  .contact-form__label {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .contact-form__label span {
    font-size: 0.9375rem;
    line-height: 1.3666666667;
    padding: 0 0.65625rem 0.03125rem;
    margin-left: 0.5rem;
  }

  .safari .contact-form__label span {
    padding-top: 0.1875rem;
  }

  .contact-form__input::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .contact-form__input:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .contact-form__input::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .contact-form__input::placeholder,
  .contact-form__textarea::placeholder {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .contact-form__input,
  .contact-form__textarea {
    padding: 0.75rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-top: 0.5rem;
  }

  .contact-form__textarea {
    line-height: 1.8;
  }

  .contact-form__count {
    margin-top: 0.5rem;
    padding-right: 0.625rem;
    font-size: 0.9375rem;
  }

  .contact-form__textarea {
    margin-top: 0.5rem;
    height: 14.3125rem;
  }

  .contact-form__privacy {
    margin-top: 2.1875rem;
  }

  .contact-form__privacy-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .contact-form__privacy-box {
    margin-top: 1.875rem;
    width: 47.5rem;
    height: 13.625rem;
    padding: 1.125rem 1.1875rem 0.9375rem;
  }

  .contact-form__options {
    margin-top: 1.25rem;
  }

  .contact-form__options label {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .contact-form__options input + span::before {
    width: 1.5rem;
    height: 1.5rem;
  }

  .contact-form__options input + span::after {
    left: 0.75rem;
    width: 0.875rem;
    height: 0.875rem;
  }

  .safari .contact-form__options input + span::after {
    left: 0.774375rem;
    margin-top: -0.0625rem;
  }

  .contact-form__note {
    font-size: 0.9375rem;
    line-height: 1.4;
    padding-left: 1.875rem;
  }

  .contact-form__checkbox,
  .contact-form__checkbox02 {
    margin-top: 0.8125rem;
  }

  .contact-form__checkbox label,
  .contact-form__checkbox02 label {
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .contact-form__checkbox02 label {
    font-size: 1rem;
    line-height: 1.5;
  }

  .contact-form__checkbox02 {
    margin-top: 2rem;
  }

  .contact-form__checkbox input + span::before {
    width: 1.5rem;
    height: 1.5rem;
  }

  .contact-form__checkbox input + span::after {
    left: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }

  input.contact-form__acceptance + span::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.375rem;
    margin-top: 0.25rem;
  }

  .safari input.contact-form__acceptance + span::before {
    margin-top: -0.0625rem;
  }

  .safari .contact-form__acceptance + span::after {
    margin-top: -0.375rem;
  }

  input.contact-form__acceptance + span::after {
    top: 54%;
    left: 0.54375rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }

  .contact__privacy-policy {
    font-size: 1rem;
    margin-top: 0.75rem;
  }

  .contact-form__submit {
    padding: 0.625rem 3.125rem 0.75rem 3.125rem;
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 2.71875rem;
    text-align: center;
  }

  .contact-form__no-sales {
    font-size: 1.0625rem;
    margin-top: 2.75rem;
  }

  .firefox .contact-form__no-sales {
    font-size: 1.0625rem;
  }

  .contact-form__submit-back {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .thanks-info {
    padding-bottom: 5rem;
  }

  .contact-form__group--confirm span {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }

  .contact-form__privacy .privacy-policy__box:last-of-type {
    margin-bottom: 1.875rem;
  }

  .thanks-page .thanks__title {
    font-size: 2.1875rem;
    line-height: 1.7142857143;
  }

  .thanks-page .thanks__text {
    margin-top: 2.5rem;
    max-width: 50rem;
  }

  .thanks-page .thanks__text + .thanks__text {
    margin-top: 1.5625rem;
  }

  .recaptcha {
    margin-top: 3.0625rem;
    font-size: max(12px, 0.875rem);
    line-height: 1.5;
  }

  .safari .recaptcha {
    font-size: 0.8125rem;
  }

  .contact-form__submit-back {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .contact__text {
    line-height: 2;
  }

  .page-reason {
    padding: 7.6875rem 0 3.625rem;
  }

  .page-reason__content .block01 {
    padding-bottom: 7.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .page-reason__content .block01__left {
    margin-top: 0.625rem;
    width: 45.125rem;
  }

  .page-reason__content .block01__left h2 {
    font-size: 2.5rem;
    line-height: 1.45;
  }

  .page-reason__content .block01__left h3 {
    margin-top: 0.875rem;
    font-size: 1.4375rem;
    line-height: 1.4782608696;
  }

  .page-reason__content .block01__left p {
    margin-top: 2.8125rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2.2222222222;
  }

  .page-reason__content .block01 figure {
    width: 26.1875rem;
    margin-inline: 0;
    margin-right: 0.6875rem;
  }

  .page-reason__content .block02 {
    padding: 3.1875rem 0 3rem;
  }

  .page-reason__content .block02__inner {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.0625rem;
       -moz-column-gap: 2.0625rem;
            column-gap: 2.0625rem;
  }

  .page-reason__content .block02__card {
    border-radius: 1.375rem;
    padding: 1.125rem 2.25rem 1.16875rem 4.625rem;
  }

  .page-reason__content .block02__card:first-child {
    padding-top: 1.8125rem;
  }

  .page-reason__content .block02__card p {
    top: 0;
    left: 0.875rem;
    font-size: 3.8125rem;
    line-height: 1.4590163934;
  }

  .page-reason__content .block02__card h3 {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-left: 1.125rem;
  }

  .page-reason__content .block02__card figure {
    margin-top: 1.0625rem;
    width: 14.375rem;
  }

  .page-reason__content .block02__card:first-child figure {
    margin-top: 2.25rem;
    width: 14.375rem;
    left: 0;
  }

  .page-reason__content .block02__card span {
    bottom: 0.5625rem;
    right: 1.5625rem;
  }

  .page-reason__content .block03 {
    margin-top: 6.8125rem;
    padding: 5.8125rem 0;
    height: 34.125rem;
  }

  .page-reason__content .block03--prevention {
    padding: 4.25rem 0;
  }

  .page-reason__content .block04 + .block03 {
    margin-top: 9.40625rem;
  }

  .page-reason__content .block03 figure {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .page-reason__content .block03 figure img {
    aspect-ratio: initial;
    height: 34.125rem;
    -o-object-position: center center;
       object-position: center center;
  }

  .page-reason__content .block03__content {
    padding: 4.1875rem 3.6875rem 3.8125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .page-reason__content .block03__content--support {
    padding: 3.25rem 2.4375rem 3.1875rem 2.5rem;
  }

  .page-reason__content .block03__content--prevention {
    padding: 3.25rem 2.1875rem 3.1875rem;
  }

  .page-reason__content .block03 p.number {
    margin-top: 0;
    top: 0;
    left: 1.875rem;
    font-size: 3.8125rem;
    line-height: 1.4590163934;
  }

  .page-reason__content .block03 p.sub-title {
    margin-top: 0;
    margin-left: 0;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .page-reason__content .block03 h2 {
    margin-top: 1.125rem;
    font-size: 2.1875rem;
    line-height: 1.4571428571;
  }

  .page-reason__content .block03 p {
    margin-top: 0.875rem;
    margin-left: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.8181818182;
  }

  .page-reason__content .block04 {
    padding: 3.6875rem 0 7.84375rem;
  }

  .page-reason__content .block04__inner {
    max-width: 70rem;
  }

  .page-reason__content .block04__card {
    padding: 1.4375rem 2.0625rem 1.375rem 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }

  .page-reason__content .block04__card + .block04__card {
    margin-top: 1.8125rem;
  }

  .page-reason__content .block04__card .wp-block-column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 18.875rem !important;
            flex: 0 0 18.875rem !important;
  }

  .page-reason__content .block04__card figure {
    width: 18.875rem;
    margin-inline: 0;
  }

  .page-reason__content .block04__right.wp-block-column {
    margin-top: 1.3125rem;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
    margin-inline: 0;
    width: auto;
  }

  .page-reason__content .block04__right h3 {
    font-size: 1.5625rem;
    line-height: 1.44;
  }

  .page-reason__content .block04__right p {
    margin-top: 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7222222222;
  }

  .page-reason__content .block04__column {
    margin-top: 3.5rem;
    -webkit-column-gap: 2.5625rem;
       -moz-column-gap: 2.5625rem;
            column-gap: 2.5625rem;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .page-reason__content .block04__column .wp-block-column {
    width: 15.375rem;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 15.375rem !important;
            flex: 0 0 15.375rem !important;
  }

  .page-reason__content .block04__column figure {
    width: 15.375rem;
  }

  .page-reason__content .block04__column-right.wp-block-column {
    padding: 1.625rem 3.1875rem 1.9375rem 3rem;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .page-reason__content .block04__column-right::before {
    left: -1.75rem;
    width: 1.86375rem;
    height: 1.5125rem;
  }

  .page-reason__content .block04__column-right h4 {
    margin-top: 0.125rem;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.44;
  }

  .page-reason__content .block04__column-right h3 {
    margin-top: 0;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 1.45;
  }

  .page-reason__content .block04__column-right p {
    margin-top: 1.375rem;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }

  .page-reason__content .block04 .wp-block-embed__wrapper {
    margin-top: 59px;
    width: 42.1875rem;
    margin-inline: auto;
  }

  .page-reason__content .block04 iframe {
    aspect-ratio: 675/379;
    width: 42.1875rem;
  }

  .page-reason__content .block05 {
    margin-top: -2.28125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.6875rem;
       -moz-column-gap: 2.6875rem;
            column-gap: 2.6875rem;
  }

  .page-reason__content .block05 .wp-block-column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 31.5rem !important;
            flex: 0 0 31.5rem !important;
  }

  .page-reason__content .block05 figure {
    width: 31.5rem;
  }

  .page-reason__content .block05__right.wp-block-column {
    margin-top: 0.9375rem;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .page-reason__content .block05__right h3 {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    line-height: 1.6071428571;
  }

  .page-reason__content .block05__right p {
    margin-top: 1.625rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2.2222222222;
  }

  .page-reason__content .block06 {
    margin-top: 4.75rem;
    padding: 2.25rem 1.25rem 1.75rem;
  }

  .page-reason__content .block06 h3 {
    font-size: 1.5625rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
  }

  .page-reason__content .block06 figure {
    margin-top: 0.5625rem;
    width: 15.625rem;
    position: relative;
    left: -0.875rem;
  }

  .page-reason__content .block07 {
    margin-top: 9.25rem;
  }

  .page-reason__content .block07 p,
  .page-reason__content .block08 p {
    font-size: 1.25rem;
  }

  .page-reason__content .block07 h2,
  .page-reason__content .block08 h2 {
    margin-top: 0.5rem;
    font-size: 2.1875rem;
    line-height: 1.6857142857;
  }

  .page-reason__content .block07 table {
    margin-top: 1.625rem;
    border-spacing: 0.8125rem 0.6875rem;
  }

  .page-reason__content .block07 td {
    padding: 0.75rem;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
    line-height: 1.4545454545;
    text-align: center;
  }

  .page-reason__content .block07 td:first-child {
    width: 27.5625rem;
  }

  .page-reason__content .block07 td:last-child {
    width: 45.9375rem;
  }

  .page-reason__content .block08 {
    margin-top: 7.5rem;
  }

  .page-reason__content .block08__grid {
    margin-top: 3.875rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.625rem 3rem;
  }

  .page-reason__content .block08__card a {
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
    padding: 1.25rem 2.1875rem 1.25rem 1.3125rem;
    height: 8.625rem;
  }

  .page-reason__content .block08__card h3 {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .page-reason__content .block08__icon {
    width: 2.0625rem;
  }

  .page-reason__content .block08__arrow {
    bottom: 1.0625rem;
    right: 1.8125rem;
    width: 2.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .hide-lg {
    display: none;
  }

  .show-lg {
    display: block;
  }

  .lg-md-only {
    display: none;
  }

  .header__logo-link {
    margin-inline: clamp(29.5px, calc(29.5px + 29.5 * ((100vw - 1024px) / 576)), 59px);
  }

  .header__logo-link--sticky {
    margin-inline: clamp(43px, calc(43px + 43 * ((100vw - 1024px) / 576)), 86px);
  }

  .vkfs input[type=checkbox]:after {
    left: 32%;
    top: 17%;
    width: 0.4375rem;
    height: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  input.contact-form__acceptance + span::after {
    left: 0.5625rem;
  }
}

@media screen and (min-width: 1440px) {
  .hide-xl {
    display: none;
  }

  .submenu__list-top {
    -webkit-column-gap: 6.5625rem;
       -moz-column-gap: 6.5625rem;
            column-gap: 6.5625rem;
  }

  .dog-gallery {
    grid-template-columns: repeat(6, 1fr);
  }

  .dog-gallery--archive {
    grid-template-columns: repeat(3, 1fr);
  }

  .concept::after {
    width: clamp(1366.4px, calc(1366.4px + 341.6 * ((100vw - 1440px) / 480)), 1708px);
  }

  .concept__inner {
    -webkit-column-gap: 8.6875rem;
       -moz-column-gap: 8.6875rem;
            column-gap: 8.6875rem;
  }

  .concept__text {
    margin-top: 8.25rem;
  }

  .pick-up__slider__pagination-wrapper {
    bottom: -3rem;
  }

  .pick-up .splide__arrow {
    top: 55%;
  }

  .pick-up .splide__arrow--prev {
    left: -3.75rem;
  }

  .pick-up .splide__arrow--next {
    top: 65%;
    right: initial;
    left: -3.75rem;
  }

  .page-concept__content .block02::before {
    width: 74.9375rem;
  }

  .page-concept__content .block04::before {
    width: 74.9375rem;
  }
}

@media screen and (min-width: 1601px) {
  .hide-xl2 {
    display: none;
  }

  .header {
    height: 7.9375rem;
  }

  .header__nav-list {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .header__nav-link {
    width: 7.4375rem;
  }

  .header__nav-en {
    font-size: 1.125rem;
  }

  .header__nav-ja {
    font-size: 0.875rem;
  }

  .header__logo-link {
    width: 12.68625rem;
    margin-inline: 3.6875rem;
    margin-top: 0.125rem;
  }

  .header__submenu {
    padding: 2.8125rem 0 2.75rem;
  }

  .header--sticky {
    height: 5.625rem;
  }

  .header__logo-link--sticky {
    width: 9.054375rem;
    margin-inline: 5.375rem;
    margin-top: 0.125rem;
  }

  .footer__body {
    -webkit-column-gap: 11.3125rem;
       -moz-column-gap: 11.3125rem;
            column-gap: 11.3125rem;
  }

  .footer__nav {
    margin-right: -3.3125rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .page-fv {
    padding-top: 8.1875rem;
  }

  .dog-gallery-modal__content {
    padding: 4.4375rem 6.4375rem 3.25rem 6.3125rem;
  }

  .dog-gallery-modal__close-icon {
    width: 2.791875rem;
  }

  .dog-gallery-modal__info {
    padding: 2.125rem 6.75rem 2.4375rem;
    width: 33.5rem;
  }

  .dog-gallery-modal__arrows .splide__arrow--prev {
    left: 1.8125rem;
  }

  .dog-gallery-modal__arrows .splide__arrow--next {
    right: 1.8125rem;
  }

  .concept__body {
    margin-right: clamp(33.55px, calc(33.55px + 27.45 * ((100vw - 768px) / 594)), 61px);
  }

  .product-detail-spacer {
    padding-top: 8.1875rem;
  }
}

@media (min-width: 1921px) {
  html {
    font-size: min(0.8333333333vw, 19.2px);
  }
}

@media screen and (min-width: 1921px) {
  .page-fv__title-wrapper {
    top: 4.55rem;
  }

  .page-fv__title-wrapper--column {
    top: 5.6875rem;
  }

  .dog-gallery-modal__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .dog-gallery-modal__slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .concept::after {
    width: 88.9583333333vw;
  }
}

@media screen and (max-width: 782px) {
  /* モバイル用の管理バー */
}

@media (max-width: 768px) {
  html {
    font-size: min(4.2666666667vw, 24px);
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  html {
    font-size: 1.2903225806vw;
  }
}

@media (min-width: 1240px) and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 781px) {
  .feature-block.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: initial !important;
        flex-basis: initial !important;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }

  .button:hover {
    opacity: 1;
    color: #fff;
    border-color: #ec6d74;
  }

  .button:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .button:hover .button__icon-image:nth-child(1) {
    opacity: 0;
  }

  .button:hover .button__icon-image:nth-child(2) {
    opacity: 1;
  }

  .button:hover .button__catalog-icon-image:nth-child(1) {
    opacity: 0;
  }

  .button:hover .button__catalog-icon-image:nth-child(2) {
    opacity: 1;
  }

  .submenu__link:hover {
    opacity: 1;
  }

  .submenu__link:hover .submenu__image-wrapper {
    opacity: 0.6;
  }

  .submenu__link:hover .submenu__text {
    color: #ec6d74;
  }

  .product-list__link:hover {
    opacity: 1;
  }

  .product-list__link:hover .product-card__image-wrapper {
    opacity: 0.6;
  }

  .dog-gallery__button:hover {
    opacity: 1;
  }

  .dog-gallery__button:hover .dog-gallery__image-wrapper::before {
    opacity: 0.35;
  }

  .dog-gallery__button:hover .dog-gallery__click-icon {
    opacity: 1;
  }

  .column-list__link:hover {
    opacity: 1;
  }

  .column-list__link:hover .column-list__image-wrapper,
  .column-list__link:hover .column-list__date,
  .column-list__link:hover .column-list__title {
    opacity: 0.6;
  }

  .column-list__link:hover .column-list__category {
    background-color: #f1adb1;
  }

  .news-list__link:hover {
    opacity: 1;
    background-color: #efefef;
  }

  .news-list__link:hover .news-list__category {
    background-color: #f1adb1;
  }

  .news-list__link:hover .news-list__icon-image:nth-child(1) {
    opacity: 0;
  }

  .news-list__link:hover .news-list__icon-image:nth-child(2) {
    opacity: 1;
  }

  .breadcrumbs a:hover {
    opacity: 1;
    color: #ec6d74;
  }

  .js-color-switch .colors-list__color:hover {
    opacity: 0.6;
  }

  .filter-tags__link:hover {
    opacity: 1;
    background-color: #faf4f4;
    color: #ec6d74;
    border-color: #ec6d74;
  }

  .fv__slide-link:hover {
    opacity: 0.8;
  }

  .pick-up__link:hover {
    opacity: 1;
  }

  .pick-up__link:hover .pick-up__image-wrapper {
    opacity: 0.6;
  }

  .pick-up .splide__arrow:hover {
    opacity: 0.3;
  }

  .support__link:hover {
    opacity: 0.6;
  }

  .product-archive__link:hover {
    opacity: 1;
  }

  .product-archive__link:hover .product-archive__image-wrapper {
    opacity: 0.6;
  }

  .product-archive__link:hover .product-archive__button {
    background-color: #fff;
    color: #ec6d74;
    border-color: #ec6d74;
  }

  .product-archive__link:hover .product-archive__arrow-image:nth-child(1) {
    opacity: 0;
  }

  .product-archive__link:hover .product-archive__arrow-image:nth-child(2) {
    opacity: 1;
  }

  .product-guides__link:hover {
    opacity: 1;
  }

  .product-guides__link:hover .product-guides__top,
  .product-guides__link:hover .product-guides__text {
    opacity: 0.6;
  }

  .product-detail__tag-link:hover {
    opacity: 1;
  }

  .product-detail__tag-link--red:hover {
    background-color: #c24d53;
  }

  .product-detail__tag-link--light-brown:hover {
    background-color: #9c8c62;
  }

  .product-detail__tag-link--green:hover {
    background-color: #8d8b5c;
  }

  .product-detail__tag-link--brown:hover {
    background-color: #ac8858;
  }

  .product-detail__tag-link--blue:hover {
    background-color: #83b5b1;
  }

  .stores-archive__btn-link:hover {
    opacity: 1;
    color: #fff;
  }

  .stores-archive__btn-link--tel:hover {
    background-color: #ec6d74;
  }

  .stores-archive__btn-link--map:hover {
    background-color: #48b4e1;
  }

  .stores-archive__btn-link--site:hover {
    background-color: #ffbe51;
  }

  .stores-archive__btn-link:hover .stores-archive__btn-icon {
    opacity: 0;
  }

  .stores-archive__btn-link:hover .stores-archive__btn-icon--hover {
    opacity: 1;
  }

  .contact__button:hover {
    opacity: 1;
    background-color: #fff;
    border-color: #f1adb1;
  }

  .contact__button:hover .contact__button-text {
    color: #f1adb1;
  }

  .contact__button:hover .contact__button-arrow-image:nth-child(1) {
    opacity: 0;
  }

  .contact__button:hover .contact__button-arrow-image:nth-child(2) {
    opacity: 1;
  }

  .confirm-button:disabled:hover {
    opacity: 1;
    background-color: #ccc;
    border-color: #707070;
  }

  .contact-form__submit-back:hover {
    opacity: 0.7;
  }

  .contact-form__submit-back:hover {
    opacity: 0.7;
  }
}

@media (hover: hover) {
  .page-numbers li a:hover {
    background-color: #f1adb1;
    color: #fff;
    border-color: transparent;
    opacity: 1;
  }

  .page-numbers li:not(.is-current):hover {
    border-color: transparent;
  }

  .contact-form__submit:hover {
    background-color: #ec6d74;
    opacity: 0.8;
  }

  /* .confirm-button が disabled の場合は hover状態でも元画像にする */
}
/*# sourceMappingURL=style.css.map */