@charset "UTF-8";
.fs-preview-header {
  display: none;
}

body {
  padding: 120px 0 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
  overflow-x: hidden;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 100px;
  }
}

.fs-p-productDescription--full,
.faq dd,
.fs-c-documentArticle,
.fs-pt-column__description,
.group-description,
.fs-c-subgroupList__comment {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img, object {
  max-width: 100%;
  height: auto;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
  text-decoration: underline;
}

#header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  transition: background 0.3s, box-shadow 0.3s;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  #header {
    height: 100px;
  }
}
#header:hover {
  background: rgb(255, 255, 255);
}

.scroll #header {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .scroll.fs-body-product #header {
    box-shadow: none;
  }
}

.bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.bg.active {
  opacity: 1;
  pointer-events: inherit;
}

.btn-close {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 0;
  line-height: 0;
}
.btn-close:hover {
  transform: rotate(135deg);
}
.btn-close:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  background: #000;
}
.btn-close:after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  background: #000;
  transform: rotate(90deg);
}

.drawer {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFFFFF;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 400px;
  overflow-y: auto;
  transform: translateX(-400px);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .drawer {
    width: calc(100% - 58px);
    transform: translateX(-100%);
  }
}
.drawer.active {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transform: translateX(0);
}
.drawer .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.drawer.active .drawer-welcome {
  transform: translateX(0);
  opacity: 1;
}
.drawer .drawer-welcome {
  padding: 40px 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
  transform: translateX(-50%);
  transition: transform 0.4s, opacity 1s;
  opacity: 0;
}
.drawer .drawer-welcome span {
  display: inline-block;
}
.drawer .drawer-welcome span.false {
  display: none;
}
.drawer .drawer-welcome span + span {
  margin-left: 1em;
}
.drawer.active .drawer-member {
  transform: translateX(0);
  opacity: 1;
}
.drawer .drawer-member {
  padding: 0 20px;
  position: relative;
  margin-bottom: 40px;
  transform: translateX(-50%);
  transition: transform 0.5s, opacity 1s;
  opacity: 0;
}
.drawer .drawer-member:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  display: block;
  background: #D7D9D9;
  top: 0;
  left: 50%;
}
.drawer .drawer-member ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.drawer .drawer-member ul li {
  width: 50%;
  text-align: center;
  display: none;
}
.drawer .drawer-member ul li:nth-of-type(1).false {
  display: block;
}
.drawer .drawer-member ul li:nth-of-type(2).true {
  display: block;
}
.drawer .drawer-member ul li:nth-of-type(3).false {
  display: block;
}
.drawer .drawer-member ul li:nth-of-type(4).true {
  display: block;
}
.drawer .drawer-member ul li a {
  font-size: 12px;
  line-height: 1.6em;
}
.drawer .drawer-member ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.drawer .drawer-member ul li a.login:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-login%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_97%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2097%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_161%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20161%22%20transform%3D%22translate(-2290.004%20-531.005)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20160%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_48%22%20data-name%3D%22%E3%83%91%E3%82%B9%2048%22%20d%3D%22M2307.005%2C543.005H2295.3l4.395-4.395.707.707-2.687%2C2.688h9.293Z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_49%22%20data-name%3D%22%E3%83%91%E3%82%B9%2049%22%20d%3D%22M2303.005%2C547.005h-10v-12h10v5h-1v-4h-8v10h9Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.drawer .drawer-member ul li a.logout:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-logout%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_95%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2095%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_153%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20153%22%20transform%3D%22translate(-2243.005%20-517.005)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_152%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20152%22%20transform%3D%22translate(2249.298%20524.611)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038%22%20d%3D%22M2261.712%2C529.005h-11.707v-1h9.293l-2.687-2.687.707-.707Z%22%20transform%3D%22translate(-2250.005%20-524.611)%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_39%22%20data-name%3D%22%E3%83%91%E3%82%B9%2039%22%20d%3D%22M2255.005%2C533.005h-10v-12h10v5h-1v-4h-8v10h9Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.drawer .drawer-member ul li a.member:before, .drawer .drawer-member ul li a.mypage:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22icon-mypage%22%20transform%3D%22translate(-1)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_96%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2096%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(1)%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_154%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20154%22%20transform%3D%22translate(-2189.753%20-529.498)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_40%22%20data-name%3D%22%E3%83%91%E3%82%B9%2040%22%20d%3D%22M2200.879%2C540c-2%2C0-3.626-1.907-3.626-4.251s1.627-4.25%2C3.626-4.25%2C3.626%2C1.907%2C3.626%2C4.25S2202.878%2C540%2C2200.879%2C540Zm0-7.5c-1.448%2C0-2.626%2C1.458-2.626%2C3.25s1.178%2C3.251%2C2.626%2C3.251%2C2.626-1.458%2C2.626-3.251S2202.327%2C532.5%2C2200.879%2C532.5Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_41%22%20data-name%3D%22%E3%83%91%E3%82%B9%2041%22%20d%3D%22M2205.832%2C547.857h-9.906a1.175%2C1.175%2C0%2C0%2C1-1.173-1.173v-.928a5.126%2C5.126%2C0%2C0%2C1%2C3.238-4.779l.256-.1.224.163a4.01%2C4.01%2C0%2C0%2C0%2C4.816%2C0l.224-.164.257.1a5.125%2C5.125%2C0%2C0%2C1%2C3.237%2C4.779v.928A1.174%2C1.174%2C0%2C0%2C1%2C2205.832%2C547.857Zm-7.712-5.846a4.128%2C4.128%2C0%2C0%2C0-2.367%2C3.745v.928a.173.173%2C0%2C0%2C0%2C.173.173h9.906a.172.172%2C0%2C0%2C0%2C.173-.173v-.928a4.129%2C4.129%2C0%2C0%2C0-2.367-3.745A5%2C5%2C0%2C0%2C1%2C2198.12%2C542.011Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.drawer.active .drawer-nav {
  opacity: 1;
}
.drawer .drawer-search {
  padding: 0 10px 10px;
}
.drawer .drawer-search form {
  position: relative;
  display: block;
}
.drawer .drawer-search form input[type=text] {
  line-height: 40px;
  padding: 0 40px 0 10px;
  outline: none;
  border: 1px solid #E8EBEB;
  background: #F5F7F7;
}
.drawer .drawer-search form button {
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(50% - 20px);
  right: 0px;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  background: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22btn-search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_49%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2049%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-871.237%20-769.665)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M889.2%2C796.588a8.962%2C8.962%2C0%2C1%2C1%2C8.961-8.961A8.971%2C8.971%2C0%2C0%2C1%2C889.2%2C796.588Zm0-16.923a7.962%2C7.962%2C0%2C1%2C0%2C7.961%2C7.962A7.971%2C7.971%2C0%2C0%2C0%2C889.2%2C779.665Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M902.737%2C801.665a.5.5%2C0%2C0%2C1-.354-.146l-7.562-7.563a.5.5%2C0%2C0%2C1%2C.707-.707l7.562%2C7.563a.5.5%2C0%2C0%2C1%2C0%2C.707A.494.494%2C0%2C0%2C1%2C902.737%2C801.665Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
}
.drawer .drawer-nav {
  border-top: 1px solid #E8EBEB;
  transition: opacity 1s;
  opacity: 0;
}
.drawer .drawer-nav a {
  display: block;
}
.drawer .drawer-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.drawer .drawer-nav > ul > li {
  border-bottom: 1px solid #E8EBEB;
}
.drawer .drawer-nav > ul > li > a,
.drawer .drawer-nav > ul > li > span {
  padding: 20px 60px 20px 30px;
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
}
.drawer .drawer-nav > ul > li > a span,
.drawer .drawer-nav > ul > li > span span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.drawer .drawer-nav > ul > li > a span.active,
.drawer .drawer-nav > ul > li > span span.active {
  transform: rotate(-135deg);
}
.drawer .drawer-nav > ul > li > a span:before,
.drawer .drawer-nav > ul > li > span span:before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
}
.drawer .drawer-nav > ul > li > a span:after,
.drawer .drawer-nav > ul > li > span span:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
  transform: rotate(90deg);
}
.drawer .drawer-nav > ul > li > ul {
  border-top: 1px solid #E8EBEB;
  background: #F5F7F7;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  display: none;
}
.drawer .drawer-nav > ul > li > ul li:not(:last-child) {
  border-bottom: 1px solid #E8EBEB;
}
.drawer .drawer-nav > ul > li > ul li.sale a:link, .drawer .drawer-nav > ul > li > ul li.sale a:visited, .drawer .drawer-nav > ul > li > ul li.sale a:hover, .drawer .drawer-nav > ul > li > ul li.sale a:active {
  color: #CC0109;
}
.drawer .drawer-nav > ul > li > ul li a {
  padding: 20px 30px 20px 20px;
  position: relative;
}
.drawer .drawer-nav > ul > li > ul li a:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20id%3D%22icon-arrow%22%20transform%3D%22translate(-294%20-15)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_157%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20157%22%20transform%3D%22translate(-39%20-3)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_43%22%20data-name%3D%22%E3%83%91%E3%82%B9%2043%22%20d%3D%22M0%2C0H30V30H0Z%22%20transform%3D%22translate(333%2018)%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_158%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20158%22%20transform%3D%22translate(-1959.005%20-528.611)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_44%22%20data-name%3D%22%E3%83%91%E3%82%B9%2044%22%20d%3D%22M2272.712%2C561.005h-9.707v-1h7.293l-2.687-2.687.707-.707Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: right 0.3s;
}
.drawer .drawer-nav > ul > li > ul li a:hover:after {
  right: -5px;
}
.drawer .drawer-nav > ul > li > ul li a span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  margin-top: -15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: #F5F7F7;
}
.drawer .drawer-nav > ul > li > ul li a span.active {
  transform: rotate(-135deg);
}
.drawer .drawer-nav > ul > li > ul li a span:before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
}
.drawer .drawer-nav > ul > li > ul li a span:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
  transform: rotate(90deg);
}
.drawer .drawer-nav > ul > li > ul li ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  display: none;
}
.drawer .drawer-nav > ul > li > ul li ul li:not(:last-child) {
  border-bottom: none;
}
.drawer .drawer-nav > ul > li > ul li ul li a {
  padding: 15px 30px 15px 20px;
}

.fs-c-anotherLogin__button {
  text-align: center;
}

.fs-c-button--primary {
  background: #000;
  color: #fff;
  padding: 10px;
  border: none;
  display: inline-block;
  min-width: 180px;
  transition: opacity 0.3s;
  opacity: 1;
}
.fs-c-button--primary:link, .fs-c-button--primary:visited, .fs-c-button--primary:hover, .fs-c-button--primary:active {
  color: #fff;
  text-decoration: none;
}
.fs-c-button--primary:hover, .fs-c-button--primary:active {
  opacity: 0.6;
}

.fs-c-button--purchaseHere,
.fs-c-button--confirmOrder {
  padding: 20px 10px;
}

.fs-c-button--addToCart--detail {
  display: block;
  width: 100%;
}

.fs-c-button--addToCart--variation {
  padding: 2px 10px;
  min-width: 0;
}

.fs-c-button--standard {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  transition: color 0.3s, background 0.3s;
}
.fs-c-button--standard:hover, .fs-c-button--standard:active {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.fs-c-button--plain {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-button--plain {
    font-size: 10px;
    line-height: 1.6em;
  }
}

.fs-c-button--myPageTop {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  min-width: 180px;
}

.fs-c-wishlistProduct__footer {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fs-c-cartTable__actionButton {
    justify-content: flex-start;
  }
  .fs-c-cartTable__actionButton button:first-child {
    margin-right: 10px;
  }
}

.fs-c-viewAllProductsLink {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  min-width: 180px;
  display: inline-block;
}

.drawer + .search {
  width: calc(50% - 60px);
  min-width: 400px;
  position: fixed;
  left: 60px;
  top: 0px;
  z-index: 99999;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: top 0.3s, opacity 0.3s;
  pointer-events: none;
}
.drawer + .search .btn-close {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer + .search {
    width: 100%;
    min-width: 0;
    height: 100vh;
    left: 0;
    top: 0;
    overflow-y: auto;
    background: none;
  }
  .drawer + .search .search-inner {
    margin: 60px 30px 120px;
    background: #F5F7F7;
    position: relative;
  }
  .drawer + .search .search-inner .btn-close {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
  }
}
.drawer + .search.active {
  top: 60px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .drawer + .search.active {
    top: 0px;
  }
}
.drawer + .search.active .search-inner {
  pointer-events: auto;
}

.search-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #E8EBEB;
  border-bottom: 1px solid #E8EBEB;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .search-header {
    border-bottom: none;
  }
}
.search-header .search-keyword {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .search-header .search-keyword {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .search-header .search-keyword {
    width: 199%;
    border-bottom: 1px solid #E8EBEB;
    margin-bottom: 10px;
  }
}
.search-header .search-keyword input[type=text] {
  border: none;
  padding: 20px 0 20px 10px;
  appearance: none;
  outline: none;
}
.search-header .search-keyword input[type=text]:focus {
  outline: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .search-header .search-keyword input[type=text] {
    padding: 15px 0 15px 10px;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.search-header .search-btn {
  border: none;
  appearance: none;
  margin-right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22btn-search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_49%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2049%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-871.237%20-769.665)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M889.2%2C796.588a8.962%2C8.962%2C0%2C1%2C1%2C8.961-8.961A8.971%2C8.971%2C0%2C0%2C1%2C889.2%2C796.588Zm0-16.923a7.962%2C7.962%2C0%2C1%2C0%2C7.961%2C7.962A7.971%2C7.971%2C0%2C0%2C0%2C889.2%2C779.665Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M902.737%2C801.665a.5.5%2C0%2C0%2C1-.354-.146l-7.562-7.563a.5.5%2C0%2C0%2C1%2C.707-.707l7.562%2C7.563a.5.5%2C0%2C0%2C1%2C0%2C.707A.494.494%2C0%2C0%2C1%2C902.737%2C801.665Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.3s;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.search-header .search-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .search-header .search-btn {
    position: absolute;
    right: 0;
    top: 4px;
    margin-right: 0;
  }
}
.search-header .search-stockonly {
  margin-left: auto;
  padding-right: 20px;
}
.search-header .search-stockonly label {
  display: block;
  min-width: 33.3%;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .search-header .search-stockonly label {
    min-width: 50%;
  }
}
.search-header .search-stockonly label input[type=checkbox] {
  display: none;
}
.search-header .search-stockonly label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.search-header .search-stockonly label span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  font-size: 12px;
}
.search-header .search-stockonly label span:before {
  content: "";
  border: 1px solid #D7D9D9;
  background: #fff;
  display: block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  left: 0;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
.search-header .search-stockonly label span:after {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  left: 5px;
  top: 50%;
  margin-top: -5px;
}
.search-header .btn-toggle-search {
  border-left: 1px solid #E8EBEB;
}
@media screen and (max-width: 768px) {
  .search-header .btn-toggle-search {
    border-left: none;
    background: #F5F7F7;
  }
}
.search-header .btn-toggle-search span {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  cursor: pointer;
}
.search-header .btn-toggle-search span.active {
  transform: rotate(-135deg);
}
.search-header .btn-toggle-search span:before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: calc(50% - 4px);
  background: #000;
}
.search-header .btn-toggle-search span:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: calc(50% - 4px);
  background: #000;
  transform: rotate(90deg);
}
.search-header + .search {
  display: none;
}

form + .fs-c-productList {
  margin-top: 60px;
}

