@charset "UTF-8";
.fs-preview-header {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.1);
}
/*----------------------------------------------------------
	common
----------------------------------------------------------*/
* {
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
.scroll-prevent {
  overflow: hidden;
}
form {
  margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
}
html[lang='en-x-mtfrom-ja'] #content iframe {
  display: none;
}
body, input, textarea, select {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 !important;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a img, a span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}
a:hover img {
  opacity: 0.5;
}
a:hover .image img {
  opacity: 1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.fs-c-productListItem__productDescription {
  /*  color: #858585;*/
}
input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}
p {
  margin: 0;
}
ul {
  list-style: none;
}
.contents {
  max-width: 1200px;
  margin: 0 auto;
}
/* コンテンツ幅を超えて全幅表示　*/
.width-full {
  margin: 0 calc(50% - 50vw) !important;
}
.relative {
  position: relative;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.d-inline-block {
  display: inline-block;
}
/*画像*/
.image {
  overflow: hidden;
}
/* 最後の文字の字間設定解除 */
.lastCharacter {
  letter-spacing: 0;
}
.sp, .sptab {
  display: block;
}
.tab, .pc, .pctab {
  display: none;
}
@media screen and (min-width: 576px) {
  .sptab {
    display: block;
  }
  .sp, .tab, .pc, .pctab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab, .sptab {
    display: block;
  }
  .sp, .pc, .pctab {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .pc, .pctab {
    display: block;
  }
  .sp, .tab, .sptab {
    display: none;
  }
}
.small-sp-only {
  display: none;
}
@media screen and (max-width: 420px) {
  .small-sp-only {
    display: block;
  }
}
/*# sourceMappingURL=base.css.map */