@charset "utf-8";
@charset "utf-8";

:root {
  --hid-accent-color: #ff6400;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role=""],
ol[role=""] {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-top: 145px;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}
input,
button,
textarea,
select {
  font: inherit;
}

img {
  vertical-align: bottom;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

/*  breadcrumb
====================================*/
.fs-c-breadcrumb {
  font-size: 1.2rem;
  max-width: 1216px;
  padding: 0 8px;
  margin: 0 auto;
}

/*  Heading
====================================*/
.fs-c-heading--page {
  border-bottom: 2px solid currentColor;
  color: #000;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 24px;
  padding: 0 0 1.2em;
  text-align: center;
}
.fs-c-wishlistProduct__header {
  margin-top: 30px;
  margin-bottom: 15px;
}
.fs-c-wishlistProduct__title {
  color: #000;
  padding: 10px 0;
}

/*  Button
====================================*/
a.fs-c-button--primary {
  background: #444444;
  border: 1px solid #444444;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}