.search {
  background: #F5F7F7;
}
.search .search-inner {
  padding: 0 20px;
  display: block;
}
.search .search-inner > form > div,
.search .search-inner > div {
  padding: 20px 0;
}
.search .search-inner > form > div:not(:last-child),
.search .search-inner > div:not(:last-child) {
  border-bottom: 1px solid #E8EBEB;
}
.search .search-inner > form > div.btn-wrap,
.search .search-inner > div.btn-wrap {
  text-align: center;
}
.search .search-inner > form > div.btn-wrap .fs-c-button--standard,
.search .search-inner > div.btn-wrap .fs-c-button--standard {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  -webkit-appearance: none;
  color: #000;
}
.search .search-inner > form > div.btn-wrap .fs-c-button--standard:hover,
.search .search-inner > div.btn-wrap .fs-c-button--standard:hover {
  color: #fff;
}
.search .search-inner > form > div.search-keyword input,
.search .search-inner > div.search-keyword input {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search .search-inner > form > div.search-keyword input,
  .search .search-inner > div.search-keyword input {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.search .search-inner > form > div.search-keyword--icon input,
.search .search-inner > div.search-keyword--icon input {
  padding-left: 40px;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22btn-search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_49%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2049%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-871.237%20-769.665)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M889.2%2C796.588a8.962%2C8.962%2C0%2C1%2C1%2C8.961-8.961A8.971%2C8.971%2C0%2C0%2C1%2C889.2%2C796.588Zm0-16.923a7.962%2C7.962%2C0%2C1%2C0%2C7.961%2C7.962A7.971%2C7.971%2C0%2C0%2C0%2C889.2%2C779.665Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M902.737%2C801.665a.5.5%2C0%2C0%2C1-.354-.146l-7.562-7.563a.5.5%2C0%2C0%2C1%2C.707-.707l7.562%2C7.563a.5.5%2C0%2C0%2C1%2C0%2C.707A.494.494%2C0%2C0%2C1%2C902.737%2C801.665Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 40px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.search .search-inner > form > div.search-type,
.search .search-inner > div.search-type {
  justify-content: flex-start !important;
}
.search .search-inner > form > div.search-type, .search .search-inner > form > div.search-brand, .search .search-inner > form > div.search-color, .search .search-inner > form > div.search-sex, .search .search-inner > form > div.search-stock,
.search .search-inner > div.search-type,
.search .search-inner > div.search-brand,
.search .search-inner > div.search-color,
.search .search-inner > div.search-sex,
.search .search-inner > div.search-stock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search .search-inner > form > div.search-type:after, .search .search-inner > form > div.search-brand:after, .search .search-inner > form > div.search-color:after, .search .search-inner > form > div.search-sex:after, .search .search-inner > form > div.search-stock:after,
.search .search-inner > div.search-type:after,
.search .search-inner > div.search-brand:after,
.search .search-inner > div.search-color:after,
.search .search-inner > div.search-sex:after,
.search .search-inner > div.search-stock:after {
  content: "";
  display: block;
  min-width: 33.3%;
  height: 0;
}
@media screen and (max-width: 768px) {
  .search .search-inner > form > div.search-type:after, .search .search-inner > form > div.search-brand:after, .search .search-inner > form > div.search-color:after, .search .search-inner > form > div.search-sex:after, .search .search-inner > form > div.search-stock:after,
  .search .search-inner > div.search-type:after,
  .search .search-inner > div.search-brand:after,
  .search .search-inner > div.search-color:after,
  .search .search-inner > div.search-sex:after,
  .search .search-inner > div.search-stock:after {
    display: none;
  }
}
.search .search-inner > form > div.search-type label, .search .search-inner > form > div.search-brand label, .search .search-inner > form > div.search-color label, .search .search-inner > form > div.search-sex label, .search .search-inner > form > div.search-stock label,
.search .search-inner > div.search-type label,
.search .search-inner > div.search-brand label,
.search .search-inner > div.search-color label,
.search .search-inner > div.search-sex label,
.search .search-inner > div.search-stock label {
  display: block;
  min-width: 33.3%;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .search .search-inner > form > div.search-type label, .search .search-inner > form > div.search-brand label, .search .search-inner > form > div.search-color label, .search .search-inner > form > div.search-sex label, .search .search-inner > form > div.search-stock label,
  .search .search-inner > div.search-type label,
  .search .search-inner > div.search-brand label,
  .search .search-inner > div.search-color label,
  .search .search-inner > div.search-sex label,
  .search .search-inner > div.search-stock label {
    min-width: 50%;
  }
}
.search .search-inner > form > div.search-type label input[type=radio],
.search .search-inner > form > div.search-type label input[type=checkbox], .search .search-inner > form > div.search-brand label input[type=radio],
.search .search-inner > form > div.search-brand label input[type=checkbox], .search .search-inner > form > div.search-color label input[type=radio],
.search .search-inner > form > div.search-color label input[type=checkbox], .search .search-inner > form > div.search-sex label input[type=radio],
.search .search-inner > form > div.search-sex label input[type=checkbox], .search .search-inner > form > div.search-stock label input[type=radio],
.search .search-inner > form > div.search-stock label input[type=checkbox],
.search .search-inner > div.search-type label input[type=radio],
.search .search-inner > div.search-type label input[type=checkbox],
.search .search-inner > div.search-brand label input[type=radio],
.search .search-inner > div.search-brand label input[type=checkbox],
.search .search-inner > div.search-color label input[type=radio],
.search .search-inner > div.search-color label input[type=checkbox],
.search .search-inner > div.search-sex label input[type=radio],
.search .search-inner > div.search-sex label input[type=checkbox],
.search .search-inner > div.search-stock label input[type=radio],
.search .search-inner > div.search-stock label input[type=checkbox] {
  display: none;
}
.search .search-inner > form > div.search-type label input[type=radio]:checked + span:after,
.search .search-inner > form > div.search-type label input[type=checkbox]:checked + span:after, .search .search-inner > form > div.search-brand label input[type=radio]:checked + span:after,
.search .search-inner > form > div.search-brand label input[type=checkbox]:checked + span:after, .search .search-inner > form > div.search-color label input[type=radio]:checked + span:after,
.search .search-inner > form > div.search-color label input[type=checkbox]:checked + span:after, .search .search-inner > form > div.search-sex label input[type=radio]:checked + span:after,
.search .search-inner > form > div.search-sex label input[type=checkbox]:checked + span:after, .search .search-inner > form > div.search-stock label input[type=radio]:checked + span:after,
.search .search-inner > form > div.search-stock label input[type=checkbox]:checked + span:after,
.search .search-inner > div.search-type label input[type=radio]:checked + span:after,
.search .search-inner > div.search-type label input[type=checkbox]:checked + span:after,
.search .search-inner > div.search-brand label input[type=radio]:checked + span:after,
.search .search-inner > div.search-brand label input[type=checkbox]:checked + span:after,
.search .search-inner > div.search-color label input[type=radio]:checked + span:after,
.search .search-inner > div.search-color label input[type=checkbox]:checked + span:after,
.search .search-inner > div.search-sex label input[type=radio]:checked + span:after,
.search .search-inner > div.search-sex label input[type=checkbox]:checked + span:after,
.search .search-inner > div.search-stock label input[type=radio]:checked + span:after,
.search .search-inner > div.search-stock label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.search .search-inner > form > div.search-type label span, .search .search-inner > form > div.search-brand label span, .search .search-inner > form > div.search-color label span, .search .search-inner > form > div.search-sex label span, .search .search-inner > form > div.search-stock label span,
.search .search-inner > div.search-type label span,
.search .search-inner > div.search-brand label span,
.search .search-inner > div.search-color label span,
.search .search-inner > div.search-sex label span,
.search .search-inner > div.search-stock label span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
}
.search .search-inner > form > div.search-type label span:before, .search .search-inner > form > div.search-brand label span:before, .search .search-inner > form > div.search-color label span:before, .search .search-inner > form > div.search-sex label span:before, .search .search-inner > form > div.search-stock label span:before,
.search .search-inner > div.search-type label span:before,
.search .search-inner > div.search-brand label span:before,
.search .search-inner > div.search-color label span:before,
.search .search-inner > div.search-sex label span:before,
.search .search-inner > div.search-stock label span:before {
  content: "";
  border: 1px solid #D7D9D9;
  background: #fff;
  display: block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  left: 0;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
.search .search-inner > form > div.search-type label span:after, .search .search-inner > form > div.search-brand label span:after, .search .search-inner > form > div.search-color label span:after, .search .search-inner > form > div.search-sex label span:after, .search .search-inner > form > div.search-stock label span:after,
.search .search-inner > div.search-type label span:after,
.search .search-inner > div.search-brand label span:after,
.search .search-inner > div.search-color label span:after,
.search .search-inner > div.search-sex label span:after,
.search .search-inner > div.search-stock label span:after {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  left: 5px;
  top: 50%;
  margin-top: -5px;
}
.search .search-inner > form > div.search-type label span.black:before, .search .search-inner > form > div.search-brand label span.black:before, .search .search-inner > form > div.search-color label span.black:before, .search .search-inner > form > div.search-sex label span.black:before, .search .search-inner > form > div.search-stock label span.black:before,
.search .search-inner > div.search-type label span.black:before,
.search .search-inner > div.search-brand label span.black:before,
.search .search-inner > div.search-color label span.black:before,
.search .search-inner > div.search-sex label span.black:before,
.search .search-inner > div.search-stock label span.black:before {
  background: #000;
  border-color: #fff;
}
.search .search-inner > form > div.search-type label span.black:after, .search .search-inner > form > div.search-brand label span.black:after, .search .search-inner > form > div.search-color label span.black:after, .search .search-inner > form > div.search-sex label span.black:after, .search .search-inner > form > div.search-stock label span.black:after,
.search .search-inner > div.search-type label span.black:after,
.search .search-inner > div.search-brand label span.black:after,
.search .search-inner > div.search-color label span.black:after,
.search .search-inner > div.search-sex label span.black:after,
.search .search-inner > div.search-stock label span.black:after {
  background: #fff;
}
.search .search-inner > form > div.search-type label span.brown:before, .search .search-inner > form > div.search-brand label span.brown:before, .search .search-inner > form > div.search-color label span.brown:before, .search .search-inner > form > div.search-sex label span.brown:before, .search .search-inner > form > div.search-stock label span.brown:before,
.search .search-inner > div.search-type label span.brown:before,
.search .search-inner > div.search-brand label span.brown:before,
.search .search-inner > div.search-color label span.brown:before,
.search .search-inner > div.search-sex label span.brown:before,
.search .search-inner > div.search-stock label span.brown:before {
  background: #9B743F;
  border-color: #fff;
}
.search .search-inner > form > div.search-type label span.brown:after, .search .search-inner > form > div.search-brand label span.brown:after, .search .search-inner > form > div.search-color label span.brown:after, .search .search-inner > form > div.search-sex label span.brown:after, .search .search-inner > form > div.search-stock label span.brown:after,
.search .search-inner > div.search-type label span.brown:after,
.search .search-inner > div.search-brand label span.brown:after,
.search .search-inner > div.search-color label span.brown:after,
.search .search-inner > div.search-sex label span.brown:after,
.search .search-inner > div.search-stock label span.brown:after {
  background: #fff;
}
.search .search-inner > form > div.search-type label span.navy:before, .search .search-inner > form > div.search-brand label span.navy:before, .search .search-inner > form > div.search-color label span.navy:before, .search .search-inner > form > div.search-sex label span.navy:before, .search .search-inner > form > div.search-stock label span.navy:before,
.search .search-inner > div.search-type label span.navy:before,
.search .search-inner > div.search-brand label span.navy:before,
.search .search-inner > div.search-color label span.navy:before,
.search .search-inner > div.search-sex label span.navy:before,
.search .search-inner > div.search-stock label span.navy:before {
  background: #322B9B;
  border-color: #fff;
}
.search .search-inner > form > div.search-type label span.navy:after, .search .search-inner > form > div.search-brand label span.navy:after, .search .search-inner > form > div.search-color label span.navy:after, .search .search-inner > form > div.search-sex label span.navy:after, .search .search-inner > form > div.search-stock label span.navy:after,
.search .search-inner > div.search-type label span.navy:after,
.search .search-inner > div.search-brand label span.navy:after,
.search .search-inner > div.search-color label span.navy:after,
.search .search-inner > div.search-sex label span.navy:after,
.search .search-inner > div.search-stock label span.navy:after {
  background: #fff;
}
.search .search-inner > form > div.search-type label span.gray:before, .search .search-inner > form > div.search-brand label span.gray:before, .search .search-inner > form > div.search-color label span.gray:before, .search .search-inner > form > div.search-sex label span.gray:before, .search .search-inner > form > div.search-stock label span.gray:before,
.search .search-inner > div.search-type label span.gray:before,
.search .search-inner > div.search-brand label span.gray:before,
.search .search-inner > div.search-color label span.gray:before,
.search .search-inner > div.search-sex label span.gray:before,
.search .search-inner > div.search-stock label span.gray:before {
  background: #ACACAC;
  border-color: #fff;
}
.search .search-inner > form > div.search-type label span.gray:after, .search .search-inner > form > div.search-brand label span.gray:after, .search .search-inner > form > div.search-color label span.gray:after, .search .search-inner > form > div.search-sex label span.gray:after, .search .search-inner > form > div.search-stock label span.gray:after,
.search .search-inner > div.search-type label span.gray:after,
.search .search-inner > div.search-brand label span.gray:after,
.search .search-inner > div.search-color label span.gray:after,
.search .search-inner > div.search-sex label span.gray:after,
.search .search-inner > div.search-stock label span.gray:after {
  background: #fff;
}
.search .search-inner > form > div.search-type label span.red:before, .search .search-inner > form > div.search-brand label span.red:before, .search .search-inner > form > div.search-color label span.red:before, .search .search-inner > form > div.search-sex label span.red:before, .search .search-inner > form > div.search-stock label span.red:before,
.search .search-inner > div.search-type label span.red:before,
.search .search-inner > div.search-brand label span.red:before,
.search .search-inner > div.search-color label span.red:before,
.search .search-inner > div.search-sex label span.red:before,
.search .search-inner > div.search-stock label span.red:before {
  background: #CC0000;
}
.search .search-inner > form > div.search-type label span.red:after, .search .search-inner > form > div.search-brand label span.red:after, .search .search-inner > form > div.search-color label span.red:after, .search .search-inner > form > div.search-sex label span.red:after, .search .search-inner > form > div.search-stock label span.red:after,
.search .search-inner > div.search-type label span.red:after,
.search .search-inner > div.search-brand label span.red:after,
.search .search-inner > div.search-color label span.red:after,
.search .search-inner > div.search-sex label span.red:after,
.search .search-inner > div.search-stock label span.red:after {
  background: #fff;
}
.search .search-inner > form > div.search-type label span.green:before, .search .search-inner > form > div.search-brand label span.green:before, .search .search-inner > form > div.search-color label span.green:before, .search .search-inner > form > div.search-sex label span.green:before, .search .search-inner > form > div.search-stock label span.green:before,
.search .search-inner > div.search-type label span.green:before,
.search .search-inner > div.search-brand label span.green:before,
.search .search-inner > div.search-color label span.green:before,
.search .search-inner > div.search-sex label span.green:before,
.search .search-inner > div.search-stock label span.green:before {
  background: #31802A;
}
.search .search-inner > form > div.search-type label span.green:after, .search .search-inner > form > div.search-brand label span.green:after, .search .search-inner > form > div.search-color label span.green:after, .search .search-inner > form > div.search-sex label span.green:after, .search .search-inner > form > div.search-stock label span.green:after,
.search .search-inner > div.search-type label span.green:after,
.search .search-inner > div.search-brand label span.green:after,
.search .search-inner > div.search-color label span.green:after,
.search .search-inner > div.search-sex label span.green:after,
.search .search-inner > div.search-stock label span.green:after {
  background: #fff;
}
.search .search-inner > form > div.search-type label span.sax:before, .search .search-inner > form > div.search-brand label span.sax:before, .search .search-inner > form > div.search-color label span.sax:before, .search .search-inner > form > div.search-sex label span.sax:before, .search .search-inner > form > div.search-stock label span.sax:before,
.search .search-inner > div.search-type label span.sax:before,
.search .search-inner > div.search-brand label span.sax:before,
.search .search-inner > div.search-color label span.sax:before,
.search .search-inner > div.search-sex label span.sax:before,
.search .search-inner > div.search-stock label span.sax:before {
  background: #C3D0FC;
}
.search .search-inner > form > div.search-type label span.sax:after, .search .search-inner > form > div.search-brand label span.sax:after, .search .search-inner > form > div.search-color label span.sax:after, .search .search-inner > form > div.search-sex label span.sax:after, .search .search-inner > form > div.search-stock label span.sax:after,
.search .search-inner > div.search-type label span.sax:after,
.search .search-inner > div.search-brand label span.sax:after,
.search .search-inner > div.search-color label span.sax:after,
.search .search-inner > div.search-sex label span.sax:after,
.search .search-inner > div.search-stock label span.sax:after {
  background: #fff;
}

.toggle-search + .search {
  display: none;
}

.search + .fs-c-productList {
  margin-top: 60px;
}

.toggle-search {
  border-top: 1px solid #E8EBEB;
  border-bottom: 1px solid #E8EBEB;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.toggle-search:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22btn-search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_49%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2049%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-871.237%20-769.665)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M889.2%2C796.588a8.962%2C8.962%2C0%2C1%2C1%2C8.961-8.961A8.971%2C8.971%2C0%2C0%2C1%2C889.2%2C796.588Zm0-16.923a7.962%2C7.962%2C0%2C1%2C0%2C7.961%2C7.962A7.971%2C7.971%2C0%2C0%2C0%2C889.2%2C779.665Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M902.737%2C801.665a.5.5%2C0%2C0%2C1-.354-.146l-7.562-7.563a.5.5%2C0%2C0%2C1%2C.707-.707l7.562%2C7.563a.5.5%2C0%2C0%2C1%2C0%2C.707A.494.494%2C0%2C0%2C1%2C902.737%2C801.665Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.toggle-search span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  margin-top: -15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
}
.toggle-search span.active {
  transform: rotate(-135deg);
}
.toggle-search span:before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
}
.toggle-search span:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
  transform: rotate(90deg);
}

[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 {
  border: 1px solid #D7D9D9;
  border-radius: 3px;
  padding: 10px;
}

[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 {
  border-color: #da4453;
  background-color: #fcf5c2;
}

#footer {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 100px 30px 0;
  clear: both;
  background: #fff;
  position: relative;
  z-index: 2;
}
#footer dl {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D7D9D9;
  padding: 40px 0;
  max-width: 1200px;
}
#footer dl dt {
  margin: 0;
  padding: 0;
  width: 20%;
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #footer dl dt {
    width: 26%;
  }
}
#footer dl dd {
  margin: 0;
  padding: 0;
  width: 80%;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #footer dl dd {
    width: 74%;
  }
}
#footer .copyright {
  border-top: 1px solid #D7D9D9;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1200px;
}

.logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_478%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20478%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22439.869%22%20height%3D%22106.305%22%20viewBox%3D%220%200%20439.869%20106.305%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_188%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20188%22%20width%3D%22439.869%22%20height%3D%22106.305%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_477%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20477%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_117%22%20data-name%3D%22%E3%83%91%E3%82%B9%20117%22%20d%3D%22M0%2C17C13.122%2C15.941%2C20.849%2C11.8%2C23.641%2C2.2h20.97V106.305H20.264V33.721C15.72%2C36.425%2C9.25%2C38.074%2C0%2C38.5Z%22%20fill%3D%22%23080304%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_118%22%20data-name%3D%22%E3%83%91%E3%82%B9%20118%22%20d%3D%22M82.987%2C106.3V0h25.376V85.069h45.874V106.3Z%22%20fill%3D%22%23080304%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_119%22%20data-name%3D%22%E3%83%91%E3%82%B9%20119%22%20d%3D%22M166.06%2C0h37.348c18.966%2C0%2C26.928%2C1.063%2C35.15%2C5.4%2C12.931%2C7.013%2C21.016%2C25.226%2C21.016%2C47.063%2C0%2C16.691-4.97%2C31.41-14.33%2C41.2-9.854%2C10.546-22.262%2C12.643-43.514%2C12.643H166.06Zm36.406%2C85.075c13.457%2C0%2C18.715-1.473%2C23.691-7.285%2C4.1-4.615%2C6.779-13.64%2C6.779-25.85%2C0-12.021-3.3-22.24-8.883-26.5-3.929-2.985-9.5-4.353-16.853-4.353H191.457V85.076Z%22%20fill%3D%22%23080304%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_120%22%20data-name%3D%22%E3%83%91%E3%82%B9%20120%22%20d%3D%22M339.947%2C106.3l-25.956-45.45-15.31%2C17.377V106.3H273.448V0h25.233V44.586L336.815%2C0H367.33l-35.9%2C41.379L370.551%2C106.3Z%22%20fill%3D%22%23080304%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_121%22%20data-name%3D%22%E3%83%91%E3%82%B9%20121%22%20d%3D%22M410.959%2C58.841c-17%2C0-30.242-13.025-30.242-29.549C380.717%2C12.933%2C393.809%2C0%2C410.495%2C0A29.048%2C29.048%2C0%2C0%2C1%2C439.87%2C28.9c0%2C16.92-12.53%2C29.945-28.911%2C29.945M410.571%2C4.15a24.755%2C24.755%2C0%2C0%2C0-24.983%2C25.142%2C25.107%2C25.107%2C0%2C0%2C0%2C25.143%2C25.224C424.3%2C54.516%2C435%2C43.508%2C435%2C29.61c0-14.519-10.378-25.46-24.427-25.46m6.778%2C41.423L409.926%2C33.69h-4.157V45.573h-7.818V12.143h13.008c11.017%2C0%2C14.056%2C4.778%2C14.056%2C10.21%2C0%2C4.787-2.469%2C8.937-7.333%2C10.129l8.943%2C13.091Zm-6.291-18.667c4.544%2C0%2C5.819-1.36%2C5.819-4%2C0-2.554-1.041-3.829-6.063-3.829h-4.87v7.833Z%22%20fill%3D%22%231a1311%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 77px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 22px;
  margin: 0 0 0 -32px;
  padding: 0;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.btn-menu {
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.btn-menu:before {
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 6px;
  background: #000;
  margin-top: -5px;
}
.btn-menu:after {
  content: "";
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 6px;
  background: #000;
  margin-top: 4px;
  transition: width 0.3s;
}
.btn-menu:hover:after {
  width: 28px;
}

.btn-totop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_170%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20170%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_95%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2095%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23b1b3b3%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_149%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20149%22%20transform%3D%22translate(-2115.005%20-515.005)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_148%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20148%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M2137.005%2C541.712h-1v-9.293l-4.687%2C4.688-.707-.707%2C6.395-6.395Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%2212%22%20height%3D%221%22%20transform%3D%22translate(2129.005%20528.005)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: rgba(177, 179, 179, 0.5);
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 0px;
  cursor: pointer;
  transition: background 0.3s, opacity 0.6s, bottom 0.5s;
  opacity: 0;
  z-index: 99999;
}
@media screen and (min-width: 769px) {
  .btn-totop:hover {
    background-color: rgba(177, 179, 179, 0.8);
  }
}

.scroll .btn-totop {
  opacity: 1;
  bottom: 60px;
}

.btn-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22btn-search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_49%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2049%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-871.237%20-769.665)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M889.2%2C796.588a8.962%2C8.962%2C0%2C1%2C1%2C8.961-8.961A8.971%2C8.971%2C0%2C0%2C1%2C889.2%2C796.588Zm0-16.923a7.962%2C7.962%2C0%2C1%2C0%2C7.961%2C7.962A7.971%2C7.971%2C0%2C0%2C0%2C889.2%2C779.665Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M902.737%2C801.665a.5.5%2C0%2C0%2C1-.354-.146l-7.562-7.563a.5.5%2C0%2C0%2C1%2C.707-.707l7.562%2C7.563a.5.5%2C0%2C0%2C1%2C0%2C.707A.494.494%2C0%2C0%2C1%2C902.737%2C801.665Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 50px;
  top: 10px;
  cursor: pointer;
}

.btn-fav {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22btn-fav%22%20transform%3D%22translate(-199%20-1656)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_98%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2098%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(199%201656)%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_15%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2015%22%20transform%3D%22translate(-2544.68%20254.084)%22%3E%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%20%3Cpath%20d%3D%22M2773.112%2C1413.539a5.708%2C5.708%2C0%2C0%2C0-4.3-1.614%2C4.646%2C4.646%2C0%2C0%2C0-1.552.28%2C6.1%2C6.1%2C0%2C0%2C0-1.471.756q-.681.474-1.171.891a.934.934%2C0%2C0%2C1-1.866%2C0q-.489-.417-1.171-.891a6.129%2C6.129%2C0%2C0%2C0-1.471-.756%2C4.664%2C4.664%2C0%2C0%2C0-1.555-.28%2C5.7%2C5.7%2C0%2C0%2C0-4.3%2C1.614%2C6.185%2C6.185%2C0%2C0%2C0-1.556%2C4.478%2C6.047%2C6.047%2C0%2C0%2C0%2C.288%2C1.8%2C8.143%2C8.143%2C0%2C0%2C0%2C.656%2C1.575%2C11.515%2C11.515%2C0%2C0%2C0%2C.834%2C1.268q.467.618.68.853a4.275%2C4.275%2C0%2C0%2C0%2C.337.338l7.654%2C7.835a.738.738%2C0%2C0%2C0%2C1.051.029l.028-.029%2C7.643-7.808a8.7%2C8.7%2C0%2C0%2C0%2C2.808-5.856A6.178%2C6.178%2C0%2C0%2C0%2C2773.112%2C1413.539Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%202758.22802734375%201412.915771484375%20C%202757.00927734375%201412.915771484375%202755.853515625%201413.382690429688%202754.9697265625%201414.231079101562%20C%202754.076416015625%201415.245849609375%202753.610107421875%201416.602294921875%202753.689208984375%201417.958618164062%20L%202753.690673828125%201417.983642578125%20L%202753.69091796875%201418.008544921875%20C%202753.695068359375%201418.518798828125%202753.776123046875%201419.022827148438%202753.93115234375%201419.506591796875%20L%202753.934326171875%201419.516357421875%20L%202753.937255859375%201419.526245117188%20C%202754.079345703125%201420.00244140625%202754.271484375%201420.464721679688%202754.5087890625%201420.900512695312%20C%202754.73486328125%201421.298461914062%202754.98974609375%201421.685791015625%202755.26708984375%201422.052490234375%20C%202755.644775390625%201422.552734375%202755.8203125%201422.75927734375%202755.89111328125%201422.837890625%20L%202755.893310546875%201422.84033203125%20L%202755.8955078125%201422.842651367188%20C%202755.975341796875%201422.932495117188%202756.062255859375%201423.01953125%202756.15380859375%201423.101440429688%20L%202756.17822265625%201423.12353515625%20L%202756.201416015625%201423.147216796875%20L%202763.6796875%201430.802490234375%20L%202771.1474609375%201423.173583984375%20L%202771.1669921875%201423.153442382812%20L%202771.187744140625%201423.134521484375%20C%202772.6572265625%201421.792846679688%202773.53955078125%201419.953369140625%202773.671875%201417.954345703125%20C%202773.75%201416.59912109375%202773.283203125%201415.24462890625%202772.389892578125%201414.231567382812%20C%202771.5048828125%201413.382934570312%202770.3486328125%201412.916015625%202769.1298828125%201412.916015625%20C%202769.042236328125%201412.916015625%202768.953125%201412.91845703125%202768.865478515625%201412.923461914062%20L%202768.841064453125%201412.9248046875%20L%202768.81640625%201412.925048828125%20C%202768.4013671875%201412.928100585938%202767.991455078125%201413.002075195312%202767.5986328125%201413.144775390625%20L%202767.59423828125%201413.146484375%20L%202767.589599609375%201413.148071289062%20C%202767.151611328125%201413.302490234375%202766.73779296875%201413.51513671875%202766.357177734375%201413.781860351562%20C%202765.927734375%201414.080688476562%202765.56005859375%201414.3603515625%202765.26025390625%201414.615966796875%20C%202764.96533203125%201414.865234375%202764.67822265625%201415.136840820312%202764.4072265625%201415.423217773438%20L%202763.679443359375%201416.192626953125%20L%202762.953125%201415.421630859375%20C%202762.686279296875%201415.138549804688%202762.400146484375%201414.8671875%202762.099853515625%201414.61279296875%20C%202761.7998046875%201414.356567382812%202761.43212890625%201414.077270507812%202761.004638671875%201413.780517578125%20C%202760.62548828125%201413.515380859375%202760.21142578125%201413.302490234375%202759.773681640625%201413.147827148438%20L%202759.77001953125%201413.146484375%20L%202759.76611328125%201413.145141601562%20C%202759.371826171875%201413.002075195312%202758.960693359375%201412.928100585938%202758.544677734375%201412.925048828125%20L%202758.519775390625%201412.9248046875%20L%202758.494873046875%201412.923461914062%20C%202758.406494140625%201412.918334960938%202758.316650390625%201412.915771484375%202758.22802734375%201412.915771484375%20M%202758.22802734375%201411.915771484375%20C%202758.335693359375%201411.915771484375%202758.44384765625%201411.918823242188%202758.552001953125%201411.925048828125%20C%202759.08203125%201411.928955078125%202759.60791015625%201412.024047851562%202760.10693359375%201412.204956054688%20C%202760.6279296875%201412.389038085938%202761.123046875%201412.642944335938%202761.577880859375%201412.961059570312%20C%202762.032958984375%201413.276977539062%202762.423095703125%201413.573974609375%202762.7490234375%201413.85205078125%20C%202763.075927734375%201414.129028320312%202763.386962890625%201414.423950195312%202763.680908203125%201414.735961914062%20C%202763.97607421875%201414.423950195312%202764.287109375%201414.129028320312%202764.614990234375%201413.85205078125%20C%202764.94091796875%201413.573974609375%202765.33203125%201413.276977539062%202765.785888671875%201412.961059570312%20C%202766.239990234375%201412.642944335938%202766.735107421875%201412.389038085938%202767.257080078125%201412.204956054688%20C%202767.7548828125%201412.024047851562%202768.280029296875%201411.928955078125%202768.80908203125%201411.925048828125%20C%202768.916259765625%201411.9189453125%202769.023193359375%201411.916015625%202769.1298828125%201411.916015625%20C%202770.610595703125%201411.916015625%202772.039306640625%201412.495239257812%202773.112060546875%201413.538940429688%20C%202774.2041015625%201414.760009765625%202774.76611328125%201416.373046875%202774.669921875%201418.016967773438%20C%202774.52197265625%201420.262939453125%202773.514892578125%201422.364013671875%202771.862060546875%201423.873046875%20L%202764.218994140625%201431.681030273438%20L%202764.19091796875%201431.7099609375%20C%202764.047119140625%201431.847534179688%202763.863037109375%201431.915893554688%202763.679443359375%201431.915893554688%20C%202763.482421875%201431.915893554688%202763.285888671875%201431.837280273438%202763.139892578125%201431.681030273438%20L%202755.486083984375%201423.845947265625%20C%202755.367919921875%201423.739990234375%202755.2548828125%201423.626953125%202755.14892578125%201423.508056640625%20C%202755.007080078125%201423.350952148438%202754.780029296875%201423.067016601562%202754.468994140625%201422.655029296875%20C%202754.1640625%201422.251953125%202753.885009765625%201421.828002929688%202753.635009765625%201421.386962890625%20C%202753.362060546875%201420.886962890625%202753.14208984375%201420.359008789062%202752.97900390625%201419.81201171875%20C%202752.79296875%201419.232055664062%202752.696044921875%201418.6259765625%202752.69091796875%201418.016967773438%20C%202752.594970703125%201416.3740234375%202753.156005859375%201414.760986328125%202754.2470703125%201413.538940429688%20C%202755.319091796875%201412.494873046875%202756.747314453125%201411.915771484375%202758.22802734375%201411.915771484375%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 10px;
}
.btn-fav a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.btn-cart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22btn-cart%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_145%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20145%22%20transform%3D%22translate(-1967.395%20-1019.391)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029%22%20d%3D%22M1996.026%2C1027.391l-1.718%2C5.943h-20.914l4.09%2C10.886h14.72l4.574-15.829h3.838v-1Zm-4.574%2C15.829h-13.274l-3.34-8.886h19.181Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_30%22%20data-name%3D%22%E3%83%91%E3%82%B9%2030%22%20d%3D%22M1980.687%2C1045.906a2.357%2C2.357%2C0%2C1%2C0%2C2.358%2C2.356A2.358%2C2.358%2C0%2C0%2C0%2C1980.687%2C1045.906Zm0%2C3.713a1.357%2C1.357%2C0%2C1%2C1%2C1.358-1.357A1.358%2C1.358%2C0%2C0%2C1%2C1980.687%2C1049.619Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031%22%20d%3D%22M1989.345%2C1045.906a2.357%2C2.357%2C0%2C1%2C0%2C2.357%2C2.356A2.358%2C2.358%2C0%2C0%2C0%2C1989.345%2C1045.906Zm0%2C3.713a1.357%2C1.357%2C0%2C1%2C1%2C1.357-1.357A1.359%2C1.359%2C0%2C0%2C1%2C1989.345%2C1049.619Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn-cart a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.btn-cart .fs-client-cart-count {
  background: rgba(219, 86, 91, 0.8);
  border-radius: 50%;
  padding: 0 5px;
  color: #fff;
  pointer-events: none;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  left: -3px;
  top: 0;
  display: none;
  transition: opacity 0.3s;
}
.btn-cart .fs-client-cart-count:not(.fs-client-cart-count--0) {
  display: inline-block;
}

