<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*========================================
reset
========================================*/

h1, h2, h3, h4, h5 {
  font-weight:bold;
  line-height:unset;
}
body {
font-family: unset;
}


/*========================================
 TAIGALIONA v1.0.0k9735
========================================*/


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

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

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-tap-highlight-color: transparent;
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

h1 {
  font-size: 2em;
}

button, dl dl, dl ol, dl ul, input, ol dl, ol ol, ol ul, select, ul dl, ul ol,
ul ul {
  margin: 0;
}

details, main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

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

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  outline: 0;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: ButtonText dotted 1px;
}

:-moz-ui-invalid {
  box-shadow: none;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

summary {
  display: list-item;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a img {
  outline: 0;
}

hr {
  overflow: visible;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
}

h1 {
  margin: 0;
  font-size: inherit;
}

.c-sans {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.c-btn, .c-li__name, .c-news__li__date, .c-sans--light, .p-item__dl dd {
  font-family: HelveticaNeue-Light,
                 "Helvetica Neue Light",
                 'Helvetica Neue',
                 Helvetica,
                 Arial,
                 sans-serif;
  font-weight: 300;
}

.p-item__size-chart td {
  font-family: HelveticaNeue-Regular,
                 "Helvetica Neue Regular",
                 'Helvetica Neue',
                 Helvetica,
                 Arial,
                 sans-serif;
  font-weight: 400;
}

.c-li__price, .c-sans--medium, .p-item__qty__el {
  font-family: HelveticaNeue-Medium,
                 "Helvetica Neue Medium",
                 'Helvetica Neue',
                 Helvetica,
                 Arial,
                 sans-serif;
  font-weight: 500;
}

.c-sans--bold, .p-item__dl dt, .p-item__heading, .p-item__label__heading,
.p-item__size-chart th {
  font-family: HelveticaNeue-Bold,
                 "Helvetica Neue Bold",
                 'Helvetica Neue',
                 Helvetica,
                 Arial,
                 sans-serif;
  font-weight: 700;
}

html {
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  height: 100%;
  min-width: 320px;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
  font-family: 'Hiragino Sans',
                 'ヒラギノ角ゴ ProN W3',
                 "Hiragino Kaku Gothic ProN",
                 "メイリオ",
                 Meiryo,
                 "ＭＳ Ｐゴシック",
                 "MS PGothic",
                 sans-serif;
  font-weight: 300;
}

body {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
  letter-spacing: .01em;
  height: 100%;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.l-content {
  padding: 3.375rem 0 0;
  min-height: 300px;
}

.p-home .l-content {
  padding: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 32;
  width: 100%;
  pointer-events: none;
  min-width: 320px;
}

.l-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  padding: 3.375rem 0 0;
  background: #fff;
}

.is-menu-open .l-menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.is-menu-close .l-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.c-breadcrumbs {
  padding: 5.9375rem 0 5rem;
  background: #fff;
}

.c-breadcrumbs__inr {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 0 1.25rem;
}

.c-breadcrumbs__li {
  display: inline-block;
  padding: .3125rem .875rem;
  position: relative;
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
}

.c-breadcrumbs__li+.c-breadcrumbs__li:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/item/assets/img/ui/bc-a.svg) 0 0/contain no-repeat;
  width: .25rem;
  height: .375rem;
  top: .53125rem;
  left: -.125rem;
}

.c-breadcrumbs__a {
  color: #b2b2b2;
  text-decoration: underline;
}

.c-breadcrumbs__a:Hover {
  text-decoration: none;
}

.c-btn {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
  border: 1px solid #000;
  border-radius: .125rem;
  width: 100%;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-btn:hover {
  opacity: .7;
}

.c-btn svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-btn:before {
  content: '';
  display: inline-block;
  line-height: .090909090909091;
  width: .625rem;
  height: .625rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m4.5%2010v-4.5h-4.5v-1h4.5v-4.5h1v4.5h4.5v1h-4.5v4.5z%22%2F%3E%3C%2Fsvg%3E") 0 0/contain no-repeat;
  margin: .125rem .625rem 0 0;
}

.c-btn--wht {
  border-color: #fff;
  color: #fff;
}

.c-btn--wht:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m4.5%2010v-4.5h-4.5v-1h4.5v-4.5h1v4.5h4.5v1h-4.5v4.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.c-btn--blk {
  background: #000;
  border: none;
  color: #fff;
  border-radius: .25rem;
  max-width: 15.625rem;
  font-size: .75rem;
  height: 3.125rem;
}

.c-btn--blk:before {
  content: none;
}

.c-categories {
  padding: 3.125rem 1.25rem;
}

.c-categories__inr {
  max-width: 420px;
  display: flex;
  justify-content: space-between;
}

.c-categories__a {
  color: #b2b2b2;
  transition: color .3s;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
  padding: 0 0 .4375rem;
}

.c-categories__a.is-current, .c-categories__a:hover {
  color: #000;
}

.c-categories__a.is-current {
  border-bottom: 1px solid #000;
  pointer-events: none;
}

.c-fade-in {
  opacity: 0;
  pointer-events: none;
}

.c-fade-in.is-show {
  -webkit-animation: .7s ease-in-out 50ms forwards c-fi;
          animation: .7s ease-in-out 50ms forwards c-fi;
  pointer-events: auto;
}

.c-fade-in--fx.is-show {
  -webkit-animation: .6s ease-in-out 50ms forwards fade-in;
          animation: .6s ease-in-out 50ms forwards fade-in;
}

@-webkit-keyframes c-fi {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, .75rem, 0);
            transform: translate3d(0, .75rem, 0);
  }

  100% {
    opacity: 1;
  }
}

@keyframes c-fi {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, .75rem, 0);
            transform: translate3d(0, .75rem, 0);
  }

  100% {
    opacity: 1;
  }
}

.c-flc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.c-hg--w6 {
  font-family: "Hiragino Sans",
                 "ヒラギノ角ゴ ProN W6",
                 "Hiragino Kaku Gothic ProN",
                 "メイリオ",
                 Meiryo,
                 "ＭＳ Ｐゴシック",
                 "MS PGothic",
                 sans-serif;
  font-weight: 600;
}

.c-icon {
  position: relative;
  display: inline-flex;
}

.c-icon:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.c-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-icon--login:before {
  padding: 0 0 131.26934984520125%;
}

.c-icon--cart:before {
  padding: 0 0 95.80645161290322%;
}

.c-ile--slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
}

.c-ile--slide.is-loaded:after {
  -webkit-animation: .5s ease-in-out .1s forwards ile-slide;
          animation: .5s ease-in-out .1s forwards ile-slide;
}

@-webkit-keyframes ile {
  0% {
    background: #000;
  }

  100% {
    background: 0 0;
  }
}

@keyframes ile {
  0% {
    background: #000;
  }

  100% {
    background: 0 0;
  }
}

