@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/*============================================================================*
 * Reset
 *============================================================================*/
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*============================================================================*
 * Common
 *============================================================================*/
:root {
  font-size: 62.5%;
}

body {
  background: #fff;
  overflow-x: hidden;
  color: #000;
  font-family: "Noto Sans", sans-serif, "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: calc(13 * 100 / 375 * 1vw);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

a:visited {
  color: #1a1a1a;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

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

ol li,
ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border-radius: 0;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

/*============================================================================*
 * Layout
 *============================================================================*/
/**
 * ヘッダー
 *------------------------------------*/
/**
 * ヘッダーナビゲーション
 *------------------------------------*/
/**
 * フッター
 *------------------------------------*/
/**
 * サイドメニュー
 *------------------------------------*/
/**
 * 共通コンテナ
 *------------------------------------*/
.l-container,
.fs-c-breadcrumb,
.fs-l-main {
  padding: 0 calc(20 * 100 / 375 * 1vw);
}

nav.fs-c-breadcrumb {
  margin-top: calc(20 * 100 / 375 * 1vw);
}


.fs-body-top .fs-l-main {
  margin: 0;
  padding: 0;
  max-width: initial;
  max-width: inherit;
}

.fs-l-pageMain {
  max-width: initial;
  max-width: inherit;
}

.fs-c-breadcrumb {
  /*margin-top: calc(25 * 100 / 375 * 1vw);*/
}

.fs-c-breadcrumb__list {
  padding: 0;
  margin-bottom: calc(5 * 100 / 375 * 1vw);
  line-height: 1.3;
}

/**
 * ページ全体のラッパー要素
 *------------------------------------*/
/*============================================================================*
 * Scripts
 *============================================================================*/
/**
 * swiper.css
 *------------------------------------*/
/* Slider */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*============================================================================*
 * Component
 *============================================================================*/
/**
 * パンくずリスト
 *------------------------------------*/
.fs-c-breadcrumb {
  /*margin-bottom: calc(80 * 100 / 375 * 1vw);*/
}

/**
 * ボタン
 *------------------------------------*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(60 * 100 / 375 * 1vw);
  border: 1px solid #454445;
  background: #fff;
}

.c-button.-borderGray {
  border-color: #e2dede;
}

.c-button.-pink {
  border: 1px solid #d88181;
  background: #d88181;
  color: #fff;
}

.c-button.-small {
  height: calc(35 * 100 / 375 * 1vw);
  border-color: #707070;
  font-size: calc(12 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  letter-spacing: 0;
}

.c-button.-megaMenu {
  height: calc(50 * 100 / 375 * 1vw);
}

.c-button.-foooterContact {
  height: calc(45 * 100 / 375 * 1vw);
}

/**
 * ページネーション
 *------------------------------------*/
/**
 * 見出し
 *------------------------------------*/
.c-title,
.fs-c-heading--page {
  padding-bottom: calc(20 * 100 / 375 * 1vw);
  border-bottom: 1px solid #b4b0b0;
  text-align: center;
  font-size: calc(24 * 100 / 375 * 1vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.fs-c-heading--page {
  padding-top: 0;
  color: #111;
}

/*============================================================================*
 * Project
 *============================================================================*/
/**
 * ヘッダー
 *------------------------------------*/
.p-header-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: calc(9 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) calc(14 * 100 / 375 * 1vw);
  background: #454445;
  color: #fff;
  line-height: 1.3846;
}

.p-header-topic > span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  text-align: center;
  font-weight: 700;
}

.p-header-bottom {
  width: 100%;
  padding-bottom: calc(15 * 100 / 375 * 1vw);
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.p-header-bottom.is-fixed {
  position: fixed;
  top: 0;
}

.p-header-catch {
  text-align: center;
  font-size: calc(12 * 100 / 375 * 1vw);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.6666;
}

.p-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: calc(10 * 100 / 375 * 1vw);
}

.p-header-trigger {
  position: relative;
  width: calc(28 * 100 / 375 * 1vw);
  height: calc(26 * 100 / 375 * 1vw);
  margin-right: calc(25 * 100 / 375 * 1vw);
}

.p-header-trigger > span {
  position: absolute;
  width: calc(28 * 100 / 375 * 1vw);
  left: 50%;
  height: 2px;
  background-color: #707070;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.p-header-trigger > span:nth-child(1) {
  top: calc(0 * 100 / 375 * 1vw);
}

.p-header-trigger > span:nth-child(2) {
  top: calc(10 * 100 / 375 * 1vw);
}

.p-header-trigger > span:nth-child(3) {
  top: calc(20 * 100 / 375 * 1vw);
}

.p-header-logo {
  width: calc(180 * 100 / 375 * 1vw);
}

.p-header-logo > a > img {
  width: 100%;
}

.p-header-subtitle {
  margin: 0 0 0 10px;
  font-size: calc(14 * 100 / 375 * 1vw);
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif !important;
  line-height: 1.7333;
}

.p-header-subtitle > span:nth-child(1) {
  display: none;
}

.p-headerContents {
  margin-top: calc(10 * 100 / 375 * 1vw);
  padding: 0 calc(20 * 100 / 375 * 1vw);
}

.p-headerContent.-nav {
  display: none;
}

.p-headerNav {
  margin-top: calc(10 * 100 / 375 * 1vw);
  -webkit-transition: .3s;
  transition: .3s;
}

.p-headerNav.is-hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.p-headerNav-items {
  display: none;
}

.p-headerNavLarge {
  display: none;
}

.p-headerNavLargeContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-headerNavSearch-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-headerNavSearch-form::before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(15 * 100 / 375 * 1vw);
  width: calc(20 * 100 / 375 * 1vw);
  height: calc(20 * 100 / 375 * 1vw);
  background: url(../images/common/ico_search_01.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.p-headerNavSearch-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(50 * 100 / 375 * 1vw);
  padding: 0 calc(10 * 100 / 375 * 1vw);
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: calc(5 * 100 / 375 * 1vw) 0 0 calc(5 * 100 / 375 * 1vw);
}

.p-headerNavSearch-button {
  width: calc(50 * 100 / 375 * 1vw);
  border-radius: 0 calc(5 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw) 0;
  background: #707070;
  font-size: 0;
}

.fs-l-header {
  padding-top: 0;
}

/**
 * ヘッダーナビゲーション
 *------------------------------------*/
.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: calc(300 * 100 / 375 * 1vw);
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(calc(-300 * 100 / 375 * 1vw));
          transform: translateX(calc(-300 * 100 / 375 * 1vw));
  -webkit-transition: .4s;
  transition: .4s;
}

.p-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-nav-close {
  position: absolute;
  right: calc(10 * 100 / 375 * 1vw);
  top: calc(15 * 100 / 375 * 1vw);
  width: calc(30 * 100 / 375 * 1vw);
  height: calc(30 * 100 / 375 * 1vw);
}

.p-nav-close > span {
  position: absolute;
  top: 50%;
  display: block;
  width: calc(28 * 100 / 375 * 1vw);
  height: calc(2 * 100 / 375 * 1vw);
  background: #454445;
}

.p-nav-close > span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-nav-close > span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-nav-inner {
  position: relative;
  height: 100%;
  padding: calc(70 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) calc(40 * 100 / 375 * 1vw);
  overflow-y: scroll;
}

.p-nav-login a.accountBtn, .p-nav-cart > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(50 * 100 / 375 * 1vw);
  border-radius: calc(5 * 100 / 375 * 1vw);
}

.p-nav-login a.accountBtn {
  background: #fcf8f1;
}
.p-nav-login .logout.my-false a.accountBtn {
  display: none;
}
.p-nav-login .login.my-true a.accountBtn {
  display: none;
}

.p-nav-cart > a {
  position: relative;
  margin-top: calc(15 * 100 / 375 * 1vw);
  background: rgba(228, 38, 38, 0.1);
}