.list-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-link > li {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .list-link > li {
    display: block;
  }
}
.list-link > li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 1200px) {
  .list-link > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.list-link > li a {
  display: block;
}

.list-sns {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.list-sns > li {
  display: inline-block;
}
.list-sns > li:not(:last-child) {
  margin-right: 20px;
}
.list-sns a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.list-sns .facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22icon-facebook%22%20d%3D%22M261%2C1466.061A10%2C10%2C0%2C1%2C0%2C249.438%2C1476v-7.031H246.9v-2.908h2.539v-2.217c0-2.522%2C1.493-3.914%2C3.777-3.914a15.285%2C15.285%2C0%2C0%2C1%2C2.238.2v2.476h-1.261a1.45%2C1.45%2C0%2C0%2C0-1.63%2C1.571v1.887h2.773l-.443%2C2.908h-2.33V1476A10.045%2C10.045%2C0%2C0%2C0%2C261%2C1466.061Z%22%20transform%3D%22translate(-241%20-1456)%22%2F%3E%3C%2Fsvg%3E");
}
.list-sns .twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22icon-twitter%22%20d%3D%22M14.465%2C263.84a10%2C10%2C0%2C1%2C0%2C10%2C10A10%2C10%2C0%2C0%2C0%2C14.465%2C263.84Zm4.963%2C7.6c0%2C.1.007.207.007.312a6.856%2C6.856%2C0%2C0%2C1-10.554%2C5.776%2C4.91%2C4.91%2C0%2C0%2C0%2C.575.033%2C4.837%2C4.837%2C0%2C0%2C0%2C2.994-1.032%2C2.413%2C2.413%2C0%2C0%2C1-2.252-1.674%2C2.407%2C2.407%2C0%2C0%2C0%2C1.089-.041%2C2.412%2C2.412%2C0%2C0%2C1-1.934-2.363c0-.011%2C0-.021%2C0-.031a2.393%2C2.393%2C0%2C0%2C0%2C1.092.3%2C2.413%2C2.413%2C0%2C0%2C1-.746-3.218%2C6.844%2C6.844%2C0%2C0%2C0%2C4.969%2C2.519%2C2.412%2C2.412%2C0%2C0%2C1%2C4.108-2.2%2C4.832%2C4.832%2C0%2C0%2C0%2C1.531-.585%2C2.419%2C2.419%2C0%2C0%2C1-1.06%2C1.333%2C4.81%2C4.81%2C0%2C0%2C0%2C1.384-.38A4.9%2C4.9%2C0%2C0%2C1%2C19.428%2C271.444Z%22%20transform%3D%22translate(-4.465%20-263.84)%22%2F%3E%3C%2Fsvg%3E");
}
.list-sns .line {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22icon-line%22%20transform%3D%22translate(-108.138%20-171.047)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_22%22%20data-name%3D%22%E3%83%91%E3%82%B9%2022%22%20d%3D%22M118.138%2C171.047a10%2C10%2C0%2C1%2C0%2C10%2C10A10%2C10%2C0%2C0%2C0%2C118.138%2C171.047Zm5.226%2C12.721a21.477%2C21.477%2C0%2C0%2C1-5.226%2C3.862c-.71.3-.605-.191-.576-.359.017-.1.1-.569.1-.569a1.366%2C1.366%2C0%2C0%2C0-.022-.6c-.074-.185-.369-.281-.586-.328-3.2-.423-5.563-2.657-5.563-5.326%2C0-2.976%2C2.984-5.4%2C6.652-5.4s6.652%2C2.421%2C6.652%2C5.4a4.8%2C4.8%2C0%2C0%2C1-1.426%2C3.321Z%22%2F%3E%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_77%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2077%22%20d%3D%22M.363%2C0h0A.363.363%2C0%2C0%2C1%2C.726.363V2.795a.362.362%2C0%2C0%2C1-.362.362h0A.363.363%2C0%2C0%2C1%2C0%2C2.794V.363A.363.363%2C0%2C0%2C1%2C.363%2C0Z%22%20transform%3D%22translate(116.19%20179.008)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023%22%20d%3D%22M166.156%2C218.815h-.466a.129.129%2C0%2C0%2C0-.13.129v1.722l-1.328-1.794-.01-.013h0l-.008-.008%2C0%2C0-.007-.006%2C0%2C0-.007%2C0%2C0%2C0-.007%2C0%2C0%2C0-.008%2C0h0l-.008%2C0h0l-.007%2C0h-.49a.13.13%2C0%2C0%2C0-.13.129v2.9a.13.13%2C0%2C0%2C0%2C.13.129h.466a.13.13%2C0%2C0%2C0%2C.13-.129v-1.721l1.33%2C1.8a.125.125%2C0%2C0%2C0%2C.033.032h0l.008%2C0%2C0%2C0%2C.006%2C0%2C.006%2C0h0l.009%2C0h0a.127.127%2C0%2C0%2C0%2C.033%2C0h.466a.129.129%2C0%2C0%2C0%2C.13-.129v-2.9A.129.129%2C0%2C0%2C0%2C166.156%2C218.815Z%22%20transform%3D%22translate(-46.158%20-39.807)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_24%22%20data-name%3D%22%E3%83%91%E3%82%B9%2024%22%20d%3D%22M143.314%2C221.245h-1.268v-2.3a.13.13%2C0%2C0%2C0-.129-.13h-.467a.13.13%2C0%2C0%2C0-.13.13v2.9h0a.129.129%2C0%2C0%2C0%2C.036.089l0%2C0%2C0%2C0a.128.128%2C0%2C0%2C0%2C.089.036h1.864a.129.129%2C0%2C0%2C0%2C.129-.13v-.467A.129.129%2C0%2C0%2C0%2C143.314%2C221.245Z%22%20transform%3D%22translate(-27.652%20-39.806)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025%22%20d%3D%22M184.79%2C218.814h-1.864a.129.129%2C0%2C0%2C0-.09.037h0l0%2C0a.129.129%2C0%2C0%2C0-.036.089h0v2.9h0a.129.129%2C0%2C0%2C0%2C.036.089l0%2C0%2C0%2C0a.129.129%2C0%2C0%2C0%2C.09.036h1.864a.129.129%2C0%2C0%2C0%2C.129-.13v-.467a.129.129%2C0%2C0%2C0-.129-.13h-1.268v-.49h1.268a.129.129%2C0%2C0%2C0%2C.129-.13v-.467a.129.129%2C0%2C0%2C0-.129-.13h-1.268v-.49h1.268a.129.129%2C0%2C0%2C0%2C.129-.13v-.467A.13.13%2C0%2C0%2C0%2C184.79%2C218.814Z%22%20transform%3D%22translate(-62.215%20-39.806)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.list-sns .instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22icon-insta%22%20transform%3D%22translate(-535.309%20-17.356)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%222.026%22%20cy%3D%222.026%22%20r%3D%222.026%22%20transform%3D%22translate(542.444%2027.356)%20rotate(-45)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034%22%20d%3D%22M673.848%2C147.573a2.012%2C2.012%2C0%2C0%2C0-1.153-1.153%2C3.362%2C3.362%2C0%2C0%2C0-1.129-.209c-.641-.029-.833-.035-2.456-.035s-1.815.006-2.456.035a3.363%2C3.363%2C0%2C0%2C0-1.129.209%2C2.013%2C2.013%2C0%2C0%2C0-1.153%2C1.153%2C3.363%2C3.363%2C0%2C0%2C0-.209%2C1.129c-.029.641-.035.833-.035%2C2.456s.006%2C1.815.035%2C2.456a3.362%2C3.362%2C0%2C0%2C0%2C.209%2C1.129%2C2.013%2C2.013%2C0%2C0%2C0%2C1.153%2C1.153%2C3.363%2C3.363%2C0%2C0%2C0%2C1.129.209c.641.029.833.035%2C2.456.035s1.815-.006%2C2.456-.035a3.362%2C3.362%2C0%2C0%2C0%2C1.129-.209%2C2.012%2C2.012%2C0%2C0%2C0%2C1.153-1.153%2C3.363%2C3.363%2C0%2C0%2C0%2C.209-1.129c.029-.641.035-.833.035-2.456s-.006-1.815-.035-2.456A3.364%2C3.364%2C0%2C0%2C0%2C673.848%2C147.573Zm-4.738%2C6.705a3.121%2C3.121%2C0%2C1%2C1%2C3.121-3.121A3.121%2C3.121%2C0%2C0%2C1%2C669.111%2C154.279Zm3.244-5.636a.729.729%2C0%2C1%2C1%2C.729-.729A.729.729%2C0%2C0%2C1%2C672.355%2C148.643Z%22%20transform%3D%22translate(-123.802%20-123.802)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M545.309%2C17.356a10%2C10%2C0%2C1%2C0%2C10%2C10A10%2C10%2C0%2C0%2C0%2C545.309%2C17.356Zm6.041%2C12.506a4.464%2C4.464%2C0%2C0%2C1-.282%2C1.475%2C3.108%2C3.108%2C0%2C0%2C1-1.778%2C1.777%2C4.46%2C4.46%2C0%2C0%2C1-1.475.283c-.648.03-.855.037-2.506.037s-1.858-.007-2.506-.037a4.46%2C4.46%2C0%2C0%2C1-1.475-.283%2C3.107%2C3.107%2C0%2C0%2C1-1.777-1.777%2C4.46%2C4.46%2C0%2C0%2C1-.282-1.475c-.03-.648-.037-.855-.037-2.506s.007-1.858.037-2.506a4.459%2C4.459%2C0%2C0%2C1%2C.282-1.475%2C3.108%2C3.108%2C0%2C0%2C1%2C1.777-1.777%2C4.461%2C4.461%2C0%2C0%2C1%2C1.475-.282c.648-.03.855-.037%2C2.506-.037s1.858.007%2C2.506.037a4.461%2C4.461%2C0%2C0%2C1%2C1.475.282%2C3.108%2C3.108%2C0%2C0%2C1%2C1.778%2C1.777%2C4.464%2C4.464%2C0%2C0%2C1%2C.282%2C1.475c.03.648.037.855.037%2C2.506S551.38%2C29.214%2C551.35%2C29.862Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.fs-l-main {
  max-width: 1200px;
  min-height: 50vh;
  margin: 0 auto;
  padding: 60px 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .fs-l-main {
    padding: 60px 30px 0;
  }
}

.slick-initialized {
  opacity: 1 !important;
}

.slick-track {
  zoom: 1;
  overflow: hidden;
}

.kv {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  position: relative;
}
.kv:not(:last-child) {
  margin-bottom: 100px;
}
.kv .fs-pt-column__item {
  display: block;
  float: left;
  text-align: center;
  margin: 0 5px;
  outline: none;
}
.kv .fs-pt-column__item:hover, .kv .fs-pt-column__item:active {
  text-decoration: none;
}
.kv .fs-pt-column__item .fs-pt-column__image {
  display: block;
  font-size: 0;
  line-height: 0;
}
.kv .fs-pt-column__item .fs-pt-column__image + .fs-pt-column__heading {
  margin-top: 20px;
}
.kv .fs-pt-column__item .fs-pt-column__heading {
  display: block;
}
.kv + .list-brand {
  padding-top: 0;
}
.kv .slick-arrow {
  top: 49%;
}
.kv .slick-arrow.slick-next {
  right: calc(30% - 55px);
}
.kv .slick-arrow.slick-prev {
  left: calc(30% - 55px);
}

.list-brand {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 876px;
  margin: 0 auto;
  padding: 100px 30px;
}
.list-brand a:hover, .list-brand a:active {
  text-decoration: none;
}
.list-brand .fs-pt-column {
  width: calc(33.3% - 64px);
}
@media screen and (max-width: 1200px) {
  .list-brand .fs-pt-column {
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .list-brand .fs-pt-column {
    width: calc(50% - 7px);
  }
}
.list-brand .fs-pt-column:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .list-brand .fs-pt-column:not(:last-child) {
    margin-bottom: 60px;
  }
}
.list-brand .fs-pt-column .fs-pt-column__item .fs-pt-column__image {
  font-size: 0;
  line-height: 0;
  display: block;
}
.list-brand .fs-pt-column .fs-pt-column__item .fs-pt-column__image + .fs-pt-column__heading {
  margin-top: 20px;
}
.list-brand .fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
  display: block;
}
.list-brand .fs-pt-column .fs-pt-column__item .fs-pt-column__heading + .fs-pt-column__description {
  margin-top: 15px;
}
.list-brand .fs-pt-column .fs-pt-column__item .fs-pt-column__description {
  display: block;
  font-size: 12px;
  line-height: 1.8em;
}
.list-brand .fs-pt-column:nth-of-type(1) {
  width: 100%;
  display: block;
  zoom: 1;
  overflow: hidden;
  position: relative;
}
.list-brand .fs-pt-column:nth-of-type(1) .fs-pt-column__image {
  display: block;
  float: left;
  width: 53%;
  margin-right: 96px;
}
@media screen and (max-width: 1200px) {
  .list-brand .fs-pt-column:nth-of-type(1) .fs-pt-column__image {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .list-brand .fs-pt-column:nth-of-type(1) .fs-pt-column__image {
    width: 100%;
    margin-right: auto;
    float: none;
  }
}
.list-brand .fs-pt-column:nth-of-type(1) .fs-pt-column__heading {
  position: relative;
  margin-top: 60px !important;
}
@media screen and (max-width: 1200px) {
  .list-brand .fs-pt-column:nth-of-type(1) .fs-pt-column__heading {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .list-brand .fs-pt-column:nth-of-type(1) .fs-pt-column__heading {
    margin-top: 20px !important;
  }
}

.list-newitem {
  background: #F5F7F7;
  padding: 100px 30px;
}
.list-newitem .fs-c-productList__list {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .list-newitem .fs-c-productList__list {
    width: auto;
  }
}
.list-newitem .fs-c-productListItem__control {
  display: none;
}
.list-newitem .btn-wrap {
  text-align: center;
}
.list-newitem .btn-wrap .fs-c-button--standard {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.list-newitem.ver2 .fs-c-productList__list__item:nth-of-type(n+9) {
  display: none;
}

.list-history {
  background: #fff;
  padding: 100px 30px 40px;
}
.list-history h2 {
  margin: 0 0 40px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-history h2 {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.list-history .fs-c-productList__list {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .list-history .fs-c-productList__list {
    width: auto;
  }
}

.list-recommend {
  border-top: 1px solid #F5F7F7;
  padding: 100px 0;
}
.list-recommend .fs-c-productList__list {
  display: block;
  zoom: 1;
  overflow: hidden;
  position: relative;
}
.list-recommend .fs-c-productList__list:before, .list-recommend .fs-c-productList__list:after {
  display: none;
}
.list-recommend .fs-c-productList__list .fs-c-productList__list__item {
  float: left;
  margin: 0 260px;
}
@media screen and (max-width: 1300px) {
  .list-recommend .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 140px;
  }
}
@media screen and (max-width: 768px) {
  .list-recommend .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 110px;
  }
}
.list-recommend .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer {
  text-align: center;
}
.list-recommend .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer .fs-c-productImage__image {
  width: 100%;
  height: auto;
}
.list-recommend .fs-c-productList__list .fs-c-productList__list__item a {
  outline: none;
}
.list-recommend.ver2 .fs-c-productList__list .fs-c-productList__list__item {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .list-recommend.ver2 .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 35px;
  }
}
@media screen and (max-width: 320px) {
  .list-recommend.ver2 .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 20px;
  }
}
.list-recommend.ver2 .fs-c-productList__list .slick-dots {
  margin-top: 40px;
}
.list-recommend.ver2 .fs-c-productList__list .slick-arrow.slick-next {
  right: 0;
}
.list-recommend.ver2 .fs-c-productList__list .slick-arrow.slick-prev {
  left: 0;
}

.list-ranking {
  background: #F5F7F7;
  padding: 100px 30px;
  counter-reset: ranking;
  overflow-x: hidden;
}
.list-ranking .fs-c-productList__list {
  width: 1210px;
  margin: 0 auto;
  display: block;
  counter-reset: ranking;
}
@media screen and (max-width: 1260px) {
  .list-ranking .fs-c-productList__list {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .list-ranking .fs-c-productList__list {
    margin: 0 25px;
  }
}
.list-ranking .fs-c-productList__list:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.list-ranking .fs-c-productList__list .fs-c-productList__list__item {
  float: left;
  margin: 0 5px;
}
.list-ranking .fs-c-productList__list .fs-c-productList__list__item:after {
  counter-increment: ranking;
  content: counter(ranking);
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}
.list-ranking .fs-c-productList__list .fs-c-productList__list__item a {
  outline: none;
}
.list-ranking .fs-c-productList__list .slick-dots {
  margin-top: 20px;
}

.slick-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-slidearrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034%22%20d%3D%22M2155.712%2C467.005h-11.707v-1h9.293l-4.687-4.687.707-.707Z%22%20transform%3D%22translate(-2130.005%20-444.611)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_54%22%20data-name%3D%22%E3%83%91%E3%82%B9%2054%22%20d%3D%22M0%2C0H40V40H0Z%22%20fill%3D%22%232b3333%22%20opacity%3D%220%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  outline: none;
  z-index: 9997;
  transition: background 0.3s;
}
.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-arrow.slick-next {
  right: 20%;
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-arrow.slick-prev {
  left: 20%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:not(:last-child) {
  margin-right: 4px;
}
.slick-dots > li button {
  width: 20px;
  height: 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #D7D9D9;
  border: none;
  outline: none;
}
.slick-dots > li.slick-active button {
  background: #2B3333;
}

.fs-c-heading {
  text-align: center;
  position: relative;
  font-weight: 400;
  margin: 0 0 70px;
  font-size: 22px;
  line-height: 1.6em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fs-c-heading {
    font-size: 18px;
    line-height: 1.6em;
  }
}
.fs-c-heading:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #B1B3B3;
  position: absolute;
  left: 50%;
  bottom: -30px;
}

div.fs-c-breadcrumb {
  display: none;
}

.fs-c-breadcrumb {
  background: #F5F7F7;
  font-size: 10px;
  line-height: 1.6em;
  color: #333;
  position: relative;
  z-index: 2;
}
.fs-c-breadcrumb a:link, .fs-c-breadcrumb a:visited, .fs-c-breadcrumb a:hover, .fs-c-breadcrumb a:active {
  color: #333;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 6px 10px;
  }
}

.fs-l-main .group-image {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .fs-l-main .group-image {
    display: none !important;
  }
}

.search + .group-image {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .search + .group-image {
    display: block !important;
  }
}

.group-image {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 714px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .group-image {
    padding: 0;
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1;
    margin: 0;
  }
}
.group-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .group-image + .fs-c-breadcrumb {
    margin-top: 400px;
  }
}
@media screen and (max-width: 620px) {
  .group-image + .fs-c-breadcrumb {
    margin-top: 320px;
  }
}
@media screen and (max-width: 500px) {
  .group-image + .fs-c-breadcrumb {
    margin-top: 260px;
  }
}
@media screen and (max-width: 400px) {
  .group-image + .fs-c-breadcrumb {
    margin-top: 200px;
  }
}

.group-description {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .group-description {
    text-align: left;
  }
}