@-webkit-keyframes ile-slide {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes ile-slide {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.c-instagram {
  position: relative;
  margin: 0 auto;
  display: block;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-instagram:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.c-instagram img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-instagram:hover {
  opacity: .7;
}

.c-instagram svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-items {
  padding: 0 1.25rem;
}

.c-items--checked-list {
  display: flex;
  flex-flow: wrap;
}

img.lazyload, img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 0;
  -webkit-animation: .1s ease-in forwards fade-in;
          animation: .1s ease-in forwards fade-in;
}

.c-ln {
  display: inline-block;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-ln:hover {
  opacity: .7;
}

.c-ln svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-li {
  text-align: center;
}

.c-li--checked-list {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-li--checked-list:hover {
  opacity: .7;
}

.c-li--checked-list svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-li a {
  display: block;
  position: relative;
}

.c-li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  opacity: .3;
  transition: background-color .2s;
  z-index: 2;
}

.c-li a:hover:before {
  background-color: #000;
}

.c-li__caption {
  padding: .75rem .75rem 0;
}

.c-li__name {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.c-li__price {
  font-size: .625rem;
  letter-spacing: 0;
  line-height: 1.54;
  margin: .35rem 0 0;
}

.c-logo {
  position: relative;
}

.c-logo:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 13.176927147645086%;
}

.c-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-mark {
  position: relative;
  background: url(/item/assets/img/ui/mark.svg) 0 0/contain no-repeat;
}

.c-mark:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 98.22200066467265%;
}

.c-news-list {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.c-news__li .c-picture:before {
  padding: 0 0 61.66666666666667%;
}

.c-news__li a {
  display: block;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-news__li a:hover {
  opacity: .7;
}

.c-news__li a svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-news__li__caption {
  padding: .75rem .75rem 0;
}

.c-news__li__title {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.c-news__li__date {
  font-size: .625rem;
  letter-spacing: 0;
  line-height: 1.54;
  margin: .35rem 0 0;
}

.c-page {
  padding: 3.125rem 0 0;
}

.c-page__wrp {
  padding: 1.25rem;
}

.c-page__side__btn {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.6;
  height: 3.75rem;
  padding: 0 2.5em 0 .833333333333333em;
  font-weight: 700;
  background: url(/item/assets/img/ui/ad.svg) top 50% right .625rem/.666666666666667em no-repeat;
}

.c-page__side__btn:hover {
  text-decoration: underline;
}

.c-page__inr {
  margin: 3.125rem 0 0;
}

.c-page__inr&gt;:first-child {
  margin-top: 0;
}

.c-page__inr p {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.583333333333333;
}

.c-page__inr p+p {
  margin: 1.583333333333333em 0 0;
}

.c-page__inr p a:not(.c-btn) {
  color: #b2b2b2;
  text-decoration: underline;
}

.c-page__inr p a:not(.c-btn):hover {
  text-decoration: none;
}

.c-page__inr p strong {
  font-weight: 700;
}

.c-page__fig img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.c-page__h1 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0 1.25rem;
}

.c-page__h2 {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.6;
  background: #f4f4f4;
  padding: .866666666666667em 1.388888888888889em;
  margin: 3.166666666666667em 0 1.5em;
}

.c-page__h3 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  border-bottom: 1px solid #e3e3e3;
  padding: .6625em 0;
  margin: 2.525em 0 1.375em;
}

.c-page__h2+.c-page__h3 {
  margin-top: -.4375em;
}

.c-page__h4 {
  display: block;
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 1.485714285714286em 0 .628571428571429em;
}

.c-pagination {
  padding: 5rem 1.25rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.c-pagination__el {
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b2b2b2;
  font-size: .9375rem;
  letter-spacing: 0;
  line-height: 1.2;
  padding: .125rem 0 .3125rem;
  margin: .5rem .625rem;
}

a.c-pagination__el:not(.is-current) {
  transition: color .2s;
  cursor: pointer;
}

a.c-pagination__el:not(.is-current):hover {
  color: #000;
}

.c-pagination__el.is-current {
  color: #000;
  pointer-events: none;
}

.c-pagination__el.is-current span {
  display: block;
  border-bottom: 1px solid #000;
  width: max-width;
}

.c-pagination__btn {
  border: 1px solid #000;
  border-radius: .125rem;
  background: 50% 50%/.3125rem no-repeat;
  padding: 0;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-pagination__btn:hover {
  opacity: .7;
}

.c-pagination__btn svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.c-pagination__prev {
  background-image: url(/item/assets/img/ui/al.svg);
  margin-right: 1.25rem;
}

.c-pagination__next {
  background-image: url(/item/assets/img/ui/ar.svg);
  margin-left: 1.25rem;
}

.c-picture {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-picture:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.c-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-picture--cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-svg {
  position: relative;
  margin: 0 auto;
}

.c-svg:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.c-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-hide--m {
  display: none;
}

.g-footer {
  background: #fff;
}

.g-footer__inr {
  text-align: center;
  padding: 0 0 3.25rem;
}

.g-footer__inr:before {
  content: '';
  display: block;
  width: 1px;
  height: 7.5rem;
  margin: 0 auto 3.5875rem;
  background: #000;
}

.g-footer__logo {
  display: block;
  margin: 0 auto 3.35625rem;
  width: 7.08625rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-footer__logo:hover {
  opacity: .7;
}

.g-footer__logo svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.g-footer__nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1.25;
}

.g-footer__nav a {
  display: block;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-footer__nav a:hover {
  opacity: .7;
}

.g-footer__nav a svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.g-footer__nav p+p {
  margin: 1.875rem 0 0;
}

.g-footer__sns {
  margin: 3.75rem 0 1.875rem;
}

.g-footer__instagram {
  width: 2rem;
}

.g-footer__c {
  font-size: .625rem;
  color: #7b7b7b;
}

.g-header {
  width: 100%;
  height: 3.375rem;
  background: #fff;
}

#fs_Top .g-header {
  background: 0 0;
  transition: background-color .2s;
}

.is-scrolled .p-home .g-header {
  background: #fff;
}

.g-header__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.g-header__logo {
  display: block;
  width: 7.08625rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: auto;
}

.g-header__logo:hover {
  opacity: .7;
}

.g-header__logo svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.g-header__menu {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 1.25rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 1rem;
}

.g-header__menu:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.g-header__menu img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-header__menu:hover {
  opacity: .7;
}

.g-header__menu svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.g-header__nav {
  font-size: .8125rem;
  letter-spacing: .12em;
  line-height: 1.230769230769231;
  display: none;
  width: auto;
  padding: 0 42px 0 0;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.g-header__nav a {
  display: block;
  pointer-events: auto;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-header__nav a:hover {
  opacity: .7;
}

.g-header__nav a svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.g-header__nav__a {
  display: none;
}

.g-header__nav__a+.g-header__nav__a {
  margin: 0 0 0 40px;
}

.g-header__nav__cart {
  display: block;
  width: 1.24375rem;
}

.g-header__nav__login {
  display: block;
  margin: 0 0 0 2.025rem;
  width: 1.009375rem;
}

.g-header__lang {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
  display: flex;
  align-items: center;
  margin: 0 40px;
}

.g-header__lang .is-current {
  color: #bf0036;
}

.g-header__lang span {
  display: block;
  width: 1px;
  height: 11px;
  background: #e3e3e3;
  margin: 0 10px;
}

.g-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.g-menu a {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.g-menu a:hover {
  opacity: .7;
}

.g-menu a svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.g-menu__inr {
  min-height: 100%;
  padding: 5.125rem 0 3.75rem;
}

.g-menu__user {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.g-menu__user__a {
  display: inline-flex;
  align-items: center;
}

.g-menu__user__login {
  order: 1;
}

.g-menu__user__cart {
  order: 3;
}

.g-menu__user:before {
  content: '';
  order: 2;
  width: 1px;
  height: 1.25rem;
  background: #000;
  margin: 0 2.5rem;
}

.g-menu__user .c-icon {
  margin: 0 .75rem 0 0;
}

.g-menu__user .c-icon--login {
  width: 1.009375rem;
}

.g-menu__user .c-icon--cart {
  width: 1.12625rem;
}

.g-menu__nav {
  margin: 3.75rem 0;
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.615384615384615;
}

.g-menu__nav__item {
  font-size: 1rem;
  margin: 0 0 1.375rem;
}

.g-menu__nav p+p {
  margin: 1.125rem 0 0;
}

.g-menu__ft {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
  color: #7b7b7b;
}

.g-menu__ft p {
  display: inline-block;
  line-height: .090909090909091;
}

.g-menu__ft p+p {
  margin: 0 0 0 1.625rem;
}

.g-menu__instagram {
  display: block;
  width: 2.125rem;
  margin-top: 2.5rem;
}

.g-menu__sie {
  position: relative;
}

.g-menu__sie:after {
  content: '';
  display: block;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.is-menu-open .g-menu__sie:after {
  transition: width .2s;
}

.is-menu-open .g-menu__sie.g-menu__user:after {
  transition: width .5s;
}

.g-menu__sie.is-show:after {
  width: 0;
}

.p-item__fvc {
  background: #f4f4f4;
}

.p-item__images__slide {
  background: #fff;
}

.p-item__thumbs {
  display: flex;
  padding: 1.25rem;
  max-width: 34.75rem;
  margin: 0 auto;
}

.p-item__thumbs__li {
  width: calc((100% - 1rem)/ 5);
  cursor: pointer;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-item__thumbs__li:hover {
  opacity: .7;
}

.p-item__thumbs__li svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-item__thumbs__li.swiper-slide-thumb-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: .2;
}

.p-item__thumbs__li+.p-item__thumbs__li {
  margin: 0 0 0 .25rem;
}

.p-item__info {
  padding: 2.5rem 1.25rem 3.75rem;
}

.p-item__model {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
  margin: 0 0 .375rem;
}

.p-item__name {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 .75rem;
}

.p-item__price {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.p-item__price sub {
  font-size: .55em;
  line-height: 1;
  vertical-align: .090909090909091em;
  margin: 0 0 0 .272727272727273em;
}

.p-item__point {
  margin: 1.25rem 0 0;
}

.p-item__point__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 .5rem;
  background: #e3e3e3;
  height: 1.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: .625rem;
}

.p-item__point small {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.363636363636364;
  margin: 0 0 0 .375rem;
  color: #b2b2b2;
}

.p-item__description {
  margin: 2.5rem 0 0;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 2;
}

.p-item__label {
  margin: 1.25rem 0 0;
}

.p-item__label__heading {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 .625rem;
}

.p-item__color {
  margin: 2.5rem 0 0;
}

.p-item__color__inr {
  display: flex;
}

.p-item__color__li {
  width: 5rem;
  border: 1px solid transparent;
}

.p-item__color__li.is-current {
  border-color: #000;
  pointer-events: none;
}

.p-item__color__li:not(.is-current) {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-item__color__li:not(.is-current):hover {
  opacity: .7;
}

.p-item__color__li:not(.is-current) svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-item__color__li+.p-item__color__li {
  margin: 0 0 0 .3125rem;
}

.p-item__size__inr {
  display: flex;
}

.p-item__size__li {
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 1.214285714285714;
  width: 18.80597014925373%;
  height: 3.5625rem;
  border-radius: .25rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.p-item__size__li+.p-item__size__li {
  margin: 0 0 0 1.492537313432836%;
}

.p-item__size__li--tri:after {
  content: '';
  display: block;
  width: .5625rem;
  height: .5rem;
  margin: .375rem 0 0;
  background: url(/item/assets/img/ui/tri.svg) 50% 50%/contain no-repeat;
}

.p-item__size__li--crs:after {
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  margin: .375rem 0 0;
  background: url(/item/assets/img/ui/x.svg) 50% 50%/contain no-repeat;
}

.p-item__qty__el {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: .25rem;
  outline: 0;
  padding: 1.3125rem 1.0625rem;
  height: 3.5625rem;
  width: 5.4375rem;
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 1.071428571428571;
}

.p-item__qty select {
  padding: 1.3125rem 2.3125rem 1.3125rem 1.0625rem;
  background: url(/item/assets/img/ui/ad.svg) top 1.6875rem right 1.3125rem/.5625rem no-repeat #fff;
}

.p-item__qty input {
  text-align: center;
}

.p-item__qty__inr {
  display: flex;
}

.p-item__qty__input {
  display: none;
  margin: 0 0 0 .5rem;
}

.is-over-10 .p-item__qty__input {
  display: block;
}

.p-item__add {
  margin: 2.5rem 0 0;
}

.p-item__add__inr {
  display: flex;
}

.p-item__add__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: 0;
  border-radius: .25rem;
  color: #fff;
  width: 83.5820895522388%;
  background: #000;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.25;
  cursor: pointer;
  height: 4.25rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-item__add__btn:hover {
  opacity: .7;
}

.p-item__add__btn svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-item__add__fav {
  width: 16.417910447761194%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-item__add__fav__h {
  display: block;
  width: 1.5rem;
  height: 1.3125rem;
  background: url(/item/assets/img/ui/h0.svg) 50% 50%/contain no-repeat;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-item__add__fav__h:hover {
  opacity: .7;
}

.p-item__add__fav__h svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-item__add__fav__h.is-selected {
  background-image: url(/item/assets/img/ui/h1.svg);
}

.p-item__data {
  padding: 3.125rem 1.25rem 3.75rem;
}

.p-item__heading {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5875;
  margin: 0 0 1.25rem;
}

.p-item__detail__attention {
  margin: 1rem 0 0;
}

.p-item__detail__attention p {
  color: #bf0036;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.166666666666667;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.p-item__detail__attention p:before {
  content: '';
  display: inline-block;
  width: .75rem;
  height: .75rem;
  background: url(/item/assets/img/ui/at.svg) 50% 50%/contain no-repeat;
  vertical-align: -.125em;
  margin: 0 .5rem 0 0;
}

.p-item__dl {
  padding: 1.25rem .625rem;
  border: solid #e3e3e3;
  border-width: 1px 0;
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.4;
  display: flex;
  flex-flow: wrap;
}

.p-item__dl dt {
  width: 28.57142857142857%;
}

.p-item__dl dt:nth-of-type(n+2) {
  margin-top: .875rem;
}

.p-item__dl dd {
  width: 71.42857142857143%;
}

.p-item__dl dd:nth-of-type(n+2) {
  margin-top: .875rem;
}

.p-item__size-chart {
  margin: 2.5rem -1.25rem 0 0;
}

.p-item__size-chart table {
  width: 100%;
  display: flex;
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
}

.p-item__size-chart td, .p-item__size-chart th {
  display: block;
  padding: .75rem;
  border: solid #e3e3e3;
  border-width: 0 1px 1px 0;
}

.p-item__size-chart tr {
  display: block;
}

.p-item__size-chart thead {
  width: 32.142857142857146%;
  min-width: 7.5rem;
  border: solid #e3e3e3;
  border-width: 1px 0 0 1px;
}

.p-item__size-chart thead td, .p-item__size-chart thead th {
  width: 100%;
  text-align: left;
  padding: .75rem .75rem .75rem 1.25rem;
}

.p-item__size-chart tbody {
  width: auto;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  border: solid #e3e3e3;
  border-width: 1px 0 0;
  margin: 0 1.25rem 0 0;
}

.p-item__size-chart tbody td, .p-item__size-chart tbody th {
  width: 20.263157894736842%;
  min-width: 4.6875rem;
  text-align: center;
}

.p-item__explain {
  margin: 5rem 0 0;
}

.p-item__explain__heading h2 {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.178571428571429;
  margin: 0 0 .9375rem;
}

.p-item__explain__heading p {
  font-size: .9375rem;
  letter-spacing: 0;
  line-height: 1.066666666666667;
  margin: 0 0 1.875rem;
}

.p-item__explain__tx {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 2;
}

.p-item__detail-size+.p-item__explain {
  margin-top: 6.25rem;
}

.p-item__ft {
  margin: 3.75rem 0 0;
  padding: 0 1.25rem;
}

.p-item__ft__btn {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
  height: 2.25rem;
  padding: .625rem;
}

.p-item__ft__btn:before {
  content: none;
}

.p-item__checked-list {
  margin: 5rem 0 0;
  padding: 0 1.25rem;
}

.p-item__checked-list header {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.166666666666667;
  margin: 0 0 1.25rem;
}

.p-home__sct {
  background: #fff;
}

.p-home__slide {
  width: 100%;
}

.p-home__slide .c-picture:before {
  padding: 0 0 168.75%;
}

.p-home__slide__bullets {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-flow: column;
}

.p-home__slide.swiper-container-horizontal .p-home__slide__bullets {
  bottom: 1.25rem;
  right: .75rem;
  width: 1rem;
  left: auto;
}

.p-home__slide.swiper-container-horizontal .p-home__slide__bullets .swiper-pagination-bullet {
  margin: 0;
  padding: .375rem;
  background: 0 0;
  opacity: 1;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
}

.p-home__slide.swiper-container-horizontal .p-home__slide__bullets .swiper-pagination-bullet:before {
  content: '';
  width: .25rem;
  height: .25rem;
  background: #fff;
  display: block;
  border-radius: 50%;
}

.p-home__slide.swiper-container-horizontal .p-home__slide__bullets .swiper-pagination-bullet-active:before {
  background: #132546;
}

.p-home__items {
  padding: 5rem 0;
}

.p-home__items .c-items {
  padding: 0;
  display: flex;
  flex-flow: wrap;
}

.p-home__items__heading {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 3rem;
}

.p-home__items__ft {
  margin: 1.875rem 0 0;
  padding: 0 1.25rem;
}

.p-home__look {
  position: relative;
  padding: 14.375rem 0 5rem;
}

.p-home__look__inr {
  padding: 0 3.375rem;
  position: relative;
  z-index: 1;
}

.p-home__look__heading {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
      grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
      grid-column: 1/2;
  padding: 3.75rem 3.375rem;
}

.p-home__look__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #000;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 1fr/1fr;
}

.p-home__look__bg .c-picture {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
      grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
      grid-column: 1/2;
}

.p-home__look__bg .c-picture:before {
  padding: 0 0 156.25%;
}

.p-home__look__ul {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
}

.p-home__look__li .c-picture:before {
  padding: 0 0 232.6923076923077%;
}

.p-home__look__li .c-picture:after {
  background: #e3e3e3;
}

.p-home__look__ft {
  margin: 3.5625rem 0 0;
  padding: 0 1.25rem;
  position: relative;
  z-index: 2;
}

.p-home__story {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 1fr/1fr;
  background: rgba(0, 0, 0, .88);
}

.p-home__story__inr {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
      grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
      grid-row: 1/2;
}

.p-home__story:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 164.0625%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
      grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
      grid-row: 1/2;
}

.p-home__story__mark {
  width: 3.76125rem;
  margin: 53.625% auto 0;
}

.p-home__story__heading {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.166666666666667;
  color: #fff;
  text-align: center;
  margin: 7.593750000000001% 0 42.1875%;
}

.p-home__story__ft {
  padding: 0 1.25rem 4.375rem;
}

.p-home__news {
  padding: 5rem 0 3.75rem;
}

.p-home__news__heading {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 1.375rem 2.5rem;
}

.p-home__news__heading__inr {
  position: relative;
  display: block;
  padding: 1.0625rem 0 0 2.5rem;
}

.p-home__news__heading__inr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: .0625rem;
  background: rgba(0, 0, 0, .3);
}

.p-home__news__ft {
  padding: 1.875rem 1.25rem 0;
}

.p-home__fix-bg {
  background: url(/item/assets/img/home/slide/0.jpg) 50% 50%/cover no-repeat;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-list__header {
  padding: 0 1.25rem 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-list__header__category {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.1875;
}

.p-list__header__total {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
}

.p-look__wrp {
  background: #000;
  color: #fff;
}

.p-look__hd {
  height: calc(100vh - 3.375rem);
}

.p-look__hd__inr:after {
  content: '';
  display: block;
  width: 1px;
  height: 4.1875rem;
  background: #bf0036;
  margin: 2rem 0 3.875rem;
}

.p-look__hd h1 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.40625;
  margin: 1.75rem 0 0;
}

.p-look__hd p {
  font-size: .75rem;
}

.p-look__mark {
  width: 3.57375rem;
}

.p-look__archive {
  text-align: center;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.416666666666667;
}

.p-look__archive p+p {
  margin-top: 1em;
}

.p-look__archive a {
  color: #555;
  transition: color .3s;
  display: inline-block;
}

.p-look__archive a:hover {
  color: #fff;
}

.p-look__archive a.is-current {
  pointer-events: none;
  color: #fff;
}

.p-look__inr {
  margin: 0 auto;
  padding: 0 1.25rem 6.25rem;
}

.p-look__fig+.p-look__fig {
  margin-top: 10%;
}

.p-look__fig figure {
  width: 100%;
}

.p-look__fig img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-look__fig--2 {
  display: flex;
}

.p-look__fig--2 figure {
  width: 35.833333333333336%;
}

.p-look__fig--2 figure+figure {
  margin: 0 0 0 3.333333333333333%;
}

.p-look__fig--right {
  justify-content: flex-end;
}

.p-look__fig--left figure:nth-child(2), .p-look__fig--right figure:first-child {
  margin-top: 2.5%;
}

.p-news__wrp {
  padding: 3.125rem 1.25rem 0;
}

.p-news__h1 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 3.75rem;
}

.p-news-list__li+.p-news-list__li {
  border-top: 1px solid #e3e3e3;
}

.p-news-list__li a {
  display: flex;
  background: url(/item/assets/img/ui/ar.svg) top 50% right 1.25rem/.3125rem no-repeat;
  padding: 1.25rem 0;
  transition: background-color .3s;
}

.p-news-list__li a:hover {
  background-color: #f4f4f4;
}

.p-news-list__li__fig {
  width: 29.850746268656714%;
  margin: 0 5.970149253731343% 0 0;
}

.p-news-list__li__fig .c-picture:before {
  padding: 0 0 61.66666666666667%;
}

.p-news-list__li__tx {
  width: 64.17910447761194%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 2.5rem 0 0;
}

.p-news-list__li time {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #7b7b7b;
}

.p-news-list__li p {
  margin: .5rem 0 0;
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.6;
}

.p-news__article {
  max-width: 800px;
  margin: 0 auto;
}

.p-news__article__hd {
  margin: 0 0 2.3125rem;
}

.p-news__article__hd time {
  display: block;
  font-size: .6875rem;
  line-height: .107692307692308;
  color: #7b7b7b;
}

.p-news__article__hd h1 {
  margin: 1.0625rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 400;
}

.p-news__article__eyecatch {
  margin: 0 0 1.875rem;
}

.p-news__article__eyecatch:before {
  padding: 0 0 61.66666666666667%;
}

.p-news__article__inr {
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.8;
}

.p-news__article__inr a {
  text-decoration: underline;
}

.p-news__article__inr a:hover {
  text-decoration: none;
}

.p-news__article__ft {
  margin: 3.5625rem 0 0;
}

.p-news__article__ft__back a {
  display: block;
  text-align: center;
  width: 4.125rem;
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 auto;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-news__article__ft__back a:hover {
  opacity: .7;
}

.p-news__article__ft__back a svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-news__article__ft__back a i {
  display: block;
  position: relative;
  width: 1.25rem;
  margin: 0 auto .625rem;
}

.p-news__article__ft__back a i:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.p-news__article__ft__back a i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-news__contact .c-btn {
  max-width: 8.125rem;
  margin: 0 auto;
}

.p-news__contact .c-btn:before {
  content: none;
}

.p-news__sns {
  display: flex;
  justify-content: center;
  margin: 5rem 0 6.25rem;
}

.p-news__sns a {
  display: block;
  position: relative;
  width: 2rem;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-news__sns a:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 100%;
}

.p-news__sns a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-news__sns a:hover {
  opacity: .7;
}

.p-news__sns a svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-news__sns a+a {
  margin: 0 0 0 3.125rem;
}

.p-story__wrp {
  color: #fff;
}

.p-story__hd {
  background: linear-gradient(#000, rgba(0, 0, 0, 0));
  height: calc(100vh - 3.375rem);
}

.p-story__hd__inr {
  padding-top: 5rem;
}

.p-story__hd__inr:after {
  content: '';
  display: block;
  width: 1px;
  height: 4.1875rem;
  background: #bf0036;
  margin: 5.125rem 0 0;
}

.p-story__hd h1 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.40625;
  margin: 1.75rem 0 0;
}

.p-story__mark {
  width: 3.57375rem;
}

.p-story__sct {
  padding: 3.125rem 3.125rem 5rem;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.p-story__sct__hd {
  margin: 0 0 1.4375rem -1.25rem;
}

.p-story__sct__hd p {
  font-size: .8125rem;
  letter-spacing: -.05em;
  line-height: 1;
  margin: 1.538461538461539em 0 0;
  position: relative;
  z-index: 2;
}

.p-story__sct__tx {
  margin: 2.25rem 0 0;
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 2;
}

.p-story__sct__tx--en {
  margin: 1.5rem 0 0;
  color: #434343;
  line-height: 1.6;
}

.p-story__sct__fig {
  margin: 0 -3.125rem 0 0;
}

.p-story__sct__fig .c-picture:before {
  padding: 0 0 61.846153846153854%;
}

.p-story__sct--2 {
  padding-bottom: 8.75rem;
}

.p-story__sct--2 .p-story__sct__hd {
  margin: 0 -1.25rem -.25rem 0;
  text-align: right;
}

.p-story__sct--2 .p-story__sct__fig {
  margin: 0 0 0 -3.125rem;
}

.p-story__h2 {
  font-size: 4.75rem;
  letter-spacing: -.05em;
  line-height: 1;
}

.p-story__ft {
  background: #000;
}

.p-story__ft:before {
  padding: 0 0 64%;
}

.p-story__fix-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.p-story__fix-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: 1s ease-in-out .3s forwards fade-in;
          animation: 1s ease-in-out .3s forwards fade-in;
  background: url(/item/assets/img/story/bg.jpg) 50% 100%/cover no-repeat;
}

@media only screen and (min-width: 561px) {
  .l-content {
    padding: 11.354166666666666% 0 0;
  }

  .l-menu {
    max-width: 360px;
    padding: 11.354166666666666% 0 0;
  }

  .c-btn--more {
    width: 70px;
    margin: 0 0 0 auto;
    font-size: .8125rem;
  }

  .c-btn--more:before {
    margin: 0 10px 0 0;
  }

  .c-categories {
    padding: 60px 20px 80px;
  }

  .c-container {
    padding: 0 20px;
  }

  .c-items {
    display: flex;
    flex-flow: wrap;
    padding: 0 20px;
  }

  .c-li {
    width: calc((100% - 60px)/ 3);
    margin: 0 0 0 30px;
  }

  .c-li:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .c-li:nth-of-type(n+4) {
    margin-top: 40px;
  }

  _:-ms-lang(x)::-ms-backdrop, .c-li {
    margin: 0 -1% 0 30px;
  }

  .c-news-list {
    padding: 0 20px;
  }

  .c-news__li__caption {
    padding: 18px 18px 0;
  }

  .c-news__li__title {
    font-size: .8125rem;
    line-height: 1.6;
  }

  .c-news__li__date {
    font-size: .6875rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 10px 0 0;
  }

  .u-hide--m {
    display: initial;
  }

  .u-hide--d {
    display: none;
  }

  .g-footer__inr {
    padding: 0 0 40px;
  }

  .g-footer__logo {
    margin: 0 auto 64px;
  }

  .g-footer__nav {
    flex-flow: row;
    justify-content: center;
  }

  .g-footer__nav p+p {
    margin: 0 0 0 20px;
  }

  .g-footer__sns {
    margin: 50px 0 30px;
  }

  .g-header {
    height: 11.354166666666666vw;
  }

  .g-header__inr {
    max-width: 360px;
  }

  .g-header__menu {
    width: 3.125vw;
    margin: 4.114583333333333vw 34px;
  }

  .g-header__nav {
    display: flex;
  }

  .g-menu {
    max-width: 360px;
  }

  .g-menu__inr {
    padding: 2.8125vw 0 60px;
  }

  .p-item__data {
    padding: 80px 20px 70px;
  }

  .p-item__size-chart tbody {
    margin: 0 20px 0 0;
  }

  .p-item__ft__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    height: 32px;
  }

  .p-home__slide .c-picture:before {
    padding: 0 0 56.25%;
  }

  .p-home__slide.swiper-container-horizontal .p-home__slide__bullets {
    right: 14px;
    top: 50%;
    width: 20px;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .p-home__slide.swiper-container-horizontal .p-home__slide__bullets .swiper-pagination-bullet {
    padding: 6px;
    width: 20px;
    height: 20px;
  }

  .p-home__slide.swiper-container-horizontal .p-home__slide__bullets .swiper-pagination-bullet+.p-home__slide.swiper-container-horizontal .p-home__slide__bullets .swiper-pagination-bullet {
    margin-top: 10px;
  }

  .p-home__slide.swiper-container-horizontal .p-home__slide__bullets .swiper-pagination-bullet:before {
    width: 8px;
    height: 8px;
  }

  .p-home__items {
    padding: 150px 0 160px;
  }

  .p-home__items__heading {
    margin: 0 0 75px;
    font-size: 1.5rem;
  }

  .p-home__look {
    padding: 0 0 13.768115942028986%;
  }

  .p-home__look__wrp {
    max-width: 1380px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 625fr 407fr;
    -ms-grid-columns: 1fr;
    grid-template: 625fr 407fr/1fr;
  }

  .p-home__look__inr {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
        grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
        grid-column: 1/2;
    padding: 25.94202898550725% 21.014492753623188% 0 6.521739130434782%;
  }

  .p-home__look__heading {
    padding: 0 0 0 6.521739130434782%;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
  }

  .p-home__look__bg {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
        grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
        grid-column: 1/2;
    position: initial;
  }

  .p-home__look__bg .c-picture:before {
    padding: 0 0 45.289855072463766%;
  }

  .p-home__look__ul {
    flex-flow: nowrap;
  }

  .p-home__look__li {
    width: 23.5%;
  }

  .p-home__look__li .is-loaded {
    -webkit-animation-duration: .1s;
            animation-duration: .1s;
  }

  .p-home__look__li:first-of-type {
    margin: 13% 0 0;
  }

  .p-home__look__li:first-of-type .is-loaded:after {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }

  .p-home__look__li:nth-of-type(2) {
    margin: 7.000000000000001% 0 0 .7%;
  }

  .p-home__look__li:nth-of-type(2) .is-loaded:after {
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }

  .p-home__look__li:nth-of-type(3) {
    margin: 13% 0 0 2.6%;
  }

  .p-home__look__li:nth-of-type(3) .is-loaded:after {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }

  .p-home__look__li:nth-of-type(4) {
    margin: 0 0 0 2.6%;
  }

  .p-home__look__li:nth-of-type(4) .is-loaded:after {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }

  .p-home__look__ft {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
        grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
        grid-column: 1/2;
    margin: 4.057971014492753% 3.571428571428571% 0 0;
    padding: 0;
  }

  .p-home__story__inr {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    padding: 40px;
    margin: 0 auto;
  }

  .p-home__story:before {
    padding: 0 0 41.14583333333333%;
  }

  .p-home__story__mark {
    margin: 0;
    width: 8.833333333333334%;
  }

  .p-home__story__heading {
    margin: 0;
    flex: 1 1;
    text-align: left;
    padding: 0 0 0 1em;
    font-size: 2.8125vw;
  }

  .p-home__story__ft {
    padding: 0;
    width: 70px;
  }

  .p-home__fix-bg {
    background-image: url(/item/assets/img/home/slide/0.l.jpg);
  }

  .p-list__header {
    padding: 0 20px 80px;
  }

  .p-look__hd {
    height: calc(100vh - 11.354166666666666vw);
  }

  .p-look__hd__inr:after {
    margin: 5.125rem 0 8rem;
  }

  .p-look__hd h1 {
    font-size: 2.25rem;
    margin: 2rem 0 0;
  }

  .p-look__mark {
    width: 4.541875rem;
  }

  .p-look__inr {
    padding: 0 5.208333333333334vw 20.833333333333336vw;
    max-width: 1300px;
  }

  .p-news-list__li a {
    padding: 2.5% 1.666666666666667%;
  }

  .p-news-list__li__fig {
    width: 18.96551724137931%;
    margin: 0 4.310344827586207% 0 0;
  }

  .p-news-list__li__tx {
    width: 76.72413793103449%;
  }

  .p-news__article__hd {
    margin: 0 0 3.5625rem;
  }

  .p-news__article__hd time {
    font-size: .8125rem;
  }

  .p-news__article__hd h1 {
    font-size: 1.25rem;
  }

  .p-news__contact .c-btn {
    max-width: 130px;
    height: 30px;
  }

  .p-story__hd {
    height: calc(100vh - 11.354166666666666vw);
  }

  .p-story__hd h1 {
    font-size: 2.25rem;
    margin: 2rem 0 0;
  }

  .p-story__mark {
    width: 4.541875rem;
  }

  .p-story__sct {
    padding: 11.666666666666666vw 13.829787234042554vw 0;
  }

  .p-story__sct__hd {
    margin: 0 0 1.4375rem -13.529411764705882%;
  }

  .p-story__sct__hd p {
    font-size: 2.666666666666667vw;
  }

  .p-story__sct__tx {
    margin: 11.029411764705882% 0 0;
    padding: 0 11.76470588235294%;
  }

  .p-story__sct__fig {
    margin: 0;
  }

  .p-story__sct__fig .c-picture:before {
    padding: 0 0 61.76470588235294%;
  }

  .p-story__sct--2 {
    padding: 5vw 13.829787234042554vw 12.083333333333334vw;
  }

  .p-story__sct--2 .p-story__sct__hd {
    margin: 0 -8.38235294117647% -.25rem 0;
  }

  .p-story__sct--2 .p-story__sct__fig {
    margin: 0;
  }

  .p-story__h2 {
    font-size: 14.799999999999999vw;
  }

  .p-story__ft:before {
    padding: 0 0 21.875%;
  }

  .p-story__fix-bg:before {
    background-image: url(/item/assets/img/story/bg.l.jpg);
    background-position: 50% 50%;
  }
}

@media only screen and (min-width:591px) {
  .g-footer__nav p+p {
    margin: 0 0 0 30px;
  }
}

@media only screen and (min-width:751px) {
  .c-breadcrumbs {
    padding: 95px 0 160px;
  }

  .c-categories {
    padding: 80px 40px 110px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .c-categories__a {
    font-size: 1.125rem;
    line-height: 1.222222222222222;
    padding: 0 0 .5rem;
  }

  .c-container, .c-items {
    padding: 0 40px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .c-li--checked-list {
    width: calc((100% - 30px)/ 6);
    margin: 0 0 0 6px;
  }

  .c-li--checked-list:nth-of-type(6n+1) {
    margin-left: 0;
  }

  .c-li--checked-list:nth-of-type(n+7) {
    margin-top: 6px;
  }

  _:-ms-lang(x)::-ms-backdrop, .c-li--checked-list {
    margin: 0 -1%;
  }

  .c-news-list {
    padding: 0 40px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .c-news__li {
    width: 25%;
    padding:1px;
    box-sizing:border-box;
  }

  .c-news__li:nth-of-type(n+5) {
    margin-top: 20px;
  }

  .c-page {
    padding: 8.333333333333332vw 0 0;
  }

  .c-page__wrp {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    padding: 9.375vw 5.208333333333334vw 0;
    margin: 0 auto;
  }

  .c-page__side {
    width: 25%;
    margin-top: -20px;
  }

  .c-page__inr {
    margin: 0;
    width: 70.83333333333334%;
  }

  .c-page__h1 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5.208333333333334vw;
  }

  .c-row {
    display: flex;
    justify-content: space-between;
  }

  .c-row--reverse {
    flex-flow: row-reverse;
  }

  .c-row__i {
    width: 46.666666666666664%;
  }

  .p-item__name {
    font-size: 2.25rem;
  }

  .p-item__price-point {
    display: flex;
  }

  .p-item__point {
    margin: 0 0 0 10px;
  }

  .p-item__color__li {
    width: 23.92857142857143%;
  }

  .p-item__color__li+.p-item__color__li {
    margin: 0 0 0 1.428571428571429%;
  }

  .p-item__data {
    padding: 100px 40px 90px;
    max-width: 1280px;
    margin: 0 auto;
	width: 100%;
  }

  .p-item__size-chart {
    margin: 0 -40px 0 0;
  }

  .p-item__size-chart tbody {
    margin: 0 40px 0 0;
  }

  .p-item__explain {
    margin-top: 120px;
    align-items: center;
  }

  .p-item__explain__heading h2 {
    font-size: 2rem;
  }

  .p-item__explain__heading p {
    font-size: 1rem;
  }

  .p-item__detail-size+.p-item__explain {
    margin-top: 120px;
  }

  .p-item__ft {
    margin: 80px 0 0;
    padding: 0 40px;
  }

  .p-item__checked-list {
    margin: 100px auto 0;
    padding: 0 40px;
    max-width: 1280px;
  }

  .p-list__header {
    padding: 0 40px 100px;
  }

  .p-list__header__category {
    font-size: 2.25rem;
  }

  .p-list__header__total {
    font-size: .8125rem;
  }

  .p-news__wrp {
    max-width: 1300px;
    padding: 9.375vw 5.208333333333334vw 0;
    margin: 0 auto;
  }

  .p-news__h1 {
    max-width: 1300px;
    margin: 0 0 80px;
  }

  .p-story__sct {
    padding: 11.666666666666666vw 21.666666666666668vw 0;
  }

  .p-story__sct__hd {
    margin: 0 0 1.4375rem -27.058823529411764%;
  }

  .p-story__sct__hd p {
    font-size: 1.25rem;
  }

  .p-story__sct--2 .p-story__sct__hd {
    margin: 0 -16.61764705882353% -.25rem 0;
  }

  .p-story__h2 {
    font-size: 6.9375rem;
  }
}

@media only screen and (min-width:831px) {
  .g-header__nav__a {
    display: initial;
    white-space: nowrap;
  }
}

@media only screen and (min-width:961px) {
  .l-content, .l-menu {
    padding: 109px 0 0;
  }

  .c-page {
    padding: 80px 0 0;
  }

  .c-page__wrp {
    padding: 90px 50px 0;
  }

  .c-page__h1 {
    padding: 0 50px;
  }

  .g-header {
    height: 109px;
  }

  .g-header__menu {
    width: 30px;
    margin: 39.5px 34px;
  }

  .g-menu__inr {
    padding: 27px 0 60px;
  }

  .p-item__fvc {
    display: flex;
  }

  .p-item__images {
    width: 47.91666666666667%;
  }

  .p-item__thumbs {
    padding: 30px 20px;
    max-width: 560px;
  }

  .p-item__thumbs__li {
    width: calc((100% - 20px)/ 5);
  }

  .p-item__thumbs__li+.p-item__thumbs__li {
    margin: 0 0 0 5px;
  }

  .p-item__info {
    width: 52.083333333333336%;
    padding: 5.208333333333334% 0 5.208333333333334% 4.166666666666666%;
  }

  .p-item__info__inr {
    padding: 0 40px 0 0;
    max-width: 600px;
  }

  .p-item__add__btn {
    width: 88.92857142857142%;
  }

  .p-item__add__fav {
    width: 11.071428571428571%;
  }

  .p-home__slide.swiper-container-horizontal .p-home__slide__bullets {
    right: 34px;
  }

  .p-home__items__ft {
    padding: 40px 40px 0;
    max-width: 1280px;
    margin: 0 auto;
  }

  .p-home__news__inr {
    display: flex;
    max-width: 1600px;
    padding: 0 12.5% 0 2.5%;
    margin: 0 auto;
  }

  .p-home__news__heading {
    padding: 0;
    width: 11.76470588235294%;
  }

  .p-home__news__heading__inr {
    padding: 18px 0 0 40px;
  }

  .p-home__news .c-news-list {
    padding: 0;
    margin: 0;
    max-width: none;
    width: 88.23529411764706%;
  }

  .p-home__news__ft {
    padding: 70px 40px 170px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .p-look__hd {
    height: calc(100vh - 109px);
  }

  .p-look__inr {
    padding: 0 50px 200px;
  }

  .p-news__wrp {
    padding: 90px 50px 0;
  }

  .p-story__hd {
    height: calc(100vh - 109px);
  }

  .p-story__sct--2 {
    padding: 5vw 21.666666666666668vw 12.083333333333334vw;
  }
}

@media only screen and (min-width:1201px) {
  .p-story__sct {
    padding: 140px 260px 0;
  }

  .p-story__sct__hd {
    margin: 0 0 1.4375rem -184px;
  }

  .p-story__sct--2 {
    padding: 60px 260px 145px;
  }

  .p-story__sct--2 .p-story__sct__hd {
    margin: 0 -113px -.25rem 0;
  }
}

@media only screen and (min-width:1281px) {
  .p-item__size-chart, .p-item__size-chart tbody {
    margin: 0;
  }

  .p-home__story__heading {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width:1381px) {
  .p-home__look {
    padding: 0 0 190px;
  }
}

@media only screen and (min-width:1601px) {
  .p-home__news__inr {
    padding: 0 200px 0 40px;
  }
}

@media only screen and (min-width:1921px) {
  .p-item__info {
    padding: 100px 0 100px 80px;
  }

  .p-home__story:before {
    padding: 0 0 790px;
  }
}

@media only screen and (max-width:750px) {
  .c-li--checked-list {
    width: calc((100% - .5rem)/ 3);
    margin: 0 0 0 .25rem;
  }

  .c-li--checked-list:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .c-li--checked-list:nth-of-type(n+4) {
    margin-top: .25rem;
  }

  _:-ms-lang(x)::-ms-backdrop, .c-li--checked-list {
    margin: 0 -1%;
  }

  .c-news__li {
    width: 50%;
    padding:1px;
    box-sizing:border-box;    
  }

  .c-news__li:nth-of-type(n+3) {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width:560px) {
  .c-li+.c-li {
    margin-top: 2.5rem;
  }

  .p-home__items .c-li {
    width: 50%;
  }

  .p-home__items .c-li+.c-li {
    margin-top: 0;
  }

  .p-home__items .c-li:nth-of-type(n+3) {
    margin-top: 2.5rem;
  }

  .p-home__look__li {
    width: calc(50% - .25rem);
    margin: 0 0 0 .25rem;
  }

  .p-home__look__li:nth-of-type(2n+1) {
    margin-left: 0;
  }

  .p-home__look__li:nth-fo-type(n+3) {
    margin-top: .5rem;
  }
}

@media only screen and (max-width:320px) {
  html {
    font-size: 87.5%;
  }
}



/*========================================
▼Futureshop組み込み時  / カスタマイズ・修正
========================================*/

/*プレビューモード非表示*/
.fs-preview-header{
  display: none;
}

/* 言語機能 非表示*/
.g-header__lang{
  display: none;
}

/* 背景*/
.bg-gry{
  background-color: #F4F4F4;
}

/* エラー表示*/
.fs-c-panelContainer {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  /*margin: 20px 0;*/
  box-sizing: border-box;
}
.fs-c-panel {
  margin:20px 0;
}

/*==================
 ボタンパーツ
==================*/
.fs-c-button--primary {
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  box-shadow: none;
  min-width: 250px;
  background: #132546;
  color: #fff;
  border-radius: 4px;
  border: none;
}

.fs-c-button--standard {
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  box-shadow: none;
  min-width: 250px;
  background: #132546;
  color: #fff;
  border-radius: 4px;
  border: none;
}

/*==================
 fs-theme-css 修正
==================*/
p{
  margin: 0rem 0;
}

/*==================
ヘッダー 修正
==================*/
#fs_Top .g-header {
  background: 0 0;
  transition: background-color .2s
}
.is-scrolled .g-header {
  background: #fff!important;
}
#fs_Top .l-content {
  padding: 0
}
/*==================
 商品グループページ
==================*/

/* 商品一覧 必須システム機能 非表示*/
.fs-c-productListItem__control,
.fs-c-productName__copy,
.fs-c-productListItem__viewMoreImageButton,
.fs-c-listControl__status__indication,
.fs-c-sortItems,
.fs-c-pagination,
.fs-c-productListItem__productDescription{
  display:none!important;
}
.pager_wrap .fs-c-listControl{
  justify-content:center;
}
.pager_wrap .fs-c-pagination{
  display: flex!important;
}
.pager_wrap .fs-c-listControl__status{
  display:none!important;
}
.fs-c-productList{
  margin: 0;
}

/* ITEM数の表示部分*/

.fs-c-listControl__status {
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
  font-family: HelveticaNeue-Bold,"Helvetica Neue Bold",'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
}
@media only screen and (min-width:751px) {
  .fs-c-listControl__status {
    font-size: .8125rem
  }
}

/*パンクズ修正*/

.fs-c-breadcrumb__list{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 0 1.25rem;
}
.fs-c-breadcrumb__listItem{
  display: inline-block;
  padding: .3125rem .875rem;
  position: relative;
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
}
.fs-c-breadcrumb__listItem a{
  color: #b2b2b2;
  text-decoration: underline;
}
.fs-c-breadcrumb__listItem a:hover{
  text-decoration: none;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/item/assets/img/ui/bc-a.svg) 0 0/contain no-repeat;
  width: .25rem;
  height: .375rem;
  top: .53125rem;
  left: -.125rem
}

@media only screen and (min-width:751px) {
  .c-breadcrumbs {
    padding: 95px 0 0px
  }
}
.c-breadcrumbs {
  padding: 5.9375rem 0 0rem;
}

/*ページャー修正*/

.fs-c-pagination__item {
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b2b2b2;
  font-size: .9375rem;
  letter-spacing: 0;
  line-height: 1.2;
  padding: .125rem 0 .3125rem;
  margin: .5rem .625rem;
}
a.fs-c-pagination__item:not(.is-current) {
  transition: color .2s;
  cursor: pointer;
}
a.fs-c-pagination__item:not(.is-current):hover {
  color: #000
}
.fs-c-pagination__item.is-current {
  color: #000;
  pointer-events: none
}
.fs-c-pagination__item.is-current span {
  display: block;
  border-bottom: 1px solid #000;
  width: max-width;
}
.fs-c-pagination__item.is-active{
    background: none;
    color: inherit;
    color: #000;
    pointer-events: none;
    border-bottom: 1px solid #000;
}
.fs-c-pagination__item--next{
    background-image: url(/item/assets/img/ui/ar.svg);
    margin-left: 1.25rem;
    border: 1px solid #000;
    border-radius: .125rem;
    background: 50% 50%/.3125rem no-repeat;
    padding: 0;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	color: #000;
}
.fs-c-pagination__item--prev{
    background-image: url(/item/assets/img/ui/al.svg);
    margin-right: 1.25rem;
    border: 1px solid #000;
    border-radius: .125rem;
    background: 50% 50%/.3125rem no-repeat;
    padding: 0;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	color: #000;	
}

/* 商品一覧部分修正*/
.fs-c-productList__list{
  display: flex;
  flex-flow: wrap;
  padding: 0 1.25rem;
  grid: none;
  grid-gap: unset;
}
@media only screen and (min-width:561px) {
.fs-c-productList__list{
    display: flex;
    flex-flow: wrap;
    padding: 0 20px
  }
}
@media only screen and (min-width: 751px) {
.fs-c-productList__list{
    padding: 0 40px;
    max-width: 1280px;
    margin: 0 auto;
}
}

.fs-c-productList__list__item{
  text-align: center;
  border-bottom: none;
  padding: 0;
  grid: none!important;
  grid-column: none!important;
  grid-row: none!important;
}
@media only screen and (min-width:561px) {
.fs-c-productList__list__item{
    width: calc((100% - 60px)/ 3);
    margin: 0 0 0 30px;
  }
  .fs-c-productList__list__item:nth-of-type(3n+1) {
    margin-left: 0
  }
  .fs-c-productList__list__item:nth-of-type(n+4) {
    margin-top: 40px
  }
}
@media only screen and (max-width:560px) {
  .fs-c-productList__list__item + .fs-c-productList__list__item {
    margin-top: 2.5rem
  }
}

.fs-c-productListItem__image a {
  display: block;
  position: relative
}
.fs-c-productListItem__image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  opacity: .3;
  transition: background-color .2s;
  z-index: 2;
}
.fs-c-productListItem__image a:hover:before {
  background-color: #000
}

.fs-c-productName__name{
    font-size: .6875rem;
    letter-spacing: 0;
    line-height: 1.4;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300
 }

.fs-c-productPrice,
.fs-c-productPrice__addon{
    font-size: .625rem;
    letter-spacing: 0;
    line-height: 1.54;
    margin: .35rem 0 0;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
	justify-content: center;
}

/*予約商品*/
.fs-c-productPrice__main__label{
  display: none;
}

.fs-c-productPreorderMessage p{
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 2;
    margin: 30px 0 0;
}

/*商品一覧のアイコン部分*/

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
  background: #a0a0a0;
  border: none;
  font-size: .6875rem;
  display: inline-block;
  padding: 5px 10px;
  margin: 12px 0 0;
}
.fs-c-productListItem__preorderMessage{
    background: #de959b;
    border: none;
    font-size: .6875rem;
    display: inline-block;
    padding: 5px 10px;
    margin: 12px 0 0;
    line-height: 1;
}

/*==================
main ブロック修正
==================*/

.fs-l-main {
  margin: 0px auto;
  padding: 8px;
  max-width: 1216px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.fs-l-main {
  padding: 3.375rem 0 0;
  min-height: 300px
}
@media only screen and (min-width:561px) {
  .fs-l-main {
    padding: 11.354166666666666% 0 0
  }
}
@media only screen and (min-width:961px) {
  .fs-l-main {
    padding: 109px 0 0
  }
}
/* タイトル*/
.fs-c-wishlistProduct__title,.fs-c-heading--page {
  margin: 40px 0 40px;
  padding: 0 0 30px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.1875;
  font-family: HelveticaNeue-Medium,"Helvetica Neue Medium",'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 500;
  position:relative;
  border:none;
}
@media only screen and (min-width:961px) {
.fs-c-wishlistProduct__title,.fs-c-heading--page {
    margin: 80px 0 40px;
  }
}

.fs-c-wishlistProduct__title:before, .fs-c-heading--page:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;/*線の上下位置*/
  display: inline-block;
  width: 34px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 1px;/*線の丸み*/
}

/*==================
フッター部分修正
==================*/

/*TOP調整*/
@media only screen and (min-width: 961px){
  .p-home__news__ft {
      padding-bottom:0px;
  }
}


@media only screen and (min-width: 561px){
  .g-footer__inr{
    padding-top: 160px;
  }
}

.g-footer__inr{padding-top: 5rem;}

/*==================
闇市ログイン
==================*/

.fs-c-blackmarketPasswordField {
  width: 250px;
  margin: 0 auto;
  padding: .35em .75em .625em;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
  font-size: 1.5rem;
  padding-right: 5px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before{
  font-size: 1.5rem;
  padding-right: 5px;
}

/*==================
商品詳細ページ
==================*/

.fs-c-productNumber{
    font-size: .6875rem;
    letter-spacing: 0;
    line-height: 1.181818181818182;
    margin: 0 0 .375rem;
	font-family: HelveticaNeue-Light,"Helvetica Neue Light",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
    border: none;
    display: block;
    padding: 0;
}
.fs-c-productNumber__label{
  display: none;
}
.fs-c-productNumber__number{
  font-weight: inherit;
}
/*商品名・キャッチコピー*/
.fs-c-productNameHeading{
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 .75rem;
  font-family: HelveticaNeue-Bold,"Helvetica Neue Bold",'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700  
}
.fs-c-heading {
}
.fs-c-productNameHeading__copy {
  display: block;
  font-size: 0.875rem;
}
.fs-c-productNameHeading__name{
}


@media only screen and (min-width:751px) {
  /*商品名・キャッチコピー*/
  .fs-c-productNameHeading{
    font-size: 2.25rem;
  }
  .fs-c-productNameHeading__copy {
    font-size: 1rem;
  }
  .fs-c-productNameHeading__name{
  }
}

/*価格*/

.p-item__price-point .fs-c-productPrice, .p-item__price-point .fs-c-productPrice__addon{
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: HelveticaNeue-Medium,"Helvetica Neue Medium",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 500;
    margin: 0;
    justify-content: start;
}

.fs-c-productPrice__main{

}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
    font-size: unset;
}
.p-item__price-point .fs-c-productPrice__addon{
    font-size: .55em;
    line-height: 1;
    vertical-align: .090909090909091em;
    margin: 0 0 0 .272727272727273em;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
}

/*ポイント*/

.fs-c-productPointDisplay__label{
  display: none;
}
.fs-c-productPointDisplay__unit{
    font-size: .6875rem;
    letter-spacing: 0;
    line-height: 1.363636363636364;
    /*margin: 0 0 0 .375rem;*/
    color: #b2b2b2;
}

/*お問い合わせボタン*/
.p-item__ft button{
    border: 1px solid #000;
    border-radius: .125rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: .6875rem;
    letter-spacing: 0;
    line-height: 1.181818181818182;
    height: 2.25rem;
    padding: .625rem;
    min-width: auto;
    background: #fff;
    color: #000;
}
.p-item__ft button:hover{
  text-decoration:none;
  color:#000;
  opacity:0.7;
}
@media only screen and (min-width:751px) {
  .p-item__ft button{
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto;
      height: 32px;
      /* min-width: auto; */
  }
}

/*サイズ・カラー / カートボタン部分*/
.fs-c-stockSignLegend{
  display: none;
}

.fs-c-productChooseVariation{
  margin: 2.5rem 0 0;
}

.fs-c-productChooseVariation__variationLabel__size,
.fs-c-variationLabel{
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 .625rem;
    font-family: HelveticaNeue-Bold,"Helvetica Neue Bold",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
 }
 .fs-c-variationMatrix__row__variationName{
   /* display: none; */
   text-align: center;
   font-size: .75rem;
   padding: 0.5rem 0 0;
 }

.fs-c-productChooseVariation__variation__thumbs{
	display: flex;
}
.fs-c-productChooseVariation__variation__thumb{
  width: 5rem;
  /*  */
}
.fs-c-variationMatrix__row__thumbnail{
  border: 1px solid transparent;
}
.fs-c-productChooseVariation__variation__thumb + .fs-c-productChooseVariation__variation__thumb {
  margin: 0 0 0 .3125rem
}
@media only screen and (min-width:751px) {
  .fs-c-productChooseVariation__variation__thumb{
    width: 23.92857142857143%
  } 
  .fs-c-productChooseVariation__variation__thumb + .fs-c-productChooseVariation__variation__thumb {
    margin: 0 0 0 1.428571428571429%
  }
}

.fs-c-variationMatrix__row__thumbnail &gt; img{
  max-width:unset;
}
.fs-c-variationMatrix__row__thumbnail img, .fs-c-variationMatrix__row__variationName{
  margin:0;
}
.fs-c-productChooseVariation__variation__thumb.is-active{
  border-color: #000;
  pointer-events: none;
}
.fs-c-productChooseVariation__variation__thumb.is-active .fs-c-variationMatrix__row__thumbnail{
  border-color: #000;
  pointer-events: none;
}


/* size*/
.fs-c-productChooseVariation__variationLabel__size{
	margin-top: 1.25rem;
}

.fs-c-variationMatrix__row{
  display: none;
}
.fs-c-variationMatrix__row.is-active{
  display: block;
}
.fs-c-variationMatrix{
    font-family: HelveticaNeue-Medium,"Helvetica Neue Medium",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 500;
}
.fs-c-variationMatrix__item{
    flex-grow: 1;
    flex-basis: unset;
    flex: unset;
    border: 1px solid #e3e3e3;
    background: #fff;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.214285714285714;
    width: 18.80597014925373%;
    height: 3.5625rem;
    border-radius: .25rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	margin-bottom:1.492537313432836%;
}
.fs-c-variationMatrix__item+.fs-c-variationMatrix__item{
  margin:0 0 0 1.492537313432836%;
}
.fs-c-variationMatrix__panel{
    padding: 0;
    padding: 4px;
    border: none;
    background: none;
    align-items: center;
    justify-content: center;
    width: 100%;
	margin: 0;
}
.fs-c-variationMatrix__panel:hover{
}
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel{
  background: #000;
}

/* 数量・カート・お気に入り*/

.fs-c-productQuantityAndWishlist{
    display: flex;
    justify-content:start;
	flex-wrap: wrap;
}


/* 数量ボタン*/

.fs-c-productQuantityAndWishlist__quantity{
  grid: unset;
  order: 1;
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  width: 100%;
  max-width: unset;
  margin-bottom: 2.5rem;  
}

.fs-c-productQuantityAndWishlist__quantity:before{
	content: "QTY";
	display: block;
	text-align: left;
	margin: 0 0 .625rem;
	font-family: HelveticaNeue-Bold,"Helvetica Neue Bold",'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: .75rem;
}
.fs-c-productQuantityAndWishlist__quantity select{
    font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e3e3e3;
    border-radius: .25rem;
    outline: 0;
    height: 3.5625rem;
    width: 5.4375rem;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.071428571428571;
    padding: 1.3125rem 2.3125rem 1.3125rem 1.0625rem;
    background: url(https://taigaliona.itembox.design/item/assets/img/ui/ad.svg) top 1.6875rem right 1.3125rem/.5625rem no-repeat #fff;
}
.fs-c-productQuantityAndWishlist__quantity input{
    font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e3e3e3;
    border-radius: .25rem;
    outline: 0;
    height: 3.5625rem;
    width: 5.4375rem;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.071428571428571;
    padding: 1.3125rem 2.3125rem 1.3125rem 1.0625rem;
    box-shadow: none;
}

/* カートボタン*/
.fs-c-productQuantityAndWishlist .fs-c-productActionButton{
    order: 2;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    padding: 0;
	width: 83.5820895522388%;
}
@media only screen and (min-width:961px) {

.fs-c-productQuantityAndWishlist .fs-c-productActionButton{
	width: 88.92857142857142%;
}
}

.fs-c-productQuantityAndWishlist .fs-c-productActionButton button{
    font-family: HelveticaNeue-Bold, "Helvetica Neue Bold", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    border-radius: .25rem;
    color: #fff;
    background: #000;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.25;
    cursor: pointer;
    height: 4.25rem;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: unset;
	min-width: unset;
    width: 100%;
}


.fs-c-button--secondary{
  background: #B2B2B2!important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  box-shadow: none;
  min-width: 250px;
  background: #B2B2B2;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin: 0 auto;  
}
/*お気に入りボタン*/

.fs-c-productQuantityAndWishlist__wishlist{
    order: 3;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    padding: 0;
    /* display: flex; */
    height: 4.25rem;	
    width: auto;
    margin: auto;	
}

.fs-c-productQuantityAndWishlist__wishlist　.fs-c-button--particular{
    background: none;
    border: none;
    box-shadow: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail{
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
    margin: 0;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
  color:#BF0036;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button__label{
  display:none;
}

/* 商品詳細画像 スライダー部分*/
.fs-c-productCarouselMainImage__expandButton{
  display: none;
}
.p-item__images .fs-c-slick .slick-prev, .p-item__images .fs-c-slick .slick-next{
  display: none!important;
}
.fs-c-productCarouselMainImage__image__caption{
  display: none;
}
.fs-c-productCarouselMainImage__thumbnailList{
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 1.25rem;
    max-width: 34.75rem;
    margin: 0 auto;
    justify-content: flex-start;
}
@media only screen and (min-width: 961px){

  .fs-c-productCarouselMainImage__thumbnailList{
    padding: 30px 20px;
    max-width: unset;

  }

}
.fs-c-productCarouselMainImage__thumbnail__caption{
    display: none;
}
.fs-c-productCarouselMainImage__thumbnailList &gt; li {
    flex-basis: unset;
    flex-shrink: 0;
    margin: 0 0px;
    width: calc((95%)/ 4);
    margin: 0.5%;
    cursor: pointer;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (min-width: 961px){
.fs-c-productCarouselMainImage__thumbnailList &gt; li {
    width: 100px;
    margin: 0.5%;
}
}

.fs-c-productCarouselMainImage__thumbnailList &gt; li img{
 border: 0px solid transparent;
 max-width: unset;
 width: 100%;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img{
  border: 0px solid transparent;
  position:relative;
}
.slick-active{
  position:relative;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: .2;
  /* margin: 0px; */
}

/*在庫なし*/
.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock{
  background: #a0a0a0;
  padding: 8px 15px;
  text-align: center;
  font-size: 0.6875rem;
  margin: 12px 0;
}

/*販売期間*/
.fs-c-productSalesPeriod {
  line-height: 1.4;
  background: #a0a0a0;
  padding: 8px 15px;
  text-align: center;
  font-size: 0.6875rem;
  margin: 12px 0;
  border: none;
}

/*スライダー調整*/
.fs-c-slick.slick-initialized .slick-slide {
  display: none;
}
.fs-c-slick.slick-initialized .slick-current{
  display:block;
}
.fs-c-productCarouselMainImage__image &gt; img {
  max-width: 100vw;
  max-height: 90vh;
}
/*==================
プライバシーポリシー / 特定商法取引etc
==================*/
.fs-c-documentArticle{
  padding:0;
}
.fs-c-documentArticle__heading{
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.6;
    background: #f4f4f4;
    padding: .866666666666667em 1.388888888888889em;
    margin: 0 0 1.5em;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.fs-c-documentColumn__heading {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  border-bottom: 1px solid #e3e3e3;
  padding: .6625em 0;
  margin: 2.525em 0 1.375em;
  margin-top: -.4375em;
  border-left: none;
  font-weight: bold;
}
.fs-c-orderedList {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.583333333333333;
  margin: 20px 0;
}

.fs-p-address {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.583333333333333;
  margin: 20px 0;
}
.fs-c-explainList{
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 1.583333333333333;
}

.member-agreement .fs-c-documentColumn__heading{
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.6;
    background: #f4f4f4;
    padding: .866666666666667em 1.388888888888889em;
    margin: 0 0 1.5em;
    font-weight: bold;
    color: #000;
    text-align: left;
    border:none;
}
.fs-c-documentColumn__content{
  line-height: 2rem!important;
}
/*==================
ログイン
==================*/

/*ログイン*/
.fs-c-subSection__title{
  border: none;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 45px;
}

.fs-body-login .fs-c-registeredUsers {
    flex-grow: 1;
    flex-basis: calc(50%);
    max-width: 470px;
    /* background: #fff; */
}
@media screen and (max-width: 960px){

.fs-body-login .fs-c-registeredUsers {
    flex-grow: 1;
    flex-basis: calc(100%);
    max-width: unset;
}
  
}

.fs-c-fsLogin{
  
background: #fff;
  
padding: 40px;
}
.fs-c-fsLogin .fs-c-inputInformation__button{
  margin-bottom:20px;
}
.fs-c-inputInformation__link{
  text-align:center;
  font-size:0.875rem;
}

.fs-body-login .fs-c-inputInformation__field{
  background-color:#fff;
  padding: 0px 0px;
}
.fs-body-login .fs-c-inputTable{
  width:100%;
}

.fs-body-login .fs-c-inputInformation__field .fs-c-inputTable__headerCell{
  width: 35%;
  padding-right:10px;
  box-sizing:border-box;
}
.fs-body-login .fs-c-inputInformation__field .fs-c-inputTable__dataCell{
  width: 65%;
}


@media screen and (max-width: 810px){

.fs-body-login .fs-c-inputInformation__field .fs-c-inputTable__headerCell{
  width: 100%;
  padding-right:0px;
  padding-bottom:0.875rem;
}
.fs-body-login .fs-c-inputInformation__field .fs-c-inputTable__dataCell{
  width: 100%;
  max-width:unset;
}

}
.fs-c-newUsers__message{
  font-size:0.875rem;
  margin-bottom: 45px;
}

.fs-body-cart-login .fs-c-loginForm{
  max-width:1000px;
  margin: 0 auto 60px;
}
.fs-body-cart-login .fs-c-inputInformation__field{
  background:none;
  padding:0;
}
.fs-body-cart-login .fs-c-guestPurchase{
  margin:80px 0;
  padding:0
}

.fs-c-button--plain {
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  box-shadow: none;
  min-width: 250px;
  background: #132546;
  color: #fff;
  border-radius: 4px;
  border: none;
}

.fs-c-button--plain:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

/*会員登録*/
.member_form_bgwht .fs-c-inputInformation__field{
  max-width:1000px;
  background: #fff;
  padding: 60px 40px;
  margin-top: 80px;
}

@media screen and (max-width: 767px){
  .member_form_bgwht .fs-c-inputInformation__field{
  padding: 40px 10px;
  }
}

.fs-c-memberPolicyAgreeField,
.fs-c-fieldMessage--privacyPolicy{
  font-size:0.875rem;
  text-align:center;
  margin: 20px 0 0;
}
.fs-c-inputField__explanation{
  font-size:0.875rem;
}

/*登録完了*/

.fs-c-couponMessage{
  margin:0;
  font-size:0.875rem;
  margin-bottom: 80px;
}
.fs-c-couponMessage__label{
  font-size:1.0rem;
  padding-bottom: 20px;
  border: none;
}
.fs-c-couponMessage__listItem__discount{
  background-color:#000;
}
.fs-c-couponMessage__listItem__expiration{
  font-size:0.875rem;
}
.fs-c-registerSuccessMessage{
  font-size:0.875rem;
  margin: 20px auto;
  border: none;
  display: none;
}

/*パスワード再設定*/
.fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-cardAuth .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field{
  padding: 0;
  background: none;
}

/*新しいパスワードの登録*/
.fs-body-resetPassword .fs-c-inputInformation__field{
  padding:0;
  background:none;
}

/*==================
カート
==================*/

.cart_page{}

.fs-body-cart .fs-l-cart__contentsArea{
  grid:unset;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.fs-body-cart #fs-cartContent-container{
  width:100%;
}
.fs-c-cartTableContainer{
  background:#fff;
  padding: 30px 0;
  border: none;
}
.fs-c-cartTable{
  border:none;
  /* padding: 30px 0; */
}
.fs-c-cartTable tr{
  border-bottom:1px solid #E3E3E3;
}
.fs-c-cartTable tbody tr:last-child{
  border-bottom:none;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell{
  border:none;
  background: none;
  font-size: 0.8125rem;
  font-weight: normal;
}
.fs-c-cartTable__headerCell{
  text-align:center;
}
.fs-c-cartTable__dataCell{
  padding:20px;
}
.fs-c-cartTable__headerCell--product{
  width:50%;
}
.fs-c-cartTable__headerCell--quantity,
.fs-c-cartTable__headerCell--subtotal,
.fs-c-cartTable__headerCell--point,
.fs-c-cartTable__headerCell--action{
  width: calc(50%/4);
}


.fs-c-cartTable .fs-c-button--plain{
  min-width:unset;
  background: #B2B2B2;
  font-size: inherit;
}

.fs-c-cartTable__product {
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 110px 1fr;
    grid-gap: 10px;
}
.fs-c-cartTable__productImage__image{
  padding:0;
  max-width: unset;
  width: 100%;
}
.fs-c-cartTable .fs-c-cartTable__product .fs-c-productPrice__main,
.fs-c-cartTable .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed){
  font-size:0.6875rem;
  font-weight:700;
}
.fs-c-price__price--taxIncl{
  font-weight:700;
}

.fs-body-cart .fs-l-cart__sideColumn{
  padding:0;
  border:none;
  font-size:0.875rem;
  width: 50%;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-price{
  font-size:1.4375rem;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable{
  border-collapse: collapse;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable th{
  border:none;
  border-bottom: solid 1px #E3E3E3;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable td{
  border:none;  
  padding:20px;
  border-bottom: solid 1px #E3E3E3;
}

.fs-c-purchaseHere__message{
  font-size:0.875rem;
  text-align:center;
  margin-bottom:20px;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary{
  background: #132546!important;
}

.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--purchaseHere{
  width:100%;
}

.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--loginAndPurchase,
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase{
  width:100%;
}
.fs-c-continueShopping{
  margin:80px auto;
  text-align:center;
}
.fs-c-button--continueShopping{
  background:#B2B2B2
}

@media screen and (max-width: 767px) {
.fs-c-cartTable__headerCell--product{
  width:35%;
}
.fs-c-cartTable__headerCell--quantity,
.fs-c-cartTable__headerCell--subtotal,
.fs-c-cartTable__headerCell--point,
.fs-c-cartTable__headerCell--action{
  width: calc(65%/4);
}

.fs-c-cartTable__product {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    grid-gap: 10px;
}

}

@media screen and (max-width: 560px){
.fs-body-cart .fs-l-cart__sideColumn{  
  width: 100%;	
}

.fs-c-cartTable__product {
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 150px 1fr;
    grid-gap: 0px;
    /* grid-column: 1 / 2; */
}
.fs-c-cartTable__product &gt; .fs-c-cartTable__productImage{
  padding:0;
}
.fs-c-cartTable__productInfo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.fs-c-listedProductName{
  width:100%;
  text-align: right;
}
}

/*お客様情報入力*/
.fs-body-customerDetails .fs-c-agreementField{
  border:none;
}
.fs-c-agreementConfirmationArea {
    margin: 20px auto;
    max-width: 680px;
    font-size: 0.875rem;
}

.fs-c-agreementConfirmation__message{
  background:none;
  padding:0;
}
.fs-c-agreementConfirmationArea .fs-c-agreementConfirmation &gt; * + *{
  margin-top:40px
}
.fs-c-agreementConfirmationArea .fs-c-checkbox__label{
  align-items: start;
}
.fs-c-agreementConfirmationArea .fs-c-checkbox__label .fs-c-checkbox__checkMark{
  margin: 4px 10px 0 0;
}
.fs-c-agreementConfirmation__addon{
  margin-left:25px;
}
.fs-system-assistTarget{
  max-width:375px;
}
.fs-c-agreementConfirmation{
  margin-bottom: 40px;
}
.fs-c-agreementConfirmation__password__input{
  margin:10px auto 0;
}
/*ご注文手続き*/
.purchase_page{}

.purchase_page .fs-l-checkout{
  flex-wrap:wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.purchase_page .fs-l-checkout__mainColumn{
  width:100%;
  margin: 0;
  padding: 0;
  max-width: unset;
}
.fs-c-checkout-preview{
  background:none;
  border:none;
  padding:0;
  margin-bottom: 60px;
}
#fs-orderContents-container .fs-c-checkout-preview{
  margin-bottom:30px;
}
.fs-c-checkout-preview__title{
  font-size: 1.125rem;
  border:none;
  padding: 0;
  margin-bottom: 40px;
}
.fs-c-checkout-preview__body{
  font-size: 0.875rem;
}
.fs-c-checkout-customerInfo,
.fs-c-checkout-destination__list{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
}
.fs-c-checkout-customerInfo li,
.fs-c-checkout-destination__list li{
  border-bottom:1px solid #E3E3E3;
  padding:20px 0;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name{
  font-size:inherit;
}


.purchase_page .fs-l-checkout__mainColumn .fs-c-button--standard{
  background:#B2B2B2;
}
.fs-c-inputField__field{
  text-align:center;
}
.fs-c-checkout-destination__body {
  display:block;
}
.fs-c-checkout-checkoutMethod{
  margin-bottom:40px;
  border: 1px solid #E3E3E3!important;
  box-shadow:none;
}
.fs-c-checkout-checkoutMethod__body{
  padding: 20px 0;
}
.fs-c-checkout-checkoutMethod__title{
  padding:10px;
}
.fs-c-inputInformation__field{
  text-align:center;
}
.fs-c-checkout-checkoutMethod__body .fs-c-checkout-customerInfo{
  padding: 0px 20px;
  /* margin: 0; */
  /* margin-bottom: 0; */
  margin: 0;
}
.fs-c-checkout-addresseeList{
  font-size:0.875rem;
}
.fs-c-checkout-addressee{
  border:none;  
}
.fs-c-checkout-addressee__data__name,
.fs-c-checkout-addressee__data__name__home{
  font-size:inherit;
  font-weight:normal;
}
.fs-c-checkout-paymentInfo__body{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
}
.fs-c-checkout-paymentMethodList{
  padding-left: 10px;
  margin: 10px 0;
}
.fs-c-checkout-paymentMethodList li{
  border: none;
  margin-bottom: 10px;
}
.fs-c-checkout-paymentMethodList li:last-child{
  margin-bottom:0;
}
.fs-c-checkout-paymentMethod__title{
  background:none;
  border:none;
  padding: 10px;
}
.fs-c-checkout-paymentMethod.is-active{
  border:1px solid #E3E3E3
}
.fs-c-checkout-paymentMethod__body{
  margin: 20px 10px;
  padding: 0;
}
.fs-c-checkout-couponInfo__body{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
}
.fs-c-checkout-couponCodeInput{
}
 
.fs-c-checkout-customerInfo,
.fs-c-checkout-destination__list{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
}
.fs-c-checkout-paymentInfo__body{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
}
.fs-c-checkout-couponInfo__body{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
}
.fs-c-checkout-couponCodeInput{
  background:none;
  margin: 20px 0 20px;
  padding: 0;
}
.fs-c-checkout-couponCodeInput input{
  padding:15px 10px;
}
.fs-c-checkout-couponCodeInput__title{
  font-size:0.875rem;
}
.fs-c-checkout-couponList__item,
.fs-c-checkout-couponList__item.is-active{
  background:none;
  border:1px solid #E3E3E3;
}
.fs-c-checkout-couponList__couponName{
  font-size:inherit;
}
.fs-c-checkout-couponList__couponDiscount{
  color:unset;
}
.fs-c-checkout-couponStatus,
.fs-c-checkout-couponStatus.is-disabled{
  background: #B2B2B2;
}
.fs-c-checkout-couponStatus.is-active{
  background:#132546;
}
.fs-c-checkout-couponStatus{
  font-size:0.75rem;
  width: auto;
  min-width: 64px;
}
.fs-c-checkout-couponStatus::after{
  font-size:1rem;
}
.fs-c-checkout-couponStatus.is-inactive{
  background:#132546;
  color:#fff;
  font-size: 0.75rem;
}

.fs-c-checkout-delivery__method{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
  font-size:0.875rem;
}
.fs-c-checkout-delivery__method__title{
  font-size:inherit;
  font-weight:normal;
}
.fs-c-checkout-delivery__method__message{
  border:none;
  padding:0;
  margin:20px 0;
}
.fs-c-checkout-delivery__method .fs-c-pairList &gt; *:nth-child(1){
  margin-bottom:0;
}
.fs-c-checkout-delivery__method__deliveryDateTime dd{
  font-weight:normal;
}
.fs-c-checkout-deliveryMethod__title{
  padding: 0px;
}
.fs-c-checkout-deliveryMethod__body{
  font-size:0.875rem;
  padding: 0px 0;
}
.fs-c-checkout-deliveryMethod__body &gt; *{
}
.fs-c-checkout-deliveryMethod__option{
  margin-top: 20px;
}
.fs-c-checkout-deliveryMethod__option__title{
  font-size:inherit;
  border:none;
  display: none;
}
.fs-c-checkout-deliveryMethod__option__setting{
  background:none;
  padding:0;
}
.fs-c-checkout-deliveryMethod__option__setting__message{
  margin-top: 5px!important;
  font-size: 0.8125rem;
}
.fs-c-checkout-deliveryMethod__option__setting dt{
  font-weight:700;
  margin-bottom:5px
}
.fs-c-checkout-deliveryMethod__option__setting dd{
  margin-bottom:20px;
}
.fs-c-checkout-deliveryMethod,
.fs-c-checkout-deliveryMethod.is-active{
  border:none;
}

.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title{
  background:none;
  color:#000;
}

.fs-c-checkout-orderInfo__body{
  background:#fff;
  padding:20px 0;
  margin-bottom: 0px;
}
.fs-c-returnedSpecialContract{
  margin-top: 0px!important;
  padding: 0;
}
.fs-c-returnedSpecialContract__link{
  text-align:right;
}
.fs-c-returnedSpecialContract__link a{
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    box-shadow: none;
    min-width: 250px;
    background: #B2B2B2;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.fs-c-returnedSpecialContract__link a:hover{
  opacity:0.7;
}

#fs_orderTotalContainer{
  margin-top:60px;
  max-width:1000px;
  margin: 60px auto 0;
}
#fs_orderTotalContainer .fs-c-buttonContainer{
  padding:0;
  margin: 30px 0 80px;
}
#fs_orderTotalContainer .fs-c-orderTotalTable th,
#fs_orderTotalContainer .fs-c-orderTotalTable td{
  padding:20px 0;
}
.fs-c-totalAndActions button:not(.fs-c-button--image){
  max-width:unset;
  min-width: 250px;
  font-size: unset;
  min-height: unset;
}

.fs-c-checkout-communicationInfo__body{
  background:#fff;
  padding:60px;
  margin-bottom:30px;
  font-size:0.875rem;
}
.fs-c-checkout-previewAndEdit{
  grid:unset;
}
.fs-c-checkout-previewAndEdit__button{
  justify-content:start;
  padding: 0;
}
.fs-c-checkout-previewAndEdit__info{
  border:none;
  padding:0;
  margin: 20px 0;
  min-height: unset;
}
/* モーダル*/

.fs-c-modal__header{
  background:none;
  /* text-align: center; */
  padding: 20px;
  position:relative;
  display:block;
}
.fs-c-modal__title, .fs-c-modal__productName{
  font-size: 1.125rem;
  display:block;
  padding: 0;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.fs-c-modal__close{
  position:absolute;
  top: 25px;
  right: 30px;
}
.fs-c-modal__contents{
  padding:20px;
}
.fs-c-modal__contents .fs-c-inputInformation__button{
  margin-bottom:0;
}


@media screen and (max-width: 767px) {

.fs-c-checkout-customerInfo,
.fs-c-checkout-destination__list{
  padding:20px;
}
.fs-c-checkout-paymentInfo__body{
  padding:20px;
}
.fs-c-checkout-couponInfo__body{
  padding:20px;
}
.fs-c-checkout-delivery__method{
  padding:20px;
}
.fs-c-checkout-communicationInfo__body{
  padding:20px;
}
.fs-c-buttonContainer--changeSmall, .fs-c-buttonContainer--moveToOrderHistory, .fs-c-buttonContainer--moveToStoreOrders{
  flex-wrap:wrap;
  justify-content: center;
}
.fs-c-checkout-destination__control{
  flex-wrap:wrap;
  justify-content: space-evenly;
}
.fs-c-returnedSpecialContract__link{
  text-align:center;
}
.fs-c-checkout-couponCodeInput{
  text-align: center;
}
.fs-c-checkout-couponCodeInput__title{
  margin: 10px 0;
  margin-right: 0!important;
}
.fs-c-checkout-couponCodeInput__input{
  flex-basis:100%;
  margin: 10px 0!important;
}
.fs-c-couponCodeInput__button{
  width:100%;
}
.fs-c-couponCodeInput__button button{
  width:100%;
}
.fs-c-checkout-addressee{
  grid:unset;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  border: 1px solid #E3E3E3;
  padding: 20px;
}
.fs-c-checkout-addressee .fs-c-checkout-addressee__data{
  width:100%;
  padding:0;
  margin-bottom:20px;
}
}

/*ご注文完了*/
.fs-c-checkoutSuccess__message{
  font-size:0.875rem;
  text-align:center;
}

/*お気に入り商品*/
.fs-c-wishlistProduct__footer{
  text-align: center;
  padding: 20px 0 40px;
}
.fs-c-viewAllProductsLink__label{
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  box-shadow: none;
  min-width: 250px;
  background: #B2B2B2;
  color: #fff;
  border-radius: 4px;
  border: none;
}
.fs-c-viewAllProductsLink__label:hover{
  opacity: 0.7;
}
/*==================
マイページ
==================*/

/*システムパーツ非表示*/
.fs-l-additionalProduct--wishlist{
  display: none;
}

.fs-l-pageMain {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.fs-c-button--myPageTop{
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    box-shadow: none;
    min-width: 250px;
    background: #B2B2B2;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin: 0 auto;
}
.fs-c-button--myPageTop:hover{
  text-decoration:none;
  color:#fff;
}

.fs-c-inputInformation__message{
  font-size:0.875rem;
}

/*mypage- top*/
.mypage .ttl_underline {
  margin-bottom: 1.6em;
}

.fs-c-accountService {
  justify-content: flex-start;
}
@media screen and (min-width: 960px){
  .fs-body-my-top .fs-c-accountService {
    flex-basis: auto;
    margin: auto;
  }
}
.fs-c-accountService__page {
  margin: 11px 14px;
}
.fs-c-accountService__page {
  flex-basis: 190px;
  height: 140px;
}
.fs-c-accountService__page--accountDelete {
  align-items: stretch;
  flex-basis: 190px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #101a24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #101a24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.fs-c-accountService__page .fs-c-accountService__pageLink {
  transition: .4s;
}
.fs-c-accountService__page .fs-c-accountService__pageLink:hover {
  opacity: .6;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  color: #7c8790;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 47px;
  height: 64px;
  content: '';
  background: url(/item/assets/img/ui/taikai.svg) no-repeat center center;
  background-size: 100% auto;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 1.0rem;
  letter-spacing: .2rem;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label {
  flex-grow: 1;
  font-size: 1.0rem;
  letter-spacing: .2rem;
}
.fs-c-accountService__page--logout .fs-c-accountService__pageLink__label::before {
  position: relative;
  left: -7px;
  content: "";
  width: 52px!important;
  background: url(/item/assets/img/ui/out.svg) no-repeat center center;
  background-size: 100% auto;
}
.mypage .fs-c-wishlistProduct {
  display: none;
}
@media screen and (max-width: 767px) {
  .mypage .ttl_underline {
    margin-bottom: 7%;
    padding-bottom: 10%;
  }
  .fs-c-accountService__page {
    margin: 0 6% 6% 0;
  }
  .fs-c-accountService__page:nth-of-type(2n) {
    margin: 0;
  }
  .fs-c-accountService__page {
    flex-basis: 47%;
    height: 29vw;
  }
  .fs-c-accountService__page--accountDelete {
    flex-basis: 47%;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 42px;
    height: 50px;
  }
  .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
    width: 40px;
    height: 50px;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 3.4vw;
  }
  .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label {
    font-size: 3.4vw;
  }
  .fs-c-accountService__page--logout .fs-c-accountService__pageLink__label::before {
    width: 46px !important;
  }
}

/*クーポン*/
.fs-c-couponList__item{
  padding: 20px;
}
.fs-c-couponName__discount{
  background: #000;
}
.fs-c-couponName__name{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.fs-c-couponExpiration__title,
.fs-c-couponAppliedCondition__title{
    font-size: 1.0rem;
}

/*お気に入り一覧*/
.fs-c-productName__variation__x,
.fs-c-productName__variation__y{
  display: none;
}


/* 注文履歴*/
.fs-body-my-orders .wrap.addressbook{
    width: 100%;
}
.fs-body-my-orders .fs-p-announcement__title{
    font-size: 1.0rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.fs-body-my-orders .fs-c-history{ max-width: inherit;}

.fs-body-my-orders .fs-c-history__info{
    border: 1px solid #d6d6d6;
}
.fs-body-my-orders .fs-c-history__term{
    font-size: 0.875rem;
	border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    margin-bottom:15px
}
.fs-c-pairList{
    font-size: 0.875rem;
    font-weight: 700;
}
.fs-c-pairList &gt; *:nth-child(1){
  margin-bottom:15px;
}
.fs-c-history__total dt, .fs-c-history__total dd{
  margin:0;
  padding:0;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 10px;
}


@media screen and (max-width: 960px) {
    .fs-body-my-orders .fs-c-history__info{
        width: 100%;
        margin-bottom: 0;
    }
}

.fs-c-orderHistoryItem{
    font-size: 0.875rem;
}
.fs-c-buttonContainer--addReview--detail{
  display: none;
}
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection{
  font-size: 0.5rem;
}
.fs-c-orderHistoryItem__productQuantity__label{
  font-size: 0.875rem;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed){
    font-size: 0.875rem;
    font-weight: normal;
}
.fs-c-orderHistoryItem__deliveryInfo{
    font-size: 0.875rem;
    font-weight: normal;
}
.fs-c-orderHistoryItem__deliveryStatus{
    border-right: 1px solid #E3E3E3;
}
.fs-c-orderHistoryItem__deliveryInfo dd{
    font-weight: normal;
}
.fs-c-orderHistory .fs-c-button--plain,
.fs-c-orderHistory .fs-c-orderHistoryItem__productName a{
  color: #2459A8;
  text-decoration: underline;
}
.fs-c-orderHistory .fs-c-button--plain:hover,
.fs-c-orderHistory .fs-c-orderHistoryItem__productName a:hover{
  text-decoration:none;
  opacity:0.7;
}
.fs-c-history__info .fs-c-history__termCtrl{
  margin-bottom: 30px;
}
.fs-c-history__info .fs-c-dropdown{

font-size: 0.875rem;
}
.fs-c-history__info .fs-c-dropdown::after{
  background-color:#fff;
  border:none;
}


/* 注文履歴詳細*/
.fs-body-my-orders-details .fs-c-orderDetail__data{
  font-size:0.875rem;
  margin-bottom: 10px;
}
.fs-body-my-orders-details .fs-c-orderDetail__data .fs-c-orderDetailList dt{
  padding-left: 0;
}
.fs-c-orderDetail__addresseeInfo h2{
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  border-bottom: 1px solid #e3e3e3;
  padding: .6625em 0;
  margin: 2.525em 0 1.375em;
  margin-top: -.4375em;
  border-left: none;
  font-weight: bold;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__heading{
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  border-bottom: 1px solid #e3e3e3;
  padding: .6625em 0;
  margin: 2.525em 0 1.375em;
  margin-top: -.4375em;
  border-left: none;
  font-weight: bold;
}
.fs-body-my-orders-details{
  font-size:0.875rem;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading{
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 0;
}
.fs-c-cartTable__product .fs-c-productPrice__main{
  font-size:0.875rem;
  font-weight:normal;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total &gt; td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal &gt; td{
  font-size:1rem;
  font-weight:normal;
}
.fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--back button{
  margin:0 auto;
}
.fs-p-announcement__body{
  font-size:0.875rem;
}

/*ポイント*/

.point_inner_wrap{
  max-width: 847px;
  margin: 0 auto;
}


.point_inner_wrap .points .ttl_underline{ margin-bottom: 1.8em;}
.fs-c-history{
    max-width: 847px;
    margin: 0 auto;
}
.point_inner_wrap .fs-c-history__info{
    max-width: 560px;
    margin: 0 auto 50px auto;
    background: none;
    padding: 42px 38px 30px 38px;
    border: 3px solid #d6d6d6;
    box-sizing: border-box;
}
.fs-c-pointSummary{ padding: 0;}
.fs-c-pointSummary [class$="--availablePoint"]{
    background: none;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1;
    letter-spacing: 0.2rem;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
    position: relative;
    top: -8px;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
    font-size: 2.25rem;
    font-weight: 700;
    color: #000000;
}
.fs-c-pointSummary [class$="--limitedPoint"]{
    background: none;
    border-bottom: 1px solid #d6d6d6;
    font-size:  0.6875rem;
    color: #000;
    padding-bottom: 12px;
    margin-bottom: 50px;
    letter-spacing: 0.2rem;
}
.fs-c-pointSummary__label--purchasePointExpiration,
.fs-c-pointSummary__value--purchasePointExpiration,
.fs-c-pointSummary [class$="--waitingPoint"],
.fs-c-pointSummary [class$="--purchasePointTotal"],
.fs-c-pointSummary__value--purchasePointTotal{
    font-size: 0.875rem;
    color: #000;
}

.fs-c-pointSummary__label--purchasePointExpiration,
.fs-c-pointSummary__label--waitingPoint{ padding-bottom: 7px;}

.point_inner_wrap .fs-c-history__listContainer{ margin-top: 50px;}
.points .fs-c-dropdown__menu {
    color: #101a24;
    padding: 8px 3em 8px 8px;
}

.fs-c-history__termCtrl{ margin-bottom: 55px;}

.fs-c-listTable{
    padding: 0;
    margin: 15px 0;
}

.fs-c-listTable td,
.fs-c-listTable th{
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
}

.fs-c-listTable &gt; thead{
    border-top: 1px solid #d6d6d6;
    background: #e2e5e9;
}
.fs-c-listTable th, .fs-c-listTable td {
    border: 1px solid #d6d6d6;
    padding: 8px;
    text-align: center;
}
.fs-c-listTable th{ padding: 4px 8px;}
.fs-c-listTable td{padding: 10px 10px;}

.fs-c-pointListTable td[aria-label="獲得・利用ポイント"] {
    font-size: 0.875rem;
    text-align: center;
}

.fs-c-listTable th:first-child, .fs-c-listTable td:first-child {
    border-left: 1px solid #d6d6d6;
}
.fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
    border-right: 1px solid #d6d6d6;
}

.point .fs-c-listControl__status{
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
}

.points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop{
    padding: 0;
    margin-top: 55px;
}
.points .fs-c-buttonContainer--myPageTop .fs-c-button--plain{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #101a24;
    border: 1px solid #101a24;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 0;
    box-shadow: none;
    min-width: 300px !important;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
}
.fs-c-button--myPageTop.fs-c-button--plain .fs-c-button__label{ text-align: center;}


@media screen and (max-width: 767px) {
    .points .ttl_underline{ margin-bottom:7%;}
    .fs-c-history{
        max-width: inherit;
    }
    .fs-c-history__info{
        max-width: inherit;
        margin: 0 auto 8% auto;
        padding: 7% 5% 4% 5%;
    }
    .fs-c-pointSummary [class$="--availablePoint"]{
        font-size: 3.4vw;
    }

    .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
        top: -11px;
    }

    .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
        font-size: 7.6vw;
    }
    .fs-c-pointSummary [class$="--limitedPoint"]{
        font-size: 2.6vw;
        padding-bottom: 15px;
        margin-bottom: 29px;
    }
    .fs-c-pointSummary__label--purchasePointExpiration,
    .fs-c-pointSummary__value--purchasePointExpiration,
    .fs-c-pointSummary [class$="--waitingPoint"],
    .fs-c-pointSummary [class$="--purchasePointTotal"],
    .fs-c-pointSummary__value--purchasePointTotal{
        font-size: 3vw;
    }

    .fs-c-pointSummary__label--purchasePointExpiration,
    .fs-c-pointSummary__label--waitingPoint{ padding-bottom: 5px;}

    .fs-c-history__listContainer{ margin-top: 7%;}
    .points .fs-c-dropdown__menu {
        padding: 13px 3em 13px 8px;
    }

    .fs-c-history__termCtrl{ margin-bottom: 8%;}

    .fs-c-listTable{
        padding: 0;
        margin: 6px 0;
    }

    .fs-c-listTable &gt; thead{
        border-top: 1px solid #d6d6d6;
        background: #e2e5e9;
    }
    .fs-c-listTable th, .fs-c-listTable td {
        border: 1px solid #d6d6d6;
        padding: 8px;
        text-align: center;
    }
    .fs-c-listTable th{
        padding: 4px 8px;
        font-weight: 500;
    }
    .fs-c-listTable td{ padding: 19px 8px;}

    .fs-c-listTable th:first-child, .fs-c-listTable td:first-child {
        border-left: 1px solid #d6d6d6;
    }
    .fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
        border-right: 1px solid #d6d6d6;
    }

    .points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop{
        padding: 0;
        margin-top: 13%;
    }
    .points .fs-c-buttonContainer--myPageTop .fs-c-button--plain{
        font-size: 3.5vw;
        padding: 0;
        width: 58.7vw;
        min-width: inherit !important;
        height: 10vw;
    }

}


@media screen and (max-width: 600px) {

    .fs-c-listTable td,
    .fs-c-listTable th{
        font-size: 3.2vw;
    }
    .fs-c-pointListTable td[aria-label="獲得・利用ポイント"] {
        font-size: 3.2vw;
        text-align: center;
    }
    .point .fs-c-listControl__status{
        font-size: 2.6vw;
    }

    .fs-c-listTable th{
        padding: 0;
    }
    .fs-c-pointListTable.fs-c-listTable &gt; tbody &gt; tr td{
        padding: 0;
        border-top: 1px solid #d6d6d6;
    }
    .fs-c-pointListTable.fs-c-listTable &gt; tbody &gt; tr td:first-child { border-top: none;}
    .fs-c-listTable th:first-child, .fs-c-listTable td:first-child {
        border-left: none;
    }
    .fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
        border-right: none;
    }
    .fs-c-pointListTable.fs-c-listTable &gt; tbody &gt; tr td::before{
        width: 40vw;
        background: #e2e5e9;
        font-weight: 500;
        text-align: left;
        padding: 11px 10px;
        box-sizing: border-box;
    }
    .fs-c-pointListTable__pointType {
        display: block;
        align-items: center;
        padding: 5px 10px;
        box-sizing: border-box;    
    }
    .fs-c-pointListTable__dataDetail {
        display: block;
    }
    .fs-c-pairList &gt; dt {
        padding-right: 0;
    }
    .fs-c-pairList &gt; dt::after {
        content: none;
    }
    .fs-c-pointListTable__data{
        display: flex;
        align-items: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .fs-c-pointListTable__pointType .fs-c-pointListTable__data{
        padding: 0;
        display: block;
        text-align: left;
    }

}

.fs-c-pointListTable__dataDetail{
  margin:0;
}
.fs-c-pointListTable__orderCode{
  margin-bottom: 0!important;
}
/*お届け先リスト*/

.fs-c-buttonContainer--addAddressbook{padding: 0;/* width: 100%; *//* grid: unset; */max-width: 250px;margin: 0 auto;}
.fs-c-addressBookList__addButton .fs-c-button--secondary {
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    box-shadow: none;
    min-width: 250px;
    background: #132546!important;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.fs-c-button--secondary .fs-c-button__label,
.fs-c-button--myPageTop.fs-c-button--plain .fs-c-button__label{ display: block;}
.fs-c-button--addToAddressbook.fs-c-button--secondary .fs-c-button__label,
.fs-c-addressBookList__count{/* letter-spacing: .2rem; */}


.addressbook .fs-c-noResultMessage__title{
    font-size: 1.6rem;
    letter-spacing: .15rem;
}

.fs-c-noResultMessage {
    background: none;
    padding: 20px 20px;
    margin: 70px auto;
    max-width: 1000px;
    font-size: 0.875rem;
}
.orderhistory_wrap .fs-c-noResultMessage{
  margin-top:0;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 960px){
.orderhistory_wrap .fs-c-noResultMessage{
  margin-top:0;
  text-align: center;
  padding: 20px 0;
}
}
.addressbook .fs-c-button--myPageTop.fs-c-button--plain{
    background: #101a24;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding:0;
    margin: 0 auto;
    width: 300px !important;
    max-width:inherit;
    height: 60px;
}

.addressbook .fs-c-buttonContainer--myPageTop{
    margin: 70px 0 0 0;
    padding: 0;
}


/* お届け先追加 */
.addressbook .fs-c-inputInformation__field,
.addressbook .fs-c-inputInformation__message{
    max-width: 845px;
    margin: 0 auto;
    padding: 0;
}
.addressbook .fs-c-inputInformation__message {
    display: block;
    margin-bottom: 40px;
    margin-top: 46px;
}

.addressbook .fs-c-inputInformation__message p{
    font-size: 1.8rem;
    line-height: 1.666;
    color: #101a24;
}

.addressbook fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
.addressbook .fs-c-inputTable &gt; tbody &gt; tr{
    flex-direction: row;
}
.fs-c-inputTable &gt; tbody &gt; tr:nth-of-type(6){
    margin-top: 28px;
}
.fs-c-addressBookList__form .fs-c-listTable th:first-child, .fs-c-addressBookList__form .fs-c-listTable td:first-child {
    border-left: none;
}
.fs-c-addressBookList__form .fs-c-listTable th:last-child, .fs-c-addressBookList__form .fs-c-listTable td:last-child{ border-right: none;}


.addressbook .fs-c-inputTable__headerCell{
    width: 26%;
    vertical-align: top;
    padding: 8px 0 0 0;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    color: #101a24;
    box-sizing: border-box;
}
.addressbook .fs-c-inputTable__dataCell{
    width: 74%;
}

.addressbook .fs-c-input--zipCode,
.addressbook .fs-c-dropdown{
    flex-basis: 180px;
    min-width: 180px;
     max-width: 180px; 
}

.addressbook .fs-c-inputInformation__field tr:nth-of-type(3) .fs-c-inputField:after{ content: '例：0000000';}
.addressbook .fs-c-inputInformation__field tr:nth-of-type(4) .fs-c-inputField:after{ display: none;}
.addressbook .fs-c-inputInformation__field tr:nth-of-type(5) .fs-c-inputField:after{ content: '例：倉敷市本町';}
.addressbook .fs-c-inputInformation__field tr:nth-of-type(6) .fs-c-inputField:after{ content: '例：5-8';}
.addressbook .fs-c-inputInformation__field tr:nth-of-type(7) .fs-c-inputField:after{ content: '例：デニムマンション0000号室';}
.addressbook .fs-c-inputInformation__field tr:nth-of-type(8) .fs-c-inputField:after{ content: '例：09012345678';}

.addressbook .fs-c-inputInformation__button{
    margin-top: 80px;
    margin-bottom:85px;
    padding: 0;
}


.addressbook .fs-c-button--cancel.fs-c-button--standard{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    background: #e2e5e9;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    color: #101a24;
    cursor: pointer;
    transition: .4s;
    box-shadow: none;
}

.addressbook .fs-c-button--cancel.fs-c-button--standard .fs-c-button__label{ display: block;}

.addressbook .fs-c-button--cancel.fs-c-button--standard:hover{
    text-decoration: none;
    opacity: .6;
}

@media screen and (max-width: 767px) {
    .addressbook .fs-c-inputInformation__field,
    .addressbook .fs-c-inputInformation__message{
        max-width: inherit;
    }
    .addressbook .fs-c-inputInformation__message {
        margin-bottom: 8%;
        margin-top: -2%;
    }

    .addressbook .fs-c-inputInformation__message p{
        font-size: 3.2vw;
    }

    .addressbook .fs-c-inputTable &gt; tbody &gt; tr{
        flex-direction: row;
    }
    .addressbook .fs-c-inputTable &gt; tbody &gt; tr + tr {
        margin-top: 22px;
    }
    .addressbook .fs-c-inputTable &gt; tbody &gt; tr:nth-of-type(6) {
    margin-top: 36px;
    }
    .addressbook .fs-c-inputTable__headerCell{
        width: 100%;
        padding: 0;
        font-size: 3.2vw;
    }
    .addressbook .fs-c-inputTable__dataCell{
        width: 100%;
    }

    .addressbook .fs-c-input--zipCode,
    .addressbook .fs-c-dropdown{
        flex-basis: 100%;
        min-width: inherit;
         max-width: inherit;
    }
    .addressbook .fs-c-inputInformation__button{
        margin-top: 8%;
        margin-bottom:15%;
        padding: 0;
    }

    .addressbook .fs-c-inputInformation__button.fs-c-buttonContainer--pair{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .addressbook .fs-c-button--primary{
        width: 48%;
        height: 10vw;
    }
    .addressbook .fs-c-button--cancel.fs-c-button--standard{
        position: relative;
        left: auto;
        font-size: 3.5vw;
        padding: 0;
        width:48%;
        min-width: inherit !important;
        height: 10vw;
        letter-spacing: .1rem;
    }
}
.fs-c-inputInformation__field{
    max-width: 845px;
    margin: 0 auto;
    padding: 0;
    background: none;
}

.fs-c-inputInformation__field fieldset{
  border:none;
  padding:0;
}

.fs-c-modal__contents .fs-c-button--primary.fs-c-button--confirmDelete{
 min-width: 100%;
}


/* お届け先リスト */
.fs-c-addressBookList__count{
    /* position: relative; */
    /* top: -24px; */
    margin: 20px 0;
    text-align: center;
    font-size: 0.875rem;
}
.ie .fs-c-addressBookList__count{ top: 0;}
.fs-c-addressBookList__list.fs-c-listTable{
    padding: 0;
    margin: 70px 0 70px 0;
}


.fs-c-addressBookList__list.fs-c-listTable rb{
    font-size: 1rem;
    /* color: #101a24; */
    /* line-height: 1rem; */
    letter-spacing: 0.2rem;
}
.fs-c-addressBookList__list.fs-c-listTable rt{
    font-size: 0.5rem;
    /* color: #101a24; */
    /* padding-bottom: 5px; */
    /* display: block; */
}
.fs-c-addressBookList__list.fs-c-listTable &gt; tbody {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.fs-c-addressBookList__list.fs-c-listTable td {
    border-right: none;
    border-left: none;
    border-top: 1px solid #d6d6d6;
    padding: 10px 10px;
}
.fs-c-addressBookList__list.fs-c-listTable td:nth-of-type(1){ width: 16%;}
.fs-c-addressBookList__list.fs-c-listTable td:nth-of-type(3){ width: 34%;}
.fs-c-addressBookList__list.fs-c-listTable &gt; tbody &gt; tr:nth-child(even) {
    background: none;
}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-address{ letter-spacing: .16rem;}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-address__zipCode,
.fs-c-addressBookList__list.fs-c-listTable .fs-c-address__address{
    display: inline-block;
}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-address__zipCode{ margin-right: 15px;}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-address__address__prefecture{ margin-right: 0;}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-address__address{}

.fs-c-addressBookList__list.fs-c-listTable .fs-c-address{ text-align: left;}

.fs-c-addressBookList__list.fs-c-listTable .fs-c-address span{
    font-size: 0.875rem;
    line-height: 1.5;
    /* color: #101a24; */
}


.fs-c-addressBookList__list.fs-c-listTable .fs-c-button--secondary {
    font-size: 0.875rem;
    /* width: 150px !important; */
    /* height: 44px; */
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    box-shadow: none;
    min-width: 80px;
    background: #132546!important;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-button--delete{
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    box-shadow: none;
    min-width: 80px;
    background: #B2B2B2;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.fs-c-addressBookList__list.fs-c-listTable .fs-c-button--delete .fs-c-button__label{ display: block;}




@media screen and (max-width: 767px) {
    .fs-c-buttonContainer--addAddressbook{ margin-top: 8%;}
    .fs-c-addressBookList__count{
        top: 7px;
    }
    .fs-c-addressBookList__list.fs-c-listTable{
        padding: 0;
        margin: 6% 0 0 0;
    }
    .fs-c-addressBookList__list.fs-c-listTable.fs-c-listTable &gt; tbody &gt; tr{
        border: none;
        border-top: 1px solid #d6d6d6;
        padding: 6% 0 5% 0;
        box-sizing: border-box;
    }

    .fs-c-addressBookList__list.fs-c-listTable rb{
        /* font-size: 4.8vw; */
    }
    .fs-c-addressBookList__list.fs-c-listTable rt{
        /* font-size: 2.8vw; */
    }
    .fs-c-addressBookList__list.fs-c-listTable &gt; tbody {
        border-top: none;
        border-bottom: 1px solid #d6d6d6;
    }
    .fs-c-addressBookList__list.fs-c-listTable td {
        border-top: none;
        padding:0;
        display: block;
    }
    .fs-c-addressBookList__list.fs-c-listTable td:nth-of-type(1){ width: 100%; text-align: left;}
    .fs-c-addressBookList__list.fs-c-listTable td:nth-of-type(3){ width: 100%;}

    .fs-c-addressBookList__list.fs-c-listTable &gt; tbody &gt; tr + tr{ margin-top: 0;}

    .fs-c-addressBookList__list.fs-c-listTable ruby{/* padding: 0 4%; */}
    .fs-c-addressBookList__list.fs-c-listTable .fs-c-address{
        margin-top: 4%;
        margin-bottom: 10%;
        /* padding: 0 4%; */
        box-sizing: border-box;
    }
    .fs-c-addressBookList__list.fs-c-listTable .fs-c-address__zipCode,
    .fs-c-addressBookList__list.fs-c-listTable .fs-c-address__address{
        display: block;
    }
    .fs-c-addressBookList__list.fs-c-listTable .fs-c-address__zipCode{ margin-right: 15px;}
    .fs-c-addressBookList__list.fs-c-listTable .fs-c-address__address__prefecture{ margin-right: 0;}
    .fs-c-addressBookList__list.fs-c-listTable .fs-c-address__address{}


    .fs-c-addressBookList__list.fs-c-listTable .fs-c-address span{
        /* font-size: 3.2vw; */
        /* line-height: 2.1; */
    }

    .fs-c-addressBookList__list.fs-c-listTable .fs-c-button--secondary {
        font-size: 3.4vw;
        width: 48% !important;
        height: 10.7vw;
        margin: 0;
    }
    .fs-c-addressBookList__list.fs-c-listTable .fs-c-button--delete{
        width: 48% ;
        height: 10.7vw;
        font-size: 3.4vw;
    }


}

@media screen and (min-width: 600px) {
  .fs-c-addressBookList__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    align-items: baseline;
    display: unset;
    grid: unset;
  }
}


/*パスワード*/
.fs-body-my-account-password .fs-c-inputInformation__field{
  max-width: 845px;
  margin: 0 auto;
  padding: 0;
  background:none;
}
.fs-body-my-account-password .fs-c-inputInformation__field fieldset{
  border:none;
}
.fs-body-my-account-password .fs-c-inputInformation__field fieldset .fs-c-inputTable{
  width:auto;
  margin:0 auto;
}
.fs-c-inputInformation__field .fs-c-inputTable &gt; tbody &gt; tr{
    flex-direction: row;
}
.fs-c-inputInformation__field .fs-c-inputTable__headerCell{
    width: 200px;
    /* padding-top: 9px; */
    box-sizing: border-box;
    font-weight: normal;
    font-size: 0.875rem;
}
.fs-c-inputInformation__field .fs-c-inputTable__headerCell .fs-c-inputTable__label{
    display: flex;
    align-items: center;  
}
.fs-c-inputInformation__field .fs-c-inputTable__dataCell{
    /* width: 78.5%; */
    max-width: 475px;
    width: 475px;
}
.fs-c-inputInformation__button{
  margin-bottom:80px;
}

@media screen and (max-width: 810px){
.fs-c-inputInformation__field .fs-c-inputTable{
  width:100%;
}
.fs-c-inputInformation__field .fs-c-inputTable__headerCell{
  width:100%;
  padding-bottom:0.875rem;
}
.fs-c-inputInformation__field .fs-c-inputTable__dataCell{
  width:100%;
  max-width:unset;
}
}



/*会員情報詳細*/
.fs-c-inputInformation__field--display{

border-top: 1px solid #E3E3E3;

max-width: 500px;

padding: 60px 0;

border-bottom: 1px solid #E3E3E3;

font-size: 0.875rem;
}
.fs-c-inputInformation__field--display .fs-c-inputTable{
  width:100%;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell{
  width: 50%;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__dataCell{
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
/* 退会する*/
/*.fs-body-my-account-delete .fs-c-button--cancel.fs-c-button--standard{
  display: none;
}*/

.fs-c-buttonContainer--leaveCancel {
  margin-bottom: 20px;
}
.taikai_cap{
  text-align:center;
  margin-bottom: 80px;
  font-size: 0.875rem;
}

/*==================
メルマガ
==================*/

.fs-p-emailDomainNotice,
.fs-c-documentContent{
  font-size:0.875rem;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field{
  background:none;
  padding:0;
}

/*========================================
フォーム
========================================*/

.fs-c-dropdown__menu{
    padding: 10px 3em 10px 8px;
}
.fs-c-dropdown::after{
  background-color:#fff;
  border:none;
}
[type="hidden"].is-error, [type="text"].is-error, [type="search"].is-error, [type="tel"].is-error, [type="url"].is-error, [type="email"].is-error, [type="password"].is-error, [type="datetime"].is-error, [type="date"].is-error, [type="month"].is-error, [type="week"].is-error, [type="time"].is-error, [type="datetime-local"].is-error, [type="number"].is-error, select.is-error, textarea.is-error{
  background-color: #fff;
}
[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 {
  padding: 10px 10px;
}

.fs-c-requiredMark{
  width: 30px;
  color: #fff;
  border-radius: 2px;
  margin: 1px 0 0;
  height: 16px;
  margin-left: 5px;
}

.fs-c-requiredMark::before{
  content: "必須";
  font-size: 0.625rem;
  text-align: center;
  vertical-align: middle;
  background: #BF0036;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.fs-c-inputTable {
  width: 100%;
  width: auto;
  margin: 0 auto;
}
</pre></body></html>