.p-nav-cart > a::before {
  content: '';
  position: absolute;
  left: calc(30 * 100 / 375 * 1vw);
  top: 50%;
  width: calc(29 * 100 / 375 * 1vw);
  height: calc(22 * 100 / 375 * 1vw);
  background: url(../images/common/ico_cart_01.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-nav-cart > a .fs-p-cartItemNumber {
  top: calc(6 * 100 / 375 * 1vw);
  left: calc(50 * 100 / 375 * 1vw);
  right: auto;
  padding: calc(3 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw);
  background: #e42626;
  font-size: calc(13 * 100 / 375 * 1vw);
}

.p-nav-title {
  padding-bottom: calc(20 * 100 / 375 * 1vw);
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  border-bottom: 1px solid #e6e6e6;
}

.p-nav-subtitle {
  margin-top: calc(20 * 100 / 375 * 1vw);
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.p-nav-subtitle.-fashion {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.p-nav-item {
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.p-nav-item > a[target="_blank"] {
  position: relative;
  padding-right: calc(25 * 100 / 375 * 1vw);
}

.p-nav-item > a[target="_blank"]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(13 * 100 / 375 * 1vw);
  height: calc(11 * 100 / 375 * 1vw);
  background: url(../images/common/ico_blank_01.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-navContent {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.p-navContent-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(10 * 100 / 375 * 1vw) calc(-1 * 100 / 375 * 1vw) 0;
}

.p-navContent-item {
  width: calc(50% - calc(2 * 100 / 375 * 1vw));
  margin: 0 calc(1 * 100 / 375 * 1vw);
}

.p-navContent-item:nth-child(n+3) {
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.p-navContent-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(14 * 100 / 375 * 1vw);
}

.p-navContent-item > a > img {
  display: inline-block;
  width: calc(50 * 100 / 375 * 1vw);
  height: calc(50 * 100 / 375 * 1vw);
  margin-right: calc(10 * 100 / 375 * 1vw);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-navContent-item > a > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-navContent-tags {
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.p-navContent-tag:not(:first-child) {
  margin-top: calc(10 * 100 / 375 * 1vw);
}

.p-navContent-tag > a {
  display: inline-block;
  padding: calc(15 * 100 / 375 * 1vw) calc(15 * 100 / 375 * 1vw);
  border: 1px solid #888;
  border-radius: calc(50 * 100 / 375 * 1vw);
}

.p-navContent-brand {
  display: inline-block;
  margin-top: calc(20 * 100 / 375 * 1vw);
  width: calc(220 * 100 / 375 * 1vw);
}

.p-navContent-brand > a {
  display: block;
}

.p-navContent-brand > a > img {
  height: calc(100 * 100 / 375 * 1vw);
}

.p-navContent-brand > a > span {
  display: block;
  margin-top: calc(10 * 100 / 375 * 1vw);
  text-align: center;
}

.p-navContent-brand:nth-child(1) a img {
  width: calc(190 * 100 / 375 * 1vw);
}

.p-navContent-brand:nth-child(2) a img {
  width: calc(100 * 100 / 375 * 1vw);
}

.p-navContent-logo {
  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: calc(100 * 100 / 375 * 1vw);
  border: 1px solid #bbb;
}

.p-navContent-outlet {
  width: calc(253 * 100 / 375 * 1vw);
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.p-navContent-feature {
  width: calc(260 * 100 / 375 * 1vw);
  margin-top: calc(15 * 100 / 375 * 1vw);
}

.p-navOthers-items {
  margin-top: calc(30 * 100 / 375 * 1vw);
  text-align: center;
}

.p-navOthers-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(215 * 100 / 375 * 1vw);
  height: calc(55 * 100 / 375 * 1vw);
  margin: 0 auto;
  border: 1px solid #707070;
}

.p-navOthers-item:not(:first-child) {
  margin-top: calc(15 * 100 / 375 * 1vw);
}

.p-navSns {
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.p-navSns-items {
  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;
}

.p-navSns-item {
  margin: 0 calc(8 * 100 / 375 * 1vw);
}

/*.p-navSns-item:last-child {
  margin-top: calc(-3 * 100 / 375 * 1vw);
  margin-left: calc(3 * 100 / 375 * 1vw);
}*/

.p-navSns-item img {
  width: calc(40 * 100 / 375 * 1vw);
}

/**
 * フッター
 *------------------------------------*/
.p-footer {
  margin-top: calc(85 * 100 / 375 * 1vw);
  padding: calc(30 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) calc(25 * 100 / 375 * 1vw);
  background: #f4f0e9;
}

.p-footer-title {
  font-size: calc(16 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.p-footer-items {
  margin-top: calc(40 * 100 / 375 * 1vw);
}

.p-footer-item:not(:first-child) {
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.p-footer-item > a[target="_blank"] {
  position: relative;
  padding-right: calc(25 * 100 / 375 * 1vw);
}

.p-footer-item > a[target="_blank"]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(13 * 100 / 375 * 1vw);
  height: calc(11 * 100 / 375 * 1vw);
  background: url(../images/common/ico_blank_01.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer-links {
  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;
  margin: calc(45 * 100 / 375 * 1vw) calc(-8 * 100 / 375 * 1vw) 0;
}

.p-footer-link {
  margin: 0 calc(8 * 100 / 375 * 1vw);
}
.p-footer-link img {
  width: calc(40 * 100 / 375 * 1vw);
}
/*.p-footer-link:last-child {
  margin-top: calc(-3 * 100 / 375 * 1vw);
  margin-left: calc(3 * 100 / 375 * 1vw);
}*/

.p-footer-copyright {
  display: block;
  margin-top: calc(15 * 100 / 375 * 1vw);
  text-align: center;
  font-size: calc(12 * 100 / 375 * 1vw);
}

.p-footerContact-more {
  width: calc(165 * 100 / 375 * 1vw);
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.p-footerTel {
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.p-footerTel-number {
  margin-top: calc(10 * 100 / 375 * 1vw);
  font-size: calc(26 * 100 / 375 * 1vw);
  font-family: "Roboto", sans-serif;
}

.p-footerTel-time {
  margin-top: calc(10 * 100 / 375 * 1vw);
}

.p-footerTenpo {
  margin-top: calc(40 * 100 / 375 * 1vw);
}

/**
 * サイドメニュー
 *------------------------------------*/
/**
 * ページ下部共通部分
 *------------------------------------*/
.p-guide {
  margin-top: calc(50 * 100 / 375 * 1vw);
}

.p-guide-contents {
  margin-top: calc(40 * 100 / 375 * 1vw);
}

.p-guide-calendar {
  margin-top: calc(60 * 100 / 375 * 1vw);
}

.p-guide-calendar table {
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}

.p-guide-calendar table td {
  padding: calc(10 * 100 / 375 * 1vw) 0;
}

.p-guideNav {
  padding: calc(30 * 100 / 375 * 1vw) 0;
  border-top: 1px solid #cec9c9;
  border-bottom: 1px solid #cec9c9;
}

.p-guideNavItem {
  max-width: calc(270 * 100 / 375 * 1vw);
  margin: 0 auto;
  text-align: center;
}

.p-guideNavItem:not(:first-child) {
  margin-top: calc(50 * 100 / 375 * 1vw);
}

.p-guideNavItem-title {
  font-size: calc(18 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  line-height: 1.4444;
}

.p-guideNavItem-text {
  margin-top: calc(25 * 100 / 375 * 1vw);
  line-height: 2;
}

.p-guideNavItem-icon {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.p-guideNavItem-more {
  width: calc(100 * 100 / 375 * 1vw);
  margin: calc(20 * 100 / 375 * 1vw) auto 0;
}

.p-guideItem:not(:first-child) {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.p-guideItem-title {
  padding-bottom: calc(15 * 100 / 375 * 1vw);
  border-bottom: 1px solid #e6e6e6;
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.p-guideItem-text {
  margin-top: calc(15 * 100 / 375 * 1vw);
  line-height: 1.23;
}

.p-guideItem-more {
  width: calc(180 * 100 / 375 * 1vw);
  margin: calc(30 * 100 / 375 * 1vw) auto 0;
}

/**
 * 商品一覧表示
 *------------------------------------*/
.p-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(30 * 100 / 375 * 1vw) calc(-5 * 100 / 375 * 1vw) 0;
}

.p-item {
  width: calc(50% - calc(10 * 100 / 375 * 1vw));
  margin: 0 calc(5 * 100 / 375 * 1vw);
}

.p-item.-popular {
  position: relative;
  counter-increment: number;
}

.p-item.-popular::before {
  content: counter(number);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(10 * 100 / 375 * 1vw);
  /*left: calc(5 * 100 / 375 * 1vw);*/
  right: calc(5 * 100 / 375 * 1vw);
  width: calc(22 * 100 / 375 * 1vw);
  height: calc(22 * 100 / 375 * 1vw);
  border-radius: 50%;
  background: #707070;
  font-family: "Noto Sans", sans-serif, "Yu Gothic", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #fff;
}

.p-item:nth-child(n+3) {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.p-item-badges {
  margin: 0 calc(-3 * 100 / 375 * 1vw);
}

.p-item-badge {
  display: inline-block;
  margin: 0 calc(3 * 100 / 375 * 1vw);
  padding: calc(4 * 100 / 375 * 1vw) calc(2 * 100 / 375 * 1vw);
  border: 1px solid #d8c9c1;
  font-size: calc(11 * 100 / 375 * 1vw);
}

.p-item > a {
  display: block;
}

.p-item-content {
  margin-top: calc(5 * 100 / 375 * 1vw);
  background: #fff;
}

.p-item-image > img {
  width: 100%;
}

.p-item-detail {
  padding: calc(10 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw) calc(10 * 100 / 375 * 1vw);
}

.p-item-name {
  font-size: calc(14 * 100 / 375 * 1vw);
}

.p-itemPrice {
  margin-top: calc(5 * 100 / 375 * 1vw);
  font-weight: 500;
}

.p-itemPrice-mark {
  font-size: calc(12 * 100 / 375 * 1vw);
  font-weight: 700;
}

.p-itemPrice-value {
  font-size: calc(14 * 100 / 375 * 1vw);
  font-family: "Roboto", sans-serif;
}

.p-itemPrice-addon {
  font-size: calc(12 * 100 / 375 * 1vw);
}

/**
 * ニュース一覧
 *------------------------------------*/
.p-newsItem {
  padding: calc(20 * 100 / 375 * 1vw) 0;
}

.p-newsItem:not(:first-child) {
  border-top: 1px solid #707070;
}

.p-newsItem-deta {
  font-size: calc(12 * 100 / 375 * 1vw);
  font-family: "Roboto", sans-serif;
}

.p-newsItem-title {
  margin-top: calc(5 * 100 / 375 * 1vw);
}

.fs-p-dateList > li {
  border: none;
  padding: calc(20 * 100 / 375 * 1vw) 0;
  line-height: 1.5;
}

.fs-p-dateList > li:not(:first-child) {
  border-top: 1px solid #707070;
}

.fs-p-dateList > li .fs-pt-list__link {
  font-size: calc(12 * 100 / 375 * 1vw);
  color: #1a1a1a;
}

.fs-p-dateList > li time:first-child {
  background: none !important;
  color: #1a1a1a !important;
  padding: 0 !important;
}

.fs-p-dateList > li > time {
  display: block;
  padding-bottom: calc(5 * 100 / 375 * 1vw);
  background: none;
  font-family: "Roboto", sans-serif;
  color: #1a1a1a;
  line-height: 1;
}

.fs-p-dateList > li .fs-pt-list__link > time {
  display: block;
  padding-bottom: calc(5 * 100 / 375 * 1vw);
  background: none;
  font-family: "Roboto", sans-serif;
  color: #1a1a1a;
  line-height: 1;
}


/**
 * ヘッダー
 *------------------------------------*/
.p-productDetail {
  margin-top: calc(80 * 100 / 375 * 1vw);
}

/*============================================================================*
 * Pages
 *============================================================================*/
/**
 * トップページ
 *------------------------------------*/
.home-visual {
  margin-top: calc(15 * 100 / 375 * 1vw);
  /*padding-bottom: calc(35 * 100 / 375 * 1vw);*/
  overflow: hidden;
}

.home-visual .fs-c-slick .slick-dots {
  margin: calc(20 * 100 / 375 * 1vw) calc(-10 * 100 / 375 * 1vw) 0;
}

.home-visual .fs-c-slick .slick-dots > li {
  margin: 0 calc(10 * 100 / 375 * 1vw);
}

.home-visual .fs-c-slick .slick-dots > li > button::before {
  width: calc(10 * 100 / 375 * 1vw);
  height: calc(10 * 100 / 375 * 1vw);
  color: #e6e1e1;
}

.home-visual .fs-c-slick .slick-dots .slick-active > button::before {
  color: #442615;
}

.topKeyVisual_pc {
  display: none;
}
.topKeyVisual_sp {
  display: block;
}


.home-new {
  padding: calc(25 * 100 / 375 * 1vw) 0 calc(35 * 100 / 375 * 1vw);
  background: #fcf8f1;
}

.home-new-more {
  width: calc(260 * 100 / 375 * 1vw);
  margin: calc(35 * 100 / 375 * 1vw) auto 0;
}

.home-popular {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.home-popular-more {
  width: calc(260 * 100 / 375 * 1vw);
  margin: calc(35 * 100 / 375 * 1vw) auto 0;
}

.home-feature {
  margin-top: calc(60 * 100 / 375 * 1vw);
  padding: calc(35 * 100 / 375 * 1vw) 0 calc(50 * 100 / 375 * 1vw);
  background: #fcf8f1;
}

.home-feature-items {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.home-feature-item:not(:first-child) {
  margin-top: calc(10 * 100 / 375 * 1vw);
}

.home-feature-item > a {
  display: block;
}

.home-feature-item > a > img {
  width: 100%;
}

.home-feature-more {
  width: calc(260 * 100 / 375 * 1vw);
  margin: calc(45 * 100 / 375 * 1vw) auto 0;
}

.home-news {
  margin-top: calc(35 * 100 / 375 * 1vw);
}

.home-news-contents {
  /*margin-top: calc(45 * 100 / 375 * 1vw);*/
  margin-top: calc(10 * 100 / 375 * 1vw);
}

.home-news-content:nth-child(2) {
  margin-top: calc(40 * 100 / 375 * 1vw);
}

.home-news-more {
  width: calc(200 * 100 / 375 * 1vw);
  margin: calc(40 * 100 / 375 * 1vw) auto 0;
}

.home-search {
  margin-top: calc(35 * 100 / 375 * 1vw);
}

.home-search-contents {
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.home-search-title, .home-search-subtitle {
  font-size: calc(18 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  font-weight: 500;
}

.home-search-title {
  padding-bottom: calc(20 * 100 / 375 * 1vw);
  border-bottom: 1px solid #e6e6e6;
}

.home-search-title.-scene {
  margin-top: calc(40 * 100 / 375 * 1vw);
}

.home-search-title.-brand {
  margin-top: calc(45 * 100 / 375 * 1vw);
}

.home-search-title.-outlet {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.home-search-subtitle {
  margin-top: calc(15 * 100 / 375 * 1vw);
}

.home-search-subtitle.-fashion {
  margin-top: calc(40 * 100 / 375 * 1vw);
}

.home-search-categories {
  /*margin-top: calc(20 * 100 / 375 * 1vw);*/
  margin-bottom: calc(20 * 100 / 375 * 1vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-search-category:not(:first-child) {
  /*margin-top: calc(20 * 100 / 375 * 1vw);*/
}

.home-search-category {
  width: calc(50% - 10px);
  margin: 5px;
}

.home-search-category > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-search-category > a > img {
  display: inline-block;
  width: calc(50 * 100 / 375 * 1vw);
  margin-right: calc(10 * 100 / 375 * 1vw);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.home-search-tags {
  margin: calc(15 * 100 / 375 * 1vw) calc(-5 * 100 / 375 * 1vw) 0;
}

.home-search-tag {
  display: inline-block;
  margin: calc(10 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw) 0;
}

.home-search-tag > a {
  display: block;
  padding: calc(10 * 100 / 375 * 1vw);
  border: 1px solid #888;
  border-radius: calc(50 * 100 / 375 * 1vw);
}

.home-search-brands {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.home-search-brand {
  width: calc(260 * 100 / 375 * 1vw);
  margin: calc(20 * 100 / 375 * 1vw) auto 0;
}

.home-search-brand > a > span {
  display: block;
  margin-top: calc(20 * 100 / 375 * 1vw);
  text-align: center;
}

.home-search-brand:nth-child(1) a img {
  width: calc(229 * 100 / 375 * 1vw);
}

.home-search-brand:nth-child(2) a img {
  width: calc(130 * 100 / 375 * 1vw);
}

.home-search-logo {
  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: calc(134 * 100 / 375 * 1vw);
  border: 1px solid #bbb;
}

.home-search-outlet {
  margin-top: calc(30 * 100 / 375 * 1vw);
}

.home-search-outlet img {
  width: 100%;
}

.home-about {
  margin-top: calc(75 * 100 / 375 * 1vw);
  background: #fcf8f1;
}

.home-about-image > img {
  width: 100%;
}

.home-about-content {
  padding: calc(50 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
}

.home-about-title {
  width: calc(227 * 100 / 375 * 1vw);
}

.home-about-subtitle {
  margin-top: calc(20 * 100 / 375 * 1vw);
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.home-about-detail {
  margin-top: calc(45 * 100 / 375 * 1vw);
  line-height: 2.6;
}

/**
 * 私たちについて
 *------------------------------------*/
/**
 * 商品一覧
 *------------------------------------*/
.itemList-title {
  margin: 0;
  padding-bottom: calc(20 * 100 / 375 * 1vw);
  border-bottom: 1px solid #b4b0b0;
  font-size: calc(24 * 100 / 375 * 1vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.itemList-lead {
  margin: calc(15 * 100 / 375 * 1vw) 0 0;
}

.fs-c-subgroup .fs-c-subgroupList {
  display: none;
}

/*.fs-c-listControl {
  display: none;
}*/

.itemList-inner {
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.itemList-total {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100 * 100 / 375 * 1vw);
  height: calc(100 * 100 / 375 * 1vw);
  border: 1px solid #e6e6e6;
}

.itemList-total-name {
  margin: 0;
  font-size: calc(14 * 100 / 375 * 1vw);
}

.itemList-total-quantity {
  margin: calc(10 * 100 / 375 * 1vw) 0 0;
  font-size: calc(13 * 100 / 375 * 1vw);
}

.itemList-total-number {
  font-size: calc(30 * 100 / 375 * 1vw);
}

.itemList-category {
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.itemList-category-title {
  margin: 0;
  font-size: calc(15 * 100 / 375 * 1vw);
}

.itemList-category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(10 * 100 / 375 * 1vw) calc(-1 * 100 / 375 * 1vw) 0;
}

.itemList-category-item {
  width: calc(50% - calc(2 * 100 / 375 * 1vw));
  margin: 0 calc(1 * 100 / 375 * 1vw);
}

.itemList-category-item:nth-child(n+3) {
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.itemList-category-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(14 * 100 / 375 * 1vw);
}

.itemList-category-item > a > img {
  display: inline-block;
  width: calc(50 * 100 / 375 * 1vw);
  height: calc(50 * 100 / 375 * 1vw);
  margin-right: calc(10 * 100 / 375 * 1vw);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fs-p-productSearch {
  display: none;
}

.fs-c-productList .fs-c-productList__controller {
  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;
  margin: 0 0 calc(30 * 100 / 375 * 1vw);
  padding-bottom: calc(25 * 100 / 375 * 1vw);
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}

.fs-c-productList .fs-c-productList__controller .fs-c-sortItems {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  border: none;
}

.fs-c-productList .fs-c-productList__controller .fs-c-sortItems__list {
  margin-top: calc(10 * 100 / 375 * 1vw);
  border-left: none;
}

.fs-c-productList .fs-c-productList__controller .fs-c-sortItems__list__item:not(:first-child) {
  margin-left: 1em;
}

.fs-c-productList .fs-c-productList__controller .fs-c-sortItems__list__item.is-active {
  background: none;
  color: #111;
  text-decoration: underline;
}

.fs-c-productList .fs-c-productList__controller .fs-c-sortItems__list__item__label {
  padding: 0;
  font-size: calc(14 * 100 / 375 * 1vw);
}

.fs-c-productList .fs-c-productList__controller .fs-c-sortItems__label {
  display: block;
  padding: 0;
  text-align: left;
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 500;
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(-5 * 100 / 375 * 1vw);
}

/*.fs-c-productList__list + .fs-c-productList__controller {
  display: none;
}*/

.fs-c-productList__list__item {
  width: calc(50% - calc(10 * 100 / 375 * 1vw));
  margin: 0 calc(5 * 100 / 375 * 1vw);
  padding: 0;
  border-bottom: none;
}

.fs-c-productList__list__item:nth-child(n+3) {
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.fs-c-productList__list__item .fs-c-productMark {
  margin-top: calc(5 * 100 / 375 * 1vw);
  margin-bottom: calc(5 * 100 / 375 * 1vw);
}

.fs-c-productList__list__item .fs-c-productMark__item {
  margin-top: calc(3 * 100 / 375 * 1vw);
}

.fs-c-productList__list__item .fs-c-productListItem__imageContainer {
  margin-top: calc(5 * 100 / 375 * 1vw);
}

.fs-c-productList__list__item .fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productList__list__item .fs-c-productName__copy {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__productName {
  margin: calc(10 * 100 / 375 * 1vw) 0 0;
}

.fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__name {
  font-size: calc(14 * 100 / 375 * 1vw);
}

.fs-c-productList__list__item .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__prices {
  margin-top: calc(5 * 100 / 375 * 1vw);
}

.fs-c-productList__list__item .fs-c-productPrice {
  font-size: calc(12 * 100 / 375 * 1vw);
  font-weight: 500;
  color: #111;
}

.fs-c-productList__list__item .fs-c-productPrice .fs-c-price__currencyMark {
  font-weight: 700;
  color: #111;
}

.fs-c-productList__list__item .fs-c-productPrice .fs-c-price__value {
  font-size: calc(14 * 100 / 375 * 1vw);
  font-family: "Roboto", sans-serif;
  color: #111;
}

.fs-c-productList__list__item .fs-c-productPrice .fs-c-productPrice__addon {
  font-size: calc(12 * 100 / 375 * 1vw);
}

.fs-c-productList__list__item .fs-c-productPrice:nth-child(2) {
  color: #db4646;
}

.fs-c-productList__list__item .fs-c-productPrice:nth-child(2) .fs-c-price__currencyMark,
.fs-c-productList__list__item .fs-c-productPrice:nth-child(2) .fs-c-price__value {
  color: #db4646;
}

.fs-c-productList__list__item .fs-c-productPrice:nth-child(2) .c-productPrice__discount {
  display: block;
  width: 100%;
  margin-left: 1em;
  font-weight: 700;
}

.fs-c-productList__list__item .fs-c-productPrice:not(:only-child).fs-c-productPrice--listed {
  display: none;
}

.fs-c-productList__list__item .fs-c-buttonContainer {
  margin-top: calc(5 * 100 / 375 * 1vw);
  padding: 0;
}

.fs-c-productList__list__item .c-productListItem-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(125 * 100 / 375 * 1vw);
  height: calc(40 * 100 / 375 * 1vw);
  border: 1px solid #e2dede;
  font-size: calc(13 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.fs-c-productList__list__item .fs-c-button--addToCart--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;
  width: calc(125 * 100 / 375 * 1vw);
  height: calc(40 * 100 / 375 * 1vw);
  border: 1px solid #e2dede;
}

.fs-c-productList__list__item .fs-c-button--addToCart--list::before {
  content: none;
}

.fs-c-productList__list__item .fs-c-button--addToCart--list .fs-c-button__label {
  font-size: calc(13 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

/**
 * 商品詳細
 *------------------------------------*/

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-l-productLayout__item .fs-c-productThumbnail {
  margin: 0 -3px;
}

.fs-l-productLayout__item .fs-c-productThumbnail__image {
  -ms-flex-preferred-size: calc(50 * 100 / 375 * 1vw);
      flex-basis: calc(50 * 100 / 375 * 1vw);
  min-width: calc(50 * 100 / 375 * 1vw);
  margin: calc(4 * 100 / 375 * 1vw) calc(3 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fs-l-productLayout__item--2 .fs-c-productNameHeading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: calc(10 * 100 / 375 * 1vw) 0 0;
  padding: 0;
  font-size: calc(20 * 100 / 375 * 1vw);
  color: #111;
}

.fs-l-productLayout__item--2 .fs-c-productNumber {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: calc(5 * 100 / 375 * 1vw);
  padding: 0;
  border: none;
  font-size: calc(20 * 100 / 375 * 1vw);
  color: #111;
}

.fs-l-productLayout__item--2 .fs-c-productNumber .fs-c-productNumber__label {
  display: none;
}

.fs-l-productLayout__item--2 .fs-c-productMarks {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 0;
}

.fs-l-productLayout__item--2 .fs-c-productPrices {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice {
  font-weight: 500;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) {
  margin-right: calc(10 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) .fs-c-productPrice__main__price {
  color: #000;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) .fs-c-price__value {
  font-size: calc(18 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) .fs-c-productPrice__addon {
  font-size: calc(13 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #dB4646;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .c-productPrice__label {
  width: 100%;
  margin: 0 0 calc(5 * 100 / 375 * 1vw);
  color: #111;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .fs-c-productPrice__main__price {
  color: #dB4646;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .fs-c-productPrice__addon {
  font-size: calc(14 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .c-productPrice__discount {
  margin-left: 1em;
  font-weight: 700;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .c-productPrice__rate {
  font-size: calc(18 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main__label {
  display: none;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-price__currencyMark {
  font-size: calc(14 * 100 / 375 * 1vw);
  font-weight: 700;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-price__value {
  font-family: "Roboto", sans-serif;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice__addon {
  padding-left: 0.5em;
}

.fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice--listed .fs-c-price__value {
  text-decoration: line-through;
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: calc(35 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__row {
  display: block;
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationLabel,
.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__row__variationName {
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 700;
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__row__variationName {
  display: block;
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__lane {
  margin: 0 calc(-5 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item {
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  flex-grow: initial;
  /*width: calc(60 * 100 / 375 * 1vw);
  height: calc(60 * 100 / 375 * 1vw);*/
  width: calc(65 * 100 / 375 * 1vw);
  height: calc(65 * 100 / 375 * 1vw);
  margin: calc(5 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel > * {
  overflow: hidden;
  min-height: initial;
  font-size: calc(10 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel {
  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;
  width: 100%;
  margin: 0;
  padding: calc(4 * 100 / 375 * 1vw);
  border: calc(3 * 100 / 375 * 1vw) solid #707070;
  background: #fff;
  color: #111;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel.is-empty {
  background: #707070;
  color: #fff;
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel.is-empty .fs-c-variationMatrix__panel__label {
  /*display: none;*/
  margin-bottom: 5px;
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel__label {
  /*font-size: calc(13 * 100 / 375 * 1vw);*/
  font-size: calc(10 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
  border-color: #d88181;
}

.fs-l-productLayout__item--2 .fs-c-variationAndActions__stockSignLegend {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(20 * 100 / 375 * 1vw);
}
.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist > span:first-child {
  order: 1;
}


.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
  position: relative;
  margin-left: calc(10 * 100 / 375 * 1vw);
  border: 1px solid #e2dede;
  order: 2;
}

.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(10 * 100 / 375 * 1vw);
  width: calc(8 * 100 / 375 * 1vw);
  height: calc(8 * 100 / 375 * 1vw);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity > .fs-c-quantity__select {
  width: calc(70 * 100 / 375 * 1vw);
  height: calc(50 * 100 / 375 * 1vw);
  padding-left: calc(10 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
  /*display: none;*/
  order: 3;
  margin-left: calc(10 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productActionButton {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  margin-top: calc(20 * 100 / 375 * 1vw);
}

.fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--secondary,
.fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--primary {
  width: 100%;
  height: calc(60 * 100 / 375 * 1vw);
  color: #fff;
}

.fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--primary {
  border: 1px solid #d88181;
  background: #d88181;
}

.fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--secondary {
  border: 1px solid #707070;
  background: #707070;
}

.fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button__label {
  position: relative;
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 500;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button__label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(-46 * 100 / 375 * 1vw);
  width: calc(36 * 100 / 375 * 1vw);
  height: calc(29 * 100 / 375 * 1vw);
  background: url(../images/common/ico_arrow_01.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.fs-c-productImageModal__close::before {
  color: #FFF;
  position: absolute;
  right: 20px;
}

/**
 * ログイン
 *------------------------------------*/
.fs-body-login .fs-c-loginForm {
  margin-top: calc(60 * 100 / 375 * 1vw);
}

.fs-body-login .fs-c-registeredUsers,
.fs-body-login .fs-c-newUsers {
  padding: calc(30 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
  background: #f4f0e9;
}

.fs-body-login .fs-c-inputInformation__field {
  margin: calc(25 * 100 / 375 * 1vw) 0 0;
  padding: 0;
  background: none;
}

.fs-body-login .fs-c-subSection__title {
  padding-bottom: calc(25 * 100 / 375 * 1vw);
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: calc(18 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #111;
}

.fs-body-login .fs-c-newUsers__message {
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.fs-body-login .fs-c-inputTable__label {
  display: block;
  padding-bottom: calc(5 * 100 / 375 * 1vw);
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

.fs-body-login .fs-c-inputField__field > input,
.fs-body-login .fs-c-inputGroup {
  height: calc(50 * 100 / 375 * 1vw);
}

.fs-body-login .fs-c-inputGroup > input {
  height: auto;
}

.fs-body-login .fs-c-inputField__field > input {
  background: #fff;
}

.fs-body-login .fs-c-buttonContainer {
  margin-top: calc(25 * 100 / 375 * 1vw);
}

.fs-body-login .fs-c-inputInformation__link {
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  text-align: center;
}

.fs-body-login .fs-c-button--login,
.fs-body-login .fs-c-button--memberRegister {
  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;
  height: calc(60 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #fff;
}

.fs-body-login .fs-c-textLink {
  text-decoration: underline;
}

/*.fs-c-button--login.fs-c-button--primary:hover {
  background: #ffffff;
}*/

/**
 * カート
 *------------------------------------*/
.fs-l-cart {
  margin-top: calc(60 * 100 / 375 * 1vw);
  padding: calc(40 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
  background: #f4f0e9;
}

.fs-c-pageMessage {
  font-size: calc(14 * 100 / 375 * 1vw);
  background: none;
}

.fs-c-continueShopping {
  width: calc(260 * 100 / 375 * 1vw);
  margin: 0 auto;
}

.fs-c-button--continueShopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(60 * 100 / 375 * 1vw);
  border: 1px solid #454445;
  background: #454445;
  font-size: calc(15 * 100 / 375 * 1vw);
  color: #fff;
}

.fs-c-button--continueShopping:visited {
  color: #fff;
}

.fs-c-cartTableContainer {
  padding: 0;
}

.fs-c-cartTableContainer .fs-c-cartTable {
  padding: calc(20 * 100 / 375 * 1vw) calc(15 * 100 / 375 * 1vw);
  border: none;
  background: #fff;
}

.fs-c-cartTableContainer .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  margin-top: calc(5 * 100 / 375 * 1vw);
  color: #333;
}

.fs-c-cartTableContainer .fs-c-cartTable__headerCell,
.fs-c-cartTableContainer .fs-c-cartTable__dataCell {
  border: none;
  border-color: #e5e5e5;
}

.fs-c-cartTableContainer .fs-c-cartTable__headerCell {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-cartTableContainer .fs-c-cartTable__row {
  margin-bottom: 0;
  border: none;
  padding-bottom: 15px;
}

.fs-c-cartTableContainer .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  padding: calc(10 * 100 / 375 * 1vw) 0 calc(8 * 100 / 375 * 1vw);
}

.fs-c-cartTableContainer .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
  padding-top: calc(10 * 100 / 375 * 1vw);
  height: 100%;
}

.fs-c-cartTableContainer .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart button {
  width: calc(50 * 100 / 375 * 1vw);
  background: #999999;
  color: #FFF;
  padding: calc(5 * 100 / 375 * 1vw) calc(8 * 100 / 375 * 1vw);
  text-align: center;
}

.fs-c-cartTableContainer .fs-system-quantity-list {
  border: solid 1px #ccc;
  padding: calc(5 * 100 / 375 * 1vw) calc(8 * 100 / 375 * 1vw);
  height: calc(30 * 100 / 375 * 1vw);
  font-size: calc(16 * 100 / 375 * 1vw);
  padding: 0 5px;
  -webkit-appearance: menulist;
}

.fs-c-cartTableContainer .fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTableContainer .fs-c-cartTable__dataCell--unitPrice {
  font-size: calc(13 * 100 / 375 * 1vw);
}

.fs-c-cartTableContainer .fs-c-cartTable__dataCell--point {
  padding-top: calc(5 * 100 / 375 * 1vw);
}
/*
.fs-c-cartTableContainer .fs-c-cartTable__dataCell--point::before {
  ont-size: calc(13 * 100 / 375 * 1vw);
}
*/
.fs-body-cart .fs-l-cart__sideColumn {
  padding: calc(20 * 100 / 375 * 1vw);
  margin-bottom: calc(20 * 100 / 375 * 1vw);
  background: #fff;
}

.fs-body-cart .fs-c-orderTotalTable > tbody > tr > th,
.fs-body-cart .fs-c-orderTotalTable > tbody > tr > td,
.fs-body-cart .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border: none;
}

.fs-body-cart .fs-c-cartTable__productImage__image {
  padding-right: 0;
}

.fs-body-cart .fs-c-cartTable__productName__name > a {
  text-decoration: underline;
  line-height: 1.5rem;
}

.fs-body-cart .fs-c-purchaseHere__message {
  display: none;
}

.fs-body-cart .fs-c-cartPayment__button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(50 * 100 / 375 * 1vw);
  background: #454445;
}

.fs-body-cart .fs-c-cartPayment__button .fs-c-button--unregisteredUserPurchase {
  background: #fff;
  color: #1a1a1a;
}

.fs-c-inputTable__headerCell {
  margin-bottom: calc(5 * 100 / 375 * 1vw);
}

.fs-c-dropdown {
  border: 1px solid #ccc;
}

.fs-c-button--registerAndContinue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  /*height: calc(45 * 100 / 375 * 1vw);*/
  height: calc(60 * 100 / 375 * 1vw);
  border: 1px solid #454445;
  background: #454445;
  color: #fff;
}

.fs-c-cartTable__actionButton__container > button {
  font-size: 1rem !important;
}

.fs-c-productPrice__addon {
  font-size: 1.0rem !important;
}


/*再入荷メールモーダル*/
.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName:only-child {
  line-height: 1.5;
}

/**
 * お問い合わせ
 *------------------------------------*/
/*============================================================================*
 * Utility
 *============================================================================*/
/**
 * 行の揃え位置
 *------------------------------------*/
.u-alignLeft {
  text-align: left !important;
}

.u-alignCenter {
  text-align: center !important;
}

.u-alignRight {
  text-align: right !important;
}

/**
 * 改行調整
 *------------------------------------*/
.u-br.-hideSmall {
  display: none;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 1.3rem;
  }
  a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  a:hover {
    opacity: .7;
    color: #1a1a1a;
    text-decoration: none;
  }
  .l-container,
  .fs-c-breadcrumb {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .fs-c-breadcrumb__list {
    margin-bottom: 5px;
  }
  

  .fs-l-main {
    max-width: 1280px;
    padding: 0 20px;
  }

  .fs-c-breadcrumb {
    /*margin-top: 35px;*/
  }
  .fs-c-breadcrumb {
    /*margin-bottom: 110px;*/
  }
  nav.fs-c-breadcrumb {
    margin-top: 20px;
  }

  .c-button {
    position: relative;
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-button:hover {
    border-color: #454445;
    background: #454445;
    color: #fff;
    opacity: 1;
  }
  .c-button.-arrow::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 36px;
    height: 29px;
    background: url(../images/common/ico_arrow_01.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-button:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .c-button.-pink:hover {
    border: 1px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
  }
  .c-button.-small {
    height: 35px;
    font-size: 1.2rem;
  }
  .c-button.-megaMenu {
    height: 50px;
  }
  .c-button.-foooterContact {
    height: 45px;
  }
  .c-title,
  .fs-c-heading--page {
    padding-bottom: 30px;
    font-size: 3.0rem;
  }
  .p-header-topic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 20px 15px;
  }
  .p-header-topic > span {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    margin-right: 1em;
    text-align: center;
    font-weight: 700;
  }
  .p-header-bottom {
    padding-bottom: 15px;
  }
  .p-header-catch {
    font-size: 1.2rem;
  }
  .p-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-header-trigger {
    width: 56px;
    height: 52px;
    margin-right: 50px;
  }
  .p-header-trigger > span {
    width: 56px;
  }
  .p-header-trigger > span:nth-child(2) {
    top: 20px;
  }
  .p-header-trigger > span:nth-child(3) {
    top: 40px;
  }
  .p-header-logo {
    width: 360px;
  }
  .p-header-subtitle {
    margin-left: 20px;
    font-size: 2.0rem;
  }
  .p-header-subtitle > span:nth-child(1) {
    display: none;
  }
  .p-headerContents {
    /*margin-top: 25px;*/
    margin-top: 10px;
    padding: 0 20px;
  }
  .p-headerNavSearch-form::before {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .p-headerNavSearch-text {
    height: 50px;
    padding: 0 20px;
    border-radius: 5px 0 0 5px;
  }
  .p-headerNavSearch-button {
    width: 50px;
    border-radius: 0 5px 5px 0;
  }
  .p-nav {
    width: 300px;
  }
  .p-nav-close {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .p-nav-close > span {
    width: 28px;
    height: 2px;
  }
  .p-nav-inner {
    padding: 70px 20px 40px;
  }
  .p-nav-login a.accountBtn, .p-nav-cart > a {
    height: 50px;
    border-radius: 5px;
  }
  .p-nav-cart > a {
    margin-top: 15px;
  }
  .p-nav-cart > a::before {
    left: 30px;
    width: 29px;
    height: 22px;
  }
  .p-nav-cart > a .fs-p-cartItemNumber {
    top: 6px;
    left: 50px;
    padding: 3px 5px;
    font-size: 1.3rem;
  }
  .p-nav-title {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-nav-subtitle {
    margin-top: 20px;
    font-size: 15px;
  }
  .p-nav-subtitle.-fashion {
    margin-top: 30px;
  }
  .p-nav-item {
    margin-top: 25px;
  }
  .p-nav-item > a[target="_blank"] {
    padding-right: 25px;
  }
  .p-nav-item > a[target="_blank"]::after {
    width: 13px;
    height: 11px;
  }
  .p-navContent {
    margin-top: 30px;
  }
  .p-navContent-items {
    margin: 10px -1px 0;
  }
  .p-navContent-item {
    width: calc(50% - 2px);
    margin: 0 1px;
  }
  .p-navContent-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-navContent-item > a {
    font-size: 1.4rem;
  }
  .p-navContent-item > a > img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .p-navContent-tags {
    margin-top: 25px;
  }
  .p-navContent-tag:not(:first-child) {
    margin-top: 10px;
  }
  .p-navContent-tag > a {
    padding: 15px;
    border-radius: 50px;
  }
  .p-navContent-brand {
    margin-top: 20px;
  }
  .p-navContent-brand > a {
    width: 220px;
  }
  .p-navContent-brand > a > img {
    height: 100px;
  }
  .p-navContent-brand > a > span {
    margin-top: 10px;
  }
  .p-navContent-brand:nth-child(1) a img {
    width: 190px;
  }
  .p-navContent-brand:nth-child(2) a img {
    width: 100px;
  }
  .p-navContent-logo {
    height: 100px;
  }
  .p-navContent-outlet {
    width: 253px;
    margin-top: 25px;
  }
  .p-navContent-feature {
    width: 253px;
    margin-top: 25px;
  }
  .p-navOthers-items {
    margin-top: 30px;
  }
  .p-navOthers-item > a {
    width: 215px;
    height: 55px;
  }
  .p-navOthers-item:not(:first-child) {
    margin-top: 15px;
  }
  .p-navSns {
    margin-top: 25px;
  }
  .p-navSns-item {
    margin: 0 10px;
  }
  /*.p-navSns-item:last-child {
    margin-top: -3px;
    margin-left: 3px;
  }*/
  .p-footer {
    margin-top: 85px;
    padding: 75px 20px 15px;
  }
  .p-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-footer-title {
    font-size: 1.6rem;
  }
  .p-footer-items {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 60px -5px 0;
  }
  .p-footer-item {
    margin: 0 5px;
  }
  .p-footer-item:not(:first-child) {
    position: relative;
    margin-top: 0;
  }
  .p-footer-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    width: 1px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #bbb;
  }
  .p-footer-item > a[target="_blank"] {
    padding-right: 20px;
  }
  .p-footer-item > a[target="_blank"]::after {
    width: 13px;
    height: 11px;
  }
  .p-footer-links {
    margin: 30px -8px 0;
  }
  .p-footer-link {
    margin: 0 8px;
  }
  .p-footer-link img {
    width: 30px;
  }
  /*.p-footer-link:last-child {
    margin-top: -3px;
    margin-left: 3px;
  }*/
  .p-footer-copyright {
    margin-top: 25px;
    text-align: center;
    font-size: 1.2rem;
  }
  .p-footerContact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-footerContact-more {
    width: 165px;
    margin-top: 10px;
  }
  .p-footerTel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 50px;
  }
  .p-footerTel-number {
    margin-top: 10px;
    font-size: 2.6rem;
  }
  .p-footerTel-time {
    margin-top: 10px;
  }

  .p-footerTenpo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 50px;
  }

  .p-guide {
    margin-top: 80px;
  }
  .p-guide-contents {
    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;
    margin-top: 60px;
  }
  .p-guide-content:nth-child(1) {
    width: 45%;
  }
  .p-guide-content:nth-child(2) {
    width: 50%;
  }
  .p-guide-calendar {
    margin-top: 0;
  }
  .p-guide-calendar table {
    margin-bottom: 10px;
  }
  .p-guide-calendar table td {
    padding: 10px 0;
  }
  .p-guideNav {
    padding: 60px 0 70px;
  }
  .p-guideNavItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px;
  }
  .p-guideNavItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: auto;
    width: calc(50% - 50px);
    margin: 0 25px;
  }
  .p-guideNavItem:not(:first-child) {
    margin-top: 0;
  }
  .p-guideNavItem:nth-child(n+3) {
    margin-top: 50px;
  }
  .p-guideNavItem-title {
    font-size: 1.8rem;
  }
  .p-guideNavItem-text {
    margin-top: 25px;
  }
  .p-guideNavItem-icon {
    margin-top: 30px;
  }
  .p-guideNavItem-more {
    width: 100px;
    margin-top: auto;
    padding-top: 30px;
  }
  .p-guideItem:not(:first-child) {
    margin-top: 30px;
  }
  .p-guideItem-title {
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
  .p-guideItem-text {
    margin-top: 15px;
  }
  .p-guideItem-more {
    width: 180px;
    margin: 30px 0 0 auto;
  }
  .p-items {
    margin: 55px -15px 0;
  }
  .p-item {
    width: calc(33% - 30px);
    margin: 0 15px;
  }
  .p-item.-popular::before {
    top: 15px;
    /*left: 5px;*/
    right: 5px;
    width: 35px;
    height: 35px;
    font-size: 2rem;
  }
  .p-item:nth-child(n+3) {
    margin-top: 0;
  }
  .p-item:nth-child(n+4) {
    margin-top: 50px;
  }
  .p-item-badges {
    margin: 0 -5px;
  }
  .p-item-badge {
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  .p-item > a:hover {
    opacity: 1;
  }
  .p-item > a:hover > .p-item-content {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-item-content {
    margin-top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .p-item-detail {
    padding: 15px 20px 25px;
  }
  .p-item-name {
    font-size: 1.8rem;
  }
  .p-itemPrice {
    margin-top: 5px;
  }
  .p-itemPrice-mark {
    font-size: 1.8rem;
  }
  .p-itemPrice-value {
    font-size: 2.4rem;
  }
  .p-itemPrice-addon {
    font-size: 1.5rem;
  }
  .p-newsItem {
    padding: 25px 0;
  }
  .p-newsItem > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-newsItem-data {
    font-size: 1.6rem;
  }
  .p-newsItem-title {
    margin: 0 0 0 30px;
  }
  .fs-p-dateList > li {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
  }
  .fs-p-dateList > li .fs-pt-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .fs-p-dateList > li > time {
    min-width: 130px;
    padding: 0 30px 0 0;
  }
  .fs-p-dateList > li .fs-pt-list__link > time {
    min-width: 130px;
    /*padding: 0 30px 0 0;*/
  } 
  .p-productDetail {
    max-width: calc(50% - 40px);
    margin-top: 110px;
  }
  .home-visual {
    margin: 0 20px;
    /*padding-bottom: 60px;*/
  }
  .home-visual .fs-c-slick .slick-dots {
    margin: 20px -10px 0;
  }
  .home-visual .fs-c-slick .slick-dots > li {
    margin: 0 10px;
  }
  .home-visual .fs-c-slick .slick-dots > li > button::before {
    width: 10px;
    height: 10px;
  }

  .topKeyVisual_pc {
    display: block;
  }
  .topKeyVisual_sp {
    display: none;
  }  

  .home-new {
    padding: 60px 0 50px;
  }
  .home-new-more {
    width: 260px;
    margin-top: 65px;
  }
  .home-popular {
    margin-top: 60px;
  }
  .home-popular-more {
    width: 260px;
    margin-top: 65px;
  }
  .home-feature {
    margin-top: 90px;
    padding: 45px 0 70px;
  }
  .home-feature-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px -10px 0;
  }
  .home-feature-item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .home-feature-item:not(:first-child) {
    margin-top: 0;
  }
  .home-feature-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .home-feature-more {
    width: 260px;
    margin-top: 60px;
  }
  .home-news {
    margin-top: 140px;
  }
  .home-news-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  .home-news-content:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 54%;
    padding-right: 50px;
  }
  .home-news-content:nth-child(2) {
    width: 46%;
    margin-top: 0;
  }
  .home-news-content .fb-page {
    width: 100%;
  }
  .home-news-more {
    width: 200px;
    margin: 20px 0 0 auto;
  }
  .home-search {
    margin-top: 70px;
  }
  .home-search-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -20px 0;
  }
  .home-search-content {
    margin: 0 20px;
  }
  .home-search-content:nth-child(1) {
    width: 48.3333%;
  }
  .home-search-content:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home-search-title, .home-search-subtitle {
    font-size: 1.8rem;
  }
  .home-search-title {
    padding-bottom: 20px;
  }
  .home-search-title.-scene {
    margin-top: 0;
  }
  .home-search-title.-brand {
    margin-top: 65px;
  }
  .home-search-title.-outlet {
    margin-top: 65px;
  }
  .home-search-subtitle {
    margin-top: 15px;
  }
  .home-search-subtitle.-fashion {
    margin-top: 40px;
  }
  .home-search-categories {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    margin: 15px 0;
  }
  /*.home-search-category {
    width: calc(50% - 10px);
    margin: 0 5px;
  }*/
  .home-search-category:not(:first-child) {
    margin-top: 0;
  }
  .home-search-category:nth-child(n+3) {
    margin-top: 20px;
  }
  .home-search-category > a > img {
    width: 50px;
    margin-right: 10px;
  }
  .home-search-tags {
    margin: 5px -5px 0;
  }
  .home-search-tag {
    margin: 10px 5px 0;
  }
  .home-search-tag > a {
    padding: 10px;
    border-radius: 50px;
  }
  .home-search-brands {
    margin: 30px 0 0;
  }
  .home-search-brand {
    width: 100%;
    margin-top: 20px;
  }
  .home-search-brand > a > span {
    margin-top: 15px;
  }
  .home-search-brand:nth-child(1) a img {
    width: 229px;
  }
  .home-search-brand:nth-child(2) a img {
    width: 130px;
  }
  .home-search-logo {
    height: 134px;
  }
  .home-search-outlet {
    margin-top: 30px;
  }
  .home-about {
    margin-top: 65px;
  }
  .home-about-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-about-image {
    max-width: 467px;
    width: 36.5%;
  }
  .home-about-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
  .home-about-text {
    padding: 0 20px 0 50px;
  }
  .home-about-title {
    width: 227px;
  }
  .home-about-subtitle {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .home-about-detail {
    margin-top: 25px;
  }
  .itemList-title {
    padding-bottom: 30px;
    font-size: 3.0rem;
  }
  .itemList-lead {
    margin-top: 40px;
  }
  .itemList-inner {
    margin-top: 60px;
  }
  .itemList-total {
    width: 200px;
    height: 200px;
  }
  .itemList-total-name {
    font-size: 1.6rem;
  }
  .itemList-total-quantity {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
  .itemList-total-number {
    font-size: 5.0rem;
  }
  .itemList-category {
    margin-top: 20px;
  }
  .itemList-category-title {
    font-size: 1.8rem;
  }
  .itemList-category-items {
    margin: 10px -5px 0;
  }
  .itemList-category-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .itemList-category-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .itemList-category-item > a {
    font-size: 1.6rem;
  }
  .itemList-category-item > a > img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .fs-c-productList .fs-c-productList__controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 30px;
    margin: 0 0 55px;
  }
  .fs-c-productList .fs-c-productList__controller .fs-c-sortItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fs-c-productList .fs-c-productList__controller .fs-c-sortItems__list {
    margin-top: 0;
  }
  .fs-c-productList .fs-c-productList__controller .fs-c-sortItems__list__item {
    margin-left: 1em;
  }
  .fs-c-productList .fs-c-productList__controller .fs-c-sortItems__list__item__label {
    font-size: 1.5rem;
  }
  .fs-c-productList .fs-c-productList__controller .fs-c-sortItems__label {
    border: none;
    font-size: 1.5rem;
  }
  .fs-c-productList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  /*.fs-c-productList__list + .fs-c-productList__controller {
    display: none;
  }*/
  .fs-c-productList__list__item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
  }
  .fs-c-productList__list__item:nth-child(n+3) {
    margin-top: 0;
  }
  .fs-c-productList__list__item:nth-child(n+4) {
    margin-top: 50px;
  }
  .fs-c-productList__list__item .fs-c-productMark {
    margin-top: -4px;
  }
  .fs-c-productList__list__item .fs-c-productMark__item {
    margin-top: 4px;
  }
  .fs-c-productList__list__item .fs-c-productListItem__imageContainer {
    margin-top: 10px;
  }
  .fs-c-productList__list__item .fs-c-productListItem__productName {
    margin-top: 15px;
    padding: 0 20px;
  }
  .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 1.8rem;
  }
  .fs-c-productList__list__item .fs-c-productListItem__prices {
    margin-top: 5px;
  }
  .fs-c-productList__list__item .fs-c-productPrice {
    padding: 0 20px;
    font-size: 1.8rem;
  }
  .fs-c-productList__list__item .fs-c-productPrice .fs-c-price__value {
    font-size: 2.4rem;
  }
  .fs-c-productList__list__item .fs-c-productPrice .fs-c-productPrice__addon {
    font-size: 1.5rem;
  }
  .fs-c-productList__list__item .fs-c-productPrice:not(:only-child).fs-c-productPrice--listed {
    display: none;
  }
  .fs-c-productList__list__item .fs-c-productPrice:nth-child(2) .c-productPrice__discount {
    width: auto;
    font-size: 1.8rem;
  }
  .fs-c-productList__list__item .fs-c-productListItem__outOfStock {
    margin: 10px 20px 0;
  }
  .fs-c-productList__list__item .fs-c-productListItem__control {
    padding: 0 20px;
  }
  .fs-c-productList__list__item .fs-c-buttonContainer {
    margin-top: 25px;
  }
  .fs-c-productList__list__item .c-productListItem-button {
    width: 100%;
    max-width: 250px;
    height: 50px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 1.3rem;
  }
  .fs-c-productList__list__item .c-productListItem-button:hover {
    border-color: #454445;
    background: #454445;
    color: #fff;
    text-decoration: none;
  }
  .fs-c-productList__list__item .fs-c-button--addToCart--list {
    width: 100%;
    max-width: 250px;
    height: 50px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .fs-c-productList__list__item .fs-c-button--addToCart--list:hover {
    border-color: #454445;
    background: #454445;
    color: #fff;
    text-decoration: none;
  }
  .fs-c-productList__list__item .fs-c-button--addToCart--list .fs-c-button__label {
    font-size: 1.3rem;
  }
  .fs-l-productLayout__item .fs-c-productThumbnail {
    margin: 0 -3px;
  }
  .fs-l-productLayout__item .fs-c-productThumbnail__image {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    min-width: 50px;
    margin: 4px 3px;
  }
  .fs-l-productLayout__item--2 .fs-c-productNameHeading {
    margin-top: 10px;
    font-size: 2rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productNumber {
    margin-top: 5px;
    font-size: 2rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) {
    margin-right: 10px;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) .fs-c-price__value {
    font-size: 1.8rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) .fs-c-productPrice__addon {
    font-size: 1.3rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .c-productPrice__label {
    margin: 0 0 5px;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .fs-c-price__value {
    font-size: 2.4rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .fs-c-productPrice__addon {
    font-size: 1.4rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .c-productPrice__rate {
    font-size: 1.8rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-price__currencyMark {
    font-size: 1.4rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation {
    margin-top: 35px;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__row {
    margin-top: 25px;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationLabel,
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__row__variationName {
    font-size: 1.5rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__lane {
    margin: 0 -5px;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item {
    /*width: 60px;
    height: 60px;*/
    width: 65px;
    height: 65px;
    margin: 0 5px;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel {
    padding: 4px;
    border-width: 3px;
  }

  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel > * {
    font-size: 1.3rem;
  }/*追記*/

  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel__label {
    font-size: 1.3rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist {
    margin-top: 20px;
  }
  .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
    margin-left: 10px;
  }
  .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity > .fs-c-quantity__select {
    width: 70px;
    height: 50px;
    padding-left: 10px;
  }
  .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
    margin-left: 20px;
  }
  .fs-l-productLayout__item--2 .fs-c-productActionButton {
    margin-top: 20px;
  }
  .fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--secondary,
  .fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--primary {
    height: 60px;
  }
  .fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button__label {
    font-size: 1.5rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button__label::after {
    right: -46px;
    width: 36px;
    height: 29px;
  }
  .fs-body-login .fs-c-loginForm {
    margin-top: 60px;
  }
  .fs-c-registeredUsers.fs-c-subSection {
    margin: 24px auto;
    max-width: 600px;
  }
  .fs-body-login .fs-c-registeredUsers,
  .fs-body-login .fs-c-newUsers {
    padding: 30px 45px;
  }
  .fs-body-login .fs-c-inputInformation__field {
    margin: 25px 0 0;
    padding: 0 40px;
  }
  .fs-body-login .fs-c-subSection__title {
    padding-bottom: 25px;
    font-size: 1.8rem;
  }
  .fs-body-login .fs-c-newUsers__message {
    margin-top: 25px;
    font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  }
  .fs-body-login .fs-c-inputTable__label {
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
  .fs-body-login .fs-c-inputField__field > input,
  .fs-body-login .fs-c-inputGroup {
    height: 50px;
  }
  .fs-body-login .fs-c-inputGroup > input {
    height: auto;
  }
  .fs-body-login .fs-c-buttonContainer {
    margin-top: 25px;
  }
  .fs-body-login .fs-c-button--login,
  .fs-body-login .fs-c-button--memberRegister {
    height: 60px;
  }
  .fs-body-login .fs-c-textLink:hover {
    text-decoration: none;
  }
  .fs-l-cart {
    margin-top: 60px;
    padding: 60px 20px;
  }
  .fs-c-pageMessage {
    font-size: 1.4rem;
  }
  .fs-c-continueShopping {
    width: 260px;
  }
  .fs-c-button--continueShopping {
    position: relative;
    height: 60px;
    font-size: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .fs-c-button--continueShopping:hover {
    border-color: #454445;
    background: #fff;
    color: #1a1a1a;
    opacity: 1;
  }
  .fs-c-cartTableContainer .fs-c-cartTable {
    padding: 0;
  }
  .fs-c-cartTableContainer .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    margin-top: 5px;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__headerCell,
  .fs-c-cartTableContainer .fs-c-cartTable__dataCell {
    padding: 20px 15px;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    padding: 10px 0 8px;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    padding-top: 10px;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart button {
    width: 50px;
    margin: 0 auto;
    padding: 5px 8px;
  }
  .fs-c-cartTableContainer .fs-system-quantity-list {
    padding: 5px 8px;
    height: 30px;
    font-size: 1.6rem;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTableContainer .fs-c-cartTable__dataCell--unitPrice {
    font-size: 1.3rem;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__dataCell--point {
    padding-top: 5px;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__dataCell--point::before {
    font-size: 1.3rem;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    margin-bottom: 0;
    padding: 16px;
  }
  .fs-body-cart .fs-c-cartPayment__button > a {
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .fs-body-cart .fs-c-cartPayment__button > a:hover {
    background: #fff;
    color: #1a1a1a;
    opacity: 1;
  }
  .fs-body-cart .fs-c-cartPayment__button .fs-c-button--unregisteredUserPurchase:hover {
    /*background: #454445;*/
    background: #D88181;
    color: #fff;
  }
  .fs-body-cart .fs-c-cartPayment__button > a.fs-c-button--unregisteredUserPurchase:hover .fs-c-button__label {
    color: #fff !important;
  }
  .fs-c-inputTable__headerCell {
    margin-bottom: 5px;
  }
  .fs-c-button--registerAndContinue {
    /*height: 45px;*/
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  /*.fs-c-button--registerAndContinue:hover {
    background: #fff;
    color: #1a1a1a;
  }*/
  .u-br.-hideSmall {
    display: inline;
  }
  .u-br.-hideMedium {
    display: none;
  }

  .fs-c-cartTable__actionButton__container > button {
    font-size: 1.2rem !important;
  }
  .fs-c-productPrice__addon {
    font-size: 1.2rem !important;
  }
  .fs-body-cart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    width: 50%;
  }
  .fs-c-cartTableContainer .fs-c-cartTable__row {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px), print {
  .l-container,
  .fs-c-breadcrumb,
  .fs-l-main {
    padding: 0 40px;
  }
  .p-header-topic {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
  .p-header-bottom {
    padding-bottom: 0;
  }
  .p-header-catch {
    margin-top: 0;
    text-align: left;
  }
  .p-header-inner {
    /*margin-top: 25px;*/
    margin-top: 15px;
  }
  .p-header-trigger {
    display: none;
  }
  .p-header-logo {
    width: 240px;
  }
  .p-header-subtitle {
    margin-left: 10px;
    font-size: 1.5rem;
  }
  .p-header-subtitle > span:nth-child(1) {
    display: inline-block;
  }
  .p-header-subtitle > span:nth-child(2) {
    position: relative;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0 0.5em;
  }
  .p-header-subtitle > span:nth-child(2)::before, .p-header-subtitle > span:nth-child(2)::after {
    content: '-';
    position: absolute;
  }
  .p-header-subtitle > span:nth-child(2)::before {
    left: 0;
  }
  .p-header-subtitle > span:nth-child(2)::after {
    right: 0;
  }
  .p-headerContents {
    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;
  }
  .p-headerContent.-nav {
    display: block;
  }
  .p-headerContent-items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-headerContent-item {
    font-size: 1.2rem;
  }
  .p-headerContent-item:not(:first-child) {
    margin-left: 10px;
  }
  .p-headerContent-item:nth-child(4) > .fs-clientInfo > .logout.my-false {
    display: none;
  }
  .p-headerContent-item:nth-child(4) > .fs-clientInfo > .login.my-true {
    display: none;
  }
  .p-headerContent-item:nth-child(4) > .fs-clientInfo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
    height: 50px;
    border-radius: 5px;
    background: #f1f0ee;
  }
  .p-headerContent-item:last-child > a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: rgba(228, 38, 38, 0.1);
  }
  .p-headerContent-item:last-child > a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 29px;
    height: 22px;
    background: url(../images/common/ico_cart_01.svg) 0 0 no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-headerContent-item:last-child > a .fs-p-cartItemNumber {
    padding: 3px 5px;
    background: #e42626;
    font-size: 1.3rem;
    top: -10px;
    right: 0;
  }
  .p-headerNav {
    position: relative;
    /*margin-top: 20px;*/
    margin-top: 15px;
    border-top: 1px solid #e2dede;
  }
  .p-headerNav.is-hide {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .p-headerNav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-headerNav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-headerNav-item {
    margin-right: 20px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .4s;
    transition: border .4s;
  }
  .p-headerNav-item:hover {
    border-bottom: 1px solid #000;
  }
  .p-headerNav-item > a {
    position: relative;
    display: block;
    padding: 30px 0;
  }
  .p-headerNavLarge {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    /*padding: 40px 0;*/
    padding: 25px 0;
    border-top: 1px solid #e2dede;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-headerNavLarge.-youtoTags {
    padding: 40px 0 0;
  }
  .p-headerNavLarge.-scroll {
    /*height: calc(100vh - 200px);*/
    height: calc(100vh - 150px);
    overflow-y: auto;
  }
  .p-headerNavLarge-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
    font-weight: 500;
  }
  .p-headerNavLarge-title.-fashion {
    margin-top: 40px;
  }
  .p-headerNavLarge-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
  .p-headerNavLarge-category {
    /*width: calc(50% - 10px);*/
    width: calc(33% - 10px);
    margin: 0 5px;
  }
  /*.p-headerNavLarge-category:nth-child(n+3) {
    margin-top: 20px;
  }*/
  .p-headerNavLarge-category:nth-child(n+4) {
    margin-top: 20px;
  }
  .p-headerNavLarge-category > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-headerNavLarge-category > a > img {
    display: inline-block;
    margin-right: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-headerNavLarge-more {
    width: 210px;
    /*margin: 35px 0 0 auto;*/
    margin: 25px 0 0 auto;
  }
  .p-headerNavLarge-more.-feature {
    margin-right: 25px;
  }
  .p-headerNavLarge-feature {
    margin: 0 30px;
  }
  .p-headerNavLarge-feature:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-headerNavLarge-feature > a {
    display: block;
  }
  .p-headerNavLarge-feature > a > img {
    width: 100%;
  }
  .p-headerNavLarge-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;*/
    margin: 0 -5px;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .p-headerNavLarge-tag {
    margin: 0 5px 45px;
  }
  .p-headerNavLarge-tag > a {
    padding: 10px;
    border: 1px solid #888;
    border-radius: 50px;
  }
  .p-headerNavLarge-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
  }
  .p-headerNavLarge-brand {
    width: 300px;
    margin: 15px 10px 0;
  }
  .p-headerNavLarge-brand > a > span {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .p-headerNavLarge-brand:nth-child(1) a img {
    width: 229px;
  }
  .p-headerNavLarge-brand:nth-child(2) a img {
    width: 130px;
  }
  .p-headerNavLarge-logo {
    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: 134px;
    border: 1px solid #bbb;
  }
  .p-headerNavLargeContent {
    width: 48.3333%;
  }
  .p-headerNavLargeContent:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15%;
  }
  .p-headerNavSearch {
    width: 360px;
    margin: 0 0 0 auto;
  }
  .p-headerNavSearch-form::before {
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .p-headerNavSearch-text {
    height: 50px;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
  }
  .p-headerNavSearch-button {
    width: 50px;
    border-radius: 0 4px 4px 0;
  }
  .p-nav {
    display: none;
  }
  .p-footer {
    padding: 75px 40px 15px;
  }
  .p-footer-items {
    margin: 60px -20px 0;
  }
  .p-footer-item {
    margin: 0 20px;
  }
  .p-footer-item:not(:first-child)::before {
    left: -20px;
  }
  .p-guide-calendars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .p-guide-calendar {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .p-guide-calendar table td {
    padding: 15px 0;
  }
  .p-guideNavItems {
    margin: 0 -10px;
  }
  .p-guideNavItem {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .p-guideNavItem:nth-child(n+3) {
    margin-top: 0;
  }
  .home-visual {
    margin: 30px 40px 0;
  }
  .home-news-content:nth-child(1) {
    padding-right: 115px;
  }
  .home-search-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px -15px 0;
  }
  .home-search-brand {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .home-about-text {
    padding-left: 115px;
  }
  .home-about-subtitle {
    font-size: 1.8rem;
  }
  .home-about-detail {
    margin-top: 40px;
  }
  .itemList-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .itemList-category {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 880px;
    margin-top: 0;
    margin-left: 40px;
  }
  .itemList-category-item {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .itemList-category-item:nth-child(n+3) {
    margin-top: 0;
  }
  .itemList-category-item:nth-child(n+5) {
    margin-top: 15px;
  }
  .fs-c-productList__list {
    margin: 0 -15px;
  }
  .fs-c-productList__list__item {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
  }
  .fs-l-product2 .fs-l-productLayout {
    -ms-grid-columns: calc(50% - 40px / 2) calc(50% - 40px / 2);
    grid-template-columns: calc(50% - 40px / 2) calc(50% - 40px / 2);
    grid-gap: 40px;
  }
  .fs-l-productLayout__item .fs-c-productThumbnail {
    margin: 0 -4px;
  }
  .fs-l-productLayout__item .fs-c-productThumbnail__image {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    min-width: 90px;
    margin: 4px;
  }
  .fs-l-productLayout__item--2 .fs-c-productNameHeading {
    margin-top: 15px;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) .fs-c-price__value {
    font-size: 2.4rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(1) .fs-c-productPrice__addon {
    font-size: 1.5rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .fs-c-price__value {
    font-size: 3rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-productPrice:nth-child(2) .fs-c-productPrice__addon {
    font-size: 1.3rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productPrices .fs-c-price__currencyMark {
    font-size: 1.8rem;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation {
    margin-top: 45px;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__row {
    margin-top: 25px;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__lane {
    margin: 0 -7px;
  }
  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item {
    width: 90px;
    height: 90px;
    margin: 7px 7px;
  }

  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel > * {
    font-size: 1.4rem;
  }/*追記*/

  .fs-l-productLayout__item--2 .fs-c-productChooseVariation .fs-c-variationMatrix__item .fs-c-variationMatrix__panel__label {
    font-size: 1.4rem;
  }
  .fs-body-login .fs-c-loginForm {
    margin: 60px -20px 0;
  }
  .fs-body-login .fs-c-registeredUsers,
  .fs-body-login .fs-c-newUsers {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .fs-l-cart {
    padding: 60px;
  }
  .fs-body-cart .fs-p-announcement {
    margin-top: 0;
  }
  .u-br.-hideLarge {
    display: none;
  }
}
@media screen and (min-width: 1280px), print {
  .p-headerContent-item {
    font-size: 1.3rem;
  }
  .p-headerContent-item:not(:first-child) {
    margin-left: 20px;
  }
  .p-headerContent-item:nth-child(4) > .fs-clientInfo a {
    padding: 0 10px;
  }
  .p-headerNavLargeContent:nth-of-type(2) {
    margin-left: 165px;
  }
  .p-headerNavSearch {
    width: 390px;
  }
  .p-footer {
    position: relative;
  }
  .p-footer-links {
    position: absolute;
    right: 40px;
    bottom: 40px;
    /*margin-top: 0;*/
    margin: 0 30px 0 auto;
  }
  .p-guideNavItems {
    margin: 0 -25px;
  }
  .p-guideNavItem {
    width: calc(25% - 50px);
    margin: 0 25px;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}


address {
  font-style: normal !important;
}




/*以下構築時のオリジナルcssから移設*/

/*商品マーク*/
.fs-c-productMark__mark {
  border-radius: 0 !important;
}
.mark_black_border {
  border: solid 1px #5c5c5c !important;
}
.mark_red_border {
  color: #5c5c5c;
  border: solid 1px #E42626 !important;
}
.mark_red_border {
  border: solid 1px;
}

/*共通設定*/
.red {
  color: #e42626;
}
.small {
  font-size: 1.2rem;
}
.center {
  text-align: center;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.sec {
  margin-bottom: 30px;
}
.sec p {
  line-height: 1.2;
}
a.uLine {
  color: #d88181;
  text-decoration: underline;
}
h2.h2_leftLine {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #d88181;/*左線*/
  margin-bottom: 20px;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], 
[type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    min-height: calc(47 * 100 / 375 * 1vw) !important;
}
.mb5 { margin-bottom: calc(5 * 100 / 375 * 1vw);}
.mb10 { margin-bottom: calc(10 * 100 / 375 * 1vw);}
.mb20 { margin-bottom: calc(20 * 100 / 375 * 1vw);}
.mb30 { margin-bottom: calc(30 * 100 / 375 * 1vw);}
.mb40 { margin-bottom: calc(40 * 100 / 375 * 1vw);}
.mb50 { margin-bottom: calc(50 * 100 / 375 * 1vw);}
.mb60 { margin-bottom: calc(60 * 100 / 375 * 1vw);}

@media screen and (min-width: 768px), print {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], 
  [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
      min-height: 48px !important;
  }
  .mb5 { margin-bottom: 5px}
  .mb10 { margin-bottom: 10px}
  .mb20 { margin-bottom: 20px}
  .mb30 { margin-bottom: 30px}
  .mb40 { margin-bottom: 40px}
  .mb50 { margin-bottom: 50px}
  .mb60 { margin-bottom: 60px}
}


/*ご利用ガイド等*/
.fs-c-documentArticle__heading {
  background: #F4F0E9 !important;
  color: #111111 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin: 0 0 16px;
  padding: 1em !important;
  text-align: left !important;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}
.fs-c-documentColumn__heading {
  position: relative;
  color: #111111 !important;
  border-bottom: solid 3px #f4f0e9;
  border-left: none !important;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 8px 0 12px 0!important;
  margin-bottom: 8px;
  border-width: 0 0 3px 0 !important;
}
.fs-c-documentColumn__heading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d88181;
  bottom: -3px;
  width: 20%;
}
.fs-c-documentArticle {
  line-height: 2em;
}
h1.fs-c-heading.fs-c-heading--page {/*フリーページページタイトル上部余白調整*/
  padding-top: 30px;
}

/*ボタンラベル*/
.fs-c-button__label {
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}

/*黒いボタン*/
.fs-c-button--primary {
  height: 60px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-c-button--primary .fs-c-button__label {
  color: #FFFFFF;
}
/*.fs-c-button--primary:hover .fs-c-button__label {
  color: #1a1a1a;
}*/

@media screen and (min-width: 768px), print {
  .fs-body-cart .fs-c-cartPayment__button > a:hover .fs-c-button__label {
    color: #1a1a1a;
  }
}

/*見出し下のメッセージテキストエリア*/
.fs-c-documentContent {
  line-height: 2em;
}
.fs-p-announcement__body p {
  line-height: 1.5em;
}

/*お気に入りや履歴等のマイページ系、見出し下の補足テキスト*/
.fs-c-list {
  margin: 2rem 0 !important;
}
.fs-c-list li {
  margin-bottom: 10px !important;
}

/*見出しのフォント*/
h1, h2, h3, h4, h5 {
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif !important;
  color: #111111 !important;
}

/*マイページ関係、登録ボタンと並ぶキャンセルなどの副次的ボタン*/
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer--pair > *:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
}

.fs-c-button--standard .fs-c-button__label {
  color: #FFFFFF;
}

/*会員登録等のページのチェックマーク*/
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #d88181;
  border-color: #d88181;
  margin-right: 10px;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #d88181;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #d88181;
}
.fs-c-checkbox__checkMark {
  margin-right: 10px;
}

/*商品一覧からカートボタン投入の際のバリエーションモーダル内ボタン*/
.fs-c-button--primary.fs-c-button--addToCart--variation {
  color: #FFF;
}

/*カートやマイページのお気に入りリストの見出し、ログイン周りの各ページのサブ見出し*/
.fs-c-wishlistProduct__title,
.fs-c-subSection__title {
  padding-bottom: calc(25 * 100 / 375 * 1vw);
  border-bottom: 1px solid #707070;
  font-size: calc(18 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #111111;
  margin-bottom: calc(40 * 100 / 375 * 1vw);
}
.fs-c-wishlistProduct__title {
  text-align: left;
}
.fs-c-subSection__title {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .fs-c-wishlistProduct__title,
  .fs-c-subSection__title {
    padding-bottom: 25px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

/**
 * 会員登録完了ページ　https://soulcounter.com/p/register/success
 *------------------------------------*/
.fs-c-registerSuccessMessage p {
  line-height: 2em;
}

/**
 * パスワードをお忘れの方　https://soulcounter.com/p/forgot-password
 *------------------------------------*/
.fs-body-forgotPassword .fs-c-loginForm {
  margin-top: calc(60 * 100 / 375 * 1vw);
}
.fs-body-forgotPassword .fs-c-inputInformation__field {
  background: #f4f0e9;
  margin-top: calc(35 * 100 / 375 * 1vw);
}
.fs-body-forgotPassword [type="text"] {
  height: 50px;
  background: #FFF;
}
.fs-body-forgotPassword .fs-c-orderedList > li {
  line-height: 2em;
}
.fs-c-inputGroup {
  height: 50px;
}
.fs-body-forgotPassword [type=submit], 
.fs-body-forgotPassword button {
  color: #FFF;
  height: 60px;
}
.fs-body-forgotPassword .fs-c-inputInformation__field {
  padding: 32px 15px 40px;
}

@media screen and (min-width: 1024px), print {
  .fs-body-forgotPassword .fs-c-inputInformation__message {
    margin-top: 50px;
  }
  .fs-body-forgotPassword .fs-c-inputInformation__field {
    margin-top: 50px;
  }
  .fs-body-forgotPassword .fs-c-inputInformation__field {
    padding: 32px 32px 40px;
  }
}

/**
 * 会員登録　https://soulcounter.com/p/register
 *------------------------------------*/
.fs-body-register .fs-c-inputTable__headerCell {
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
.fs-body-register [type="hidden"],
.fs-body-register [type="text"],
.fs-body-register [type="search"],
.fs-body-register [type="tel"],
.fs-body-register [type="url"],
.fs-body-register [type="email"],
.fs-body-register [type="password"],
.fs-body-register [type="datetime"],
.fs-body-register [type="date"],
.fs-body-register [type="month"],
.fs-body-register [type="week"],
.fs-body-register [type="time"],
.fs-body-register [type="datetime-local"],
.fs-body-register [type="number"] {
  height: 50px;
}
.fs-body-register select,
.fs-body-register textarea {
  height: 50px;
}
.fs-body-register .fs-c-inputField__explanation {
  margin-top: 10px;
  line-height: 2em;
}
.fs-body-register .fs-c-dropdown.fs-c-inputDate__year,
.fs-body-register .fs-c-dropdown.fs-c-inputDate__month,
.fs-body-register .fs-c-dropdown.fs-c-inputDate__date {
  width: 29%;
}
.fs-body-register .fs-c-inputDate__year + .fs-c-inputDate__month::before,
.fs-body-register .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  padding-left: 8px;
}
.fs-body-register .fs-c-memberPolicyAgreeField.fs-c-additionalCheckField .fs-c-inputField {
  margin-bottom: 10px;
}
.fs-body-register .fs-c-button--confirmRegister.fs-c-button--primary {
  color: #FFFFFF;
  height: 60px;
}
@media screen and (min-width: 768px), print {
  .fs-body-register .fs-c-inputTable__headerCell {
    margin-bottom: 10px;
  }
}

/**
 * お気に入りログイン　https://soulcounter.com/p/login?type=wishlist
 *------------------------------------*/
.fs-body-wishlist-login .fs-c-loginForm {
  margin-top: calc(60 * 100 / 375 * 1vw);
}
.fs-body-wishlist-login .fs-c-loginForm {
  margin-top: calc(60 * 100 / 375 * 1vw);
}
.fs-body-wishlist-login .fs-c-loginForm {
  margin: 24px 0;
}
.fs-body-wishlist-login .fs-c-registeredUsers,
.fs-body-wishlist-login .fs-c-newUsers {
  padding: calc(30 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
  background: #f4f0e9;
}
.fs-body-wishlist-login .fs-c-subSection__title {
  padding-bottom: calc(25 * 100 / 375 * 1vw);
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: calc(18 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #111;
}
.fs-body-wishlist-login .fs-c-newUsers__message {
  margin-top: calc(25 * 100 / 375 * 1vw);
}
.fs-body-wishlist-login .fs-c-inputInformation__field {
  margin: calc(25 * 100 / 375 * 1vw) 0 0;
  padding: 0;
  background: none;
}
.fs-body-wishlist-login .fs-c-inputTable__label {
  display: block;
  padding-bottom: calc(5 * 100 / 375 * 1vw);
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}
.fs-body-wishlist-login .fs-c-inputField__field > input,
.fs-body-wishlist-login .fs-c-inputGroup {
  height: calc(50 * 100 / 375 * 1vw);
}
.fs-body-wishlist-login .fs-c-inputField__field > input {
  background: #fff;
}
.fs-body-wishlist-login .fs-c-buttonContainer {
  margin-top: calc(25 * 100 / 375 * 1vw);
}
.fs-body-wishlist-login .fs-c-button--login,
.fs-body-wishlist-login .fs-c-button--memberRegister {
  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;
  height: calc(60 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #fff;
}
.fs-body-wishlist-login .fs-c-inputInformation__link {
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  text-align: center;
}
.fs-body-wishlist-login .fs-c-textLink {
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  .fs-body-wishlist-login .fs-c-loginForm {
    margin-top: 60px;
  }
  .fs-body-wishlist-login .fs-c-registeredUsers,
  .fs-body-wishlist-login .fs-c-newUsers {
    padding: 30px 45px;
  }
  .fs-body-wishlist-login .fs-c-subSection__title {
    padding-bottom: 25px;
    font-size: 1.8rem;
  }
  .fs-body-wishlist-login .fs-c-inputInformation__field {
    margin: 25px 0 0;
    padding: 0 40px;
  }
  .fs-body-wishlist-login .fs-c-inputTable__label {
    padding-bottom: 5px;
    font-size: 1.5rem; 
  }
  .fs-body-wishlist-login .fs-c-inputField__field > input,
  .fs-body-wishlist-login .fs-c-inputGroup {
    height: 50px;
  }
  .fs-body-wishlist-login .fs-c-inputField__field > input,
  .fs-body-wishlist-login .fs-c-inputGroup {
    height: 50px;
  }
  .fs-body-wishlist-login .fs-c-inputGroup > input {
    height: auto;
  }
  .fs-body-wishlist-login .fs-c-buttonContainer {
    margin-top: 25px;
  }
  .fs-body-wishlist-login .fs-c-button--login,
  .fs-body-wishlist-login .fs-c-button--memberRegister {
    height: 60px;
  }
  .fs-body-wishlist-login .fs-c-newUsers__message {
    margin-top: 25px;
    font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  }
}

@media screen and (min-width: 1024px), print {
  .fs-body-wishlist-login .fs-c-registeredUsers,
  .fs-body-wishlist-login .fs-c-newUsers {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .fs-body-wishlist-login .fs-c-loginForm {
    margin: 60px -20px 0;
  }
}

/**
 * ショッピングカート　https://soulcounter.com/p/cart?type=purchase
 *------------------------------------*/
.fs-body-cart p {
  line-height: 1.5em;
}
.fs-c-continueShopping {
  margin: 0 auto 50px auto !important;
}
@media screen and (min-width: 768px), print {
  .fs-c-cartTableContainer .fs-system-quantity-list {
    height: auto !important;
  }
  .fs-c-continueShopping > a:hover .fs-c-button__label {
    color: #1a1a1a;
  }
}

/**
 * ショッピングカートログイン　https://soulcounter.com/p/login?type=cart
 *------------------------------------*/
.fs-body-cart-login .fs-c-loginForm {
  margin-top: calc(60 * 100 / 375 * 1vw);
}
.fs-body-cart-login .fs-c-inputInformation__field {
  background: #f4f0e9;
  margin-top: calc(35 * 100 / 375 * 1vw);
}
.fs-body-cart-login [type="text"] {
  height: 50px;
  background: #FFF;
}
.fs-body-cart-login .fs-c-orderedList > li {
  line-height: 2em;
}
.fs-c-inputGroup {
  height: 50px;
}
.fs-body-cart-login [type=submit], 
.fs-body-cart-login button {
  color: #FFF;
  /*height: 60px;*/
}
.fs-body-cart-login .fs-c-inputInformation__field {
  padding: 32px 15px 40px;
}
.fs-body-cart-login .fs-c-subSection__title {
  padding-bottom: calc(25 * 100 / 375 * 1vw);
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: calc(18 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #111;
}
@media screen and (min-width: 768px), print {
  .fs-body-cart-login .fs-c-subSection__title {
    padding-bottom: 25px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px), print {
  .fs-body-cart-login .fs-c-inputInformation__message {
    margin-top: 50px;
  }
  .fs-body-cart-login .fs-c-inputInformation__field {
    margin-top: 50px;
  }
  .fs-body-cart-login .fs-c-inputInformation__field {
    padding: 32px 32px 40px;
  }
  .fs-body-cart-login .fs-c-loginForm {
    margin-top: 60px;
  }
}

/**
 * お客様情報入力　https://soulcounter.com/p/customer-details
 *------------------------------------*/
.fs-body-customerDetails .fs-c-agreementConfirmation__message {
  background: #f4f0e9;
  padding: 10px;
  line-height: 2em;
}
.fs-body-customerDetails .fs-c-inputTable__headerCell {
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
.fs-body-customerDetails [type="text"],
.fs-body-customerDetails [type="tel"],
.fs-body-customerDetails [type="password"] {
  height: 50px;
}
.fs-body-customerDetails select,
.fs-body-customerDetails textarea {
  height: 50px;
}
.fs-body-customerDetails .fs-c-inputField__explanation {
  margin-top: 10px;
}
.fs-body-customerDetails .fs-c-memberPolicyAgreeField.fs-c-additionalCheckField .fs-c-inputField {
  margin-bottom: 10px;
}
.fs-body-customerDetails .fs-c-button--confirmRegister.fs-c-button--primary {
  color: #FFFFFF;
  height: 60px;
}
.fs-body-customerDetails .fs-c-checkbox__label {
  margin: 20px auto;
}
.fs-body-customerDetails .fs-c-checkbox__labelText {
  line-height: 1.5em;
}
.fs-body-customerDetails .fs-c-checkbox__labelText a {
  color: #E42828;
  text-decoration: underline;
}
.fs-c-agreementConfirmation__addon__message {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .fs-body-customerDetails .fs-c-inputTable__headerCell {
    margin-bottom: 10px;
  }
}
.fs-c-guidanceWithButton--membershipCardNotice {
    background: #f4f0e9 !important;
}

/**
 * ご注文手続き(単数)　https://soulcounter.com/p/checkout
 *------------------------------------*/
/*ボタンのテキストカラー*/
.fs-c-totalAndActions button:not(.fs-c-button--image) {
  color: #FFF;
}

/*名前や住所などのテキスト情報の余白調整*/
.fs-c-checkout-customerInfo > li,
li.fs-c-checkout-destination__address,
li.fs-c-checkout-destination__tel.fs-u-tel {
  margin-top: 10px;
}

/*お客様の情報やお届け先選択モーダル等*/
.is-modalOpen .fs-c-buttonContainer--pair > *:first-child {
  color: #FFFFFF;
}
.is-modalOpen button.fs-c-button--addAddressee.fs-c-button--standard {
  height: 60px;
}

/*通信欄*/
.fs-body-checkout.is-modalOpen .fs-c-inputInformation textarea {
  border-style: solid;
}

/*必須システムパーツの返品特約へのリンクを非表示にする（返品特約ページは利用していないため）*/
.fs-body-checkout .fs-l-checkout .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract {
  display: none;
}

/**
 * メールマガジン登録　https://soulcounter.com/p/newsletter/subscribe
 *------------------------------------*/
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  background: #f4f0e9;
}
.fs-body-newsletter-subscribe [type="text"] {
  height: 50px;
  background: #FFFFFF;
}
.fs-body-newsletter-subscribe .fs-c-inputField__field > input {
  background: #fff;
}

/**
 * メールマガジン停止　https://soulcounter.com/p/newsletter/unsubscribe
 *------------------------------------*/
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  background: #f4f0e9;
}
.fs-body-newsletter-unsubscribe [type="text"] {
  height: 50px;
  background: #FFFFFF;
}
.fs-body-newsletter-unsubscribe .fs-c-inputField__field > input {
  background: #fff;
}

/**
 * レビューログイン　https://soulcounter.com/p/login?type=review
 *------------------------------------*/
.fs-body-review-login .fs-c-loginForm {
  margin-top: calc(60 * 100 / 375 * 1vw);
}
.fs-body-review-login .fs-c-loginForm {
  margin-top: calc(60 * 100 / 375 * 1vw);
}
.fs-body-review-login .fs-c-loginForm {
  margin: 24px 0;
}
.fs-body-review-login .fs-c-registeredUsers,
.fs-body-review-login .fs-c-newUsers {
  padding: calc(30 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
  background: #f4f0e9;
}
.fs-body-review-login .fs-c-subSection__title {
  padding-bottom: calc(25 * 100 / 375 * 1vw);
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: calc(18 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #111;
}
.fs-body-review-login .fs-c-newUsers__message {
  margin-top: calc(25 * 100 / 375 * 1vw);
}
.fs-body-review-login .fs-c-inputInformation__field {
  margin: calc(25 * 100 / 375 * 1vw) 0 0;
  padding: 0;
  background: none;
}
.fs-body-review-login .fs-c-inputTable__label {
  display: block;
  padding-bottom: calc(5 * 100 / 375 * 1vw);
  font-size: calc(15 * 100 / 375 * 1vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}
.fs-body-review-login .fs-c-inputField__field > input,
.fs-body-review-login .fs-c-inputGroup {
  height: calc(50 * 100 / 375 * 1vw);
}
.fs-body-review-login .fs-c-inputField__field > input {
  background: #fff;
}
.fs-body-review-login .fs-c-buttonContainer {
  margin-top: calc(25 * 100 / 375 * 1vw);
}
.fs-body-review-login .fs-c-button--login,
.fs-body-review-login .fs-c-button--memberRegister {
  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;
  height: calc(60 * 100 / 375 * 1vw);
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  color: #fff;
}
.fs-body-review-login .fs-c-inputInformation__link {
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  text-align: center;
}
.fs-body-review-login .fs-c-textLink {
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .fs-body-review-login .fs-c-loginForm {
    margin-top: 60px;
  }
  .fs-body-review-login .fs-c-registeredUsers,
  .fs-body-review-login .fs-c-newUsers {
    padding: 30px 45px;
  }
  .fs-body-review-login .fs-c-subSection__title {
    padding-bottom: 25px;
    font-size: 1.8rem;
  }
  .fs-body-review-login .fs-c-inputInformation__field {
    margin: 25px 0 0;
    padding: 0 40px;
  }
  .fs-body-review-login .fs-c-inputTable__label {
    padding-bottom: 5px;
    font-size: 1.5rem; 
  }
  .fs-body-review-login .fs-c-inputField__field > input,
  .fs-body-review-login .fs-c-inputGroup {
    height: 50px;
  }
  .fs-body-review-login .fs-c-inputField__field > input,
  .fs-body-review-login .fs-c-inputGroup {
    height: 50px;
  }
  .fs-body-review-login .fs-c-inputGroup > input {
    height: auto;
  }
  .fs-body-review-login .fs-c-buttonContainer {
    margin-top: 25px;
  }
  .fs-body-review-login .fs-c-button--login,
  .fs-body-review-login .fs-c-button--memberRegister {
    height: 60px;
  }
  .fs-body-review-login .fs-c-newUsers__message {
    margin-top: 25px;
    font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  }
}

@media screen and (min-width: 1024px), print {
  .fs-body-review-login .fs-c-registeredUsers,
  .fs-body-review-login .fs-c-newUsers {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .fs-body-review-login .fs-c-loginForm {
    margin: 60px -20px 0;
  }
}

/**
 * マイページ https://soulcounter.com/my/top
 *------------------------------------*/
.fs-body-my-top .fs-p-accountInfo__accountName {
  margin-bottom: 10px;
}
.fs-body-my-top .fs-p-accountInfo__accountLogout {
  margin-top: 10px;
  text-align: right;
}
.fs-body-my-top .fs-p-accountInfo {
  background: #f4f0e9 !important;
  padding: 10px 15px!important;
}
.fs-body-my-top .fs-p-accountInfo__body div {
  margin: 10px auto;
}

@media screen and (max-width: 767px), print { 
  .fs-c-accountService__page {
    flex-basis: 47%;
  }
}

/**
 * お問い合わせフォーム　https://soulcounter.com/f/contact
 *------------------------------------*/
.contactFormWrap {
  margin: 5em auto;
  line-height: 2em;
}
.contactFormWrap form p {
  font-weight: 700;
}
.contactFormWrap form p:first-child {
  margin-top: 30px;
}
.contactFormWrap [name="field_37946_sei"] {
  margin-right: 10px;
}
.contactFormWrap [type="hidden"],
.contactFormWrap [type="text"] {
  height: 50px;
  margin-bottom: 20px;
}
.contactFormWrap [type="checkbox"] {
  display: inline-block;
  align-items: center;
  margin: 15px 10px 15px auto;
}
.contactFormWrap select,
.contactFormWrap textarea {
  border-style: solid;
  margin-bottom: 20px;
}
.contactFormWrap [type="submit"]{
  background: #454445;
  border: 1px solid #454445;
  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;
  height: 60px;
  margin: 2em auto 0;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
}
.contactFormWrap [type="submit"]:hover {
  opacity: .7;
  transition: .3s;
}
.contactFormWrap form p:last-child {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .contactFormWrap {
    width: 60%;
    margin: 5em auto;
  }
  .contactFormWrap [name="field_37946_sei"] {
    width: 150px !important;
  }
  .contactFormWrap [name="field_37946_mei"] {
    width: 150px !important;
  }
}

/**
 * お届け先追加　https://soulcounter.com/my/addressbook/new
 *------------------------------------*/
.fs-body-my-addressbook-new .fs-c-inputTable__headerCell {
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
.fs-body-my-addressbook-new [type="hidden"],
.fs-body-my-addressbook-new [type="text"],
.fs-body-my-addressbook-new [type="tel"] {
  height: 50px;
}
.fs-body-my-addressbook-new select {
  height: 50px;
}
.fs-body-my-addressbook-new .fs-c-inputField__explanation {
  margin-top: 10px;
  line-height: 2em;
}
.fs-body-my-addressbook-new .fs-c-memberPolicyAgreeField.fs-c-additionalCheckField .fs-c-inputField {
  margin-bottom: 10px;
}
.fs-body-my-addressbook-new .fs-c-button--confirmRegister.fs-c-button--primary {
  color: #FFFFFF;
  height: 60px;
}
@media screen and (min-width: 768px), print {
  .fs-body-my-addressbook-new .fs-c-inputTable__headerCell {
    margin-bottom: 10px;
  }
}

/**
 * パスワード変更　https://soulcounter.com/my/account/password
 *------------------------------------*/
.fs-body-my-account-password .fs-c-inputInformation__field {
  background: #f4f0e9;
  margin-top: calc(35 * 100 / 375 * 1vw);
}
.fs-body-my-account-password .fs-c-inputInformation__field {
  padding: 32px 15px 40px;
}

@media screen and (min-width: 1024px), print {
  .fs-body-my-account-password .fs-c-inputInformation__message {
    margin-top: 50px;
  }
  .fs-body-my-account-password .fs-c-inputInformation__field {
    margin-top: 50px;
  }
  .fs-body-my-account-password .fs-c-inputInformation__field {
    padding: 32px 32px 40px;
  }
}

/**
 * 会員登録内容変更　https://soulcounter.com/my/account/settings/edit
 *------------------------------------*/
.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
.fs-body-my-account-settings-edit [type="hidden"],
.fs-body-my-account-settings-edit [type="text"],
.fs-body-my-account-settings-edit [type="search"],
.fs-body-my-account-settings-edit [type="tel"],
.fs-body-my-account-settings-edit [type="url"],
.fs-body-my-account-settings-edit [type="email"],
.fs-body-my-account-settings-edit [type="password"],
.fs-body-my-account-settings-edit [type="datetime"],
.fs-body-my-account-settings-edit [type="date"],
.fs-body-my-account-settings-edit [type="month"],
.fs-body-my-account-settings-edit [type="week"],
.fs-body-my-account-settings-edit [type="time"],
.fs-body-my-account-settings-edit [type="datetime-local"],
.fs-body-my-account-settings-edit [type="number"] {
  height: 50px;
}
.fs-body-my-account-settings-edit select,
.fs-body-my-account-settings-edit textarea {
  height: 50px;
}
.fs-body-my-account-settings-edit .fs-c-inputField__explanation {
  margin-top: 10px;
  line-height: 2em;
}
.fs-body-my-account-settings-edit .fs-c-dropdown.fs-c-inputDate__year,
.fs-body-my-account-settings-edit .fs-c-dropdown.fs-c-inputDate__month,
.fs-body-my-account-settings-edit .fs-c-dropdown.fs-c-inputDate__date {
  width: 29%;
}
.fs-body-my-account-settings-edit .fs-c-inputDate__year + .fs-c-inputDate__month::before,
.fs-body-my-account-settings-edit .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  padding-left: 8px;
}
.fs-body-my-account-settings-edit .fs-c-memberPolicyAgreeField.fs-c-additionalCheckField .fs-c-inputField {
  margin-bottom: 10px;
}
.fs-body-my-account-settings-edit .fs-c-button--confirmRegister.fs-c-button--primary {
  color: #FFFFFF;
  height: 60px;
}
@media screen and (min-width: 768px), print {
  .fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
    margin-bottom: 10px;
  }
}

/**
 * お客様の声　https://soulcounter.com/f/voice
 *------------------------------------*/
.voice-title {
  font-size: calc(18 * 100 / 375 * 1vw);
  text-align: center;
  margin: 2rem auto;
}
.voice-items {
  margin-top: calc(30 * 100 / 375 * 1vw);
}
.voice-item {
  width: 90%;
  display: block;
  margin: 25px 10px;
}
.voice-item > img {
    width: 100%;
}
@media screen and (min-width: 768px), print {
  .voice-title {
    font-size: 18px;
  }
  .voice-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
  }
  .voice-item {
    width: calc(50% - 20px);
    margin: 0 0 50px;
  }
}

/*商品詳細ページデフォルトcssへの上書*/
.fs-c-productPointDisplay {
  background: none !important;
  color: #d88181 !important;
  font-weight: bold;
}
.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock {
  background: rgba(228, 38, 38, 0.1) !important;
  padding: 25px 5px !important;
}
.fs-c-productPointDisplay {
  padding: 10px 0 !important;
}
.fs-c-variationAndActions__stockSignLegend.fs-c-stockSignLegend {
  display: none;
}

/*商品一覧ページデフォルトcssへの上書*/
.fs-c-pagination__item.is-active {
  background: #d88181 !important;
}
.fs-c-listControl__status .fs-c-listControl__status__total {
  display: none;
}

/*価格改定のお知らせ*/
.table-scroll {
  overflow: scroll;
}
table.table01 {
  width:500px;
  text-align: center;
  border-collapse: collapse;
  border:1px solid #b4b0b0;
  margin-bottom: 30px;
}
table.table01 th {
  padding: 10px;
  background-color: rgba(228, 38, 38, 0.3);
  border: dashed 1px #f1f0ee;
}
table.table01 td {
  padding: 10px;
  border: dashed 1px #b4b0b0;
}
table.table01 tr:nth-child(odd) {
  background: rgba(228, 38, 38, 0.1);
}
@media screen and (min-width: 768px), print {
 .table-scroll {
    overflow: unset;
  }
  table.table01 {
    width: 100%;
  }
}

/*メンテナンスページ*/
.maintenance-wrap {
  width: 100vw;
  height: 100vh;
  margin: 0;
  color: #3c3c3c;
  font-family: sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.maintenance {
  text-align: center;
  padding: 5%;
  margin-top: 15px;
  }
.maintenance h1 {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.maintenance h2 {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.maintenance__message {
  text-align: left;
}
.maintenance__info {
  background: #f1f0ee;
  padding: 2%;
}
.maintenance .maintenance__info h3 {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.maintenance p {
  margin-bottom: 10px;
}
.maintenance .bold {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .maintenance-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .maintenance {
    max-width: 200vw;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 2% 8% 4%;
  }
  .maintenance h1 {
    font-size: 3.6rem;
    margin-bottom: 35px;
  }
  .maintenance h2 {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  .maintenance__message {
    text-align: center;
  }
  .maintenance__info {
    padding: 2% 2% 4%;
    margin: 25px auto;
  }
  .maintenance .maintenance__info h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .maintenance .bold {
    line-height: 2;
  }
}

/*会員関連のメインコンテンツ背景色*/
.fs-c-noResultMessage {
  background: #f4f0e9 !important;
}
/*注文履歴等の右サイド背景色*/
.fs-c-history__info {
  background: #f4f0e9 !important;
}

/*会員カード認証*/
.fs-body-membershipCardAuth .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field {
  background: #f4f0e9 !important;
  padding: 32px 32px 40px !important;
}
#fs_input_membershipCardNumber {
  height: 50px;
  background: #ffffff;
}

/*商品詳細ページ「商品説明（大）」と「独自コメント1」へのcss反映*/
.fs-p-productDescription {
  line-height: 1.3;
  margin: calc(25 * 100 / 375 * 1vw) auto !important;
  background: #f4f0e9;
  padding: calc(20 * 100 / 375 * 1vw) calc(10 * 100 / 375 * 1vw);
}
.fs-p-productDescription h2 {
  margin-top: calc(20 * 100 / 375 * 1vw);
  margin-bottom: calc(12 * 100 / 375 * 1vw);
}
.fs-p-productDescription p {
  margin-bottom: calc(20 * 100 / 375 * 1vw);
}
.fs-p-productDescription p:last-child {
  margin-bottom: 0;
}
.fs-p-productDescription table {
  width: 100%;
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
.fs-p-productDescription table th,
.fs-p-productDescription table td {
  padding: calc(7 * 100 / 375 * 1vw);
}
.productComment01 table {
  width: 100%;
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
.productComment01 table th,
.productComment01 table td {
  padding: calc(7 * 100 / 375 * 1vw);
}
@media screen and (min-width: 768px), print {
  .fs-p-productDescription {
    margin: 25px auto !important;
    padding: 20px 10px;
  }
  .fs-p-productDescription h2 {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .fs-p-productDescription p {
    margin-bottom: 20px;
  }
  .fs-p-productDescription table {
    margin-bottom: 10px;
  }
  .fs-p-productDescription table th,
  .fs-p-productDescription table td {
    padding: 7px;
  }
  .productComment01 table {
    margin-bottom: 10px;
  }
  .productComment01 table th,
  .productComment01 table td {
    padding: 7px;
  }
}

/*ポイント履歴*/
.fs-c-pointSummary__label--purchasePointExpiration,
.fs-c-pointSummary__label--waitingPoint,
.fs-c-pointSummary__label--purchasePointTotal {
  padding: calc(1 * 100 / 375 * 1vw) 0;
}
.fs-c-listTable > tbody {
  border: 1px solid #b2b2b2 !important;
}
.fs-c-listTable > thead {
  border-top: 1px solid #b2b2b2 !important;
  border-right: 1px solid #b2b2b2 !important;
  border-left: 1px solid #b2b2b2 !important;
  background: rgba(244, 240, 233, 0.8) !important;
}
@media screen and (min-width: 768px), print {
  .fs-c-pointSummary__label--purchasePointExpiration,
  .fs-c-pointSummary__label--waitingPoint,
  .fs-c-pointSummary__label--purchasePointTotal {
     padding: 2px 0;
  }
}

/*トップページ　リニューアルに伴うパスワード再設定のお願い*/
.resetPassword {
  display: block;
  position: relative;
  margin: calc(15 * 100 / 375 * 1vw) auto;
  padding: calc(30 * 100 / 375 * 1vw) 0 calc(10 * 100 / 375 * 1vw) 0;
  background: #fcf8f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}
.ribbon-content {
  position: absolute;
  top: -12px;
  left: -6px;
  width: calc(90 * 100 / 375 * 1vw);
  height: calc(30 * 100 / 375 * 1vw);
  overflow: hidden;
}
.ribbon {
  display: inline-block;
  position: absolute;
  padding: calc(7 * 100 / 375 * 1vw) calc(30 * 100 / 375 * 1vw);
  width: auto;
  text-align: center;
  font-size: calc(12 * 100 / 375 * 1vw);
  line-height: calc(16 * 100 / 375 * 1vw);
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
}
.resetPassword h2 {
  margin-bottom: calc(20 * 100 / 375 * 1vw);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.resetPassword .textArea {
  padding: 0 calc(10 * 100 / 375 * 1vw);
  line-height: 1.5;
}
.resetPassword .textArea a {
  text-decoration: underline;
}
.resetPassword .textArea p {
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
.resetPassword .textArea ul {
  padding-top: calc(10 * 100 / 375 * 1vw);
}
.resetPassword .textArea ul li {
  margin-bottom: calc(10 * 100 / 375 * 1vw);
}
@media screen and (min-width: 768px), print {
  .resetPassword {
    margin: 15px auto;
    padding: 20px 0;
    height: auto;
  }
  .ribbon-content {
    top: -6px;
    right: -6px;
    left: unset;
    width: 89px;
    height: 91px;
  }
  .ribbon {
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    font-size: 18px;
    line-height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .ribbon:before,
  .ribbon:after {
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
  }
  .ribbon:before {
    left: 14px;
  }
  .ribbon:after {
    right: 18px;
  }
  .resetPassword h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .resetPassword .textArea {
    padding: 0 70px;
    font-size: 15px;
  } 
  .resetPassword .textArea p {
    margin-bottom: 10px;
  }
  .resetPassword .textArea ul {
    padding-top: 10px;
  }
  .resetPassword .textArea ul li {
    margin-bottom: 10px;
  }
}

/*会員カードページ　スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .fs-c-membershipCard {
    margin: 0 auto 100px auto !important;
  }
}

/*お気に入りページ　スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .fs-body-my-wishlist .fs-c-productList {
    margin-bottom: 100px !important;
  }
}

/*注文履歴ページ　スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .fs-body-my-orders .fs-c-history,
  .fs-body-my-storeOrders .fs-c-history {
    margin-bottom: 100px !important;
  }
}

/*ポイント履歴ページ　スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .fs-body-my-points .fs-c-history {
    margin-bottom: 100px !important;
  }
}

/*レビュー履歴ページ　スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .fs-body-my-reviews .fs-c-history {
    margin-bottom: 100px !important;
  }
}

/*お届け先リストページ　スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .fs-body-my-addressbook .fs-c-addressBookList {
    margin-bottom: 100px !important;
  }
}

/*ポイントおまとめページ　スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .fs-body-my-membership-merge .fs-c-inputInformation {
    margin-bottom: 100px !important;
  }
}

/*お問い合わせ完了 スクロールの挙動不具合の対応のためコンテンツに高さを出す*/
@media screen and (min-width: 960px) {
  .thanks {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
/*ポイントおまとめページ等の入力を促す内容の注意書きメッセージ*/
  .fs-c-inputInformation__message {
    margin: 40px auto !important;
  }
}

/*はじめての方へ*/
.aboutUsIntro {
  margin-bottom: calc(30 * 100 / 375 * 1vw);
}
.aboutUsIntro .textArea {
  text-align: center;
}
.aboutUsIntro .textArea p {
  line-height: 2;
  margin-bottom: calc(30 * 100 / 375 * 1vw);
}
.aboutusItemList .fs-c-productListItem__control.fs-c-buttonContainer {
  color: #D88181;
}
.aboutusItemList .fs-c-productListItem__control.fs-c-buttonContainer a:visited {
  color: #D88181;
}
.f-title {
  padding-bottom: calc(15 * 100 / 375 * 1vw);
  margin-bottom: calc(30 * 100 / 375 * 1vw);
  border-bottom: 1px solid #b4b0b0;
  text-align: center;
  font-size: calc(20 * 100 / 375 * 1vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif, "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Times New Roman", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.aboutusItemList .fs-c-productListCarousel__ctrl {
  min-width: 10px !important;
}

@media screen and (min-width: 768px) {
  .aboutUsIntro {
    position: relative;  
    margin-bottom: 50px;
  }
  .aboutUsIntro .textArea {
    position: absolute;
    top: 10%;
    left: 10%;
    background: rgba(255, 255, 255, 0.5);
    width: 430px;
    padding: 15px 30px;
    text-align: left;
  }
  .aboutUsIntro .textArea p {
    margin-bottom: 30px;
  }
  .aboutUsIntro .textArea p:last-child {
    margin-bottom: 15px;
  }
  .f-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/*商品一覧ページで表示される右下のカートアイコンの位置調整*/
.fs-p-scrollingCartButton {
  bottom: 25% !important;
}
@media screen and (min-width: 768px) {
  .fs-p-scrollingCartButton {
    bottom: 18% !important;
  }
}

/*ページトップへ　リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(216, 129, 129, 0.85);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

/*ページトップへ　リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 2px;
  bottom: 12%;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

@media screen and (min-width: 768px) {
  #fs-body-search #page-top,
  .fs-body-category #page-top  {
    bottom: 7%;
  }
  #page-top a:hover{
    background: #999999;
  }  
}


/*ページトップへ　左の動き*/
#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime{
  from {
  opacity: 0;
  transform: translateX(100px);
  }
  to {
  opacity: 1;
  transform: translateX(0);
  }
}

/*ページトップへ　右の動き*/
#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  opacity: 1;
  transform: translateX(0);
  }
  to {
  opacity: 1;
  transform: translateX(100px);
  }
}

@media screen and (min-width: 768px) {
    a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
    }
  }


  /*注文履歴（オンラインショップ）　https://soulcounter.com/my/orders*/
.fs-c-button--moveToStoreOrders.fs-c-button--plain,
.fs-c-orderHistory .fs-c-button--viewOrderHistoryDetail.fs-c-button--plain {
   text-decoration: underline;
}
.fs-c-orderHistory .fs-c-orderHistoryItem__orderInfo dt {
  margin-bottom: 10px;
}
.fs-c-orderHistory .fs-c-orderHistoryItem__header__button {
    padding: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .fs-c-orderHistory .fs-c-orderHistoryItem__productName {
    line-height: 1.5em;
  }
  .fs-c-button--moveToStoreOrders.fs-c-button--plain:hover ,
  .fs-c-orderHistory .fs-c-button--viewOrderHistoryDetail.fs-c-button--plain:hover {
     text-decoration: none;
  }
  .fs-c-orderHistory .fs-c-orderHistoryItem__header__button {
    padding: 0 8px;
  }
}

/*注文履歴詳細*/
h3.fs-c-orderPerAddressee__heading.fs-c-heading.fs-c-heading--subsection {
  color: #FFFFFF !important;
  background: #D88181;
}
.fs-body-my-orders-details .fs-c-cartTable__productInfo {
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .fs-c-orderPerAddressee__addressee.fs-c-addresseeList {
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--product,
  .fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell.fs-c-cartTable__headerCell--product {
    width: 70%;
  }
  .fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--quantity,
  .fs-c-orderPerAddressee__cartTable.fs-c-cartTable .fs-c-cartTable__dataCell.fs-c-cartTable__headerCell--quantity {
    width: 10%;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-orderPerAddressee__addressee {
    margin: 0 auto 0 15px;
  }
}

/*注文履歴(店舗)　https://soulcounter.com/my/store-orders*/
.fs-c-button--moveToOrderHistory.fs-c-button--plain {
   text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fs-c-button--moveToOrderHistory.fs-c-button--plain:hover {
     text-decoration: none;
  }
}


/*ページが見つかりません*/
.fs-p-pageNotFound__body a.textLink {
  text-decoration: underline;
  color: #C98696;
  font-weight: bold;
}


/*トップページ新作アイテムに一覧ボタンを追加*/
.p-homeNewItem-more-wrap {
  background: #fcf8f1;
  padding: 0 0 calc(40 * 100 / 375 * 1vw) 0;
}
.p-homeNewItem-more {
  width: calc(180 * 100 / 375 * 1vw);
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-homeNewItem-more-wrap {
    padding: 0 0 60px 0;
  }
  .p-homeNewItem-more {
    width: 180px;
  }
}

/*商品一覧ページにLINE拡散ボタンを設置*/
.fs-p-snsArea.onlyLine {
  order: 8;
}