.fs-c-subgroup {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-subgroup .fs-c-subgroupList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-c-subgroup .fs-c-subgroupList:before {
  content: "";
  display: block;
  width: calc(25% - 45px);
  height: 0;
  order: 1;
}
@media screen and (max-width: 1200px) {
  .fs-c-subgroup .fs-c-subgroupList:before {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subgroup .fs-c-subgroupList:before {
    display: none;
  }
}
.fs-c-subgroup .fs-c-subgroupList:after {
  content: "";
  display: block;
  width: calc(25% - 45px);
  height: 0;
}
@media screen and (max-width: 1200px) {
  .fs-c-subgroup .fs-c-subgroupList:after {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subgroup .fs-c-subgroupList:after {
    display: none;
  }
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
  width: calc(25% - 45px);
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    width: calc(50% - 7px);
    margin-bottom: 20px;
  }
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item a:hover, .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item a:active {
  text-decoration: none;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__label {
  font-size: 14px;
  line-height: 1.6em;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__comment {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 15px;
}

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

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

.fs-c-button--addToCart--list,
.fs-c-productListItem__purchaseDisabledMessage {
  display: none;
}

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

.fs-c-productPrice--listed {
  display: block;
  text-decoration: line-through;
}

.fs-c-button--removeFromWishList--icon,
.fs-c-button--addToWishList--icon,
.fs-c-button--addToWishList--detail,
.fs-c-button--removeFromWishList--detail {
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.fs-c-button--removeFromWishList--icon,
.fs-c-button--removeFromWishList--detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-fav-active%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.506%22%20height%3D%2213.187%22%20viewBox%3D%220%200%2014.506%2013.187%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_15%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2015%22%20transform%3D%22translate(-595.59%20-783.932)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M599.248%2C783.932a3.764%2C3.764%2C0%2C0%2C0-2.626%2C1.07%2C4.077%2C4.077%2C0%2C0%2C0-1.025%2C2.953%2C3.961%2C3.961%2C0%2C0%2C0%2C.19%2C1.184%2C5.362%2C5.362%2C0%2C0%2C0%2C.433%2C1.039%2C7.548%2C7.548%2C0%2C0%2C0%2C.55.837q.308.407.448.562a2.705%2C2.705%2C0%2C0%2C0%2C.222.223l5.046%2C5.166a.487.487%2C0%2C0%2C0%2C.694.019l.018-.019%2C5.039-5.148a5.746%2C5.746%2C0%2C0%2C0%2C1.852-3.862A4.077%2C4.077%2C0%2C0%2C0%2C609.062%2C785a3.764%2C3.764%2C0%2C0%2C0-2.626-1.07q-.106%2C0-.212.006a3.06%2C3.06%2C0%2C0%2C0-1.023.185%2C4.037%2C4.037%2C0%2C0%2C0-.971.5q-.449.313-.772.587a7.679%2C7.679%2C0%2C0%2C0-.616.583%2C7.665%2C7.665%2C0%2C0%2C0-.614-.583q-.322-.275-.772-.587a4.033%2C4.033%2C0%2C0%2C0-.971-.5%2C3.067%2C3.067%2C0%2C0%2C0-1.025-.185q-.107-.006-.214-.006Z%22%20fill%3D%22%23db565b%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.fs-c-button--addToWishList--icon,
.fs-c-button--addToWishList--detail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-fav%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.506%22%20height%3D%2213.187%22%20viewBox%3D%220%200%2014.506%2013.187%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_15%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2015%22%20transform%3D%22translate(-595.59%20-783.932)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M599.248%2C784.591c.059%2C0%2C.117%2C0%2C.209.006a2.4%2C2.4%2C0%2C0%2C1%2C.81.148%2C3.372%2C3.372%2C0%2C0%2C1%2C.812.417c.281.2.524.38.722.549a7%2C7%2C0%2C0%2C1%2C.562.533l.479.509.48-.508a7.064%2C7.064%2C0%2C0%2C1%2C.564-.533c.2-.169.441-.353.723-.549a3.367%2C3.367%2C0%2C0%2C1%2C.818-.419%2C2.445%2C2.445%2C0%2C0%2C1%2C.835-.146c.059%2C0%2C.117-.005.175-.005a3.088%2C3.088%2C0%2C0%2C1%2C2.149.868%2C3.434%2C3.434%2C0%2C0%2C1%2C.846%2C2.452%2C5.057%2C5.057%2C0%2C0%2C1-1.638%2C3.418l-.014.013-.012.013-4.924%2C5.03-4.931-5.047-.015-.016-.017-.015a2.273%2C2.273%2C0%2C0%2C1-.173-.174c-.055-.061-.171-.2-.411-.518a6.946%2C6.946%2C0%2C0%2C1-.5-.754%2C4.762%2C4.762%2C0%2C0%2C1-.383-.924%2C3.3%2C3.3%2C0%2C0%2C1-.158-.987v-.034a3.436%2C3.436%2C0%2C0%2C1%2C.844-2.457%2C3.087%2C3.087%2C0%2C0%2C1%2C2.149-.868h0m0-.659a3.764%2C3.764%2C0%2C0%2C0-2.626%2C1.07%2C4.077%2C4.077%2C0%2C0%2C0-1.025%2C2.953%2C3.961%2C3.961%2C0%2C0%2C0%2C.19%2C1.184%2C5.362%2C5.362%2C0%2C0%2C0%2C.433%2C1.039%2C7.548%2C7.548%2C0%2C0%2C0%2C.55.837q.308.407.448.562a2.705%2C2.705%2C0%2C0%2C0%2C.222.223l5.046%2C5.166a.487.487%2C0%2C0%2C0%2C.694.019l.018-.019%2C5.039-5.148a5.746%2C5.746%2C0%2C0%2C0%2C1.852-3.862A4.077%2C4.077%2C0%2C0%2C0%2C609.062%2C785a3.764%2C3.764%2C0%2C0%2C0-2.626-1.07q-.106%2C0-.212.006a3.06%2C3.06%2C0%2C0%2C0-1.023.185%2C4.037%2C4.037%2C0%2C0%2C0-.971.5q-.449.313-.772.587a7.679%2C7.679%2C0%2C0%2C0-.616.583%2C7.665%2C7.665%2C0%2C0%2C0-.614-.583q-.322-.275-.772-.587a4.033%2C4.033%2C0%2C0%2C0-.971-.5%2C3.067%2C3.067%2C0%2C0%2C0-1.025-.185q-.107-.006-.214-.006Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.fs-c-productQuantityAndWishlist {
  margin: 20px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.fs-c-productQuantityAndWishlist button {
  margin-top: 2px;
}

.fs-c-productList__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-c-productList__list:before {
  content: "";
  display: block;
  width: calc(25% - 45px);
  height: 0;
  order: 1;
}
@media screen and (max-width: 1200px) {
  .fs-c-productList__list:before {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list:before {
    display: none;
  }
}
.fs-c-productList__list:after {
  content: "";
  display: block;
  width: calc(25% - 45px);
  height: 0;
}
@media screen and (max-width: 1200px) {
  .fs-c-productList__list:after {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list:after {
    display: none;
  }
}
.fs-c-productList__list .fs-c-productList__list__item {
  width: calc(25% - 45px);
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc(50% - 7px);
    margin-bottom: 40px;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
  margin: 20px 0 15px;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName a:hover, .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName a:active {
  text-decoration: none;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__copy,
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__variation {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__copy,
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__variation {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__name {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__outOfStock {
  font-size: 12px;
  line-height: 1.6em;
  color: #CC0109;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__outOfStock {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productMarks .fs-c-mark--preorder {
  display: none;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-price {
  display: inline;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices {
  position: relative;
  padding-right: 16px;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice__addon__label {
  font-size: 0;
  line-height: 0;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice__addon__label:before {
  content: "（TAX IN）";
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice__addon__label:before {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-button--viewProductDetail {
  display: none;
}

.fs-c-productListCarousel__list,
.fs-c-productListCarousel__list__itemTrack {
  width: 100%;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  display: none;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  margin: 20px 0 15px;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName a:hover, .fs-c-productListCarousel__list__item .fs-c-productListItem__productName a:active {
  text-decoration: none;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__copy,
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__variation {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__copy,
  .fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__variation {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__name {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__outOfStock {
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item .fs-c-productListItem__outOfStock {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.fs-c-productListCarousel__list__item .fs-c-price {
  display: inline;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
  position: relative;
  padding-right: 16px;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice__addon__label {
  font-size: 0;
  line-height: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice__addon__label:before {
  content: "（TAX IN）";
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item .fs-c-productPrice__addon__label:before {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-productListCarousel__list__item .fs-c-productPrice {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item .fs-c-productPrice {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-productListCarousel__list__item .fs-c-button--viewProductDetail {
  display: none;
}

.fs-c-productList__controller {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fs-c-productList__controller:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
    justify-content: center;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
  display: inline-block;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
  display: inline-block;
  padding: 5px 15px;
  font-size: 10px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
    padding: 5px 6px;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item span.fs-c-sortItems__list__item__label {
  background: #000;
  color: #fff;
}
.fs-c-productList__controller .fs-c-listControl {
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-listControl {
    width: 100%;
    text-align: center;
  }
}

.fs-c-documentArticle__heading {
  background: #F5F7F7;
  padding: 5px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  margin: 0 0 40px;
}
.fs-c-documentArticle__heading:not(:first-child) {
  margin-top: 40px;
}

.fs-c-documentColumn__heading {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.6em;
}
.fs-c-documentColumn__heading:not(:first-child) {
  margin-top: 20px;
}

.fs-c-documentArticle__content:not(:last-child),
.fs-c-documentColumn:not(:last-child) {
  margin-bottom: 40px;
}

.fs-c-documentArticle:not(:last-child) {
  margin-bottom: 60px;
}

.fs-c-specTable {
  background: #E8EBEB;
  border-collapse: separate;
  border-spacing: 1px;
}
.fs-c-specTable th, .fs-c-specTable td {
  padding: 10px;
}
.fs-c-specTable th {
  background: #F5F7F7;
  font-weight: 500;
}
.fs-c-specTable td {
  background: #fff;
}

.fs-c-explainList dt:before {
  content: "【";
}
.fs-c-explainList dt:after {
  content: "】";
}
.fs-c-explainList dd {
  margin: 0;
}
.fs-c-explainList dd:not(:last-child) {
  margin-bottom: 1em;
}

.faq dt {
  position: relative;
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #E8EBEB;
  cursor: pointer;
}
.faq dt.active span {
  transform: rotate(-45deg);
}
.faq dt span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  margin-top: -15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
  font-size: 0;
  line-height: 0;
}
.faq dt span.active {
  transform: rotate(-135deg);
}
.faq dt span:before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
}
.faq dt span:after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  background: #000;
  transform: rotate(90deg);
}
.faq dd {
  display: none;
  background: #F5F7F7;
  border-bottom: 1px solid #E8EBEB;
  padding: 20px 20px 20px 40px;
  margin: 0;
}

.fs-l-productLayout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.fs-l-productLayout #item-photo {
  width: calc(100% - 600px);
}
@media screen and (max-width: 1260px) {
  .fs-l-productLayout #item-photo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-photo {
    width: 100%;
  }
}
.fs-l-productLayout #item-photo .fs-c-productPlainImage {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.fs-l-productLayout #item-photo .fs-c-productPlainImage:not(:last-child) {
  margin-bottom: 10px;
}
.fs-l-productLayout #item-photo .fs-c-productPlainImage .caption {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 10px;
  text-align: center;
}
.fs-l-productLayout #item-photo dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
}
.fs-l-productLayout #item-photo dl dt {
  width: 30%;
  margin: 0;
  padding: 0;
}
.fs-l-productLayout #item-photo dl dd {
  width: 70%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-photo dl dd {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-photo dl + dl {
  border-top: 1px solid #D7D9D9;
}
.fs-l-productLayout #item-main-plain {
  width: 540px;
  position: relative;
  left: auto;
}
@media screen and (max-width: 1260px) {
  .fs-l-productLayout #item-main-plain {
    width: calc(50% - 60px);
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main-plain {
    width: 100%;
    left: auto;
    position: inherit;
  }
}
.fs-l-productLayout #item-main-plain #item-header #item-header-nav {
  display: none;
}
.fs-l-productLayout #item-main-plain .fs-c-productNameHeading {
  text-align: left;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 20px;
}
.fs-l-productLayout #item-main-plain .fs-c-productNameHeading:after {
  display: none;
}
.fs-l-productLayout #item-main-plain .fs-c-productNameHeading a:link, .fs-l-productLayout #item-main-plain .fs-c-productNameHeading a:visited, .fs-l-productLayout #item-main-plain .fs-c-productNameHeading a:hover, .fs-l-productLayout #item-main-plain .fs-c-productNameHeading a:active {
  text-decoration: underline;
}
.fs-l-productLayout #item-main-plain .fs-c-productNameHeading .fs-c-productNameHeading__copy {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main-plain .fs-c-productNameHeading .fs-c-productNameHeading__copy {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-main-plain .fs-c-productNotice--outOfStock {
  color: #CC0109;
}
.fs-l-productLayout #item-main-plain .fs-c-variationAndActions {
  margin-top: 20px;
}
.fs-l-productLayout #item-main-plain .fs-c-price {
  display: inline;
}
.fs-l-productLayout #item-main-plain .fs-c-productListItem__prices {
  position: relative;
  padding-right: 16px;
}
.fs-l-productLayout #item-main-plain .fs-c-productPrice__addon__label {
  font-size: 0;
  line-height: 0;
}
.fs-l-productLayout #item-main-plain .fs-c-productPrice__addon__label:before {
  content: "（TAX IN）";
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main-plain .fs-c-productPrice__addon__label:before {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-main-plain .fs-c-productPrices {
  margin-bottom: 20px;
}
.fs-l-productLayout #item-main-plain .fs-c-productPrice {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main-plain .fs-c-productPrice {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-main-plain .fs-c-variationList__item__title {
  background: #F5F7F7;
  padding: 5px;
  text-align: center;
}
.fs-l-productLayout #item-main-plain .block-item-info {
  display: none;
}
.fs-l-productLayout #item-main-plain .block-item-info--size {
  margin-top: 16px;
}
.fs-l-productLayout #item-main-plain .item-comment {
  display: none;
}
.fs-l-productLayout #item-main-plain dl:not(.block-item-toggledown__item) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 0;
  margin: 0;
}
.fs-l-productLayout #item-main-plain dl:not(.block-item-toggledown__item) dt {
  width: 30%;
  margin: 0;
  padding: 0;
}
.fs-l-productLayout #item-main-plain dl:not(.block-item-toggledown__item) dd {
  width: 70%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main-plain dl:not(.block-item-toggledown__item) dd {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-main {
  width: 540px;
  position: fixed;
  left: calc(50% + 60px);
}
@media screen and (max-width: 1260px) {
  .fs-l-productLayout #item-main {
    width: calc(50% - 60px);
    left: calc(50% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main {
    width: 100%;
    left: auto;
    position: inherit;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main #item-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 9998;
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .fs-l-productLayout #item-main #item-header .fs-c-productNameHeading {
    text-align: center;
  }
}
.fs-l-productLayout #item-main #item-header #item-header-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main #item-header #item-header-nav {
    display: block;
  }
  .fs-l-productLayout #item-main #item-header #item-header-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .fs-l-productLayout #item-main #item-header #item-header-nav ul:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background: #D7D9D9;
    left: 50%;
    top: 0;
  }
  .fs-l-productLayout #item-main #item-header #item-header-nav ul li {
    width: 50%;
    text-align: center;
  }
  .fs-l-productLayout #item-main #item-header #item-header-nav ul li a {
    display: block;
  }
  .fs-l-productLayout #item-main #item-header #item-header-nav ul li a:link, .fs-l-productLayout #item-main #item-header #item-header-nav ul li a:visited, .fs-l-productLayout #item-main #item-header #item-header-nav ul li a:hover, .fs-l-productLayout #item-main #item-header #item-header-nav ul li a:active {
    text-decoration: none;
  }
  .fs-l-productLayout #item-main #item-header #item-header-nav ul li:last-child a {
    position: relative;
  }
  .fs-l-productLayout #item-main #item-header #item-header-nav ul li:last-child a:after {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -20px;
    background: #000;
    display: block;
  }
}
.fs-l-productLayout #item-main .fs-c-productNameHeading {
  text-align: left;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 20px;
}
.fs-l-productLayout #item-main .fs-c-productNameHeading:after {
  display: none;
}
.fs-l-productLayout #item-main .fs-c-productNameHeading .fs-c-productNameHeading__copy {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main .fs-c-productNameHeading .fs-c-productNameHeading__copy {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-main .fs-c-productNotice--outOfStock {
  color: #CC0109;
}
.fs-l-productLayout #item-main .fs-c-variationAndActions {
  margin-top: 20px;
}
.fs-l-productLayout #item-main .fs-c-price {
  display: inline;
}
.fs-l-productLayout #item-main .fs-c-productListItem__prices {
  position: relative;
  padding-right: 16px;
}
.fs-l-productLayout #item-main .fs-c-productPrice__addon__label {
  font-size: 0;
  line-height: 0;
}
.fs-l-productLayout #item-main .fs-c-productPrice__addon__label:before {
  content: "（TAX IN）";
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main .fs-c-productPrice__addon__label:before {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-main .fs-c-productPrices {
  margin-bottom: 20px;
}
.fs-l-productLayout #item-main .fs-c-productPrice {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout #item-main .fs-c-productPrice {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout #item-main .fs-c-variationList__item__title {
  background: #F5F7F7;
  padding: 5px;
  text-align: center;
}
.fs-l-productLayout #item-sub {
  width: 100%;
  padding-top: 100px;
}
.fs-l-productLayout .item-comment:not(:first-child) {
  margin-top: 40px;
}
.fs-l-productLayout .item-comment:not(:last-child) {
  margin-bottom: 40px;
}

.fs-c-featuredProduct + .fs-c-wishlistProduct {
  background: none !important;
}

.fs-c-wishlistProduct + .fs-c-featuredProduct {
  background: none !important;
}

.fs-l-main + .fs-c-wishlistProduct {
  margin-top: 100px;
}

.fs-l-main + .fs-c-featuredProduct {
  margin-top: 100px;
}

.fs-c-featuredProduct,
.fs-c-wishlistProduct {
  background: #F5F7F7;
  padding: 100px 0 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct,
  .fs-c-wishlistProduct {
    padding: 100px 0 60px;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__header,
.fs-c-featuredProduct .fs-c-wishlistProduct__header,
.fs-c-wishlistProduct .fs-c-featuredProduct__header,
.fs-c-wishlistProduct .fs-c-wishlistProduct__header {
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
}
.fs-c-featuredProduct .fs-c-featuredProduct__header .fs-c-featuredProduct__title,
.fs-c-featuredProduct .fs-c-featuredProduct__header .fs-c-wishlistProduct__title,
.fs-c-featuredProduct .fs-c-wishlistProduct__header .fs-c-featuredProduct__title,
.fs-c-featuredProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title,
.fs-c-wishlistProduct .fs-c-featuredProduct__header .fs-c-featuredProduct__title,
.fs-c-wishlistProduct .fs-c-featuredProduct__header .fs-c-wishlistProduct__title,
.fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-featuredProduct__title,
.fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__header .fs-c-featuredProduct__title,
  .fs-c-featuredProduct .fs-c-featuredProduct__header .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct .fs-c-wishlistProduct__header .fs-c-featuredProduct__title,
  .fs-c-featuredProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title,
  .fs-c-wishlistProduct .fs-c-featuredProduct__header .fs-c-featuredProduct__title,
  .fs-c-wishlistProduct .fs-c-featuredProduct__header .fs-c-wishlistProduct__title,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-featuredProduct__title,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__list,
.fs-c-featuredProduct .fs-c-wishlistProduct__list,
.fs-c-wishlistProduct .fs-c-featuredProduct__list,
.fs-c-wishlistProduct .fs-c-wishlistProduct__list {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list,
  .fs-c-featuredProduct .fs-c-wishlistProduct__list,
  .fs-c-wishlistProduct .fs-c-featuredProduct__list,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list {
    width: auto;
    padding: 0 30px;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list,
.fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list,
.fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list,
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list .slick-slide,
.fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list .slick-slide,
.fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list .slick-slide,
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list .slick-slide {
  width: calc(25% - 45px);
  outline: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list .slick-slide,
  .fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list .slick-slide,
  .fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list .slick-slide,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list .slick-slide {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list .slick-slide,
  .fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list .slick-slide,
  .fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list .slick-slide,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list .slick-slide {
    width: calc(50% - 7px);
    margin-bottom: 40px;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list .slick-slide a,
.fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list .slick-slide a,
.fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list .slick-slide a,
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list .slick-slide a {
  outline: none;
}
.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list:before,
.fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list:before,
.fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list:before,
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list:before {
  content: "";
  display: block;
  width: calc(25% - 45px);
  height: 0;
  order: 1;
}
@media screen and (max-width: 1200px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list:before,
  .fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list:before,
  .fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list:before,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list:before {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list:before,
  .fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list:before,
  .fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list:before,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list:before {
    display: none;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list:after,
.fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list:after,
.fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list:after,
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list:after {
  content: "";
  display: block;
  width: calc(25% - 45px);
  height: 0;
}
@media screen and (max-width: 1200px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list:after,
  .fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list:after,
  .fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list:after,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list:after {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-list:after,
  .fs-c-featuredProduct .fs-c-wishlistProduct__list .slick-list:after,
  .fs-c-wishlistProduct .fs-c-featuredProduct__list .slick-list:after,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .slick-list:after {
    display: none;
  }
}

/**futureshop original**/
.fs-l-cart__contentsArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-l-cart__contentsArea #fs-cartContent-container {
  width: calc(70% - 20px);
}
@media screen and (max-width: 1200px) {
  .fs-l-cart__contentsArea #fs-cartContent-container {
    width: 100%;
  }
}
.fs-l-cart__contentsArea #fs-cartContent-container table {
  width: 100%;
}
.fs-l-cart__contentsArea .fs-c-totalAndActions {
  width: calc(30% - 20px);
}
@media screen and (max-width: 1200px) {
  .fs-l-cart__contentsArea .fs-c-totalAndActions {
    width: 100%;
  }
}
.fs-l-cart__contentsArea .fs-c-totalAndActions table {
  width: 100%;
}

.fs-c-cartTable th, .fs-c-cartTable td {
  padding: 10px;
  border-color: #E8EBEB;
}
@media screen and (max-width: 768px) {
  .fs-c-cartTable th, .fs-c-cartTable td {
    padding: 5px 0;
  }
}
.fs-c-cartTable th {
  background: #F5F7F7;
  font-weight: 500;
}

.fs-c-orderTotalTable > tbody > tr > th {
  text-align: left;
}

.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  padding: 10px;
  border-color: #E8EBEB;
  border-top: none;
  border-left: none;
  border-right: none;
}
.fs-c-orderTotalTable th {
  font-weight: 500;
  text-align: left;
}

#fs-checkout-payHere-container {
  text-align: center;
}
#fs-checkout-payHere-container .fs-c-button--primary {
  display: block;
}

.fs-c-continueShopping {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__row:not(:last-child) {
    border-bottom: 1px solid #E8EBEB;
  }
}

.fs-c-quantity,
.fs-c-price {
  display: inline-block;
}

.fs-body-checkout .fs-l-main {
  max-width: 714px;
  margin: 0 auto;
}

[class^=fs-body-checkout] .fs-l-checkout__mainColumn > * + * {
  margin-top: 24px;
}

.fs-l-checkout__mainColumn {
  width: 100%;
}

#fs_orderTotalContainer {
  margin-top: 20px;
  width: 100%;
}
#fs_orderTotalContainer .fs-c-orderTotalTable {
  width: 100%;
  margin-bottom: 20px;
}
#fs_orderTotalContainer .fs-c-button--confirmOrder {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.fs-c-checkbox__checkMark {
  border: 2px solid #999999;
}
.fs-c-checkbox__checkMark::before {
  color: #ffffff;
  font-size: 1em;
  top: -0.05em;
  left: -0.05em;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #1f5da0;
  border-color: #1f5da0;
}

.fs-c-checkout-addDestinationButton {
  display: flex;
  justify-content: center;
  margin: 16px 0 40px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-addDestinationButton {
    justify-content: flex-end;
  }
}
.fs-c-checkout-addressee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  background: #ffffff;
  color: #333333;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-addresseeList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.fs-c-checkout-addresseeList > li {
  box-sizing: border-box;
}

.fs-c-checkout-addressee + .fs-c-checkout-addressee {
  margin-top: 8px;
}

.fs-c-checkout-addressee__check {
  width: 24px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  position: relative;
}
.fs-c-checkout-addressee__check .fs-c-checkbox__label {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fs-c-checkout-addressee__data {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  padding: 8px;
}

.fs-c-checkout-addressee__data__name {
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 144px;
}

.fs-c-checkout-addressee__data__name__home {
  font-size: 1.2rem;
}

.fs-c-checkout-addressee__data__address {
  flex-grow: 1;
  width: 100%;
}

.fs-c-checkout-addressee__control {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-row-gap: 8px;
  padding: 8px;
  align-items: end;
}
.fs-c-checkout-addressee__control > * {
  -ms-grid-row-align: end;
}
.fs-c-checkout-addressee__control > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-checkout-addressee__control > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-checkout-addressee__control > * + * {
  margin-top: 8px;
}

@supports (grid-row-gap: 8px) {
  .fs-c-checkout-addressee__control > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) {
  .fs-c-checkout-addressee__control {
    min-width: 192px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .fs-c-checkout-addressee__control :not(:first-child) {
    margin-right: 8px;
  }
  .fs-c-checkout-addressee__control > * + * {
    margin-top: 0;
  }
}
.fs-c-checkout-checkoutMethod {
  border: 2px solid #f7f7f7;
}
.fs-c-checkout-checkoutMethod p {
  margin: 0;
}

.fs-c-checkout-checkoutMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-checkoutMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-checkoutMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-checkoutMethod.is-active {
  border: 2px solid #666666;
}
.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-checkoutMethod.is-disabled:not(.is-active) .fs-c-checkout-checkoutMethod__title {
  color: #666666;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) {
  border: 2px solid #e5e5e5;
}
.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) .fs-c-checkout-checkoutMethod__title:not(.is-active) {
  background: #e5e5e5;
}

.fs-c-checkout-communicationTextarea {
  min-height: 24em;
  font-size: 0.8em;
}

.fs-c-checkout-couponList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-c-checkout-couponList > li {
  box-sizing: border-box;
}

.fs-c-checkout-couponList__item {
  background: #f7f7f7;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.fs-c-checkout-couponList__item + * {
  margin-top: 8px;
}
.fs-c-checkout-couponList__item.is-active {
  background: #F9F9D6;
}

.fs-c-checkout-couponList__description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}

.fs-c-checkout-couponList__control {
  flex-basis: 88px;
}

.fs-c-checkout-couponList__couponName {
  font-size: 1.2rem;
}

.fs-c-checkout-couponList__couponDiscount {
  color: #e76b34;
}

@media screen and (min-width: 768px) {
  .fs-c-checkout-couponList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
  }
  .fs-c-checkout-couponList > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-checkout-couponList > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-checkout-couponList > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-checkout-couponList > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-checkout-couponList > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-checkout-couponList > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-checkout-couponList > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-checkout-couponList > *:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-checkout-couponList > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-checkout-couponList > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-checkout-couponList > *:nth-child(11) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-checkout-couponList > *:nth-child(12) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-checkout-couponList > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-checkout-couponList > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-checkout-couponList > *:nth-child(15) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-checkout-couponList > *:nth-child(16) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-checkout-couponList > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-checkout-couponList > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-checkout-couponList > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-checkout-couponList > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-checkout-couponList__item + * {
    margin-top: 0;
  }
  .fs-c-checkout-couponList__item:nth-child(2n) {
    margin-left: 8px;
  }
  .fs-c-checkout-couponList__item:nth-child(n+3) {
    margin-top: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-checkout-couponList__item:nth-child(2n), .fs-c-checkout-couponList__item:nth-child(n+3) {
      margin: 0;
    }
  }
}
.fs-c-checkout-couponCodeInput {
  background: #f7f7f7;
  padding: 8px;
}

.fs-c-checkout-couponCodeInput__title {
  font-size: 1.2rem;
  flex-basis: 100%;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-couponCodeInput__title {
    flex-basis: auto;
  }
}
.fs-c-checkout-couponCodeInput__input {
  flex-basis: 60%;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-couponCodeInput__input {
    flex-basis: auto;
  }
}
.fs-c-checkout-delivery__method {
  background: #F5F7F7;
  padding: 8px;
}

.fs-c-checkout-delivery__method__deliveryDateTime {
  margin: 8px 0;
}
.fs-c-checkout-delivery__method__deliveryDateTime dd {
  white-space: pre-wrap;
}

.fs-c-checkout-delivery__method__title {
  font-size: 1.8rem;
  margin: 0;
}

.fs-c-checkout-delivery__method__message {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #333333;
  margin: 8px 0;
  padding: 8px;
}

.fs-c-checkout-delivery__button {
  display: flex;
  justify-content: flex-end;
}

.fs-c-checkout-deliveryCycle {
  border: 2px solid #f7f7f7;
}
.fs-c-checkout-deliveryCycle p {
  margin: 0;
}

.fs-c-checkout-deliveryCycle__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-deliveryCycle__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-deliveryCycle__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-deliveryCycle.is-active {
  border: 2px solid #666666;
}
.fs-c-checkout-deliveryCycle.is-active .fs-c-checkout-deliveryCycle__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-deliveryCycle.is-disabled:not(.is-active) .fs-c-checkout-deliveryCycle__title {
  color: #666666;
}

.fs-c-checkout-deliveryCycle__selectCycle > * + * {
  margin-top: 4px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-deliveryCycle__selectCycle {
    display: flex;
    align-items: center;
  }
  .fs-c-checkout-deliveryCycle__selectCycle > * {
    width: auto;
  }
  .fs-c-checkout-deliveryCycle__selectCycle > * + * {
    margin-left: 4px;
    margin-top: 0;
  }
}
.fs-c-checkout-deliveryCycle__notice {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}
.fs-c-checkout-deliveryCycle__notice > li {
  box-sizing: border-box;
}
.fs-c-checkout-deliveryCycle__notice > *::before {
  content: "※";
}

.fs-c-checkout-deliveryCyclePreview__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 8px 0;
}
.fs-c-checkout-deliveryCyclePreview__list > li {
  box-sizing: border-box;
}

.fs-c-checkout-deliveryCyclePreview__list__item {
  border: 1px solid #e5e5e5;
}
.fs-c-checkout-deliveryCyclePreview__list__item > * {
  padding: 4px 8px;
}
.fs-c-checkout-deliveryCyclePreview__list__item + .fs-c-checkout-deliveryCyclePreview__list__item {
  border-top: none;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-deliveryCyclePreview__list__item {
    display: grid;
    grid-template-columns: 10em auto;
    align-items: stretch;
  }
}
.fs-c-checkout-deliveryCyclePreview__list__label {
  background: #F5F7F7;
  display: flex;
  align-items: center;
}

.fs-c-checkout-deliveryCyclePreview__list__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.fs-c-checkout-deliveryCyclePreview__list__date__date {
  margin-right: 8px;
}

.fs-c-checkout-deliveryCyclePreview__button {
  justify-content: flex-end;
}

.fs-c-checkout-deliveryInfo:not(.fs-c-checkout-preview) {
  margin: 48px 0;
}

.fs-c-checkout-deliveryInfo__footer {
  margin-top: 48px;
}
.fs-c-checkout-deliveryInfo__footer [class^=fs-c-button] {
  min-width: 320px;
}

.fs-c-checkout-deliveryMethod {
  border: 2px solid #f7f7f7;
}
.fs-c-checkout-deliveryMethod p {
  margin: 0;
}

.fs-c-checkout-deliveryMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-deliveryMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-deliveryMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-deliveryMethod.is-active {
  border: 2px solid #666666;
}
.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-deliveryMethod.is-disabled:not(.is-active) .fs-c-checkout-deliveryMethod__title {
  color: #666666;
}

.fs-c-checkout-deliveryMethod__option__setting {
  background: #F5F7F7;
  padding: 8px;
  margin: 8px 0;
}
.fs-c-checkout-deliveryMethod__option__setting dd {
  margin-left: 0;
}
.fs-c-checkout-deliveryMethod__option__setting dd + dt {
  margin-top: 8px;
}

.fs-c-checkout-loginGuidance {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  margin: 8px 0;
}
.fs-c-checkout-loginGuidance:last-of-type {
  margin-bottom: 24px;
}
.fs-c-checkout-loginGuidance .fs-c-button--standard {
  min-width: 16em;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-loginGuidance {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .fs-c-checkout-loginGuidance__message, .fs-c-checkout-loginGuidance__button {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-checkout-loginGuidance__message {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-right: 24px;
  }
  .fs-c-checkout-loginGuidance__button {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.fs-c-checkout-loginGuidance--unregisteredUser {
  background: #f7f7f7;
}

.fs-c-checkout-multiAddress__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  margin: 24px 0;
}
.fs-c-checkout-multiAddress__button > *:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.fs-c-checkout-multiAddress__button > *:last-child {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  margin-left: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-checkout-multiAddress__button > *:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .fs-c-checkout-multiAddress__button {
    display: flex;
    justify-content: flex-end;
    margin: 24px 0;
  }
  .fs-c-checkout-multiAddress__button :not(:first-child) {
    margin-left: 8px;
  }
}
.fs-c-checkout-multiDestination > * + * {
  margin-top: 16px;
}

.fs-c-checkout-multiDestination__title {
  background: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 4px;
  text-align: center;
}

.fs-c-checkout-multiDestination__subtitle {
  border-left: 2px solid #999999;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 8px;
}

.fs-c-checkout-multiDestination__product, .fs-c-checkout-multiDestination__productQuantity {
  background: #f7f7f7;
}

.fs-c-checkout-multiDestination__productName {
  flex-grow: 1;
}

.fs-c-checkout-multiDestination__productQuantity__quantity {
  padding: 0 8px;
  text-align: right;
  display: block;
  width: 3em;
  margin: auto;
}

.fs-c-checkout-multiDestination__wrapping__body {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  padding: 8px 0;
}

.fs-c-checkout-multiDestination__button {
  margin-top: 8px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-multiDestination__productQuantity__quantity {
    margin: auto 0;
  }
}
.fs-c-checkout-paymentMethod {
  border: 2px solid #666;
}
.fs-c-checkout-paymentMethod p {
  margin: 0;
}

.fs-c-checkout-paymentMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-paymentMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-paymentMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-paymentMethod.is-active {
  border: 2px solid #000;
}
.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #000;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-paymentMethod.is-disabled:not(.is-active) .fs-c-checkout-paymentMethod__title {
  color: #666666;
}

.fs-c-checkout-paymentMethod__option > * + * {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethod__option__title--cardNumber, .fs-c-checkout-paymentMethod__option__title--paymentNumber {
  display: none;
}

.fs-c-checkout-paymentMethod__option__body--creditCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fs-c-checkout-pointInfo__usePoint__number {
  font-size: 2.6rem;
}

.fs-c-checkout-pointInfo__usePoint__label {
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-pointSettingList {
  margin: 8px 0;
}

.fs-c-checkout-pointSetting__inputUsePoint {
  display: flex;
  align-items: center;
}
.fs-c-checkout-pointSetting__inputUsePoint > input {
  margin-right: 8px;
  width: 8em;
}

.fs-c-checkout-pointSetting p {
  margin: 0;
}

.fs-c-checkout-pointSetting__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-pointSetting__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-pointSetting.is-active {
  border: 2px solid #666666;
}
.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-pointSetting.is-disabled:not(.is-active) .fs-c-checkout-pointSetting__title {
  color: #666666;
}

.fs-c-checkout-preview {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px;
  background: #ffffff;
  color: #333333;
}
.fs-c-checkout-preview .fs-c-button--standard {
  padding: 5px 10px;
}

.fs-c-checkout-preview__title {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 8px;
  text-align: center;
}

.fs-c-checkout-preview__body > * + * {
  margin-top: 8px;
}

.fs-c-checkout-previewAndEdit {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-row-gap: 8px;
}
.fs-c-checkout-previewAndEdit > * {
  align-self: center;
}

.fs-c-checkout-previewAndEdit__info {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  line-height: 1;
  padding: 8px;
}
.fs-c-checkout-previewAndEdit__info:only-child {
  grid-column: 1/3;
  -ms-grid-column-span: 3;
}

.fs-c-checkout-previewAndEdit__button {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-previewAndEdit {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    align-items: start;
    grid-column-gap: 48px;
  }
  .fs-c-checkout-previewAndEdit__button {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-align: start;
  }
}
.fs-c-checkout-productQuantityWarning {
  margin: 24px auto;
}

.fs-c-checkout-productQuantityWarning__productInfo {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-checkout-productQuantityWarning__warning {
  padding: 8px;
}
.fs-c-checkout-productQuantityWarning__warning > strong {
  font-size: 1.8rem;
}

.fs-c-checkoutServiceDisabled__button {
  background: #999999;
  border: 1px solid #e5e5e5;
  color: #333333;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 8px 12px 8px 32px;
  position: relative;
  text-align: center;
}
.fs-c-checkoutServiceDisabled__button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  content: "\e924";
}

.fs-c-checkoutServiceDisabled__message {
  font-size: 1.2rem;
  padding: 4px;
}

.fs-c-checkoutSuccess__product {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-checkoutSuccess__product__table caption {
  font-size: 1.2em;
  border-bottom: 1px solid #999999;
  padding-bottom: 8px;
}
.fs-c-checkoutSuccess__product__table th {
  background: #F5F7F7;
  padding: 8px;
}

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

.fs-c-checkPanel__check {
  padding: 8px;
  cursor: pointer;
}

.fs-c-checkPanel__label {
  padding: 8px;
  cursor: pointer;
  padding: 16px;
}

.fs-c-modal__inner.is-warning {
  border: 2px solid #388EC9;
}
.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #388EC9;
  border-radius: 0;
  color: #ffffff;
}
.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff;
}

.fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 16px;
}

.fs-c-modal__title, .fs-c-modal__productName {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0.1em 0 0;
}

.fs-c-modal__productPrice {
  font-weight: normal;
}

.fs-c-modal--inquiry .fs-c-modal__inner {
  min-width: 360px;
}

.fs-c-inputTable {
  width: 100%;
}

.fs-c-buttonContainer--myPageTop {
  text-align: center;
  margin-top: 40px;
}

.fs-p-accountInfo {
  margin-bottom: 40px;
}

.fs-p-accountInfo__header, .fs-p-accountInfo__currentPurchase {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: center;
}

.fs-p-accountInfo__body {
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
}

.fs-c-accountService {
  max-width: 714px;
  padding: 0;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.fs-c-accountService .fs-c-accountService__page {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fs-c-accountService .fs-c-accountService__page {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.fs-c-accountService .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  display: block;
  border: 1px solid #E8EBEB;
  border-radius: 4px;
  text-align: center;
  padding-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.01);
}
.fs-c-accountService .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover, .fs-c-accountService .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:active {
  text-decoration: none;
}
.fs-c-accountService .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink .fs-c-accountService__pageLink__label::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #000;
  font-size: 40px;
  line-height: 1;
  margin: 20px auto 0;
  width: 64px;
  height: 50px;
}
.fs-c-accountService .fs-c-accountService__page--wishList,
.fs-c-accountService .fs-c-accountService__page--membershipCard {
  width: 100%;
}
.fs-c-accountService .fs-c-accountService__page--accountDelete {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "\e93a";
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\e900";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93b";
}

.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93e";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "\e903";
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}

.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\e905";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}

.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "\e907";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}

.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "\e93c";
}

.fs-p-announcement {
  margin-bottom: 40px;
}

.fs-p-announcement__title {
  font-size: 16px;
  line-height: 1.6em;
}

.fs-c-button--viewOrderHistoryDetail {
  display: none;
}

.fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media screen and (min-width: 960px) {
  .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  .fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    align-self: start;
    -ms-grid-row-align: start;
  }
  .fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.fs-body-my-orders-details .fs-c-orderDetail__data, .fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo, .fs-body-my-orders-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 24px;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin-top: 16px;
}

@media screen and (max-width: 600px) {
  .fs-body-my-orders-details .fs-c-cartTable__row {
    border: 1px solid #b2b2b2;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell {
    padding: 8px;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    background: #F5F7F7;
    border-top: 1px solid #b2b2b2;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--review {
    border-top: 1px solid #b2b2b2;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: 1fr 352px;
    -ms-grid-rows: auto auto auto;
    grid-template: auto auto auto/1fr 352px;
    align-items: start;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    margin-bottom: 16px;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__deliveryInfoList {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
    margin: 0 0 16px 16px;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-left: 16px;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: 1fr 352px;
    -ms-grid-rows: auto auto auto;
    grid-template: auto auto auto/1fr 352px;
    align-items: start;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    margin-bottom: 16px;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo__cartTable {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-left: 16px;
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
      margin-bottom: 0;
    }
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__deliveryInfoList {
      margin: 0;
    }
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
      margin-left: 0;
    }
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
      margin-bottom: 0;
    }
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
      margin-left: 0;
    }
  }
}
.fs-body-my-subscription-details .fs-c-orderDetail__data, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionNextDelivery, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionDeliveryInfo, .fs-body-my-subscription-details .fs-c-orderDetail__orderInfo {
  margin-bottom: 24px;
}

@media screen and (max-width: 600px) {
  .fs-body-my-subscription-details .fs-c-cartTable__row {
    border: 1px solid #b2b2b2;
  }
  .fs-body-my-subscription-details .fs-c-cartTable__dataCell {
    padding: 8px;
  }
}
@media screen and (min-width: 960px) {
  .fs-body-my-subscription-details .fs-c-orderDetailInfo {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: 1fr 352px;
    -ms-grid-rows: auto auto auto;
    grid-template: auto auto auto/1fr 352px;
    align-items: start;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    margin-bottom: 16px;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__cartTable {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__orderTotal {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-left: 16px;
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-subscription-details .fs-c-orderDetailInfo__heading {
      margin-bottom: 0;
    }
  }
  @supports (grid-gap: 16px) {
    .fs-body-my-subscription-details .fs-c-orderDetailInfo__orderTotal {
      margin-left: 0;
    }
  }
}
.fs-body-my-points .fs-c-history__info {
  margin: 0 auto;
}
.fs-body-my-points .fs-c-history__listContainer {
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .fs-body-my-points .fs-c-history__info {
    max-width: 560px;
  }
}
.fs-body-my-top .fs-p-accountInfo {
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-l-account {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .fs-body-my-top .fs-p-accountInfo {
    flex-basis: 35%;
  }
  .fs-body-my-top .fs-c-accountService {
    flex-basis: 64%;
  }
}
.fs-body-newsletter-subscribe .fs-c-inputTable {
  margin-bottom: 16px;
}

@media screen and (min-width: 600px) {
  .fs-body-newsletter-subscribe .fs-c-privacyAgreeField, .fs-body-newsletter-subscribe .fs-c-fieldMessage {
    display: block;
    text-align: center;
  }
}
.fs-body-register-success .fs-c-buttonContainer--myPageTop {
  justify-content: center;
}

.fs-c-orderHistory {
  margin-top: 8px;
}

.fs-c-orderHistoryItem {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  margin-bottom: 24px;
  overflow: hidden;
}

.fs-c-orderHistoryItem__header {
  border-bottom: 1px solid #b2b2b2;
  background: #F5F7F7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.fs-c-orderHistoryItem__header__button {
  padding: 0 8px;
}

.fs-c-orderHistoryItem__orderInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}

.fs-c-orderHistoryItem__orderInfo__info {
  margin: 0 16px 8px;
}
.fs-c-orderHistoryItem__orderInfo__info dd {
  font-weight: 700;
  margin: 0;
}

.fs-c-orderHistoryItem__body {
  padding: 0 8px;
}

.fs-c-orderHistoryItem__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  grid-gap: 8px;
  align-items: start;
  padding: 16px 8px;
}
.fs-c-orderHistoryItem__product + .fs-c-orderHistoryItem__product {
  border-top: 1px solid #b2b2b2;
}
.fs-c-orderHistoryItem__product > * {
  -ms-grid-row-align: start;
}
.fs-c-orderHistoryItem__product > * + * {
  margin-top: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__product > * + * {
    margin-top: auto;
  }
}
.fs-c-orderHistoryItem__productImage {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/5;
  margin-right: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-orderHistoryItem__productImage {
    margin: 0;
  }
}
.fs-c-orderHistoryItem__productImage__image {
  padding-right: 8px;
}

.fs-c-orderHistoryItem__productName {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: auto;
}

.fs-c-orderHistoryItem__unitPrice {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__productQuantity {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: right;
}

.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1.2rem;
}

.fs-c-orderHistoryItem__deliveryInfo {
  font-size: 1.2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  margin: 0;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.fs-c-orderHistoryItem__deliveryInfo > *:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.fs-c-orderHistoryItem__deliveryInfo dt {
  text-align: right;
  padding-right: 8px;
}
.fs-c-orderHistoryItem__deliveryInfo dd {
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid #333333;
  font-weight: 700;
}

.fs-c-orderHistoryItem__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-orderHistoryItem__footer {
  border-top: 1px solid #b2b2b2;
  padding-top: 16px;
  margin: 8px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .fs-c-orderHistoryItem__orderInfo {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-orderHistoryItem__header {
    flex-direction: row;
    align-items: center;
  }
  .fs-c-orderHistoryItem__product {
    -ms-grid-columns: 112px 1fr auto auto;
    grid-template-columns: 112px 1fr auto auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .fs-c-orderHistoryItem__product > * + * {
    margin-top: auto;
    margin-left: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-orderHistoryItem__product > * + * {
      margin: 0;
    }
  }
  .fs-c-orderHistoryItem__productImage {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    margin-right: 0;
  }
  .fs-c-orderHistoryItem__productName {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-orderHistoryItem__unitPrice {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-orderHistoryItem__productQuantity {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    text-align: left;
  }
  .fs-c-orderHistoryItem__deliveryInfo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-orderHistoryItem__button {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.fs-c-orderPaymentTable {
  border-collapse: collapse;
  width: 100%;
}
.fs-c-orderPaymentTable > thead > tr > th, .fs-c-orderPaymentTable > tfoot > tr > th, .fs-c-orderPaymentTable > tbody > tr > th {
  background: #F5F7F7;
}
.fs-c-orderPaymentTable > thead > tr th, .fs-c-orderPaymentTable > thead > tr td {
  border: 1px solid #b2b2b2;
  padding: 4px;
}
.fs-c-orderPaymentTable > tfoot > tr th, .fs-c-orderPaymentTable > tfoot > tr td {
  border: 1px solid #b2b2b2;
  padding: 4px;
}
.fs-c-orderPaymentTable > tbody > tr th, .fs-c-orderPaymentTable > tbody > tr td {
  border: 1px solid #b2b2b2;
  padding: 4px;
}
.fs-c-orderPaymentTable > tbody > tr > th {
  text-align: left;
}

.fs-c-orderPerAddressee__heading {
  background: #333333;
  color: #ffffff;
  margin: 8px 0;
  padding: 4px;
}

.fs-c-orderPerAddressee__headingNumber::before {
  content: "【";
}
.fs-c-orderPerAddressee__headingNumber::after {
  content: "】";
}

.fs-c-otherServiceLoginCompleted {
  background: #f7f7f7;
  color: #333333;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 auto;
  padding: 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fs-c-orderTotalTable {
  width: 100%;
}
.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td {
  border: none;
  border-top: 1px solid #b2b2b2;
  padding: 4px;
}
.fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td {
  border: none;
  border-top: 1px solid #b2b2b2;
  padding: 4px;
}
.fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
  border: none;
  border-top: 1px solid #b2b2b2;
  padding: 4px;
}
.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: 1px solid #b2b2b2;
  padding: 4px;
}
.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > thead > tr td {
  padding: 8px;
}
.fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tfoot > tr td {
  padding: 8px;
}
.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
  padding: 8px;
}
.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
  font-weight: normal;
  text-align: left;
}

.fs-c-orderTotalTable__mainRow > td {
  font-size: 1.8rem;
  font-weight: bold;
}

.fs-c-outOfStockButton {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-c-pagination {
  display: inline-block;
  align-items: baseline;
}

.fs-c-listControl__status {
  display: inline-block;
}

.fs-c-pagination__item {
  line-height: 0.8;
  padding: 8px;
  display: inline-block;
}
.fs-c-pagination__item[role=button] {
  cursor: pointer;
}
.fs-c-pagination__item[role=button]:hover {
  text-decoration: none;
}
.fs-c-pagination__item.is-active {
  background: #000;
  color: #ffffff;
}

.fs-c-pagination__item--prev {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
}
.fs-c-pagination__item--prev::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}
.fs-c-pagination__item--prev:hover {
  opacity: 0.8;
}

.fs-c-pagination__item--next {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
}
.fs-c-pagination__item--next::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}
.fs-c-pagination__item--next:hover {
  opacity: 0.8;
}

[class*=fs-c-pagination__item--] {
  width: 2em;
}
[class*=fs-c-pagination__item--]::before {
  height: 1em;
  width: 1em;
}
[class*=fs-c-pagination__item--].is-disabled {
  color: #999999;
  cursor: not-allowed;
}

.fs-c-history__info {
  background: #F5F7F7;
  padding: 16px;
}
.fs-c-history__info > * + * {
  padding-top: 16px;
}

.fs-c-orderDetail .fs-c-heading {
  margin-bottom: 20px;
}
.fs-c-orderDetail .fs-c-heading:after {
  display: none;
}

.fs-c-buttonContainer--addReview--detail {
  display: none;
}

.fs-c-inputInformation__message {
  text-align: center;
}
.fs-c-inputInformation__message:not(:last-child) {
  margin-bottom: 20px;
}
.fs-c-inputInformation__link {
  text-align: center;
  margin-top: 20px;
}
.fs-c-inputInformation__field {
  max-width: 714px;
  margin: 0 auto;
}
.fs-c-inputInformation__button {
  margin-top: 32px;
  text-align: center;
}

.fs-c-inputTable {
  max-width: 714px;
  margin: 0 auto 20px;
  border-top: 1px solid #E8EBEB;
}
@media screen and (max-width: 768px) {
  .fs-c-inputTable {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-inputTable tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-inputTable tr {
    display: block;
  }
}
.fs-c-inputTable tr th, .fs-c-inputTable tr td {
  padding: 20px 10px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #E8EBEB;
}
@media screen and (max-width: 768px) {
  .fs-c-inputTable tr th, .fs-c-inputTable tr td {
    display: block;
  }
}
.fs-c-inputTable tr th {
  width: 30%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .fs-c-inputTable tr th {
    width: 100% !important;
    padding-bottom: 0;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-inputTable tr td {
    padding-top: 5px;
  }
}

.fs-c-cartPayment__button {
  margin-bottom: 20px;
}

.fs-c-button--displayPassword {
  display: none !important;
}

.fs-c-registeredUsers__title,
.fs-c-newUsers__title {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
}

.fs-c-buttonContainer--memberRegister {
  text-align: center;
  margin-top: 20px;
}

.fs-c-fsLogin {
  margin-bottom: 60px;
}

.fs-c-newUsers__message {
  max-width: 714px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fs-c-newUsers__message {
    text-align: left;
  }
}

.fs-c-guestPurchase {
  text-align: center;
}

.fs-p-pageNotFound {
  text-align: center;
}

.fs-p-closed {
  text-align: center;
}

.fs-c-productMark__mark.sale {
  padding: 0;
  color: #CC0109;
}

.contact-message {
  text-align: center;
}
.contact-message:not(:last-child) {
  margin-bottom: 40px;
}

.fs-c-noResultMessage {
  text-align: center;
  width: 100%;
}

#fs_registerAndContinue {
  justify-content: center;
  text-align: center;
}

.fs-c-radio__radioMark {
  margin-top: -6px;
}

.fs-c-creditCardIcons {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}

.fs-c-creditCardIcons > li {
  box-sizing: border-box;
}

.fs-c-creditCardIcons > * + * {
  margin-left: 8px;
}

.fs-c-creditCardIcons__image {
  display: block;
}

.fs-c-creditCardListTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
}

.fs-c-creditCardListTable > thead {
  border-top: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-creditCardListTable > tbody {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.fs-c-creditCardListTable > tbody > tr:nth-child(even) {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-creditCardListTable th, .fs-c-creditCardListTable td {
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  padding: 8px;
}

.fs-c-creditCardListTable th:first-child, .fs-c-creditCardListTable td:first-child {
  border-left: none;
}

.fs-c-creditCardListTable th:last-child, .fs-c-creditCardListTable td:last-child {
  border-right: none;
}

@media screen and (max-width: 600px) {
  .fs-c-creditCardListTable > tbody {
    border: none;
  }
  .fs-c-creditCardListTable > tbody > tr {
    border: 1px solid #b2b2b2;
  }
  .fs-c-creditCardListTable > tbody > tr:nth-child(even) {
    background: transparent;
  }
}
.fs-c-creditCardList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}

.fs-c-creditCardList > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-creditCardList > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-creditCardList > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-creditCardList > *:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-creditCardList > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-creditCardListItem {
  background-color: #ffffff;
  color: #333333;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 2em auto auto;
  grid-template-rows: 2em auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}

.fs-c-creditCardListItem.is-disabled {
  color: #666666;
  background: #f7f7f7;
}

.fs-c-creditCardListItem + .fs-c-creditCardListItem {
  margin-top: 8px;
}

@supports (grid-gap: 8px) {
  .fs-c-creditCardListItem + .fs-c-creditCardListItem {
    margin-top: 0;
  }
}
.fs-c-creditCardListItem.is-active {
  border-color: #1f5da0;
}

.fs-c-creditCardListItem__status {
  min-height: 1em;
  margin-bottom: 16px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-creditCardListItem__status__label {
  color: #1f5da0;
  font-weight: 500;
}

.fs-c-creditCardListItem__cardInfo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-creditCardListItem__button {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  justify-content: flex-end;
  align-items: stretch;
}

.fs-c-creditCardListItem__button > * + * {
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .fs-c-creditCardList {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fs-c-creditCardList > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-creditCardList > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-creditCardList > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-creditCardList > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-creditCardList > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-creditCardListItem:nth-child(2n) {
    margin-left: 8px;
  }
  .fs-c-creditCardListItem:nth-child(n+3) {
    margin-top: 8px;
  }
  @supports (grid-gap: 8px) {
    .fs-c-creditCardListItem:nth-child(2n), .fs-c-creditCardListItem:nth-child(n+3) {
      margin: 0;
    }
  }
}
.fs-c-specTableContainer {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.stagetable th {
  width: 25%;
  white-space: nowrap;
}
.stagetable td {
  text-align: center;
  width: 25%;
  white-space: nowrap;
}
.stagetable td.stage-standard {
  font-weight: bold;
}
.stagetable td.stage-gold {
  font-weight: bold;
}
.stagetable td.stage-premium {
  font-weight: bold;
}

.fs-p-messageBoard {
  background: #333333;
  color: #fff;
  padding: 10px;
}
.fs-p-messageBoard p {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fs-p-messageBoard p {
    text-align: left;
    font-size: 10px;
    line-height: 1.6em;
  }
}

div.poplink > div.poplink_search > div.header {
  background: #F5F7F7 !important;
  display: none !important;
}

div.poplink > div.poplink_suggest {
  border: none !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}

div.poplink.pc022 > div.poplink_search,
div.poplink > div.poplink_search {
  border: none !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}

div.poplink > div.poplink_search > div.item a > div.item_right > div.title {
  font-weight: 400 !important;
}

div.poplink > div.poplink_search > div.item a > div.item_right > div.summary {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px !important;
  line-height: 1.6em !important;
}

div.poplink > div.poplink_search > div.item {
  padding: 10px 0px 4px !important;
}

.fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #CC0109;
}

@media screen and (max-width: 768px) {
  .fs-l-main.product-ver2 {
    padding-top: 10px;
  }
  .fs-l-main.product-ver2 .fs-l-productLayout #item-main #item-header {
    padding: 0 5px 10px;
  }
  .fs-l-main.product-ver2 .fs-l-productLayout #item-main #item-header .fs-c-productNameHeading {
    margin-bottom: 0px;
    line-height: 1.2em;
  }
  .fs-l-main.product-ver2 .fs-l-productLayout #item-main #item-header .fs-c-productNameHeading .fs-c-productNameHeading__name {
    font-size: 12px;
    line-height: 1.2em;
  }
  .fs-l-main.product-ver2 .fs-l-productLayout #item-main .fs-c-productPrices {
    margin-bottom: 5px;
  }
  .fs-l-main.product-ver2 .fs-l-productLayout #item-main .fs-c-productPrices div {
    display: inline-block;
  }
  .fs-l-main.product-ver2 .fs-l-productLayout #item-main #item-header #item-header-nav ul li {
    font-size: 12px;
    line-height: 1.4em;
  }
}

.list-brand-sort h2 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}
.list-brand-sort h3 {
  margin: 0;
}
.list-brand-sort > div {
  margin-bottom: 100px;
}
.list-brand-sort > div > div:not(:last-child) {
  margin-bottom: 60px;
}
.list-brand-sort ul.list-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .list-brand-sort ul.list-nav {
    gap: 4px;
  }
}
.list-brand-sort ul.list-nav li {
  width: calc(11.1% - 8px);
}
@media screen and (max-width: 768px) {
  .list-brand-sort ul.list-nav li {
    width: calc(14.28% - 4px);
  }
  .list-brand-sort ul.list-nav li:last-child {
    width: calc(28.56% - 4px);
  }
}
.list-brand-sort ul.list-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  background: #F5F7F7;
}
.list-brand-sort ul:not(.list-nav) {
  border-top: 1px solid #D7D9D9;
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media screen and (max-width: 768px) {
  .list-brand-sort ul:not(.list-nav) {
    padding-left: 20px;
  }
}
.list-brand-sort ul:not(.list-nav) li {
  width: calc(25% - 30px);
}
@media screen and (max-width: 768px) {
  .list-brand-sort ul:not(.list-nav) li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 630px) {
  .list-brand-sort ul:not(.list-nav) li {
    width: 100%;
  }
}
.list-brand-sort ul:not(.list-nav) li a {
  display: block;
}
.list-brand-sort ul:not(.list-nav) li:first-child:last-child {
  width: 100%;
}
.list-brand-sort ul:not(.list-nav) li.nobrand {
  width: 100%;
  color: #D7D9D9;
}
@media screen and (max-width: 414px) {
  .list-brand-sort #list-housebrand ul li {
    width: 100%;
  }
}
.list-brand-sort #list-select.toggleDown > div:not(:last-child) {
  margin-bottom: 0;
}
.list-brand-sort #list-select.toggleDown h3 {
  border-bottom: 1px solid #D7D9D9;
  cursor: pointer;
  padding: 15px 30px 15px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list-brand-sort #list-select.toggleDown h3 {
    padding-left: 0;
  }
}
.list-brand-sort #list-select.toggleDown h3:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #F5F7F7;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}
.list-brand-sort #list-select.toggleDown h3:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  display: block;
  position: absolute;
  right: 11px;
  top: calc(50% - 4px);
  transition: transform 0.3s;
}
.list-brand-sort #list-select.toggleDown h3.active:after {
  transform: rotate(315deg);
  top: calc(50% - 3px);
}
.list-brand-sort #list-select.toggleDown ul {
  border-top: none;
  margin: 0;
  padding-bottom: 20px;
  display: none;
}
.list-brand-sort #list-select.toggleDown ul li {
  margin-bottom: 10px;
}
.list-brand-sort #list-select.toggleDown ul li.nobrand {
  color: #D7D9D9;
}

.fs-body-category-brand .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item:nth-of-type(n+8) {
  display: none;
}

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

.fs-p-accountInfo__accountRank {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.discount {
  font-size: 12px;
  line-height: 1.6em;
  color: #CC0109;
  font-weight: 400;
}
.discount span {
  font-size: 10px;
  line-height: 1.6em;
}

.member-discount {
  text-decoration: line-through !important;
  color: #000 !important;
}

.fs-c-productPrice--member {
  color: #CC0109;
}

.block-limitedoffer {
  background: #ccc;
  padding: 100px 20px;
  position: relative;
  background: url(https://oneldk.itembox.design/item/img/block-limitedoffer-bg-2022.jpg?new) no-repeat center center;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .block-limitedoffer {
    background-attachment: inherit;
  }
}
.block-limitedoffer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.block-limitedoffer .inner {
  background: #fff;
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
  padding: 40px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  opacity: 0;
}
.block-limitedoffer .inner h2 {
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .block-limitedoffer .inner h2 {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.block-limitedoffer .inner h2 span span {
  font-size: 22px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .block-limitedoffer .inner h2 span span {
    font-size: 18px;
    line-height: 1.6em;
  }
}
.block-limitedoffer .inner p {
  margin: 0 0 20px;
}
.block-limitedoffer .inner .btn-wrap .fs-c-button--standard {
  min-width: calc(50% - 60px);
}
.block-limitedoffer .inner .btn-wrap .fs-c-button--standard + .fs-c-button--standard {
  margin-left: 10px;
}
.block-limitedoffer.is-show:before {
  animation: show 1s ease-in-out 0s 1;
  animation-fill-mode: forwards;
}
.block-limitedoffer.is-show .inner {
  animation: show-move 0.3s ease-in-out 0.3s 1;
  animation-fill-mode: forwards;
}

@keyframes show-move {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

.fs-c-confirmOrder--rakutenPay .fs-c-confirmOrder__button .fs-c-button--confirmOrder {
  font-size: 0;
  line-height: 0;
  background: #BF0000;
  border: 1px solid #BF0000;
  padding: 10px 0;
  -webkit-appearance: none;
}

.block-overseas .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-overseas .block > div {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .block-overseas .block > div {
    width: 100%;
  }
}

.block-item-toggledown {
  margin: 0;
}
.block-item-toggledown:not(:first-child) {
  margin-top: 40px;
}
.block-item-toggledown:not(:last-child) {
  margin-bottom: 16px;
}
.block-item-toggledown__item {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .block-item-toggledown__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .block-item-toggledown__item {
    border-top: 1px solid #E8EBEB;
  }
}
@media screen and (min-width: 769px) {
  .block-item-toggledown__item--size, .block-item-toggledown__item--model {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid #E8EBEB;
  }
  .block-item-toggledown__item--size dt, .block-item-toggledown__item--model dt {
    width: 120px;
  }
  .block-item-toggledown__item--size dd, .block-item-toggledown__item--model dd {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 769px) {
  .block-item-toggledown__item--stockist {
    padding-top: 24px;
    border-top: 1px solid #E8EBEB;
  }
}
@media screen and (min-width: 769px) {
  .block-item-toggledown__item--detail dt {
    display: none;
  }
}
.block-item-toggledown__item dt {
  margin: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .block-item-toggledown__item dt {
    pointer-events: inherit;
    padding: 16px 0 16px 24px;
  }
  .block-item-toggledown__item dt:before {
    content: "";
    width: 1px;
    height: 8px;
    background: #000;
    display: block;
    position: absolute;
    left: 8px;
    top: calc(50% - 4px);
    transition: transform 0.3s;
  }
  .block-item-toggledown__item dt:after {
    content: "";
    width: 1px;
    height: 8px;
    background: #000;
    display: block;
    position: absolute;
    left: 8px;
    top: calc(50% - 4px);
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
  .block-item-toggledown__item dt.active:before {
    transform: rotate(45deg);
  }
  .block-item-toggledown__item dt.active:after {
    transform: rotate(135deg);
  }
}
.block-item-toggledown__item dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .block-item-toggledown__item dd {
    padding: 0 0 24px 24px;
    display: none;
  }
}

.block-item-variation {
  overflow: hidden;
  position: relative;
}
.block-item-variation:not(:first-child) {
  margin-top: 20px;
}
.block-item-variation > h2 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-item-variation > h2 {
    font-size: 14px;
  }
}
.block-item-variation > h2 span {
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.block-item-variation > h2:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  background: #333333;
}
.block-item-variation .fs-c-productList__list {
  display: block;
  max-width: 85%;
}
.block-item-variation .fs-c-productList__list .slick-arrow {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .block-item-variation .fs-c-productList__list .slick-arrow {
    width: 24px;
    height: 24px;
  }
}
.block-item-variation .fs-c-productList__list .slick-arrow.slick-disabled {
  display: none !important;
}
.block-item-variation .fs-c-productList__list .slick-arrow.slick-prev {
  left: 0px;
}
.block-item-variation .fs-c-productList__list .slick-arrow.slick-next {
  right: 0px;
}
.block-item-variation .fs-c-productList__list .fs-c-productList__list__item {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block-item-variation .fs-c-productList__list .fs-c-productList__list__item {
    margin-right: 14px;
  }
}
.block-item-variation .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
  margin: 15px 0 0;
}
.block-item-variation .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__copy {
  font-size: 10px;
  line-height: 1.6em;
}
.block-item-variation .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 10px;
  line-height: 1.6em;
}

#fs_ProductDetails {
  padding-top: 60px;
}
#fs_ProductDetails #header {
  height: 60px;
}
#fs_ProductDetails .gnav {
  display: none;
}

.gnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gnav__item {
  width: 32%;
  max-width: 100px;
}
.gnav__item a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .gnav__item a {
    line-height: 30px;
    font-size: 12px;
  }
}
.gnav__item a.current {
  text-decoration: underline;
}

/*会員価格を非表示*/
.fs-c-productPrice--stageUndetermined {
  display: none;
}

.btn-stockonly {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 20px;
  border-bottom: 1px solid #E4E4E4;
  margin: 0 0 20px;
}
.btn-stockonly .btn {
  margin-left: auto;
}

.btn--stockonly {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .btn--stockonly {
    font-size: 10px;
    line-height: 1.5em;
  }
}
.btn--stockonly:link, .btn--stockonly:visited {
  text-decoration: none;
}
.btn--stockonly:hover, .btn--stockonly:active {
  text-decoration: none;
}
.btn--stockonly img {
  margin-right: 5px;
}

/*オムニチャネル*/
.fs-c-membershipCard__image {
  zoom: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 607px) {
  .fs-c-membershipCard__image {
    display: block;
    transform: rotate(90deg);
    position: relative;
    z-index: -1;
  }
}
.fs-c-membershipCard__number {
  text-align: center;
  text-decoration: none !important;
}
.fs-c-membershipCard__number__number {
  text-decoration: none !important;
  pointer-events: none;
}
.fs-c-membershipCard__number__number a {
  text-decoration: none !important;
}

.mailmag-note {
  width: 100%;
  max-width: 714px;
  margin: 0 auto;
}
.mailmag-note:not(:first-child) {
  margin-top: 54px;
}
.mailmag-note a:link, .mailmag-note a:visited {
  text-decoration: underline;
}
.mailmag-note a:hover, .mailmag-note a:active {
  text-decoration: underline;
}

.tab-ranking:not(.plane) {
  background: #F5F7F7;
  padding: 100px 0;
  overflow-x: hidden;
}
.tab-ranking:not(.plane) .fs-c-productList__list {
  width: 1210px;
  margin: 0 auto;
  display: block;
  counter-reset: ranking;
}
@media screen and (max-width: 1260px) {
  .tab-ranking:not(.plane) .fs-c-productList__list {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .tab-ranking:not(.plane) .fs-c-productList__list {
    margin: 0 25px;
  }
}
.tab-ranking:not(.plane) .fs-c-productList__list:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.tab-ranking:not(.plane) .fs-c-productList__list .fs-c-productList__list__item {
  float: left;
  margin: 0 5px;
}
.tab-ranking:not(.plane) .fs-c-productList__list .fs-c-productList__list__item:after {
  counter-increment: ranking;
  content: counter(ranking);
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}
.tab-ranking:not(.plane) .fs-c-productList__list .fs-c-productList__list__item a {
  outline: none;
}
.tab-ranking:not(.plane) .fs-c-productList__list .slick-dots {
  margin-top: 20px;
}

.tab-ranking.plane {
  background: #F5F7F7;
  padding: 100px 0;
  overflow-x: hidden;
}
.tab-ranking.plane .fs-c-productList__list {
  width: 1210px;
  margin: 0 auto;
  display: block;
  counter-reset: ranking;
}
@media screen and (min-width: 769px) {
  .tab-ranking.plane .fs-c-productList__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 60px 10px;
  }
  .tab-ranking.plane .fs-c-productList__list:before, .tab-ranking.plane .fs-c-productList__list:after {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) {
  .tab-ranking.plane .fs-c-productList__list {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .tab-ranking.plane .fs-c-productList__list {
    margin: 0 25px;
    opacity: 0;
    transition: 0.3s;
  }
  .tab-ranking.plane .fs-c-productList__list.slick-initialized {
    opacity: 1;
  }
}
.tab-ranking.plane .fs-c-productList__list:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.tab-ranking.plane .fs-c-productList__list .fs-c-productList__list__item {
  float: left;
  margin: 0 5px;
}
@media screen and (min-width: 769px) {
  .tab-ranking.plane .fs-c-productList__list .fs-c-productList__list__item {
    float: none;
    margin: 0;
    width: calc(20% - 8px);
  }
}
.tab-ranking.plane .fs-c-productList__list .fs-c-productList__list__item:after {
  counter-increment: ranking;
  content: counter(ranking);
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}
.tab-ranking.plane .fs-c-productList__list .fs-c-productList__list__item a {
  outline: none;
}
.tab-ranking.plane .fs-c-productList__list .slick-dots {
  margin-top: 20px;
}
.tab-ranking.plane .tab-contents__title:not(:first-child) {
  margin-top: 100px;
}

.tab-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E5E6E6;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .tab-nav {
    margin: 0 30px;
  }
}
.tab-nav:not(:last-child) {
  margin-bottom: 40px;
}
.tab-nav__item {
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  .tab-nav__item {
    min-width: 0;
  }
}
.tab-nav__item a {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tab-nav__item a {
    width: auto;
    padding: 0 10px;
  }
}
.tab-nav__item a:link, .tab-nav__item a:visited, .tab-nav__item a:hover, .tab-nav__item a:active {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .tab-nav__item a:hover:after {
    opacity: 0.1;
  }
}
.tab-nav__item a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
.tab-nav__item.active a:after {
  opacity: 1;
}
.tab-contents {
  display: none;
}
.tab-contents:first-of-type {
  display: block;
}
.tab-contents__title {
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 0 20px;
}
@media screen and (min-width: 769px) {
  .tab-contents__title:not(:first-child) {
    margin-top: 40px;
  }
}

.slider-counter {
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .slider-counter {
    display: inline-block;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    left: 10px;
    bottom: 60px;
    z-index: 9998;
    padding: 2px 4px;
  }
}

.image-list {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .image-list {
    border-radius: 0;
    width: calc(100% + 60px);
    transform: translateX(-30px);
    margin-top: -10px;
  }
}
.image-list-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 10%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .image-list-caption {
    font-size: 10px;
    line-height: 1em;
    width: 100%;
    left: 0;
  }
}
.image-list__btn {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  bottom: 60px;
  cursor: pointer;
  z-index: 9998;
  display: none;
}
@media screen and (max-width: 768px) {
  .image-list__btn {
    display: block;
  }
}
.image-list .fs-c-productPlainImage {
  width: 100%;
  float: left;
  margin: 0 !important;
}
.image-list .fs-c-productPlainImage img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .image-list:hover .slick-arrow {
    opacity: 1;
  }
}
.image-list .slick-arrow {
  top: calc(50% - 16px);
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .image-list .slick-arrow {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .image-list .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.image-list .slick-next {
  right: 0;
}
.image-list .slick-prev {
  left: 0;
}
.image-list .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 9999;
  mix-blend-mode: difference;
}
.image-list .slick-dots > li button {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .image-list .slick-dots > li button {
    width: 8px;
  }
}
.image-list .slick-dots > li.slick-active button {
  background: rgb(255, 255, 255);
}

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

.image-list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .image-list-thumb {
    display: none;
  }
}
.image-list-thumb .fs-c-productPlainImage {
  cursor: pointer;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .image-list-thumb .fs-c-productPlainImage {
    width: calc(20% - 8px) !important;
  }
}
@media screen and (max-width: 768px) {
  .image-list-thumb .fs-c-productPlainImage {
    margin: 0 2px;
  }
}
.image-list-thumb .fs-c-productPlainImage img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .image-list-thumb .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .image-list-thumb .slick-track:before {
    display: none;
  }
}

.image-list-modal-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 30px;
}
.image-list-modal-thumb .fs-c-productPlainImage {
  width: calc(33.3% - 7px);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
}
.image-list-modal-thumb .fs-c-productPlainImage img {
  aspect-ratio: 3/4;
  object-fit: cover;
  box-sizing: border-box;
}

.image-list-modal {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .image-list-modal {
    max-width: 100%;
  }
}
.image-list-modal .fs-c-productPlainImage {
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .image-list-modal .fs-c-productPlainImage {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.image-list-modal .fs-c-productPlainImage img {
  width: auto;
  max-height: 100vh;
}
.image-list-modal .slick-arrow {
  top: calc(50% - 16px);
}
.image-list-modal .slick-next {
  right: 0;
}
.image-list-modal .slick-prev {
  left: 0;
}

.modal-wrap {
  width: 100vw;
  height: 100dvh;
  overflow-y: auto;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(245, 247, 247, 0.95);
  z-index: 99998;
}
.modal-wrap--slider {
  z-index: 99999;
}
.modal-wrap--variation {
  width: auto;
  height: auto;
  display: inherit;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  overflow-y: inherit;
}
@media screen and (max-width: 768px) {
  .modal-wrap--variation {
    z-index: 99998;
    width: 100vw;
    height: 100dvh;
    display: none;
    position: fixed;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap--variation .modal-wrap__close {
    display: none;
  }
}
.modal-wrap__close {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 15px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
.modal-wrap__close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(-45deg);
}
.modal-wrap__close:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #000;
  border: none;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(45deg);
}

.fs-c-productPrice--stageUndetermined {
  display: none;
}

@media screen and (max-width: 767px) {
  br.br-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  br.br-sp {
    display: none !important;
  }
}
.popup:not(:first-child) {
  margin-top: 40px;
}
.popup:not(:last-child) {
  margin-bottom: 24px;
}
.popup-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .popup-btn {
    flex-direction: column;
    gap: 12px;
  }
}
.popup-btn__item {
  height: 40px;
  flex: 1;
  cursor: pointer;
  background: #F5F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .popup-btn__item {
    flex: inherit;
  }
}
.popup-contents__item {
  width: 100%;
  max-width: 620px;
  height: calc(100dvh - 300px);
  top: 150px;
  left: calc(50% - 310px);
  position: fixed;
  box-sizing: border-box;
  padding: 32px;
  overflow: auto;
  background: #fff;
  z-index: 99999;
  display: none;
}
@media screen and (max-width: 768px) {
  .popup-contents__item {
    max-width: calc(100vw - 60px);
    left: 30px;
    padding: 24px;
  }
}
.popup__title {
  margin: 0;
  padding: 0;
  background: #F5F7F7;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  font-weight: normal;
}
.popup__title:not(:last-child) {
  margin-bottom: 16px;
}
.popup__desc {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0;
  padding: 0 10px;
}
.popup__desc:not(:last-child) {
  margin-bottom: 32px;
}
.popup__desc h1, .popup__desc h2, .popup__desc h3, .popup__desc h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
}
.popup__desc h1:not(:first-child), .popup__desc h2:not(:first-child), .popup__desc h3:not(:first-child), .popup__desc h4:not(:first-child) {
  margin-top: 40px;
}
.popup__desc h1:not(:last-child), .popup__desc h2:not(:last-child), .popup__desc h3:not(:last-child), .popup__desc h4:not(:last-child) {
  margin-bottom: 16px;
}
.popup__desc h5, .popup__desc h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
}
.popup__desc h5:not(:first-child), .popup__desc h6:not(:first-child) {
  margin-top: 20px;
}
.popup__desc h5:not(:last-child), .popup__desc h6:not(:last-child) {
  margin-bottom: 16px;
}
.popup__desc ul {
  margin: 0;
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 1em;
}
.popup__desc ul:not(:last-child) {
  margin-bottom: 1em;
}
.popup__desc ul.note {
  padding: 0;
  list-style: none;
}
.popup__desc ul.note > li {
  padding-left: 1em;
  text-indent: -1em;
}
.popup__desc p {
  margin: 0;
}
.popup__desc p:not(:last-child) {
  margin-bottom: 1em;
}
.popup__desc a:link, .popup__desc a:visited, .popup__desc a:hover, .popup__desc a:active {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #000;
}
.popup__bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: none;
}
.popup__close {
  position: fixed;
  z-index: 99999;
  width: 30px;
  height: 30px;
  bottom: 160px;
  right: calc(50% - 295px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .popup__close {
    right: 40px;
  }
}
.popup__close:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
}
.popup__close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
}
.popup__card {
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.popup__card img {
  width: auto;
  height: 24px;
}

.no-scroll {
  overflow: hidden;
  width: 100%;
}
