@charset "UTF-8";
@import "https://mensleather.itembox.design/system/fs_style.css?t=20200929142124";
@import "https://mensleather.itembox.design/generate/theme5/fs_theme.css?t=20201007154527";
@import "https://mensleather.itembox.design/generate/theme5/fs_original.css?t=20201007154527";
@import "https://mensleather.itembox.design/item/assets/css/reset.css";
@import "https://mensleather.itembox.design/item/assets/css/modal-video.min.css";
@import "https://mensleather.itembox.design/item/assets/css/swiper.css";
@import "https://mensleather.itembox.design/item/assets/css/jquery.mCustomScrollbar.css";
@import "https://mensleather.itembox.design/item/assets/css/jquery.simpleTicker.css";
@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css";
/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
@import "https://mensleather.itembox.design/item/assets/css/override.css";
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
.isBorderBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
サイト全体で使用するカラー
========================================================= */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #666;
  line-height: 1.8;
  background-color: #fafafa;
}

h1, h2, h3, h4, h5 {
  line-height: 1.8;
}

#wrp {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}
@media screen and (max-width: 768px) {
  #wrp {
    position: relative;
    z-index: auto;
    padding-top: 50px;
  }
}

main {
  display: block; /* IE対策に追加 */
}

/* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
html {
  overflow-y: scroll;
}

/* ローディングの背景部分のCSS */
.loader {
  background-color: #fafafa;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* ローディングのアニメーション部分のCSS */
.spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  background-color: #999;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.bread-crumb-wrp .inr-spacer {
  border-top: #ccc solid 1px;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .bread-crumb-wrp .inr-spacer {
    width: 100%;
    padding: 25px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.bread-crumb-wrp .inr-spacer ul {
  padding: 0;
  font-size: 0;
}
.bread-crumb-wrp .inr-spacer ul li {
  display: inline-block;
  color: #666666;
  margin: 0 15px 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .bread-crumb-wrp .inr-spacer ul li {
    font-size: 1rem;
    margin: 0 7px 0 0;
  }
}
.bread-crumb-wrp .inr-spacer ul li:not(:last-child):after {
  content: "/";
  color: #aaa;
}
.bread-crumb-wrp .inr-spacer ul li a {
  color: #aaa;
  padding: 0 15px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bread-crumb-wrp .inr-spacer ul li a {
    padding: 0 7px 0 0;
  }
}

.fs-c-breadcrumb {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  border-top: #E5E5E5 solid 1px;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    width: 100%;
    border-top: #eee solid 1px;
    padding: 25px 25px;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  display: inline-block;
  color: #666666;
  margin: 0 15px 0 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list li {
    font-size: 1rem;
    margin: 0 7px 0 0;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li:not(:last-child):after {
  content: "/";
  color: #aaa;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list li a {
  color: #aaa;
  padding: 0 15px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list li a {
    padding: 0 7px 0 0;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  display: none;
}

#overlay {
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

#sidebar {
  position: fixed;
  top: 0;
  right: -470px;
  width: 470px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  color: #555;
  z-index: 101;
  padding: 150px 0 70px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 768px) {
  #sidebar {
    width: 85%;
    right: -85%;
    padding: 70px 0 35px;
  }
}
#sidebar::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #sidebar .inr-spacer {
    padding: 0 25px;
  }
}
#sidebar .inr-spacer .hdr .logo a {
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/sidebar-logo-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  display: block;
  width: 145px;
  height: 103px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sidebar .inr-spacer .hdr .logo a {
    width: 80px;
    height: 60px;
  }
}
#sidebar .menu-wrp {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp {
    width: 100%;
  }
}
#sidebar .menu-wrp .product-search {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .product-search {
    margin: 0 0 20px;
  }
}
#sidebar .menu-wrp .product-search h2 {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #808080;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .product-search h2 {
    font-size: 1.6rem;
  }
}
#sidebar .menu-wrp .product-search dl dt {
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#sidebar .menu-wrp .product-search dl dt:hover {
  opacity: 0.7;
}
#sidebar .menu-wrp .product-search dl dd {
  display: none;
}
#sidebar .menu-wrp .product-search dl dd:is-active {
  display: block;
  border-bottom: #f1f1f1 solid 1px;
}
#sidebar .menu-wrp .product-search dl dd.color-item-list-wrp {
  border-bottom: #f1f1f1 solid 1px;
  padding: 30px 0 22px 0;
}
#sidebar .menu-wrp .product-search dl dd ul li {
  border-bottom: #f1f1f1 solid 1px;
  position: relative;
}
#sidebar .menu-wrp .product-search dl dd ul li:before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 27px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .product-search dl dd ul li:before {
    top: 22px;
  }
}
#sidebar .menu-wrp .product-search dl.second-layer-set dd {
  border-bottom: none;
}
#sidebar .menu-wrp .product-search dl.second-layer-set dd ul li:before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 27px;
  left: 23px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .product-search dl.second-layer-set dd ul li:before {
    top: 22px;
  }
}
#sidebar .menu-wrp .product-search dl.second-layer-set dd ul li:last-child {
  border-bottom: none;
}
#sidebar .menu-wrp .product-search dl.second-layer-set dd ul li a {
  padding-left: 3em;
}
#sidebar .menu-wrp .product-search .list-item {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .product-search .list-item {
    font-size: 1.1rem;
    line-height: 44px;
  }
}
#sidebar .menu-wrp .product-search .list-item.bdr-btm {
  border-bottom: #f1f1f1 solid 1px;
}
#sidebar .menu-wrp .product-search .list-item .panel-hdr {
  position: relative;
  border-bottom: #f1f1f1 solid 1px;
}
#sidebar .menu-wrp .product-search .list-item .panel-hdr:hover {
  background-color: #fbfbfb;
}
#sidebar .menu-wrp .product-search .list-item .panel-hdr:before, #sidebar .menu-wrp .product-search .list-item .panel-hdr:after {
  content: "";
  background-color: #999;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .product-search .list-item .panel-hdr:before, #sidebar .menu-wrp .product-search .list-item .panel-hdr:after {
    width: 10px;
    height: 1px;
  }
}
#sidebar .menu-wrp .product-search .list-item .panel-hdr:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#sidebar .menu-wrp .product-search .list-item .panel-hdr.is-active:after {
  opacity: 0;
}
#sidebar .menu-wrp .product-search .list-item .second-panel-hdr {
  position: relative;
  padding: 0 10px 0 2em;
  -webkit-transition: none;
  transition: none;
}
#sidebar .menu-wrp .product-search .list-item .second-panel-hdr:hover {
  background-color: #fbfbfb;
}
#sidebar .menu-wrp .product-search .list-item .second-panel-hdr:before, #sidebar .menu-wrp .product-search .list-item .second-panel-hdr:after {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  content: "";
  background-color: #808080;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: all 0.15s ease-out;
}
#sidebar .menu-wrp .product-search .list-item .second-panel-hdr:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#sidebar .menu-wrp .product-search .list-item .second-panel-hdr.is-active {
  border-bottom: #f1f1f1 solid 1px;
}
#sidebar .menu-wrp .product-search .list-item .second-panel-hdr.is-active:after {
  opacity: 0;
}
#sidebar .menu-wrp .product-search .list-item a {
  padding: 0 10px;
  display: block;
  text-decoration: none;
}
#sidebar .menu-wrp .product-search .list-item a:hover {
  background-color: #fbfbfb;
}
#sidebar .menu-wrp .product-search .list-item dd a {
  padding-left: 2em;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li {
  display: block;
  border: none;
  font-size: 1.4rem;
  width: calc((100% - 16px) / 3);
  height: 32px;
  margin-bottom: 8px;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li:before {
  display: none;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li:not(:nth-of-type(3n)) {
  margin-right: 8px;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0;
  line-height: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ccc;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.black a {
  background-color: #3a3a3a;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.blown a {
  background-color: #8c4913;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.red a {
  background-color: #ad0c0c;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.blue a {
  background-color: #1e519e;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.green a {
  background-color: #2c6423;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.purple a {
  background-color: #61265f;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.yellow a {
  background-color: #d5ce1a;
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.color-order {
  width: 237px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.color-order {
    width: calc(100% - ((100% - 16px) / 3 + 8px));
  }
}
#sidebar .menu-wrp .product-search .list-item dd.color-item-list-wrp ul li.color-order a {
  background-color: #a2a2a2;
  color: #fff;
  text-indent: 0;
  font-size: 1rem;
  font-style: italic;
}
#sidebar .menu-wrp .search-box-wrp {
  margin: 0 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .search-box-wrp {
    margin: 0 0 20px;
  }
}
#sidebar .menu-wrp .search-box-wrp input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 35px;
  font-size: 1.2rem;
  padding: 10px 20px;
  background-color: #fbfbfb;
  border: #e4e4e4 solid 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .search-box-wrp input[type=text] {
    line-height: 30px;
    font-size: 1.1rem;
  }
}
#sidebar .menu-wrp .search-box-wrp input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
#sidebar .menu-wrp .search-box-wrp input[type=text]::-moz-placeholder {
  color: #ccc;
}
#sidebar .menu-wrp .search-box-wrp input[type=text]:-ms-input-placeholder {
  color: #ccc;
}
#sidebar .menu-wrp .search-box-wrp input[type=text]::-ms-input-placeholder {
  color: #ccc;
}
#sidebar .menu-wrp .search-box-wrp input[type=text]::placeholder {
  color: #ccc;
}
#sidebar .menu-wrp .search-box-wrp input[type=text]:focus {
  outline: none;
  border: #ccc solid 1px;
  background-color: #fefefe;
}
#sidebar .menu-wrp .search-box-wrp button[type=submit] {
  position: absolute;
  right: 7px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/search-24px.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center center;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .search-box-wrp button[type=submit] {
    background-size: 22px auto;
  }
}
#sidebar .menu-wrp .history-wrp {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp {
    margin: 0 0 30px;
  }
}
#sidebar .menu-wrp .history-wrp h2 {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #808080;
  margin: 0 0 17px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp h2 {
    font-size: 1.6rem;
  }
}
#sidebar .menu-wrp .history-wrp ul {
  overflow: unset;
  overflow-x: unset;
  white-space: unset;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp ul {
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp ul {
    padding: 0 25px 0 0;
  }
}
#sidebar .menu-wrp .history-wrp ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  width: 115px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp ul li {
    width: 115px;
  }
}
#sidebar .menu-wrp .history-wrp ul li:not(:last-child) {
  margin: 0 4px 0 0;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp ul li:not(:last-child) {
    margin: 0 4px 0 0;
  }
}
#sidebar .menu-wrp .history-wrp ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#sidebar .menu-wrp .history-wrp ul li .ph img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}
#sidebar .menu-wrp .history-wrp ul li .txt {
  width: 100%;
  padding: 30px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp ul li .txt {
    padding: 15px 15px 0px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
#sidebar .menu-wrp .history-wrp ul li .txt h3 {
  font-weight: normal;
  line-height: 1.6;
}
#sidebar .menu-wrp .history-wrp ul li .txt .p-name {
  display: block;
  margin: 0 0 10px;
}
#sidebar .menu-wrp .history-wrp ul li .txt .p-cat-wrp {
  display: block;
  margin: 0 0 10px;
}
#sidebar .menu-wrp .history-wrp ul li .txt .p-price {
  display: block;
  font-size: 1.2rem;
  color: #999999;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .history-wrp ul li .txt .p-price {
    font-size: 1rem;
  }
}
#sidebar .menu-wrp .history-wrp ul li .txt .p-price .p-price-addition {
  font-size: 1rem;
}
#sidebar .menu-wrp .information {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .information {
    margin: 0 0 30px;
  }
}
#sidebar .menu-wrp .information h2 {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #808080;
  margin: 0 0 17px;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .information h2 {
    font-size: 1.6rem;
  }
}
#sidebar .menu-wrp .information .list-items-wrp ul li a {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .information .list-items-wrp ul li a {
    font-size: 1.1rem;
    line-height: 35px;
  }
}
#sidebar .menu-wrp .cr-wrp .cr {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #7f7f7f;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #sidebar .menu-wrp .cr-wrp .cr {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

body.drawer-opened {
  right: 0;
}
body.drawer-opened .main-nav .menu #sb-opener span:nth-child(1) {
  width: 100%;
  top: 9px;
  transform: translate(0, 8px) rotate(45deg);
  -webkit-transform: translate(0, 8px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  body.drawer-opened .main-nav .menu #sb-opener span:nth-child(1) {
    top: 2px;
  }
}
body.drawer-opened .main-nav .menu #sb-opener span:nth-child(2) {
  width: 100%;
  bottom: 9px;
  transform: translate(0, -8px) rotate(-45deg);
  -webkit-transform: translate(0, -8px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  body.drawer-opened .main-nav .menu #sb-opener span:nth-child(2) {
    bottom: 2px;
  }
}
body.drawer-opened #wrp {
  left: -470px;
  box-shadow: 1px 0 2px #ffffff;
  -webkit-box-shadow: 1px 0 2px #ffffff;
}
@media screen and (max-width: 768px) {
  body.drawer-opened #wrp {
    left: -85%;
  }
}
body.drawer-opened .fixed-content {
  left: -470px;
}
@media screen and (max-width: 768px) {
  body.drawer-opened .fixed-content {
    left: -85%;
  }
}
body.drawer-opened #sidebar {
  right: 0;
}
body.drawer-opened #overlay {
  display: block;
  z-index: 3;
  opacity: 1;
  top: 0;
  left: -470px;
}
@media screen and (max-width: 768px) {
  body.drawer-opened #overlay {
    left: -85%;
  }
}

[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 #cccccc;
  border-radius: 3px;
  padding: 8px 8px;
}

.fs-preview-header {
  z-index: 100;
  position: relative;
}

.fs-l-header__welcomeMsg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  display: none;
}
.fs-l-header__welcomeMsg.is-ready {
  display: none;
}

.fs-p-memberInfo__points {
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
}

.fs-p-memberInfo__stage {
  font-size: 1.2rem;
  margin-right: 5px;
}

.fs-l-productLayout {
  display: block;
}

.fs-c-button--plain {
  z-index: 1;
}

.fs-c-panelContainer {
  width: 1100px;
  margin: 0 auto;
  display: block;
  min-width: unset;
}
@media screen and (max-width: 768px) {
  .fs-c-panelContainer {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.fs-c-panel {
  background: #ffffff;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  padding: 20px 20px 20px 32px;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  font-size: 1.3rem;
}

.fs-c-panel::before {
  font-family: "fs-icon" !important;
  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: 1.4em;
  position: absolute;
  top: 20px;
  left: 20px;
}

.fs-p-announcement .fs-p-announcement__title {
  color: #777;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .fs-p-announcement .fs-p-announcement__title {
    font-size: 1.4rem;
  }
}
.fs-p-announcement .fs-p-announcement__body {
  font-size: 1.2rem;
}
.fs-p-announcement .fs-p-announcement__body p {
  font-size: 1.2rem;
  line-height: 1.8;
}
.fs-p-announcement .fs-p-announcement__body p:not(:last-child) {
  margin: 0 0 20px;
}

.fs-p-linkButton {
  border: 1px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9;
  padding: 15px;
  text-align: center;
}

.fs-body-login .fs-c-newUsers {
  margin: 0 0 0 0;
}

.fs-body-cart .fs-l-cart__contentsArea {
  font-size: 1.3rem;
  width: 1020px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    width: 100%;
  }
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer {
  border: none;
  padding: 0;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable thead th {
  font-size: 1.3rem;
  font-weight: normal;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable thead th.fs-c-cartTable__headerCell {
  padding: 20px;
  background-color: #fafafa;
  border: solid 1px #e3e3e3;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable thead th.fs-c-cartTable__headerCell--quantity {
  padding: 20px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell {
  padding: 20px;
  border: solid 1px #e3e3e3;
  vertical-align: middle;
  font-size: 1.2rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell {
    border: none;
  }
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product {
  padding: 35px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product {
  -ms-grid-columns: 125px 20px 1fr;
  grid-template-columns: 125px 1fr;
  grid-gap: 20px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo {
  font-size: 1rem;
  color: #999;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-listedOptionPrice {
  font-size: 1rem;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-listedOptionPrice .fs-c-price__addon {
  font-size: 1rem;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__unitPrice {
  font-size: 1rem;
  color: #999;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__unitPrice .fs-c-productPrice__main__price {
  color: #999;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  font-size: 1rem;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productImage {
  padding-right: 20px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productImage .fs-c-productImage__image {
  width: 125px;
  max-width: 125px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__row {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable tbody .fs-c-cartTable__row {
    background-color: #fff;
  }
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn {
  padding: 30px;
  background-color: #fff;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-cartTotals-container .fs-c-orderTotalTable th {
  padding: 0;
  border: none;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-cartTotals-container .fs-c-orderTotalTable td {
  padding: 0;
  border: none;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-cartTotals-container .fs-c-orderTotalTable tbody tr:last-of-type {
  border-bottom: none;
  padding: 0;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-cartTotals-container .fs-c-price {
  font-size: 1.8rem;
  font-weight: normal;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-checkout-payHere-container {
  margin: 0 0 40px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-checkout-payHere-container .fs-c-purchaseHere__message {
  margin: 0 0 15px 0;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-checkout-payHere-container .fs-c-buttonContainer {
  padding: 0;
  margin: 0 0;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-checkout-payHere-container .fs-c-buttonContainer .fs-c-button--primary {
  width: 100%;
  font-size: 1.2rem;
  line-height: 48px;
  padding: 0;
  border: none;
  min-width: auto;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-checkout-payHere-container .fs-c-buttonContainer--loginAndPurchase {
  margin: 0 0 10px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-checkout-payHere-container .fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--unregisteredUserPurchase {
  width: 100%;
  font-size: 1.2rem;
  line-height: 45px;
  padding: 0;
  border: none;
  min-width: auto;
  background-color: #989898;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-l-cart__sideColumn #fs-checkout-amazon-container .fs-c-payWithAmazon {
  margin: 0 0 0;
  color: #535353;
}
.fs-body-cart .fs-p-announcement {
  width: 1020px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-p-announcement {
    width: 100%;
  }
}
.fs-body-cart .fs-c-continueShopping {
  width: 1020px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-c-continueShopping {
    width: 100%;
  }
}
.fs-body-cart .fs-c-noResultMessage {
  font-size: 1.6rem;
}

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

@media screen and (max-width: 768px) {
  .fs-c-button--particular.fs-c-button--addToWishList--detail,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    font-size: 1rem;
  }
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
  .fs-c-button--particular.fs-c-button--displayPassword::before,
  .fs-c-button--particular.fs-c-button--hidePassword::before {
    font-size: 1.6rem;
  }
}

.fs-c-productImageModal .slick-dotted.slick-slider {
  margin: 0;
}
.fs-c-productImageModal .slick-dots {
  position: absolute;
  bottom: 30px;
}

.fs-c-productImageModal .fs-c-productImageModal__close {
  top: 25px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .fs-c-productImageModal .fs-c-productImageModal__close {
    top: 15px;
    right: 15px;
  }
}
.fs-c-productImageModal .fs-c-productImageModal__close:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-cross-01-wht.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center center;
}
.fs-c-productImageModal .slick-prev {
  background-color: transparent;
  left: 25px;
}
.fs-c-productImageModal .slick-prev:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-left-wht.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center center;
}
.fs-c-productImageModal .slick-next {
  background-color: transparent;
  right: 25px;
}
.fs-c-productImageModal .slick-next:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-right-wht.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center center;
}

.fs-c-productImageModalCarousel__figure__caption {
  background: none;
  height: auto;
  padding: 20px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fs-c-productImageModalCarousel__figure__caption {
    display: none;
  }
}

.fs-c-productImageModalCarousel__figure {
  height: 100vh;
}

.fs-c-photoswipe .pswp__caption__center {
  text-align: center;
}

.fs-c-button--particular {
  color: #999;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #999;
}

.fs-c-button--plain {
  color: #999;
  border: none;
}

.fs-c-productListItem__viewMoreImageButton {
  position: absolute;
  bottom: 61px;
  right: 2px;
  display: block;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__viewMoreImageButton {
    bottom: -31px;
    right: auto;
    left: calc(50% - 17px);
  }
}
.fs-c-productListItem__viewMoreImageButton:hover {
  text-decoration: none;
}

.fs-c-button--viewMoreImage:hover {
  text-decoration: none;
  color: #3c3c3c;
}

.fs-c-button--viewMoreImage::before {
  font-size: 1.8rem;
}
.fs-c-button--viewMoreImage::before:hover {
  text-decoration: none;
}

.fs-c-productListItem__control {
  position: absolute;
  bottom: 62px;
  right: 27px;
  display: block;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__control {
    bottom: -29px;
    right: auto;
    left: calc(50% + 17px);
  }
}

.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #333;
}

.fs-c-wishlistProduct {
  padding: 50px 0 0 0;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct {
    padding: 0 0 0;
  }
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__header {
  margin: 0 0 30px;
}
.fs-c-wishlistProduct .fs-c-productListItem__prices {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListItem__prices {
    font-size: 1rem;
  }
}
.fs-c-wishlistProduct .fs-c-productListItem__prices .fs-c-productPrice__main {
  color: #999;
  font-style: italic;
}
.fs-c-wishlistProduct .fs-c-productListItem__prices .fs-c-productPrice__main__price {
  color: #999;
  font-style: italic;
}
.fs-c-wishlistProduct .fs-c-productListItem__prices .fs-c-productPrice__addon {
  color: #999;
  font-style: italic;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list {
  margin: 0 0 20px;
  letter-spacing: 0.2em;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list__item {
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  max-width: 330px;
  min-width: 330px;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list__item {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    max-width: 90px;
    min-width: 90px;
    margin: 0 4px 0 0;
  }
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-button--carousel::before {
  content: "" !important;
  display: inline-block;
  width: 48px;
  height: 44px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-button--carousel--prev::before {
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-left-gry.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center left;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-button--carousel--next::before {
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-right-gry.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
  font-size: 1.2rem;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  color: #777;
  font-size: 1.8rem;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    font-size: 1.4rem;
  }
}

.fs-c-productListItem__productName {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__productName {
    font-size: 1.1rem;
  }
}

.fs-body-my-top .fs-c-accountService {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 0;
}

.fs-p-accountInfo {
  display: none;
}
.fs-p-accountInfo.is-ready {
  display: block;
}

#fs_MyPageTop .my-page-content {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .my-page-content {
    margin: 0 0 3px 0;
  }
}
#fs_MyPageTop .my-page-content .inr-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 780px;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .my-page-content .inr-spacer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page {
  margin: 0;
  -ms-flex-preferred-size: 235px;
      flex-basis: 235px;
  height: 235px;
  margin: 0 35px 35px 0;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page:nth-of-type(3n) {
  margin-right: 0;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: auto;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete a {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  text-decoration: none;
  width: 100%;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete a {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin: 4px 0;
  }
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-p-accountInfo {
  padding: 0;
  width: 100%;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  background-color: transparent;
  margin-bottom: 80px;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-p-accountInfo .fs-p-accountInfo__header {
  margin: 0 0 10px;
  display: block;
  text-align: center;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-p-accountInfo .fs-p-accountInfo__header .fs-p-accountInfo__accountName .fs-p-accountInfo__accountName__name {
  font-size: 1.8rem;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-p-accountInfo .fs-p-accountInfo__body {
  background-color: transparent;
}
#fs_MyPageTop .my-page-content .inr-spacer .fs-p-accountInfo .fs-p-accountInfo__body .fs-p-accountInfo__point .fs-p-accountInfo__point__point .fs-p-accountInfo__point__point__available .fs-p-accountInfo__point__point__available__number {
  font-size: 2.2rem;
  color: #666;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .logout-content {
    margin: 0 0 30px;
  }
}
#fs_MyPageTop .logout-content .inr-spacer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 780px;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .logout-content .inr-spacer {
    padding: 0 25px;
    width: 100%;
  }
}
#fs_MyPageTop .logout-content .logout-wrp {
  font-size: 1.2rem;
  margin: 0 auto 100px;
  /*
  span{
      line-height: 1;
      vertical-align: middle;
      display: inline-flex;
      &:after{
          content: "\e315";
          font-family: 'Material Icons';
          margin-left: 3px;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .logout-content .logout-wrp {
    margin: 0;
  }
}
#fs_MyPageTop .logout-content .logout-wrp a {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  text-decoration: none;
  width: 100%;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .logout-content .logout-wrp a {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop .favorite-content-wrp {
    padding: 0 25px;
  }
}

.fs-c-buttonContainer--myPageTop,
.fs-c-buttonContainer--back {
  margin: 20px 0 20px;
  padding: 0;
}
.fs-c-buttonContainer--myPageTop:before,
.fs-c-buttonContainer--back:before {
  content: "<";
  padding-right: 10px;
}

.fs-c-subSection__title {
  color: #909090;
  font-size: 1.6rem;
  padding: 0 0 10px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .fs-c-subSection__title {
    font-size: 1.4rem;
  }
}

.fs-c-anotherLogin__message {
  margin: 0 0 30px;
}

.fs-c-payWithAmazon__message {
  margin: 0 0 20px;
}

.fs-c-reviewerStatus {
  background-color: #8e7a50;
}

.site-hdr {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-hdr {
    height: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fafafa;
  }
}
@media screen and (max-width: 768px) {
  .site-hdr .extra-hdr01 {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: ease-in-out opacity 0.5s;
    transition: ease-in-out opacity 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .site-hdr .extra-hdr01.is-scrolling {
    opacity: 0;
  }
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer {
  height: 57px;
  background-color: #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .site-hdr .extra-hdr01 .extra-hdr01-inr-spacer {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker {
  margin: auto;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker {
    width: 100%;
    height: 2.2rem !important;
  }
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker ul {
  margin: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker ul {
    margin-top: 1px;
  }
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker ul li {
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  overflow-x: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker ul li {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker ul li.tickerHook span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .site-hdr .extra-hdr01 .extra-hdr01-inr-spacer #ticker ul li.scroll.tickerHook span {
    -webkit-animation: ticker-move 15s linear 3s 1 forwards;
            animation: ticker-move 15s linear 3s 1 forwards;
  }
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer p {
  text-align: center;
  display: inline-block;
  color: #54451e;
  letter-spacing: 0.2em;
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer p strong {
  font-weight: normal;
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer a {
  text-decoration: none;
  color: #FFF;
}
.site-hdr .extra-hdr01 .extra-hdr01-inr-spacer a:hover {
  text-decoration: none;
}
.site-hdr .inr-spacer {
  margin: 0 auto;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .site-hdr .inr-spacer {
    height: 50px;
    display: block;
    position: relative;
  }
}
.site-hdr .inr-spacer .logo {
  width: 300px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .site-hdr .inr-spacer .logo {
    width: 168px;
    height: 13px;
    position: absolute;
    top: 20px;
    left: 25px;
  }
}
.site-hdr .inr-spacer .logo a {
  display: inline-block;
  width: 300px;
  height: 22px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .site-hdr .inr-spacer .logo a {
    width: 150px;
    height: 11px;
    background-size: contain;
  }
}

.main-nav {
  width: 200px;
  position: fixed;
  top: 68px;
  right: 50px;
  font-size: 0;
  text-align: right;
  z-index: 102;
}
@media screen and (max-width: 768px) {
  .main-nav {
    width: 160px;
    top: 12px;
    right: 17px;
  }
}
.main-nav li {
  display: inline-block;
  font-size: 1;
  line-height: 40px;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}
.main-nav li:not(:last-child) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .main-nav li:not(:last-child) {
    margin: 0 13px 0 0;
  }
}
.main-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main-nav li .fs-p-cartItemNumber {
  background: #666;
  border-radius: 7px;
  color: #ffffff;
  display: none;
  font-size: 1rem;
  line-height: 14px;
  position: absolute;
  top: 5px;
  right: 2px;
  width: 14px;
  height: 14px;
  padding: 0;
  text-align: center;
  display: inline-block;
  /*
  &.is-ready{
      display: inline-block;
  }
  */
}
@media screen and (max-width: 768px) {
  .main-nav li .fs-p-cartItemNumber {
    top: -5px;
    right: -5px;
  }
}
.main-nav li .fs-p-cartItemNumber.fs-client-cart-count--0 {
  display: none;
}
.main-nav .log-in a {
  vertical-align: 1;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .main-nav .log-in a {
    width: 22px;
    height: 22px;
  }
}
.main-nav .log-in a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/ico-user.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .main-nav .log-in a span {
    background-size: 18px auto;
    width: 18px;
    height: 18px;
  }
}
.main-nav .cart a {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .main-nav .cart a {
    width: 22px;
    height: 22px;
  }
}
.main-nav .cart a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/ico-bag.svg);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .main-nav .cart a span {
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
}
.main-nav .menu #sb-opener {
  height: 44px;
  width: 44px;
}
@media screen and (max-width: 768px) {
  .main-nav .menu #sb-opener {
    height: 26px;
    width: 26px;
  }
}
.main-nav .menu #sb-opener .inner-wrp {
  position: relative;
  height: 34px;
  width: 34px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main-nav .menu #sb-opener .inner-wrp {
    height: 20px;
    width: 20px;
  }
}
.main-nav .menu #sb-opener span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1);
  transition: all 500ms cubic-bezier(1, 0, 0, 1);
  position: absolute;
  left: calc(50% - 17px);
}
@media screen and (max-width: 768px) {
  .main-nav .menu #sb-opener span {
    left: calc(50% - 10px);
  }
}
.main-nav .menu #sb-opener span:nth-of-type(1) {
  top: 12px;
}
.main-nav .menu #sb-opener span:nth-of-type(2) {
  bottom: 12px;
  width: 65%;
}
.main-nav .menu #sb-opener.active span:nth-of-type(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-nav .menu #sb-opener.active span:nth-of-type(2) {
  bottom: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.to-top {
  position: fixed;
  width: 21px;
  height: 64px;
  right: 50px;
  bottom: 70px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .to-top {
    width: 21px;
    right: 15px;
    bottom: 30px;
  }
}
.to-top a {
  display: block;
  width: 21px;
  height: 64px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/to-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  .to-top a {
    width: 100%;
    background-image: url(https://mensleather.itembox.design/item/assets/images/common/to-top.png);
    /*background-size: 20px auto;*/
  }
}
.to-top a:hover {
  margin-top: -7px;
}

footer {
  background-color: #a1a1a1;
  color: #fff;
  padding: 75px 0 115px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0;
  }
}
footer .main-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer {
    width: 100%;
    padding: 35px 25px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
  }
}
footer .main-wrp .inr-spacer .sec-ttl-wrp {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .sec-ttl-wrp {
    margin: 0 0 5px 0;
  }
}
footer .main-wrp .inr-spacer .sec-ttl-wrp h2 {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #d4d4d4;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .sec-ttl-wrp h2 {
    font-size: 1.6rem;
  }
}
footer .main-wrp .inr-spacer .ftr-about-wrp {
  float: left;
  width: 410px;
  display: block;
  margin: 0 100px 0 0;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .ftr-about-wrp {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
footer .main-wrp .inr-spacer .ftr-about-wrp .sec-ttl-wrp {
  font-size: 0;
}
footer .main-wrp .inr-spacer .ftr-about-wrp .sec-ttl-wrp h2.sec-ttl {
  display: inline-block;
  width: 70%;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .ftr-about-wrp .sec-ttl-wrp h2.sec-ttl {
    width: 70%;
  }
}
footer .main-wrp .inr-spacer .ftr-about-wrp .sec-ttl-wrp .more-btn {
  display: inline-block;
  width: 30%;
  font-size: 1.3rem;
}
footer .main-wrp .inr-spacer .ftr-about-wrp .sec-ttl-wrp .more-btn p {
  text-align: right;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
}
footer .main-wrp .inr-spacer .ftr-about-wrp .sec-ttl-wrp .more-btn p a {
  color: #d3d3d3;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow-gr.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 30px 0 0;
}
footer .main-wrp .inr-spacer .ftr-about-wrp p {
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .ftr-about-wrp p {
    font-size: 1rem;
  }
}
footer .main-wrp .inr-spacer .ftr-menu-wrp {
  float: right;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .ftr-menu-wrp {
    float: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
  }
}
footer .main-wrp .inr-spacer .ftr-menu-wrp .ftr-info-wrp {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 100px 0 0;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .ftr-menu-wrp .ftr-info-wrp {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 0 0;
  }
}
footer .main-wrp .inr-spacer .ftr-menu-wrp .ftr-search-wrp {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer .ftr-menu-wrp .ftr-search-wrp {
    width: calc((100% - 20px) / 2);
    margin: 0 0 0;
  }
}
footer .main-wrp .inr-spacer ul li {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer ul li {
    font-size: 1rem;
  }
}
footer .main-wrp .inr-spacer ul li:not(:last-child) {
  margin: 0 0 13px 0;
}
@media screen and (max-width: 768px) {
  footer .main-wrp .inr-spacer ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
footer .main-wrp .inr-spacer ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2em;
}
footer .btm-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  /*
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/ftr-ml-logo.png);
  background-size: 76px auto;
  background-position: 345px 12px;
  background-repeat: no-repeat;
  */
}
@media screen and (max-width: 768px) {
  footer .btm-wrp .inr-spacer {
    width: 100%;
    padding: 0 25px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: 50px auto;
    background-position: 90% 12px;
  }
}
footer .btm-wrp .inr-spacer .ftr-to-home-btn {
  position: absolute;
  left: 345px;
  bottom: 0;
  width: 80px;
}
@media screen and (max-width: 768px) {
  footer .btm-wrp .inr-spacer .ftr-to-home-btn {
    left: auto;
    right: 30px;
    bottom: 25px;
    width: 50px;
  }
}
footer .btm-wrp .inr-spacer .ftr-to-home-btn img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  footer .btm-wrp .inr-spacer .ftr-to-home-btn img {
    width: 50px;
  }
}
footer .btm-wrp .inr-spacer ul {
  font-size: 0;
  margin: 0 0 20px;
}
footer .btm-wrp .inr-spacer ul li {
  font-size: 1.8rem;
  display: inline-block;
}
footer .btm-wrp .inr-spacer ul li:not(:last-child) {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  footer .btm-wrp .inr-spacer ul li:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
footer .btm-wrp .inr-spacer ul li a {
  color: #efefef;
  vertical-align: bottom;
}
footer .btm-wrp .inr-spacer ul li.mag img {
  width: 75px;
  height: 17px;
  vertical-align: middle;
}
footer .btm-wrp .inr-spacer .cr-wrp p {
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer .btm-wrp .inr-spacer .cr-wrp p {
    font-size: 1rem;
  }
}

a {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: none;
  color: #666666;
}
a:hover {
  color: #666;
}
a:visited {
  color: #666;
}
a:active {
  color: #333;
}
a.ext:after {
  font-family: "Material Icons";
  content: "launch";
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.1em;
  margin-left: 2px;
}

.pc a:hover {
  opacity: 0.7;
}

.pc button:hover {
  opacity: 0.7;
}

button:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* スライダー */
.slider-container {
  position: relative;
}
.slider-container .slider .slick-slide {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-container .slider .slick-slide.slick-current {
  opacity: 1;
}
.slider-container img {
  vertical-align: bottom;
}
.slider-container .progress-wrp {
  position: absolute;
  bottom: 0;
  left: calc(50% - 550px);
  z-index: 10;
  width: 1100px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .slider-container .progress-wrp {
    display: block;
    left: 0;
    width: 100%;
  }
}
.slider-container .progress-wrp .progress-bars {
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  text-align: right;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .slider-container .progress-wrp .progress-bars {
    padding: 0 20px;
  }
}
.slider-container .progress-wrp .progress-bars .progress-bar-box {
  display: inline-block;
  position: relative;
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:not(:first-child) {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .slider-container .progress-wrp .progress-bars .progress-bar-box:not(:first-child) {
    margin: 0 0 0 6px;
  }
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:before {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .slider-container .progress-wrp .progress-bars .progress-bar-box:before {
    font-size: 1rem;
  }
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(1):before {
  content: "01";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(2):before {
  content: "02";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(3):before {
  content: "03";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(4):before {
  content: "04";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(5):before {
  content: "05";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(6):before {
  content: "06";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(7):before {
  content: "07";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(8):before {
  content: "08";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(9):before {
  content: "09";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(10):before {
  content: "10";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(11):before {
  content: "11";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box:nth-of-type(12):before {
  content: "12";
}
.slider-container .progress-wrp .progress-bars .progress-bar-box .bar {
  height: 1px;
  width: 0px;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 3px;
}
.slider-container .slick-arrow {
  position: absolute;
}
.slider-container li img {
  vertical-align: bottom;
}

.page-title-wrp {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page-title-wrp {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
}
.page-title-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-title-wrp .inr-spacer {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-title-wrp .inr-spacer .page-title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-title-wrp .inr-spacer .page-title {
    text-align: center;
    font-size: 1.5rem;
  }
}
.page-title-wrp .inr-spacer .page-title:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 20px;
  left: -140px;
}
@media screen and (max-width: 768px) {
  .page-title-wrp .inr-spacer .page-title:before {
    display: none;
  }
}

#fs_AboutTerms .page-title-wrp .inr-spacer,
#fs_PrivacyPolicy .page-title-wrp .inr-spacer,
#fs_CustomPage .page-title-wrp .inr-spacer {
  width: 1020px;
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .page-title-wrp .inr-spacer,
  #fs_PrivacyPolicy .page-title-wrp .inr-spacer,
  #fs_CustomPage .page-title-wrp .inr-spacer {
    width: 100%;
  }
}

.utility-index-title-wrp {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .utility-index-title-wrp {
    margin: 0 0 0 0;
  }
}
.utility-index-title-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .utility-index-title-wrp .inr-spacer {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 auto 30px;
  }
}
.utility-index-title-wrp .inr-spacer .page-title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .utility-index-title-wrp .inr-spacer .page-title {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
    padding: 0 25px;
    text-align: center;
  }
}
.utility-index-title-wrp .inr-spacer .page-title:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 20px;
  left: -140px;
}
@media screen and (max-width: 768px) {
  .utility-index-title-wrp .inr-spacer .page-title:before {
    display: none;
  }
}
.utility-index-title-wrp .inr-spacer .title-btm-lead-wrp {
  font-size: 1.4rem;
  line-height: 2.4;
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .utility-index-title-wrp .inr-spacer .title-btm-lead-wrp {
    font-size: 1.2rem;
    line-height: 2.4;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .search-result-title-wrp {
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
}
.search-result-title-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .search-result-title-wrp .inr-spacer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .search-result-title-wrp .inr-spacer {
    margin: 0 auto 0;
  }
}
.search-result-title-wrp .inr-spacer .page-title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .search-result-title-wrp .inr-spacer .page-title {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
  }
}
.search-result-title-wrp .inr-spacer .page-title .keyword {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.search-result-title-wrp .inr-spacer .title-btm-lead-wrp {
  font-size: 1.4rem;
  line-height: 2.4;
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .search-result-title-wrp .inr-spacer .title-btm-lead-wrp {
    font-size: 1.2rem;
    line-height: 2.4;
    width: 100%;
  }
}

.utility-page-menu-wrp {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .utility-page-menu-wrp {
    margin: 0 0 40px 0;
    padding: 0 0 0 25px;
  }
}
.utility-page-menu-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto;
}
.utility-page-menu-wrp .inr-spacer ul {
  font-size: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .utility-page-menu-wrp .inr-spacer ul {
    padding: 0 0 0 0;
  }
}
.utility-page-menu-wrp .inr-spacer ul li {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .utility-page-menu-wrp .inr-spacer ul li {
    font-size: 1.2rem;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
}
.utility-page-menu-wrp .inr-spacer ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #dbdbdb;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.utility-page-menu-wrp .inr-spacer ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 5px;
  border-bottom: #fafafa solid 1px;
}
.utility-page-menu-wrp .inr-spacer ul li a:hover {
  opacity: 1;
  border-bottom: #6f6f6f solid 1px;
}

.product-index-main-vis-wrp {
  height: 640px;
  width: 100%;
  margin: 0 0 60px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp {
    background-attachment: unset;
    background-size: cover;
    height: auto;
    margin: 0 0 40px;
  }
}
.product-index-main-vis-wrp .inr-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 640px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .inr-spacer {
    height: auto;
    padding: 50px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.product-index-main-vis-wrp .inr-spacer .bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.product-index-main-vis-wrp .inr-spacer .bg-img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: perspective(0px);
          transform: perspective(0px);
}
.product-index-main-vis-wrp .inr-spacer .logo-img-wrp {
  margin: 0 0 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .inr-spacer .logo-img-wrp {
    margin: 0 0 25px;
  }
}
.product-index-main-vis-wrp .inr-spacer .title-lead {
  z-index: 1;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .inr-spacer .title-lead {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.product-index-main-vis-wrp .inr-spacer .title-lead h2 {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .inr-spacer .title-lead h2 {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
}
.product-index-main-vis-wrp .inr-spacer .title-lead .lead-txt {
  font-size: 1.4rem;
  line-height: 2.8;
  letter-spacing: 0.22em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .inr-spacer .title-lead .lead-txt {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .inr-spacer .title-lead .lead-txt br {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .inr-spacer .title-lead .lead-txt br:after {
    margin-right: -0.333em;
    content: "";
  }
}
.product-index-main-vis-wrp .to-index-link {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-index-main-vis-wrp .to-index-link {
    width: 100%;
    padding: 20px 0 0;
  }
}
.product-index-main-vis-wrp .to-index-link a {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow-gr.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 30px 0 0;
}

/**/
#main-content {
  /**/
}
#main-content .inr-spacer {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main-content .inr-spacer {
    width: 100%;
  }
}
#main-content .sec-ttl {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 2px;
  left: -50px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #main-content .sec-ttl {
    font-size: 1.7rem;
    position: static;
    left: auto;
    top: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    padding: 0 25px 0;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main-content .sec-ttl.horizontal {
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-style: italic;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #main-content .sec-ttl.horizontal {
    font-size: 1.2rem;
    margin: 0 0 15px 0;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  #main-content .sec-ttl.horizontal:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 9px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #main-content .freepage-title-wrp {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
}
#main-content .freepage-title-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  #main-content .freepage-title-wrp .inr-spacer {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 0;
  }
}
#main-content .freepage-title-wrp .inr-spacer .page-title {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #main-content .freepage-title-wrp .inr-spacer .page-title {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
  }
}
#main-content .freepage-title-wrp .inr-spacer .title-btm-lead-wrp {
  font-size: 1.4rem;
  line-height: 2.4;
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main-content .freepage-title-wrp .inr-spacer .title-btm-lead-wrp {
    font-size: 1.2rem;
    line-height: 2.4;
    width: 100%;
  }
}
#main-content .item-wrp-outer {
  position: relative;
}
#main-content .item-wrp {
  margin: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp {
    padding: 0 0 0 25px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #main-content .item-wrp {
    padding: 0 0 0 0;
  }
}
#main-content .item-wrp .fs-c-productListCarousel__list__item {
  display: inline-block;
  font-size: 1.3rem;
  width: 330px;
  white-space: normal;
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  max-width: 330px;
  min-width: 330px;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp .fs-c-productListCarousel__list__item {
    width: 165px;
    -ms-flex-preferred-size: 165px;
        flex-basis: 165px;
    max-width: 165px;
    min-width: 165px;
    margin: 0 4px 0 0;
  }
}
#main-content .item-wrp ul > * {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#main-content .item-wrp.renew ul {
  overflow: unset;
  overflow-x: unset;
  white-space: unset;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp.renew ul {
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main-content .item-wrp ul {
  font-size: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
#main-content .item-wrp ul::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp ul {
    padding: 0 25px 0 0;
  }
}
#main-content .item-wrp ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  width: 330px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp ul li {
    width: 165px;
  }
}
#main-content .item-wrp ul li:not(:last-child) {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp ul li:not(:last-child) {
    margin: 0 4px 0 0;
  }
}
#main-content .item-wrp ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#main-content .item-wrp ul li .ph img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}
#main-content .item-wrp ul li .txt {
  width: 100%;
  padding: 30px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp ul li .txt {
    padding: 15px 15px 0px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
#main-content .item-wrp ul li .txt h3 {
  font-weight: normal;
  line-height: 1.6;
}
#main-content .item-wrp ul li .txt .p-name {
  display: block;
  margin: 0 0 10px;
}
#main-content .item-wrp ul li .txt .p-cat-wrp {
  display: block;
  margin: 0 0 10px;
}
#main-content .item-wrp ul li .txt .p-price {
  display: block;
  font-size: 1.2rem;
  color: #999999;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp ul li .txt .p-price {
    font-size: 1rem;
  }
}
#main-content .item-wrp ul li .txt .p-price .p-price-addition {
  font-size: 1rem;
}
#main-content .fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list {
    margin: 0 0 40px;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item {
  width: 360px;
  margin: 0 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item:hover .fs-c-productListItem__imageContainer {
  opacity: 0.7;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item:hover .txt-wrp {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item {
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 0 60px;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item:not(:nth-of-type(3n)) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item:not(:nth-of-type(3n)) {
    margin: 0 0 0 0;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item form {
  position: relative;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp a {
  display: block;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks {
  pointer-events: none;
  position: absolute;
  top: 14px;
  left: 14px;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item {
  margin-bottom: 4px;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
  background-color: #000;
  color: #FFF;
  margin-right: 4px;
  opacity: 0.85;
  display: inline-block;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_new {
  background-color: #7c3f1e;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_feat_name {
  background-color: #a3937f;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_feat_kiseihin {
  background-color: #7b6b5c;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_egift {
  background-color: #6dd3c3;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy01 {
  background-color: #574a40;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy02 {
  background-color: #ac8a59;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy03 {
  background-color: #926d3d;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .ph-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy04 {
  background-color: #7a5327;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .txt-wrp {
  width: 100%;
  padding: 30px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .txt-wrp {
    padding: 15px 15px 0px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .txt-wrp a {
  text-decoration: none;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .txt-wrp a:hover {
  opacity: 0.7;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
  padding: 0 0;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
    font-size: 1.1rem;
    display: block;
    margin: 0 0 10px;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices {
  display: block;
  font-size: 1.2rem;
  color: #999999;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices {
    font-size: 1rem;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice {
    margin: 0 0 0;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main {
  display: inline;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price {
  color: #999;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-price {
  display: inline;
  color: #999;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
  display: inline;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
    font-size: 1rem;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon {
  display: inline;
  color: #999;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__addon {
    font-size: 1rem;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__outOfStock {
  background: #eaeaea;
  border: none;
  color: #999;
  letter-spacing: 0.1em;
  font-style: italic;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__notice {
  margin: 15px 0 10px;
  padding: 10px;
  text-align: center;
  font-size: 0.9rem;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productDescription {
  padding: 0 0;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productDescription {
    font-size: 1.2rem;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
  padding: 0;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control {
    padding: 0 2px;
    font-size: 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control > *:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control > *:last-child {
    margin-left: 0;
  }
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}
#main-content .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
}
#main-content .item-wrp.for-archive {
  margin: 0 0 0;
}
#main-content .item-wrp.for-archive.is-hide {
  display: none;
}
#main-content .item-wrp.for-archive ul {
  font-size: 0;
  overflow-x: visible;
  -webkit-overflow-scrolling: auto;
  white-space: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-content .item-wrp.for-archive ul li {
  display: inline-block;
  font-size: 1.3rem;
  width: calc((100% - 20px) / 3);
  white-space: normal;
}
#main-content .item-wrp.for-archive ul li:not(:last-child) {
  margin: 0 0 0 0;
}
#main-content .item-wrp.for-archive ul li:not(:nth-of-type(3n)) {
  margin: 0 10px 0 0;
}
#main-content .item-wrp.for-archive ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#main-content .item-wrp.for-archive ul li a .ph img {
  vertical-align: bottom;
  line-height: 1;
}
#main-content .item-wrp.for-archive ul li a .txt {
  width: 100%;
  padding: 30px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#main-content .item-wrp.for-archive ul li a .txt h3 {
  font-weight: normal;
  line-height: 1.3;
}
#main-content .item-wrp.for-archive ul li a .txt .p-name {
  display: block;
  margin: 0 0 10px;
}
#main-content .item-wrp.for-archive ul li a .txt .p-cat-wrp {
  display: block;
  margin: 0 0 10px;
}
#main-content .item-wrp.for-archive ul li a .txt .p-price {
  display: block;
  font-size: 1.2rem;
  color: #999999;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #main-content .item-wrp.for-archive ul li a .txt .p-price {
    font-size: 1rem;
  }
}
#main-content .item-wrp.for-archive ul li a .txt .p-price .p-price-addition {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #main-content .item-ranking-wrp .inr-spacer h2.sec-ttl {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #main-content .item-ranking-wrp .inr-spacer h2.sec-ttl:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 48%;
    left: 0;
  }
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu {
  display: block;
  font-size: 0;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #main-content .item-ranking-wrp .inr-spacer .tab-menu {
    margin: 0 0 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu nav {
  display: inline-block;
  width: 80%;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #main-content .item-ranking-wrp .inr-spacer .tab-menu nav {
    width: auto;
  }
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu nav ul {
  font-size: 0;
  padding: 0 0 0 25px;
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu nav ul li {
  display: inline-block;
  font-size: 1.3rem;
  padding: 5px 5px;
  margin: 0 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #main-content .item-ranking-wrp .inr-spacer .tab-menu nav ul li {
    font-size: 1.1rem;
    margin: 0 0 0 0;
  }
  #main-content .item-ranking-wrp .inr-spacer .tab-menu nav ul li:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu nav ul li.is-active {
  border-bottom: #999 solid 1px;
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu nav ul li:hover {
  border-bottom: #999 solid 1px;
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu .more-btn-wrp {
  display: inline-block;
  width: 20%;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #main-content .item-ranking-wrp .inr-spacer .tab-menu .more-btn-wrp {
    width: auto;
    display: none;
  }
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu .more-btn-wrp p {
  text-align: right;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
}
#main-content .item-ranking-wrp .inr-spacer .tab-menu .more-btn-wrp p a {
  text-decoration: none;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 30px 0 0;
}
#main-content .item-ranking-wrp .inr-spacer .is-hide {
  display: none;
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li {
  position: relative;
  overflow-y: visible;
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:before {
  content: "10";
  color: #fff;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  font-weight: 100;
  position: absolute;
  line-height: 40px;
  text-align: center;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #cacaca;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:before {
    font-size: 1.2rem;
    top: 5px;
    left: 5px;
    line-height: 24px;
    height: 24px;
    width: 24px;
  }
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(1):before {
  content: "1";
  background-color: #e4c27a;
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(2):before {
  content: "2";
  background-color: #b2b2b2;
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(3):before {
  content: "3";
  background-color: #8e7a50;
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(4):before {
  content: "4";
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(5):before {
  content: "5";
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(6):before {
  content: "6";
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(7):before {
  content: "7";
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(8):before {
  content: "8";
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(9):before {
  content: "9";
}
#main-content .item-ranking-wrp .inr-spacer .item-wrp ul li:nth-of-type(10):before {
  content: "10";
}
#main-content .archive-tag-menu-wrp {
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  #main-content .archive-tag-menu-wrp {
    margin: 0 auto 40px;
  }
}
#main-content .archive-tag-menu-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main-content .archive-tag-menu-wrp .inr-spacer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main-content .archive-tag-menu-wrp .inr-spacer .list-wrp {
    padding: 0 0 0 25px;
  }
}
#main-content .archive-tag-menu-wrp .inr-spacer .list-wrp ul {
  font-size: 0;
  overflow-x: unset;
  -webkit-overflow-scrolling: touch;
  white-space: unset;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #main-content .archive-tag-menu-wrp .inr-spacer .list-wrp ul {
    padding: 0 25px 0 0;
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main-content .archive-tag-menu-wrp .inr-spacer .list-wrp ul li {
  display: inline-block;
  font-size: 1.2rem;
  width: auto;
}
#main-content .archive-tag-menu-wrp .inr-spacer .list-wrp ul li:not(:last-child) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #main-content .archive-tag-menu-wrp .inr-spacer .list-wrp ul li:not(:last-child) {
    margin: 0 5px 0 0;
  }
}
#main-content .archive-tag-menu-wrp .inr-spacer .list-wrp ul li a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #cdcdcd;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #main-content .archive-tag-menu-wrp .inr-spacer .list-wrp ul li a {
    font-size: 1.1rem;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu {
  display: block;
  font-size: 0;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu {
    margin: 0 0 40px 0;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems {
    margin: 0 0 10px;
    border: none;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
  display: none;
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
    border: none;
    display: block;
    text-align: center;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
  font-size: 1.3rem;
  display: inline-block;
  padding: 5px 5px;
  margin: 0 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
    font-size: 1.1rem;
    padding: 0 5px;
    margin: 0 0 0;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item.is-active {
  color: #666;
  border-bottom: #999 solid 1px;
  background: none;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item:hover {
  border-bottom: #999 solid 1px;
  text-decoration: none;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
  padding: 0;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label:hover {
  text-decoration: none;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-listControl {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-listControl {
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  margin-right: 30px;
  color: #666666;
  /*
  .fs-c-listControl__status__total{
      .fs-c-listControl__status__total__label{

      }
  }
  .fs-c-listControl__status__indication{
      .fs-c-listControl__status__indication__separator{

      }
      .fs-c-listControl__status__indication__label{

      }
  }
  */
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
    font-size: 1rem;
    letter-spacing: 0.3em;
    margin-right: 0;
    margin-bottom: 10px;
    color: #999999;
  }
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item {
  margin: 0 5px 0;
  padding: 7px;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item.is-active {
  background-color: transparent;
  color: #666;
  border-bottom: #666 solid 1px;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu nav {
  display: inline-block;
  width: 50%;
  font-size: 1.3rem;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu nav ul {
  font-size: 0;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu nav ul li {
  font-size: 1.3rem;
  display: inline-block;
  padding: 5px 5px;
  margin: 0 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu nav ul li.is-active {
  border-bottom: #999 solid 1px;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu nav ul li:hover {
  border-bottom: #999 solid 1px;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp {
  display: inline-block;
  width: 50%;
  font-size: 1.3rem;
  text-align: right;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .current-note {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  margin-right: 30px;
  color: #666666;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items {
  display: inline-block;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items ul {
  display: inline-block;
  font-size: 0;
  text-align: right;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items ul li {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 3px 0;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items ul li.prev {
  margin: 0 15px 0 0;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items ul li.next {
  margin: 0 0 0 15px;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items ul li a {
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 7px;
  display: inline-block;
  text-decoration: none;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items ul li a:hover {
  border-bottom: #666666 solid 1px;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu .pager-wrp .pager-items ul li a.is-active {
  border-bottom: #666666 solid 1px;
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu.btm {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #main-content .item-new-arrival-wrp .inr-spacer .tab-menu.btm {
    margin: 0 0 50px 0;
  }
}
#main-content .item-new-arrival-wrp .inr-spacer .tab-menu.btm .pager-wrp {
  width: 100%;
}

.swiper-scrollbar {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

#fs_Top {
  /* 2023.10追加　ここから*/
  /* 2023.10追加　ここまで */
}
#fs_Top .main-vis-wrp-ver2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 {
    width: 100%;
    height: 66vh;
    margin: 0 0 30px 0;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider {
  height: auto;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider {
    height: auto;
    width: 100%;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp {
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider .wrp {
    height: 66vh;
    width: 100vw;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp.slick-active .ttl {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider .wrp.slick-current .bg img {
    -webkit-animation: top-sp-mainvis-obj-position-change 5s linear 1 0s forwards;
            animation: top-sp-mainvis-obj-position-change 5s linear 1 0s forwards;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl {
  position: absolute;
  top: 0;
  left: calc(50% - 550px);
  width: 1100px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl {
    left: 0;
    width: 100%;
    padding: 20px 30px;
  }
  #fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl br {
    content: "";
    display: none;
  }
  #fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl br:after {
    margin-right: -0.333em;
    content: "";
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl > *:not(:last-child) {
  margin-bottom: 15px;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2 {
  width: 80%;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2 {
    font-size: 1.2rem;
    width: 100%;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.black {
  color: #222;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.beige {
  color: #C6B173;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.gray {
  color: #777;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.brown {
  color: #6D341E;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.burgundy {
  color: #921C1F;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.green {
  color: #2B7F21;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.blue {
  color: #2A3D87;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl h2.mustard {
  color: #C2931B;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl p {
    font-size: 1.1rem;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl p.center {
  text-align: center;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl p.left {
  text-align: left;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl p.right {
  text-align: right;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl p.blk {
  color: #222;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl p:not(:last-child) {
  margin-bottom: 15px;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .ttl img {
  display: inline-block;
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .bg {
  z-index: 1;
  width: 100%;
  height: 770px;
  background-position: center;
  background-size: 100% auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider .wrp .bg {
    width: 100vw;
    height: 66vh;
    background-size: auto 100%;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .slider .wrp .bg img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 56% 50%;
       object-position: 56% 50%;
  }
}
#fs_Top .main-vis-wrp-ver2 .slider .wrp.absolute .ttl {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0;
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp {
  position: absolute;
  bottom: 0;
  left: calc(50% - 550px);
  z-index: 1;
  width: 1100px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .progress-wrp {
    display: block;
    left: -10px;
    width: 100%;
  }
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars {
  position: absolute;
  bottom: 30px;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  text-align: right;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars {
    padding: 0 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box {
  display: inline-block;
  position: relative;
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:not(:first-child) {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:not(:first-child) {
    margin: 0 0 0 6px;
  }
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:before {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:before {
    font-size: 1rem;
  }
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(1):before {
  content: "01";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(2):before {
  content: "02";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(3):before {
  content: "03";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(4):before {
  content: "04";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(5):before {
  content: "05";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(6):before {
  content: "06";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(7):before {
  content: "07";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(8):before {
  content: "08";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(9):before {
  content: "09";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(10):before {
  content: "10";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(11):before {
  content: "11";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box:nth-of-type(12):before {
  content: "12";
}
#fs_Top .main-vis-wrp-ver2 .progress-wrp .progress-bars .progress-bar-box .bar {
  height: 1px;
  width: 0px;
  max-width: 35px;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 3px;
}
#fs_Top .main-vis-wrp {
  width: 100%;
  height: 670px;
  overflow: hidden;
  margin: 0 0 150px 0;
  /*
  #slider2{
      .ttl{
          left:80px;
          bottom:80px;
          @include m-smp{
              height: 100%;
              width: 100%;
              left: auto;
              bottom: auto;
              display: flex;
              padding: 30px;
          }
          h2{
              @include m-smp{
                  text-align: center;
              }
          }
          p{
              @include m-smp{
                  text-align: center;
              }
          }
      }
  }
  */
  /*
  #slider3{
      .ttl{
          position: absolute;
          right:162px;
          bottom:106px;
          top: auto;
          left: auto;
          @include m-smp{
              padding: 0;
              display: inline-block;
              width: auto;
              height: auto;
              left: auto;
              top: auto;
              right: 25px;
              bottom: 60px;
          }
          img{
              @include m-smp{
                  width: 123px;
                  height: auto;
              }
          }
      }
  }
  */
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp {
    width: 100%;
    height: 63vh;
    margin: 0 0 30px 0;
  }
}
#fs_Top .main-vis-wrp .slider {
  height: 670px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider {
    height: auto;
    width: 100%;
  }
}
#fs_Top .main-vis-wrp .slider .wrp {
  position: relative;
  /* PC中央寄せ */
  /* PC左寄せ */
  /* PC右寄せ */
  /* SP中央寄せ */
  /* SP左寄せ */
  /* SP右寄せ */
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp {
    height: 63vh;
    width: 100vw;
  }
}
#fs_Top .main-vis-wrp .slider .wrp.slick-active .ttl {
  opacity: 1;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp .ttl {
    padding: 60px 30px;
  }
  #fs_Top .main-vis-wrp .slider .wrp .ttl br {
    content: "";
    display: none;
  }
  #fs_Top .main-vis-wrp .slider .wrp .ttl br:after {
    margin-right: -0.333em;
    content: "";
  }
}
#fs_Top .main-vis-wrp .slider .wrp .ttl > *:not(:last-child) {
  margin-bottom: 15px;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl h2 {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp .ttl h2 {
    font-size: 1.6rem;
  }
}
#fs_Top .main-vis-wrp .slider .wrp .ttl h2.center {
  text-align: center;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl h2.left {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl h2.right {
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl h2.blk {
  color: #222;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp .ttl p {
    font-size: 1.1rem;
  }
}
#fs_Top .main-vis-wrp .slider .wrp .ttl p.center {
  text-align: center;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl p.left {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl p.right {
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl p.blk {
  color: #222;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl p:not(:last-child) {
  margin-bottom: 15px;
}
#fs_Top .main-vis-wrp .slider .wrp .ttl img {
  display: inline-block;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-c-top .ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-c-mid .ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-c-btm .ttl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-top .ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 65px 85px;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.pc-l-top .ttl {
    padding: 60px 30px;
  }
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-top .ttl h2 {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-top .ttl p {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-mid .ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 65px 85px;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.pc-l-mid .ttl {
    padding: 60px 30px;
  }
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-mid .ttl h2 {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-mid .ttl p {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-btm .ttl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 65px 85px;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.pc-l-btm .ttl {
    padding: 60px 30px;
  }
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-btm .ttl h2 {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-l-btm .ttl p {
  text-align: left;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-top .ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-top .ttl h2 {
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-top .ttl p {
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-mid .ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-mid .ttl h2 {
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-mid .ttl p {
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-btm .ttl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-btm .ttl h2 {
  text-align: right;
}
#fs_Top .main-vis-wrp .slider .wrp.pc-r-btm .ttl p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-top .ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-top h2 {
    text-align: center;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-top p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-mid .ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-mid h2 {
    text-align: center;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-mid p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-btm .ttl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-btm h2 {
    text-align: center;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-c-btm p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-top .ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-top h2 {
    text-align: left;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-top p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-mid .ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-mid h2 {
    text-align: left;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-mid p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-btm .ttl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-btm h2 {
    text-align: left;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-l-btm p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-top .ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-top h2 {
    text-align: right;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-top p {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-mid .ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-mid h2 {
    text-align: right;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-mid p {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-btm .ttl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-btm h2 {
    text-align: right;
  }
  #fs_Top .main-vis-wrp .slider .wrp.sp-r-btm p {
    text-align: right;
  }
}
#fs_Top .main-vis-wrp .slider .wrp .bg {
  z-index: 1;
  width: 1100px;
  height: 670px;
  background-position: center;
  background-size: 1100px auto;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp .bg {
    width: 100vw;
    height: 63vh;
    background-size: auto 100%;
  }
}
#fs_Top .main-vis-wrp .slider .wrp .bg img {
  width: 1100px;
}
@media screen and (max-width: 768px) {
  #fs_Top .main-vis-wrp .slider .wrp .bg img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#fs_Top .main-vis-wrp .slider .wrp.absolute .ttl {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0;
}
#fs_Top #main-content {
  /* 2024.04.03追記 ここから */
  /* 2024.04.03追記 ここまで */
}
#fs_Top #main-content .item-cat-wrp {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-cat-wrp {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-cat-wrp h2.sec-ttl {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-cat-wrp h2.sec-ttl:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 48%;
    left: 0;
  }
}
#fs_Top #main-content .item-cat-wrp ul li .txt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-cat-wrp ul li .txt {
    opacity: 1;
  }
}
#fs_Top #main-content .item-cat-wrp ul li .txt h3 span {
  display: block;
  text-align: center;
}
#fs_Top #main-content .item-cat-wrp ul li .txt h3 .en {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-cat-wrp ul li .txt h3 .en {
    font-size: 1.2rem;
  }
}
#fs_Top #main-content .item-cat-wrp ul li .txt h3 .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-cat-wrp ul li .txt h3 .jp {
    font-size: 1rem;
  }
}
#fs_Top #main-content .item-cat-wrp ul li:hover .txt {
  opacity: 1;
}
#fs_Top #main-content .item-new-wrp .inr-spacer {
  /*
  .item-wrp{
      li:nth-of-type(2){
          display: none;
      }
  }
  */
}
#fs_Top #main-content .item-new-wrp .inr-spacer h2.sec-ttl {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-new-wrp .inr-spacer h2.sec-ttl {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .item-new-wrp .inr-spacer h2.sec-ttl:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 48%;
    left: 0;
  }
}
#fs_Top #main-content .item-new-wrp .inr-spacer .update {
  color: #8a8a8a;
  margin: 20px 0 0;
  font-size: 1.2rem;
  font-style: italic;
  display: inline-block;
  vertical-align: text-bottom;
}
#fs_Top #main-content .news-wrp {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer h2.sec-ttl {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer h2.sec-ttl:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 48%;
    left: 0;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp {
    padding: 0 25px;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .ph {
  width: 330px;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .ph {
    width: 100%;
    margin: 0 0 30px;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .ph img {
  width: 100%;
  vertical-align: bottom;
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .scroll-content {
  height: 200px;
  width: 710px;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .scroll-content {
    width: 100%;
    height: 200px;
    overflow: scroll;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp {
  width: 710px;
  margin-left: 60px;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp {
    width: 100%;
    margin-left: 0;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li {
  font-size: 1.3rem;
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li a {
  text-decoration: none;
  color: #606060;
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li a:hover {
  opacity: 0.6;
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li .news-wrp {
  text-decoration: none;
  color: #222222;
  border-bottom: #e9e9e9 solid 1px;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li .news-wrp:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li .news-wrp {
    margin-bottom: 15px;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li .news-wrp:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  opacity: 1;
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li .news-wrp:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li dl {
    width: 100%;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li dl dt {
  padding: 0 20px 0 0;
  width: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  font-weight: 100;
  color: #8b8b8b;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li dl dt {
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    padding: 0 0 5px;
  }
}
#fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li dl dd {
  padding: 0 0 20px 0;
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #404040;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .news-wrp .inr-spacer .news-item-wrp .list-wrp ul li dl dd {
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 1.1rem;
  }
}
#fs_Top #main-content .amazon-pay-bnr-wrp {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .amazon-pay-bnr-wrp {
    margin-bottom: 40px;
  }
}
#fs_Top #main-content .amazon-pay-bnr-wrp .inr-spacer a {
  display: block;
  padding: 0 150px;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .amazon-pay-bnr-wrp .inr-spacer a {
    padding: 0 25px;
  }
}
#fs_Top #main-content .amazon-pay-bnr-wrp .inr-spacer a img {
  width: 100%;
}
#fs_Top #main-content .pickup-wrp {
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .pickup-wrp {
    margin: 0 0 50px;
  }
}
#fs_Top #main-content .pickup-wrp .inr-spacer {
  height: 450px;
  width: 1100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .pickup-wrp .inr-spacer {
    height: auto;
    width: 100%;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_Top #main-content .pickup-wrp .inr-spacer h2.sec-ttl {
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .pickup-wrp .inr-spacer h2.sec-ttl {
    color: #fff;
  }
}
#fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp {
  width: 790px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp {
    width: 100%;
    padding-top: 0;
  }
}
#fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp h3 {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 20px 0;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp h3 {
    font-size: 1.4rem;
  }
}
#fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp .description {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp .description {
    margin: 0 0 30px 0;
  }
}
#fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp .description p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
#fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp .btm-btn {
  text-align: right;
}
#fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp .btm-btn a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-style: italic;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow-wh.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right 7px;
  line-height: 1;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .pickup-wrp .inr-spacer .pickup-ph-wrp .btm-btn a {
    font-size: 1.2rem;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .sec-ttl-wrp {
  font-size: 0;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .sec-ttl-wrp .sec-ttl {
  position: static;
  width: 80%;
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .sec-ttl-wrp .sec-ttl {
    width: 70%;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .sec-ttl-wrp .more-btn {
  font-size: 1.3rem;
  width: 20%;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .sec-ttl-wrp .more-btn {
    width: 30%;
    padding: 0 25px 0 0;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .sec-ttl-wrp .more-btn a {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .sec-ttl-wrp .more-btn a {
    font-size: 1.2rem;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp {
  margin: 0 0 130px 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp {
    margin: 0 0 50px 0;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp .fs-pt-column {
  font-size: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  display: block;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp .fs-pt-column .fs-pt-column__item {
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  width: 330px;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: initial;
  text-decoration: none;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp .fs-pt-column .fs-pt-column__item:not(:last-child) {
  margin: 0 10px 0 0;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp .fs-pt-column .fs-pt-column__item .fs-pt-column__image {
  display: block;
  margin: 0 0 20px 0;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp .fs-pt-column .fs-pt-column__item .fs-pt-column__image img {
  width: 100%;
  height: auto;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp .fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp .fs-pt-column .fs-pt-column__item .fs-pt-column__description {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-style: italic;
  overflow: hidden;
  padding: 30px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul {
  font-size: 0;
  overflow-x: unset;
  -webkit-overflow-scrolling: touch;
  white-space: unset;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li {
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  width: 330px;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: initial;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li {
    width: 165px;
    padding: 15px;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li:not(:last-child) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li:not(:last-child) {
    margin: 0 5px 0 0;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li a {
  text-decoration: none;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li .ph {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li .ph {
    margin: 0 0 10px;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li .ph img {
  width: 100%;
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li .txt {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-style: italic;
  overflow: hidden;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li .txt {
    font-size: 1rem;
    padding: 0 0 0 0;
  }
}
#fs_Top #main-content .feature-brands-wrp .inr-spacer .item-wrp ul li .txt p {
  width: 100%;
  height: 100%;
  text-align: left;
}
#fs_Top #main-content .history-wrp {
  margin: 0 0 60px;
}
#fs_Top #main-content .history-wrp .sec-ttl-wrp {
  font-size: 0;
}
#fs_Top #main-content .history-wrp .sec-ttl-wrp .sec-ttl {
  width: 80%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .history-wrp .sec-ttl-wrp .sec-ttl {
    width: 70%;
    padding-right: 0;
  }
}
#fs_Top #main-content .history-wrp .sec-ttl-wrp .more-btn {
  font-size: 1.3rem;
  width: 20%;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .history-wrp .sec-ttl-wrp .more-btn {
    width: 30%;
  }
}
#fs_Top #main-content .history-wrp .sec-ttl-wrp .more-btn a {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  text-decoration: none;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 30px 0 0;
}
#fs_Top #main-content .history-wrp .renew ul {
  overflow: unset;
  overflow-x: unset;
  white-space: unset;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .history-wrp .renew ul {
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_Top #main-content .history-wrp ul {
  font-size: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
#fs_Top #main-content .history-wrp ul li {
  display: inline-block;
  font-size: 1.3rem;
  width: 330px;
  white-space: normal;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .history-wrp ul li {
    width: 165px;
  }
}
#fs_Top #main-content .history-wrp ul li:not(:last-child) {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .history-wrp ul li:not(:last-child) {
    margin: 0 4px 0 0;
  }
}
#fs_Top #main-content .history-wrp ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#fs_Top #main-content .history-wrp ul li a .ph img {
  vertical-align: bottom;
  line-height: 1;
}
#fs_Top #main-content .history-wrp ul li a .txt {
  width: 100%;
  padding: 30px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .history-wrp ul li a .txt {
    padding: 15px 15px 0px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
#fs_Top #main-content .history-wrp ul li a .txt h3 {
  font-weight: normal;
}
#fs_Top #main-content .history-wrp ul li a .txt .p-name {
  display: block;
  margin: 0 0 10px;
}
#fs_Top #main-content .history-wrp ul li a .txt .p-cat-wrp {
  display: block;
  margin: 0 0 10px;
}
#fs_Top #main-content .history-wrp ul li a .txt .p-price {
  display: block;
  font-size: 1.2rem;
  color: #999999;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_Top #main-content .history-wrp ul li a .txt .p-price {
    font-size: 1rem;
  }
}
#fs_Top #main-content .history-wrp ul li a .txt .p-price .p-price-addition {
  font-size: 1rem;
}

@-webkit-keyframes top-sp-mainvis-obj-position-change {
  0% {
    object-position: 50% 50%;
  }
  100% {
    object-position: 56% 50%;
  }
}

@keyframes top-sp-mainvis-obj-position-change {
  0% {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  100% {
    -o-object-position: 56% 50%;
       object-position: 56% 50%;
  }
}
#about-page .about-main-vis-wrp {
  width: 100%;
  height: 640px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/about/about-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #about-page .about-main-vis-wrp {
    height: 150vw;
    background-size: cover;
    background-attachment: unset;
  }
}
#about-page .about-main-vis-wrp .inr-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 640px;
}
@media screen and (max-width: 768px) {
  #about-page .about-main-vis-wrp .inr-spacer {
    height: 150vw;
  }
}
#about-page .about-main-vis-wrp .inr-spacer h1 {
  display: inline-block;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about-page .about-main-vis-wrp .inr-spacer h1 {
    font-size: 1.8rem;
  }
}
#about-page .about-main-vis-wrp .inr-spacer h1 span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #about-page .about-main-vis-wrp .inr-spacer h1 span {
    font-size: 1.2rem;
  }
}
#about-page .message-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0 180px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  #about-page .message-wrp .inr-spacer {
    width: 100%;
    padding: 40px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #about-page .message-wrp .inr-spacer br {
    display: none;
  }
}
#about-page .message-wrp .inr-spacer h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #about-page .message-wrp .inr-spacer h2 {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
#about-page .message-wrp .inr-spacer .message {
  font-size: 1.3rem;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  #about-page .message-wrp .inr-spacer .message {
    font-size: 1.1rem;
    line-height: 2.4;
  }
}
#about-page .message-wrp .inr-spacer .message p:not(:last-child) {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  #about-page .message-wrp .inr-spacer .message p:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

#fs_ProductCategory .product-index-main-txt-wrp {
  width: 100%;
  padding: 30px 0 50px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-txt-wrp {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
}
#fs_ProductCategory .product-index-main-txt-wrp .inr-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-txt-wrp .inr-spacer {
    padding: 0 30px;
  }
}
#fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .logo-img-wrp {
  margin: 0 0 40px;
}
#fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .logo-img-wrp img {
  height: 80px;
  width: auto;
}
#fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead {
    width: 100%;
  }
}
#fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead h2 {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead h2 {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
  }
}
#fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead .lead-txt {
  font-size: 1.4rem;
  line-height: 2.8;
  letter-spacing: 0.22em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead .lead-txt {
    font-size: 1.1rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead .lead-txt br {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-txt-wrp .inr-spacer .title-lead .lead-txt br:after {
    margin-right: -0.333em;
    content: "";
  }
}
#fs_ProductCategory .product-index-main-only-title-wrp {
  width: 100%;
  padding: 30px 0 0;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-only-title-wrp {
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
}
#fs_ProductCategory .product-index-main-only-title-wrp .inr-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#fs_ProductCategory .product-index-main-only-title-wrp .inr-spacer .title-lead {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-only-title-wrp .inr-spacer .title-lead {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_ProductCategory .product-index-main-only-title-wrp .inr-spacer .title-lead .group-title {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 0;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-only-title-wrp .inr-spacer .title-lead .group-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .product-index-main-only-title-wrp .inr-spacer .lead-txt {
    font-size: 1.2rem;
    line-height: 2.4;
  }
}

.fs-body-category-item-category .item-new-arrival-wrp {
  display: none;
}

#fs_ProductDetails .product-detail-main-vis-wrp {
  margin: 0 0 90px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .product-detail-main-vis-wrp {
    margin: 0 0 0;
  }
}
#fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer .slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer .progress-wrp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    margin: 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer .progress-wrp .progress-bars {
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    text-align: right;
    font-size: 0;
  }
}
#fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer .product-title-en {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 2px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer .product-title-en {
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    left: auto;
    top: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 25px 25px 0;
    margin: 0 0 20px;
    color: #808080;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .product-detail-main-vis-wrp .inr-spacer .product-title-en:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 37px;
    left: 0;
  }
}
#fs_ProductDetails .title-lead-wrp {
  margin: 0 0 90px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}
#fs_ProductDetails .title-lead-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp .inr-spacer {
    width: 100%;
  }
}
#fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead {
  margin: 0 auto;
}
#fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead h2 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead h2 {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead h2 br {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead h2 br:after {
    margin-right: -0.333em;
    content: "";
  }
}
#fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead .lead-txt {
  font-size: 1.3rem;
  line-height: 2.3;
  letter-spacing: 0.22em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead .lead-txt {
    font-size: 1.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead .lead-txt br {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #fs_ProductDetails .title-lead-wrp .inr-spacer .title-lead .lead-txt br:after {
    margin-right: -0.333em;
    content: "";
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer {
  width: 1100px;
  margin: 0 auto 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer {
    width: 100%;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp {
  display: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp {
    display: block;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp {
    width: 100%;
    margin: 0 0 30px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-tab {
  padding: 20px;
  border-top: #e6e6e6 solid 1px;
  border-right: #e6e6e6 solid 1px;
  border-left: #e6e6e6 solid 1px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-tab {
    padding: 15px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-tab ul {
  font-size: 0;
  text-align: center;
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-tab ul li {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 5px 3px;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-tab ul li {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-tab ul li.is-active {
  opacity: 1;
  border-bottom: #636363 solid 1px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-tab ul li:hover {
  opacity: 1;
  border-bottom: #636363 solid 1px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel.is-hide {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel ul {
  width: 100%;
  border: #e6e6e6 solid 1px;
  letter-spacing: 0.2em;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel ul {
    padding: 15px 25px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel ul li {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel ul li {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel ul li:not(:last-child) {
  margin-bottom: 20px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel table {
  width: 100%;
  border-collapse: collapse;
  border: #e6e6e6 solid 1px;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel table th {
  padding: 15px 20px 15px 20px;
  border: #e6e6e6 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel table th {
    font-size: 1.1rem;
    padding: 10px 15px 10px 15px;
    width: 90px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel table td {
  text-align: left;
  font-size: 1.2rem;
  padding: 15px 50px 15px 20px;
  border: #e6e6e6 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel table td {
    font-size: 1.1rem;
    padding: 10px 30px 10px 15px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel table .delivery-date th, #fs_ProductDetails .detail-wrp .inr-spacer .sp-spec-wrp .spec-tab-wrp .spec-panel table .delivery-date td {
  background-color: #999999;
  color: #fff;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp {
  position: absolute;
  right: 50px;
  width: 140px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp nav {
  float: right;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp nav ul li {
  height: 90px;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp nav ul li:not(:last-child) {
  margin: 0 0 10px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp nav ul li:hover {
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp nav ul li.is-active {
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp nav ul li.is-active:before {
  font-family: "Material Icons";
  content: "arrow_left";
  position: absolute;
  left: -27px;
  top: calc(50% - 14px);
  font-size: 2.8rem;
  color: #bb0000;
  line-height: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .color-tab-wrp nav ul li img {
  vertical-align: bottom;
  height: 90px;
  width: auto;
  max-width: 120px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel-wrp {
  margin: 0 0 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel-wrp {
    margin: 0 0 30px 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel-wrp .color-ttl-wrp ul li:not(.is-active) {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel-wrp .color-ttl-wrp ul li h2 {
  position: absolute;
  right: 0;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel {
  overflow: hidden;
  width: 1100px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel.is-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel {
    width: 100%;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage {
    display: block;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel {
  width: 550px;
  margin-right: 50px !important;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 25px !important;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productMainImage img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productMainImage img {
    width: 100vw;
    height: auto;
    max-width: 100vw;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productMainImage .slick-list {
  overflow: visible;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productMainImage .slick-track {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick {
  margin: 0 0 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick {
    width: 100%;
    margin: 0 0 10px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick .slick-prev {
  left: 10px;
  background: none;
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick .slick-prev:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-left-gry.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  opacity: 0.75;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick .slick-prev:hover:before {
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick .slick-next {
  right: 10px;
  background: none;
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick .slick-next:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-right-gry.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  opacity: 0.75;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick .slick-next:hover:before {
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-slick .slick-list {
  overflow: hidden;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .slick-track {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: visible;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .slick-track .slick-current .imgalt {
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .slick-track .imgalt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 75px 25px 25px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
  text-align: left;
  background-color: rgba(102, 102, 102, 0.6);
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .slick-track .imgalt {
    font-size: 1rem;
    padding: 10px 25px 10px 25px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .slick-track .imgalt span {
  font-size: 1.7rem;
  display: inline-block;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .slick-track .imgalt span {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .fs-c-productCarouselMainImage__image__caption {
  padding: 30px 10px 30px 11px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 0;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: inline-block;
  height: auto;
  width: auto;
  right: 0;
  left: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel .fs-c-productCarouselMainImage__image__caption {
    line-height: 1;
    padding: 12px 20px;
    font-size: 1rem;
    display: block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    left: auto;
    bottom: auto;
    top: 0;
    text-align: right;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel img {
    width: 100vw;
    max-width: 100vw;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage .fs-c-buttonContainer {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList {
  display: block;
  width: 500px;
  overflow-x: unset;
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li {
  display: inline-block;
  width: calc((100% - 25px) / 6);
  font-size: 1.3rem;
  margin: 0 5px 5px 0;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li {
    width: calc((100% - 5px) / 6);
    margin: 0 1px 1px 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li:nth-of-type(6n) {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li:nth-of-type(6n) {
    margin: 0 1px 1px 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li:nth-of-type(6n) {
    margin: 0 0 1px 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  opacity: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productThumbnail__image {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  margin: 0 0;
  vertical-align: top;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productThumbnail__image img {
  border: none;
  vertical-align: bottom;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productThumbnail__image.slick-active img {
  border: #d0d0d0 solid 1px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productCarouselMainImage__thumbnail__caption {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList .fs-c-productCarouselMainImage__thumbnail {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  margin: 0 0;
  vertical-align: top;
  position: relative;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList .fs-c-productCarouselMainImage__thumbnail .fs-c-productCarouselMainImage__thumbnail__img {
  border: 1px solid transparent;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.6;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList .fs-c-productCarouselMainImage__thumbnail .fs-c-productCarouselMainImage__thumbnail__img:hover {
  opacity: 0.8;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList .fs-c-productCarouselMainImage__thumbnail .imgalt {
  width: 4px;
  height: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productCarouselMainImage__thumbnailList .fs-c-productCarouselMainImage__thumbnail .imgalt {
    width: 3px;
    height: 3px;
    top: 2px;
    right: 2px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productThumbnail {
  display: block;
  width: 100%;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productThumbnail .fs-c-productCarouselMainImage__thumbnailList {
  display: block;
  width: 100%;
  overflow-x: unset;
  overflow: unset;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productThumbnail .fs-c-productCarouselMainImage__thumbnailList li {
  display: inline-block;
  width: 162px;
  font-size: 1.3rem;
  margin: 0 5px 0 0;
  vertical-align: top;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productThumbnail .fs-c-productCarouselMainImage__thumbnailList li.slick-active img {
  border: #333333 solid 1px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productThumbnail .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productThumbnail__image {
  display: inline-block;
  width: 162px;
  font-size: 1.3rem;
  margin: 0 5px 0 0;
  vertical-align: top;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productThumbnail .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productThumbnail__image img {
  border: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .fs-c-productThumbnail .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productThumbnail__image__caption {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-large-slider-wrp {
  width: 900px;
  height: 622px;
  margin: 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-large-slider-wrp {
    width: 100%;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-large-slider-wrp ul li img {
  vertical-align: bottom;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-slider-btm-note {
  padding: 0 20px 0;
  margin: 0 0 30px 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-small-slider-wrp {
  width: 900px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-small-slider-wrp ul {
  font-size: 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-small-slider-wrp ul li {
  display: inline-block;
  width: 162px;
  font-size: 1.3rem;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-small-slider-wrp ul li:not(:last-child) {
  margin: 0 5px 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .col-panel .detail-small-slider-wrp ul li img {
  width: 100%;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp {
    padding: 0 25px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp {
    display: none;
    width: 100%;
    margin: 0 0 30px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab {
  padding: 20px;
  border-top: #e6e6e6 solid 1px;
  border-right: #e6e6e6 solid 1px;
  border-left: #e6e6e6 solid 1px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab {
    padding: 15px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul {
  font-size: 0;
  text-align: center;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 5px 3px;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li.is-active {
  opacity: 1;
  border-bottom: #636363 solid 1px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li:hover {
  opacity: 1;
  border-bottom: #636363 solid 1px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel.is-hide {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel ul {
  width: 100%;
  border: #e6e6e6 solid 1px;
  letter-spacing: 0.2em;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel ul {
    padding: 15px 25px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel ul li {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel ul li {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel ul li:not(:last-child) {
  margin-bottom: 20px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table {
  width: 100%;
  border-collapse: collapse;
  border: #e6e6e6 solid 1px;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table th {
  padding: 15px 20px 15px 20px;
  border: #e6e6e6 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table th {
    font-size: 1.1rem;
    padding: 10px 15px 10px 15px;
    width: 90px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table td {
  text-align: left;
  font-size: 1.2rem;
  padding: 15px 50px 15px 20px;
  border: #e6e6e6 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table td {
    font-size: 1.1rem;
    padding: 10px 30px 10px 15px;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table .delivery-date th, #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table .delivery-date td {
  background-color: #999999;
  color: #fff;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp {
  width: 500px;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp {
    width: 100%;
    margin: 0 0 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks {
  margin: 0 0 5px 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item {
  margin-bottom: 4px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
  background-color: #000;
  color: #FFF;
  margin-right: 4px;
  opacity: 0.85;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_new {
  background-color: #7c3f1e;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_feat_name {
  background-color: #a3937f;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_feat_kiseihin {
  background-color: #7b6b5c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy01 {
  background-color: #574a40;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy02 {
  background-color: #ac8a59;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy03 {
  background-color: #926d3d;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy04 {
  background-color: #7a5327;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp {
    margin: 0 0 30px 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .fs-c-productNameHeading {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.18em;
  color: #666;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .fs-c-productNameHeading {
    font-size: 1.7rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .fs-c-productNumber {
  font-size: 1.2rem;
  border: none;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.18em;
  margin: 0 0 20px 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .fs-c-productNumber .fs-c-productNumber__label {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .fs-c-productNumber .fs-c-productNumber__number {
  font-weight: normal;
  font-style: italic;
  color: #999;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .jp-item-title {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .price-wrp {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-style: italic;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .price-wrp .free-delivery-charge {
  font-size: 1.3rem;
  color: #8f3d3d;
  font-style: italic;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .price-wrp .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #666666;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .price-wrp .fs-c-productPrice__main__label {
  margin-right: 10px;
  font-size: 1.1rem;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .price-wrp .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.2rem;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .price-wrp .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .price-wrp .fs-c-price__value {
  margin-right: 5px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .point-notice-wrp {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .point-notice-wrp {
    padding: 10px 0 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .product-title-wrp .point-notice-wrp .fs-c-productPointDisplay {
  background: transparent;
  color: #999;
  display: inline;
  font-size: 1.1rem;
  line-height: 1.8;
  padding: 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp {
  margin: 0 0 30px 0;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productNotice--outOfStock {
  background: #eaeaea;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productNotice--subscriptionOutOfStock {
  background: #eaeaea;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productOption .fs-c-productOption__option input[type=text] {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 50px;
  padding: 0px 10px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions {
  font-size: 1.8rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions .fs-c-variationLabel {
  font-size: 1.5rem;
  font-family: "EB Garamond", serif;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #acacac;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions .fs-c-variationLabel {
    font-size: 1.5rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions .fs-c-variationAndActions__variation {
  margin: 0 0 15px 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions .fs-c-stockSignLegend__legend {
  margin: 0 0 15px 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions .fs-c-variationAndActions__stockSignLegend {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #ccc solid 1px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 50px;
  padding: 0 10px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions select {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions textarea {
  padding: 20px;
  border: #ccc solid 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  width: 100%;
  height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions textarea::-moz-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions textarea:-ms-input-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions textarea::-ms-input-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-variationAndActions textarea::placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist {
  margin: 0 0 15px 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist {
    display: block;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
  display: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
  margin: 0 10px 0 0;
  -ms-grid-column: 2;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: end;
  justify-self: flex-start;
  -ms-grid-row-align: baseline;
  align-self: baseline;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
    display: block;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp #product-delivery-explain-wrp {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp #product-delivery-explain-wrp div {
  width: 100%;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp #product-delivery-explain-wrp #product-delivery-explain {
  background-color: #f0f0f0;
  padding: 20px;
  margin: 0 0 20px;
  font-size: 1.2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productActionButton {
  padding: 0;
  margin: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-button--primary {
  width: 100%;
  line-height: 80px;
  background-color: #555;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-button--primary {
    line-height: 90px;
    padding: 0;
    font-size: 1.3rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl {
  margin: 0 0 15px 0;
  display: block;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl.fs-c-productSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl.fs-c-productOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dt {
  width: 100%;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #acacac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  background: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dt .fs-c-productSelection__label,
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dt .fs-c-productOption__label {
  font-size: 1.2rem;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dt .fs-c-productSelection__label,
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dt .fs-c-productOption__label {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd:last-child {
  margin: 0 0 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd.fs-c-productOption__option:last-child .fs-c-productOption__comment {
  margin: 0 0 10px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd input[type=text],
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #ccc solid 1px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 50px;
  padding: 0 10px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd input[type=text],
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd select {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd textarea {
  padding: 20px;
  border: #ccc solid 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  width: 100%;
  height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd textarea::-moz-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd textarea:-ms-input-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd textarea::-ms-input-placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd textarea::placeholder {
  color: #9c9c9c;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp dl dd .fs-c-productOption__comment {
  font-size: 1.1rem;
  padding: 10px 0 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .to-cart-btn {
  padding-left: 75px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .to-cart-btn a {
  display: inline-block;
  width: 425px;
  line-height: 80px;
  background-color: #555;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .anygift-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  padding-top: 20px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .anygift-wrp .anygift-gift-ui__container {
  width: 100% !important;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .anygift-wrp .anygift-gift-ui__container .anygift-gift-ui__main-button {
  font-weight: 400;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp {
  margin: 0 0 35px 0;
  padding: 0 0 0;
  text-align: center;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .product-detail-to-guide-link {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .product-detail-to-guide-link {
    margin: 0 13px 10px 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .product-detail-to-guide-link button {
  border: none;
  cursor: pointer;
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .product-detail-to-guide-link button {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .product-detail-to-guide-link button:before {
  font-family: "fs-icon";
  content: "\e90c";
  font-size: 1rem;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .product-detail-to-guide-link button:hover {
  text-decoration: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .fs-c-inquiryAboutProduct {
  display: inline-block;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .fs-c-buttonContainer {
  padding: 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .fs-c-button--inquiryAboutProduct {
  margin: 0 0 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .fs-c-button--plain {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .fs-c-button--plain {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .fs-c-button--plain:before {
  font-family: "fs-icon";
  content: "\e90c";
  font-size: 1rem;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp .fs-c-button--plain:hover {
  text-decoration: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp ul {
  text-align: center;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp ul li:not(:last-child) {
  margin: 0 20px 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp ul li a {
  font-size: 1.2rem;
  text-decoration: none;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .detail-contact-wrp ul li a:before {
  font-family: "Material Icons";
  content: "arrow_right";
  vertical-align: middle;
  margin: 0 2px 0 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .sns-list-wrp {
  margin: 0 0 0 0;
  padding: 0 0 0;
  text-align: center;
  /*
  .fs-p-snsArea{
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 0 0 0;
  }
  ul{
      text-align: center;
      li{
          display: inline-block;
          text-align: center;
          &:not(:last-child){
              margin: 0 20px 0 0;
          }
          a{
              i{
                  color: #969696;
                  font-size: 1.7rem;
              }
          }

      }
  }
  */
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .sns-list-wrp .sns-box ul {
  font-size: 0;
  text-align: center;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .sns-list-wrp .sns-box ul li {
  font-size: 1.5rem;
  display: inline-block;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .sns-list-wrp .sns-box ul li:not(:last-child) {
  margin-right: 20px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .spec-wrp .cart-wrp .sns-list-wrp .sns-box img {
  height: 15px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .detail-tag-menu-wrp .list-wrp {
  width: 1100px;
  margin: 0 auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .detail-tag-menu-wrp .list-wrp {
    width: 100%;
    padding: 0 25px;
    margin: 0 auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .detail-tag-menu-wrp .list-wrp ul {
  font-size: 0;
}
#fs_ProductDetails .detail-wrp .inr-spacer .detail-tag-menu-wrp .list-wrp ul li {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .detail-tag-menu-wrp .list-wrp ul li:not(:last-child) {
  margin-right: 8px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .detail-tag-menu-wrp .list-wrp ul li a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 0 15px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #cdcdcd;
  border-radius: 5px;
}
#fs_ProductDetails .detail-wrp .inr-spacer .snap-widget-wrp {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .snap-widget-wrp {
    padding: 15px 25px 0;
  }
}
#fs_ProductDetails .detail-wrp .inr-spacer .snap-widget-wrp h3 {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .detail-wrp .inr-spacer .snap-widget-wrp h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#fs_ProductDetails .review-wrp .inr-spacer {
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .review-wrp .inr-spacer {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__aggregateRating {
  margin-bottom: 16px;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-style: italic;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 30px 0;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-reviewStars:before {
  color: #8e7a50;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value {
  color: #8e7a50;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__reviewList {
  margin-bottom: 16px;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item {
  padding: 20px 20px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #e5e5e5;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item:first-child {
  border-top: 1px solid #e5e5e5;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewInfo__stars:before {
  color: #8e7a50;
}
#fs_ProductDetails .review-wrp .inr-spacer .fs-c-productReview .fs-c-buttonContainer {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp {
  margin: 0 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set {
  background-color: #fcfcfc;
  position: relative;
}
#fs_ProductDetails .free-area-wrp .content-set .cat-box {
  text-align: right;
  margin: 0 0;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.6;
  color: #fff;
}
#fs_ProductDetails .free-area-wrp .content-set .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp .content-set .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(128, 128, 128, 0.65);
  border-radius: 10px;
  left: 0;
  top: 0;
}
#fs_ProductDetails .free-area-wrp .content-set .swiper-button-prev:after {
  width: 36px;
  height: 36px;
  content: "";
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-left-gry.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center left;
}
#fs_ProductDetails .free-area-wrp .content-set .swiper-button-next:after {
  width: 36px;
  height: 36px;
  content: "";
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-right-gry.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box {
  position: relative;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100vw;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box img {
  vertical-align: bottom;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-main {
  width: 550px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-main {
    width: 100vw;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs {
  margin: 0 auto;
  padding: 0;
  width: 85px;
  height: 510px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs {
    width: 16vw;
    height: 80vw;
    right: 15px;
    top: 15px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .ph {
  height: 85px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .ph {
    height: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .ph img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .ph img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .slick-list {
  padding: 0 !important;
  /*
  .slick-track{
      background-color: #000;
  }
  */
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .slick-list .slick-slide {
  border: none;
  margin: 0 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
  margin: 0 0 5px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .slick-list .slick-slide {
    margin: 0 0 2px 0;
    height: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .slick-list .slick-slide:hover img {
  opacity: 0.7;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .slick-list .slick-slide.slick-current img {
  opacity: 1;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box .slick-thumbs .slick-list .slick-slide img {
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box.right .slick-thumbs {
  right: 20px;
  left: auto;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box.right .slick-thumbs {
    right: 20px;
    left: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box.left .slick-thumbs {
  right: auto;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .slick-ph-box.left .slick-thumbs {
    right: 20px;
    left: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  padding: 90px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 35px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .cat-box {
  position: absolute;
  top: 30px;
  opacity: 0.6;
  left: 30px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .cat-box {
    left: auto;
    right: auto;
    position: static;
    margin: 0 0 20px;
    text-align: right;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow-y: scroll;
  padding: 0 0 0 0;
  margin: 0 0 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .mCustomScrollBox {
  /*padding-right: 30px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .mCustomScrollBox {
    padding-right: 0;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .mCSB_inside > .mCSB_container {
  margin-right: 0;
  /*.mCSB_draggerContainer{
      opacity: 0.5;
  }*/
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .ttl-box {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .ttl-box {
    font-size: 1.6rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .p-box p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .note {
  margin: 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-single-wrp .txt-box .scroll-wrp .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp {
  position: relative;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp {
  width: 1000px;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp {
    width: 100vw;
    height: auto;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .ph-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 550px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .ph-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100vw;
    display: block;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .ph-box .ph {
  min-height: unset;
  display: block;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .ph-box .ph img {
  min-height: unset;
  -o-object-fit: unset;
     object-fit: unset;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 550px;
  padding: 90px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 35px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .cat-box {
  position: absolute;
  top: 30px;
  opacity: 0.6;
  left: 30px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .cat-box {
    left: auto;
    right: auto;
    position: static;
    text-align: right;
    margin: 0 0 25px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .scroll-wrp {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow-y: scroll;
  padding: 0 0 0 0;
  margin: 0 0 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .scroll-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .scroll-wrp::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .scroll-wrp .mCustomScrollBox {
  /*padding-right: 30px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .scroll-wrp .mCustomScrollBox {
    padding-right: 0;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .scroll-wrp .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .scroll-wrp .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .ttl-box {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .ttl-box {
    font-size: 1.6rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .p-box p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .note {
  margin: 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-wide-wrp .txt-box .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-dotted {
  margin: 0 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-next {
  right: -25px;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-next {
  right: -25px;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-dots {
  bottom: 20px;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-dots li {
  margin: 0 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs {
  margin: 0 auto;
  padding: 0;
  width: 85px;
  height: 510px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs {
    width: 16vw;
    height: 80vw;
    right: 15px;
    top: 15px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .ph {
  height: 85px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .ph {
    height: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .ph img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .ph img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .slick-list {
  padding: 0 !important;
  /*
  .slick-track{

  }
  */
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .slick-list .slick-slide {
  border: none;
  margin: 0 0 5px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  height: 85px;
  cursor: pointer;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .slick-list .slick-slide {
    margin: 0 0 2px 0;
    height: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .slick-list .slick-slide img {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .slick-list .slick-slide:hover img {
  opacity: 0.7;
}
#fs_ProductDetails .free-area-wrp .content-set.slick-container-double-wrp .slick-thumbs .slick-list .slick-slide.slick-current img {
  opacity: 1;
}
#fs_ProductDetails .free-area-wrp .content-set:last-child {
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set:last-child {
    margin: 0 0 0;
  }
}
#fs_ProductDetails .free-area-wrp .content-set img {
  vertical-align: bottom;
  line-height: 1;
}
#fs_ProductDetails .free-area-wrp .content-set .ph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#fs_ProductDetails .free-area-wrp .content-set .ph-box.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .ph-box.left {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .ph-box.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .ph-box.right {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .ph-box .ph {
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .ph-box .ph {
    min-height: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .ph-box .ph img {
  display: block;
  min-height: 550px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .ph-box .ph img {
    min-height: auto;
    height: auto;
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box.left .cat-box {
  left: 30px;
  right: auto;
  color: #666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .txt-box.left .cat-box {
    left: auto;
    right: auto;
    text-align: right;
    position: static;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box.right .cat-box {
  right: 30px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .txt-box.right .cat-box {
    text-align: right;
    position: static;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box.v-align-c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .txt-box br.pc-br {
    display: none;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box .panel-group {
  font-size: 1.3rem;
  line-height: 2.4;
  margin: 0 0 40px;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box .panel-group .panel {
  display: none;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box .panel-group .panel.is-show {
  display: block;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box .tab-group {
  text-align: center;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box .tab-group .tab {
  display: inline-block;
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  cursor: pointer;
  padding: 5px 3px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box .tab-group .tab.is-active {
  border-bottom: #333 solid 1px;
}
#fs_ProductDetails .free-area-wrp .content-set .txt-box .tab-group .tab:not(:last-child) {
  margin: 0 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set .swiper-container-thumbs .swiper-slide {
  cursor: pointer;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-main {
  max-width: 480px;
  width: 480px;
  min-width: 480px;
  height: 480px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-main {
    max-width: calc(100vw - 70px);
    width: calc(100vw - 70px);
    min-width: calc(100vw - 70px);
    height: calc(100vw - 70px);
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-main .ph {
  width: 480px;
  max-width: 480px;
  min-width: 480px;
  height: 480px;
  min-height: 480px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-main .ph {
    max-width: calc(100vw - 70px);
    width: calc(100vw - 70px);
    min-width: calc(100vw - 70px);
    height: calc(100vw - 70px);
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-main .ph img {
  min-height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-thumbs {
  position: static;
  width: 70px;
  min-width: 70px;
  height: 480px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-thumbs {
    width: 70px;
    position: static;
    height: calc(100vw - 70px);
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: right;
  margin-bottom: 5px;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-thumbs .swiper-slide:hover {
  opacity: 0.7;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-thumbs .swiper-slide.swiper-slide-thumb-active:hover {
  opacity: 0.7;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .swiper-ph-box .swiper-container-single-thumbs .swiper-slide img {
  width: 60px;
  height: 60px;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 550px;
  padding: 35px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box.v-align-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box .cat-box {
  margin: 0 0 30px;
  color: #666;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box .ttl-box {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 25px;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box .note {
  margin: 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-single-wrp .txt-box .note strong {
  color: #a91111;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 70px);
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-thumbs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: static;
  width: 70px;
  min-width: 70px;
  height: 480px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-thumbs {
    width: 100%;
    position: static;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: right;
  margin-bottom: 5px;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-thumbs .swiper-slide:hover {
  opacity: 0.7;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-thumbs .swiper-slide.swiper-slide-thumb-active:hover {
  opacity: 0.7;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-wrp .swiper-container-double-thumbs .swiper-slide img {
  width: 60px;
  height: 60px;
}
#fs_ProductDetails .free-area-wrp .content-set .link-box {
  margin: 30px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set .link-box ul li {
  text-align: right;
  font-size: 1.3rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  font-style: italic;
}
#fs_ProductDetails .free-area-wrp .content-set .link-box ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
#fs_ProductDetails .free-area-wrp .content-set .link-box ul li a {
  color: #555;
  text-decoration: none;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 38px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp {
  /*
  .swiper-wide-utility-wrp{
      width: 1100px;
      height: 550px;
      position: relative;
  }
  */
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .txt-box {
    padding: 70px 35px 35px !important;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .txt-box .cat-box {
  color: #666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .txt-box .cat-box {
    top: auto;
    position: static;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-button-prev {
  color: #333333 !important;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 24px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-button-prev {
    top: calc(100vw + 27px);
    bottom: auto;
    right: 60px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-button-prev:after {
  line-height: 1;
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-button-next {
  color: #333333 !important;
  top: auto;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-button-next {
    top: calc(100vw + 27px);
    bottom: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-button-next:after {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto;
    top: calc(100vw + 19px);
    left: 0;
    padding: 0 30px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.swiper-container-double-nothumbs-wrp .swiper-container-horizontal > .swiper-scrollbar {
    bottom: auto;
    top: calc(100vw - 11px);
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .swiper-wide-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .swiper-wide-wrp {
    display: block;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box {
    width: 100%;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box ul {
  height: 100%;
  width: 100%;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box ul li img {
  display: block;
  min-height: 550px;
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box .slider-wrp .bxslider {
  font-size: 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box .slider-wrp .bxslider li {
  line-height: 1;
  font-size: 1;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box .slider-wrp .bxslider li img {
  width: 100%;
  min-width: 550px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box .slider-wrp .bxslider li img {
    min-width: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box .slider-wrp .bx-pager a {
  display: inline-block;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .ph-box .slider-wrp .bx-pager a img {
  width: 50px;
  height: auto;
  min-height: auto;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box {
  width: 50%;
  padding: 90px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box {
    width: 100%;
    padding: 35px 35px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .cat-box {
  margin: 0 0 0;
  position: absolute;
  top: 30px;
  opacity: 0.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .cat-box {
    margin: 0 0 25px;
    position: static;
    top: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .scroll-wrp {
  height: 370px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .scroll-wrp {
    height: auto;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .scroll-wrp .mCSB_container {
  margin-right: 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .ttl-box {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .ttl-box {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
  margin: 0 0 20px;
  /*
  &:last-child{
      margin-bottom: 0;
  }
  */
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .p-box p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .note {
  margin: 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .note strong {
  color: #a91111;
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 20px;
  /*
  &:last-child{
      margin-bottom: 0;
  }
  */
}
#fs_ProductDetails .free-area-wrp .content-set.set-double .txt-box .video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .ph-box {
  width: 100%;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .ph-box img {
  width: 100%;
  vertical-align: bottom;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .ph-box.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .ph-box.bg img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box {
  width: 100%;
  padding: 180px 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    width: 100%;
    min-height: 100vw;
    padding: 70px 40px 70px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left {
  width: 50%;
  padding: 180px 70px 180px 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left {
    width: 100%;
    min-height: 100vw;
    padding: 70px 40px 70px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left .cat-box {
  left: 30px;
  right: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left .cat-box {
    left: auto;
    right: 30px;
    /*
    position: static;
    */
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left .ttl-box {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left .ttl-box {
    text-align: left;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left .p-box {
  text-align: left;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-left .link-box li {
  text-align: left;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right {
  width: 50%;
  margin: 0 0 0 50%;
  padding: 180px 70px 180px 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right {
    width: 100%;
    min-height: 100vw;
    padding: 70px 40px 70px;
    margin: 0 0 0 0;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right .cat-box {
  left: auto;
  right: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right .cat-box {
    /*
    left: auto;
    right: auto;
    position: static;
    */
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right .ttl-box {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right .ttl-box {
    text-align: center;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right .p-box {
  text-align: left;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box.half-right .link-box li {
  text-align: left;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .cat-box {
  position: absolute;
  text-align: left;
  margin: 0 0;
  top: 30px;
  left: 30px;
  color: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .cat-box {
    /*
    left: auto;
    position: static;
    */
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .cat-box span {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .ttl-box {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .ttl-box {
    font-size: 1.6rem;
    margin: 0 0 10px;
    text-align: left;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .p-box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .p-box {
    text-align: left;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .p-box p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .note {
  margin: 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .note strong {
  color: #a91111;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .link-box {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .link-box {
    margin: 10px 0 0;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .link-box ul li {
  font-size: 1.3rem;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .link-box ul li {
    font-size: 1.2rem;
    text-align: left;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .link-box ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single .txt-box .link-box ul li a {
  color: #fff;
  text-decoration: none;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow-wh.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 38px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box {
  min-height: 550px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box {
    min-height: 50vw;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box .ttl-box {
  margin: 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box.half-left {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box.half-left .ttl-box {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box.half-left .ttl-box {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box.half-right {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box.half-right .ttl-box {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.set-single.bnr .txt-box.half-right .ttl-box {
    text-align: center;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set .set-slider-div {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-viewport {
  margin: 0 0 30px;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls {
  text-align: center;
  position: relative;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls .bx-pager {
  padding: 0 30px;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  z-index: 2;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls .bx-pager .bx-pager-item a {
  padding: 5px;
  text-decoration: none;
  z-index: 2;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls .bx-pager .bx-pager-item a.active {
  border-bottom: #333 solid 1px;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls .bx-controls-direction {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls .bx-controls-direction .bx-prev {
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  z-index: 3;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-left-blk.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
}
#fs_ProductDetails .free-area-wrp .content-set .set-slider-div .bx-controls .bx-controls-direction .bx-next {
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  z-index: 3;
  float: right;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-right-blk.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
}
#fs_ProductDetails .free-area-wrp .content-set.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fs_ProductDetails .free-area-wrp .content-set.col .ph-box {
  width: 100%;
  height: auto;
}
#fs_ProductDetails .free-area-wrp .content-set.col .ph-box img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col .ph-box img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col .ph-box ul {
  height: auto;
}
#fs_ProductDetails .free-area-wrp .content-set.col .ph-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
#fs_ProductDetails .free-area-wrp .content-set.col .ph-box ul li img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box {
  width: 100%;
  padding: 100px 120px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box .cat-box {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col .txt-box .cat-box {
    margin: 0 0 20px;
    top: auto;
    right: auto;
    position: static;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box .ttl-box {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col .txt-box .ttl-box {
    font-size: 1.6rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col .txt-box .p-box p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box .note {
  margin: 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .content-set.col .txt-box .note strong {
  color: #a91111;
}
#fs_ProductDetails .free-area-wrp .content-set.col-01 .ph-box {
  width: 100%;
  height: auto;
}
#fs_ProductDetails .free-area-wrp .content-set.col-01 .txt-box {
  width: 100%;
  padding: 100px 120px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col-01 .txt-box {
    padding: 35px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col-02 .col-inr-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col-02 .col-inr-wrp {
    width: 100%;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col-02 .col-inr-wrp .ph-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col-02 .col-inr-wrp .ph-box {
    width: 100%;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col-02 .col-inr-wrp .txt-box {
  width: 100%;
  padding: 75px 65px 75px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col-02 .col-inr-wrp .txt-box {
    width: 100%;
    padding: 35px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col-02 .col-inr-wrp .txt-box .cat-box {
  color: #666;
  text-align: right;
}
#fs_ProductDetails .free-area-wrp .content-set.col-03 .col-inr-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col-03 .col-inr-wrp {
    width: 100%;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col-03 .col-inr-wrp .ph-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col-03 .col-inr-wrp .ph-box {
    width: 100%;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col-03 .col-inr-wrp .txt-box {
  width: 100%;
  padding: 75px 65px 75px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .content-set.col-03 .col-inr-wrp .txt-box {
    width: 100%;
    padding: 35px;
  }
}
#fs_ProductDetails .free-area-wrp .content-set.col-03 .col-inr-wrp .txt-box .cat-box {
  color: #666;
  text-align: right;
}
#fs_ProductDetails .free-area-wrp .content-set.set-howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fs_ProductDetails .free-area-wrp .content-set.set-howto .cat-box {
  position: absolute;
  top: 30px;
  left: auto;
  right: 30px;
  opacity: 0.6;
}
#fs_ProductDetails .free-area-wrp .content-set.set-howto .video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 20px;
}
#fs_ProductDetails .free-area-wrp .content-set.set-howto .video-box:last-child {
  margin-bottom: 0;
}
#fs_ProductDetails .free-area-wrp .content-set.set-howto .video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#fs_ProductDetails .free-area-wrp .material-wrp {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp {
    margin-bottom: 50px;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .material-set:nth-of-type(n+2) .cat-box {
  display: none;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .material-set:nth-of-type(2n) .content-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .material-set:nth-of-type(2n) .content-set .cat-box {
  text-align: right;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set {
    padding: 50vw 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 550px;
  width: 550px;
  padding: 90px 70px;
  font-size: 1.3rem;
  line-height: 2.4;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: static;
}
@media screen and (max-width: 980px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box {
    padding: 70px 35px 70px 35px;
    width: 100%;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .cat-box {
  position: absolute;
  top: 30px;
  left: auto;
  right: 30px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .cat-box {
    top: 25px;
    right: 25px;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow-y: scroll;
  padding: 0 0 0 0;
  margin: 0 0 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*
  &::-webkit-scrollbar-thumb{
      @include m-smp{
          background: #ccc;
          border-radius: 3px;
      }
  }
  &::-webkit-scrollbar-track-piece {
      @include m-smp{
          background: #000;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp {
    -ms-overflow-style: unset;
    scrollbar-width: auto;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp::-webkit-scrollbar {
    display: block;
    -webkit-appearance: auto;
    width: 6px;
    height: auto;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .mCustomScrollBox {
  /*padding-right: 30px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .ttl-box {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .ttl-box {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .p-box p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .note {
  margin: 20px 0 0;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box {
  text-align: right;
  padding: 30px 0 0 0;
  line-height: 1;
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-style: italic;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow-wh.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right 7px;
  line-height: 1;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box a {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails .free-area-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box a:hover {
  text-decoration: none;
}
#fs_ProductDetails .brand-intro-wrp {
  margin: 0 0 90px;
}

.fs-c-modal {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.is-modalOpen .fs-c-modal {
  opacity: 1;
}

.fs-c-modal--inquiry .fs-c-modal__inner {
  min-width: 760px;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner {
    min-width: auto;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header {
  padding: 30px;
  background-color: transparent;
  text-align: center;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header {
    padding: 30px 10px 10px;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__title {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__title {
    font-size: 1.3rem;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close {
    top: 12px;
    right: 12px;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-cross-01-blk.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close:before {
    font-size: 1.6rem;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents {
  padding: 20px 100px 50px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents {
    padding: 25px;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 1fr;
  grid-template-columns: 290px 1fr;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage {
    width: 100px;
    margin: 0 25px 0 0;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage img {
  width: 240px;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage img {
    width: 100%;
    max-width: 100%;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productName {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productName {
    font-size: 1.2rem;
    width: calc(100% - 125px);
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryMessage {
  display: none;
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inputTable > tbody > tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField th {
  font-weight: normal;
  width: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField th {
    width: 120px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField td {
  width: calc(100% - 170px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.2em;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField td {
    width: calc(100% - 120px);
    padding: 0 0 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField td input {
  border: none;
  border-bottom: #eaeaea solid 2px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField td input:focus {
  border-bottom: #000 solid 2px;
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField td textarea {
  border: #eaeaea solid 2px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inquiryEditField td textarea {
    font-size: 1rem;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--sendInquiry {
  font-size: 1.4rem;
  width: 300px;
  height: 70px;
  letter-spacing: 0.2em;
  background-color: #333;
  color: #ffffff;
  border: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inputInformation__button .fs-c-button--sendInquiry {
    font-size: 1.2rem;
  }
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-privacyPolicyAgreeField {
  text-align: center;
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-privacyPolicyAgreeField .fs-c-checkbox {
  padding: 0;
}
.fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation .fs-c-inputField__field {
  font-size: 1.2rem;
}

#fs_ProductDetails #wrp.product-detail-ver2 .product-detail-main-vis-wrp {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .product-detail-main-vis-wrp {
    margin-bottom: 25px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .title-lead-wrp {
  display: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .youtube-area-wrp {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .youtube-area-wrp {
    margin-bottom: 0;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .youtube-area-wrp .video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 0;
}
#fs_ProductDetails #wrp.product-detail-ver2 .youtube-area-wrp .video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer {
  margin-bottom: 0;
  /*
  .col-panel-wrp{

  }
  */
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark {
    padding: 0 25px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item:not(:last-child) {
    margin-right: 3px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
  background-color: #000;
  color: #FFF;
  opacity: 0.85;
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 10px;
  line-height: 24px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
    font-size: 1rem;
    padding: 0 8px;
    line-height: 20px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_new {
  background-color: #7c3f1e;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_feat_name {
  background-color: #a3937f;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_feat_kiseihin {
  background-color: #7b6b5c;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_egift {
  background-color: #6dd3c3;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy01 {
  background-color: #574a40;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy02 {
  background-color: #ac8a59;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy03 {
  background-color: #926d3d;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark.mark_status_dammy04 {
  background-color: #7a5327;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp {
    margin-bottom: 20px;
    padding: 0 0;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 25px;
  border-bottom: #e6e6e6 solid 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 25px 25px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .fs-c-productNumber {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  opacity: 0.6;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .fs-c-productNumber .fs-c-productNumber__label {
  display: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .fs-c-productNumber .fs-c-productNumber__number {
  font-size: 1.7rem;
  font-family: "EB Garamond", serif;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .fs-c-productNumber .fs-c-productNumber__number {
    font-size: 1.3rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .title-wrp {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .title-wrp {
    width: 100%;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .title-wrp .fs-c-productNameHeading .fs-c-productNameHeading__name {
  font-size: 2rem;
  font-weight: normal;
  color: #555;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .title-wrp .fs-c-productNameHeading .fs-c-productNameHeading__name {
    font-size: 1.8rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp {
    width: 100%;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productSalePrice {
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productSalePrice {
    text-align: left;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productSalePrice span {
  text-align: right;
  display: inline-block;
  letter-spacing: 0.2em;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productSalePrice span.fs-c-price__currencyMark {
  font-size: 1.2rem;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productSalePrice span.fs-c-price__value {
  font-size: 1.2rem;
  text-decoration: line-through;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productSalePrice span.fs-c-productPrice__addon {
  font-size: 1rem;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice {
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice {
    text-align: right;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice span {
  text-align: right;
  display: inline-block;
  letter-spacing: 0.2em;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice span.fs-c-price__currencyMark {
  color: rgba(102, 102, 102, 0.8);
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice span.fs-c-price__currencyMark {
    font-size: 1.6rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice span.fs-c-price__value {
  color: #666;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice span.fs-c-price__value {
    font-size: 1.6rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .product-title-wrp .price-wrp .fs-c-productPrices .fs-c-productPrice span.fs-c-productPrice__addon {
  font-size: 1rem;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .point-notice-wrp {
  width: 50%;
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .point-notice-wrp {
    padding: 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .point-notice-wrp .fs-c-productPointDisplay {
  background: transparent;
  color: #666666;
  display: inline;
  font-size: 1.1rem;
  line-height: 2.5;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .point-notice-wrp .fs-c-productPointDisplay {
    font-size: 1rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp {
  width: 50%;
  margin: 0 0 0 0;
  padding: 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp {
    width: 100%;
    padding: 25px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box ul {
  font-size: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box ul {
    text-align: center;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box ul li {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 15px;
  opacity: 0.6;
  /*
  &:not(:last-child){
      margin-right: 20px;
  }
  */
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box ul li {
    margin: 0 10px 0;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box ul li:first-child {
    margin-left: 10px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box ul li i {
  font-size: 1.9rem;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .p-name-wrp .point-sns-wrp .sns-list-wrp .sns-box img {
  height: 15px;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab {
  padding: 0;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab {
    padding: 0;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 25px;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 5px 3px;
  margin: 0 12px 0;
  display: inline-block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li {
    font-size: 1.1rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li:first-child {
  opacity: 1;
  border-bottom: #636363 solid 1px;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li.is-active {
  opacity: 1;
  border-bottom: #636363 solid 1px !important;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-tab ul li:hover {
  opacity: 1;
  border-bottom: #636363 solid 1px;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel-wrp {
  padding: 0 25px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel-wrp {
    padding: 0 0;
    margin: 0 auto 25px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel:not(:first-child) {
  display: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel h2 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel ul {
  padding: 0;
  border: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel p {
  font-size: 1.3rem;
  line-height: 2.4;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table {
  border-left: none;
  border-right: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table th {
  border-left: none;
  border-right: none;
  padding: 17px 20px;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .spec-panel table td {
  border-left: none;
  border-right: none;
  padding: 17px 20px;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp {
    margin-bottom: 0px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li {
  width: calc((100% - 24px) / 4);
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li {
    width: calc((100% - 4px) / 2);
    margin-bottom: 4px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li:not(:nth-of-type(4n)) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li:not(:nth-of-type(2n)) {
    margin-right: 4px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li a {
  width: 100%;
  color: #FFF;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background-color: #aeaeae;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li a {
    font-size: 1rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp ul li a:hover {
  text-decoration: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp .fs-c-buttonContainer--inquiryAboutProduct {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp .fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  width: 100%;
  color: #FFF;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background-color: #aeaeae;
  font-size: 1.2rem;
  letter-spacing: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp .fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    font-size: 1rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .spec-tab-wrp .link-btn-wrp .fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productOption .fs-c-productOption__price {
  font-size: 1.1rem;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist {
  margin: 0 0 15px 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
  display: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
  margin: 0 0 0 0;
  -ms-grid-column: 2;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: end;
  justify-self: flex-start;
  -ms-grid-row-align: baseline;
  align-self: baseline;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-button--particular {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productQuantityAndWishlist .fs-c-button--particular.fs-c-button--addToWishList--detail:after {
  font-size: 1.4rem;
  margin-left: 4px;
  content: "\e919";
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productActionButton .fs-c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100px;
  line-height: 1.4;
  padding: 15px 30px;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-wrp .inr-spacer .spec-wrp .cart-wrp .select-wrp .fs-c-productActionButton .fs-c-button--primary .fs-c-button__label {
  line-height: 1.3;
}
#fs_ProductDetails #wrp.product-detail-ver2 .free-area-wrp .inr-spacer {
  margin-bottom: 0;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp {
    margin-bottom: 60px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .material-set:nth-of-type(n+2) .cat-box {
  display: none;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .material-set:nth-of-type(2n) .content-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .material-set:nth-of-type(2n) .content-set .cat-box {
  text-align: right;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set {
    padding: 50vw 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 550px;
  width: 550px;
  padding: 90px 70px;
  font-size: 1.3rem;
  line-height: 2.4;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: static;
}
@media screen and (max-width: 980px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box {
    padding: 70px 35px 70px 35px;
    width: 100%;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .cat-box {
  position: absolute;
  top: 30px;
  left: auto;
  right: 30px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .cat-box {
    top: 25px;
    right: 25px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .cat-box span {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow-y: scroll;
  padding: 0 0 0 0;
  margin: 0 0 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*
  &::-webkit-scrollbar-thumb{
      @include m-smp{
          background: #ccc;
          border-radius: 3px;
      }
  }
  &::-webkit-scrollbar-track-piece {
      @include m-smp{
          background: #000;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp {
    -ms-overflow-style: unset;
    scrollbar-width: auto;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp::-webkit-scrollbar {
    display: block;
    -webkit-appearance: auto;
    width: 6px;
    height: auto;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .mCustomScrollBox {
  /*padding-right: 30px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .ttl-box {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .ttl-box {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .p-box p {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .p-box p {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .note {
  margin: 20px 0 0;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .scroll-wrp .note p {
  font-size: 1rem;
  line-height: 2.4;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box {
  text-align: right;
  padding: 30px 0 0 0;
  line-height: 1;
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-style: italic;
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/right-arrow-wh.svg);
  background-size: 24px 6px;
  background-repeat: no-repeat;
  background-position: right 7px;
  line-height: 1;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box a {
    font-size: 1.2rem;
  }
}
#fs_ProductDetails #wrp.product-detail-ver2 .detail-material-wrp .material-wrp .inr-spacer .content-set .txt-box .to-index-box a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .review-wrp .inr-spacer {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductDetails #wrp.product-detail-ver2 .review-wrp .inr-spacer .fs-c-productReview .fs-c-buttonContainer {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 0;
  }
}

.copy-value {
  cursor: pointer;
  position: relative;
}
.copy-value:hover {
  opacity: 0.7;
}

/* Tooltip */
.tooltip::after {
  content: "Copied!";
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -2.4rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  -webkit-animation: fade-tooltip 0.5s 1s 1 forwards;
          animation: fade-tooltip 0.5s 1s 1 forwards;
}

/* Animation */
@-webkit-keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
#fs_AboutTerms .tokushou-main-wrp {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .tokushou-main-wrp {
    margin: 0 0 50px 0;
  }
}
#fs_AboutTerms .tokushou-main-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .tokushou-main-wrp .inr-spacer {
    width: 100%;
  }
}
#fs_AboutTerms .tokushou-main-wrp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .tokushou-main-wrp dl {
    font-size: 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
  }
}
#fs_AboutTerms .tokushou-main-wrp dl:not(:last-child) {
  border-bottom: #ebebeb solid 1px;
}
#fs_AboutTerms .tokushou-main-wrp dl dt {
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .tokushou-main-wrp dl dt {
    font-size: 1.3rem;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .tokushou-main-wrp dl dt br {
    display: none;
  }
}
#fs_AboutTerms .tokushou-main-wrp dl dd {
  width: calc(100% - 230px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .tokushou-main-wrp dl dd {
    font-size: 1.2rem;
    width: 100%;
    padding: 0 0 0 0;
  }
}
#fs_AboutTerms .tokushou-main-wrp dl dd .set:not(:last-child) {
  margin: 0 0 30px 0;
}
#fs_AboutTerms .tokushou-main-wrp dl dd p {
  line-height: 2.4;
}
#fs_AboutTerms .tokushou-main-wrp dl dd p.note {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_AboutTerms .tokushou-main-wrp dl dd p.note {
    font-size: 1rem;
  }
}

#fs_PrivacyPolicy .privacy-main-wrp {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp {
    margin: 0 0 50px 0;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp .inr-spacer {
    width: 100%;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp .lead {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  padding: 0 60px;
  margin: 0 0 40px 0;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp .lead {
    font-size: 1.2rem;
    padding: 0 25px;
    margin: 0 0 20px 0;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp dl {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp dl {
    font-size: 1.1rem;
    padding: 0 25px;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp dl:not(:last-child) {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp dl:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp dl dt {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp dl dt {
    font-size: 1.3rem;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp dl dd .set:not(:last-child) {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp dl dd .set:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp dl dd p {
  line-height: 2.4;
}
#fs_PrivacyPolicy .privacy-main-wrp dl dd p.note {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp dl dd p.note {
    font-size: 1rem;
  }
}
#fs_PrivacyPolicy .privacy-main-wrp .btm-wrp {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #fs_PrivacyPolicy .privacy-main-wrp .btm-wrp {
    padding: 0 25px;
    font-size: 1.1rem;
  }
}

#concept-shop-page .shop-main-vis-wrp {
  width: 100%;
  height: 640px;
  background-image: url(https://mensleather.itembox.design/item/assets/images/concept-shop/shop-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .shop-main-vis-wrp {
    height: 150vw;
    background-size: cover;
    background-attachment: unset;
  }
}
#concept-shop-page .shop-main-vis-wrp .inr-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 640px;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .shop-main-vis-wrp .inr-spacer {
    height: 150vw;
  }
}
#concept-shop-page .shop-main-vis-wrp .inr-spacer h1 {
  display: inline-block;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .shop-main-vis-wrp .inr-spacer h1 {
    font-size: 1.6rem;
  }
}
#concept-shop-page .shop-main-vis-wrp .inr-spacer h1 span {
  font-size: 2rem;
}
#concept-shop-page .message-wrp .inr-spacer {
  width: 770px;
  padding: 120px 0;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .message-wrp .inr-spacer {
    width: 100%;
    padding: 40px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
}
#concept-shop-page .message-wrp .inr-spacer .lead {
  line-height: 2.7;
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .message-wrp .inr-spacer .lead {
    font-size: 1.1rem;
    line-height: 2.4;
    margin: 0 0 40px;
  }
}
#concept-shop-page .message-wrp .inr-spacer .lead p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .message-wrp .inr-spacer .lead p {
    font-size: 1.1rem;
  }
}
#concept-shop-page .message-wrp .inr-spacer .lead p:not(:last-child) {
  margin: 0 0 20px 0;
}
#concept-shop-page .message-wrp .inr-spacer .lead .note {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .message-wrp .inr-spacer .lead .note {
    font-size: 1rem;
  }
}
#concept-shop-page .message-wrp .inr-spacer .info-wrp p {
  font-size: 1.4rem;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .message-wrp .inr-spacer .info-wrp p {
    font-size: 1.1rem;
  }
}
#concept-shop-page .map-wrp .inr-spacer {
  width: 1100px;
  height: 500px;
  margin: 0 auto 170px;
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  #concept-shop-page .map-wrp .inr-spacer {
    width: 100vw;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp {
    margin: 0 0 50px 0;
  }
}
#faq-page .faq-main-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .inr-spacer {
    width: 100%;
  }
}
#faq-page .faq-main-wrp .faq-sec {
  padding: 60px;
  background-color: #fff;
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    margin: 0 0 20px 0;
  }
}
#faq-page .faq-main-wrp .faq-sec .sec-title-wrp {
  width: 215px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .sec-title-wrp {
    width: 100%;
    padding: 0;
  }
}
#faq-page .faq-main-wrp .faq-sec .sec-title-wrp h2 {
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .sec-title-wrp h2 {
    font-size: 1.3rem;
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp {
  width: calc(100% - 215px);
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp {
    width: 100%;
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl {
  letter-spacing: 0.2em;
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl:not(:last-child) {
  border-bottom: #dbdbdb solid 1px;
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl:after {
  content: "";
  display: block;
  clear: both;
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt {
  font-size: 1.4rem;
  padding: 20px 60px 25px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt {
    font-size: 1.2rem;
    padding: 20px 30px 25px 0px;
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt:hover {
  opacity: 0.7;
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt:before, #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt:after {
  content: "";
  background-color: #999;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: block;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt:before, #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt:after {
    top: 30px;
    right: 10px;
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt.is-active:after {
  opacity: 0;
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt span.deco {
  display: block;
  width: 35px;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2em;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt span.deco {
    width: 25px;
    font-size: 1.4rem;
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt p {
  display: block;
  width: calc(100% - 35px);
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dt p {
    width: calc(100% - 25px);
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dd {
  font-size: 1.2rem;
  padding: 0px 60px 0 25px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dd {
    padding: 0 0 0 0;
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dd span.deco {
  display: block;
  width: 35px;
  float: left;
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2em;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dd span.deco {
    width: 25px;
  }
}
#faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dd p {
  display: block;
  width: calc(100% - 35px);
  font-size: 1.3rem;
  float: left;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  #faq-page .faq-main-wrp .faq-sec .faq-list-wrp dl dd p {
    width: calc(100% - 25px);
    font-size: 1.1rem;
    float: right;
  }
}

#ranking-page .tab-menu {
  display: block;
  font-size: 0;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #ranking-page .tab-menu {
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
#ranking-page .tab-menu nav {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #ranking-page .tab-menu nav {
    width: auto;
  }
}
#ranking-page .tab-menu nav ul {
  font-size: 0;
  padding: 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ranking-page .tab-menu nav ul {
    padding: 0 25px 0 0;
  }
}
#ranking-page .tab-menu nav ul li {
  display: inline-block;
  font-size: 1.3rem;
  padding: 5px 5px;
  margin: 0 10px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
  #ranking-page .tab-menu nav ul li {
    font-size: 1.1rem;
    margin: 0 0 0 0;
  }
  #ranking-page .tab-menu nav ul li:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
#ranking-page .tab-menu nav ul li.is-active {
  border-bottom: #999 solid 1px;
}
#ranking-page .tab-menu nav ul li:hover {
  border-bottom: #999 solid 1px;
}
#ranking-page .ranking-item-wrp.is-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  #ranking-page .item-wrp {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
#ranking-page .item-wrp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  #ranking-page .item-wrp ul {
    padding: 0 0 0 0;
  }
}
#ranking-page .item-wrp ul li {
  width: calc((100% - 20px) / 3);
  margin: 0 10px 0 0;
  padding: 0 0 60px;
  border-bottom: none;
  position: relative;
  overflow-y: visible;
}
@media screen and (max-width: 768px) {
  #ranking-page .item-wrp ul li {
    width: 50%;
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #ranking-page .item-wrp ul li:not(:last-child) {
    margin: 0 0 0 0;
  }
}
#ranking-page .item-wrp ul li:nth-of-type(3n) {
  margin: 0 0 0 0;
}
#ranking-page .item-wrp ul li:before {
  content: "10";
  color: #fff;
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  font-weight: 100;
  position: absolute;
  line-height: 40px;
  text-align: center;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #cacaca;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #ranking-page .item-wrp ul li:before {
    font-size: 1.2rem;
    line-height: 24px;
    top: 7px;
    left: 7px;
    height: 24px;
    width: 24px;
  }
}
#ranking-page .item-wrp ul li:nth-of-type(1):before {
  content: "1";
  background-color: #e4c27a;
}
#ranking-page .item-wrp ul li:nth-of-type(2):before {
  content: "2";
  background-color: #b2b2b2;
}
#ranking-page .item-wrp ul li:nth-of-type(3):before {
  content: "3";
  background-color: #8e7a50;
}
#ranking-page .item-wrp ul li:nth-of-type(4):before {
  content: "4";
}
#ranking-page .item-wrp ul li:nth-of-type(5):before {
  content: "5";
}
#ranking-page .item-wrp ul li:nth-of-type(6):before {
  content: "6";
}
#ranking-page .item-wrp ul li:nth-of-type(7):before {
  content: "7";
}
#ranking-page .item-wrp ul li:nth-of-type(8):before {
  content: "8";
}
#ranking-page .item-wrp ul li:nth-of-type(9):before {
  content: "9";
}
#ranking-page .item-wrp ul li:nth-of-type(10):before {
  content: "10";
}

#guide-page .guide-main-wrp {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp {
    margin: 0 0 60px 0;
  }
}
#guide-page .guide-main-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .inr-spacer {
    width: 100%;
  }
}
#guide-page .guide-main-wrp .guide-sec {
  padding: 80px 120px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec {
    padding: 25px;
  }
}
#guide-page .guide-main-wrp .guide-sec:not(:last-child) {
  margin: 0 0 50px 0;
}
#guide-page .guide-main-wrp .guide-sec .sec-title-wrp {
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .sec-title-wrp {
    margin: 0 0 20px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .sec-title-wrp h2 {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .sec-title-wrp h2 {
    font-size: 1.4rem;
    text-align: left;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec:not(:last-child) {
  padding: 0 0 60px 0;
  border-bottom: #f1f1f1 solid 1px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec:not(:last-child) {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dt {
  width: 215px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dt {
    width: 100%;
    padding: 0 0 0;
    margin: 0 0 20px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dt h3 {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd {
  width: calc(100% - 215px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd {
    width: 100%;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .catch-area {
  background-color: #fafafa;
  border: #f1f1f1 solid 1px;
  padding: 30px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .catch-area {
    padding: 10px;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .catch-area h4 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .catch-area h4 {
    font-size: 1.2rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .catch-area h4 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .catch-area h4 span {
    font-size: 1.3rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .payment-wrp {
  padding: 40px 20px;
  border: #f1f1f1 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .payment-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .payment-wrp .ph {
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .payment-wrp .ph {
    width: 100%;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .payment-wrp .txt {
  width: 285px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .payment-wrp .txt {
    width: 100%;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .payment-wrp .txt p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .ph img {
  width: 100%;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .txt {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .txt {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .txt p {
  padding: 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .txt.no-padding p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .tbl-wrp table {
  width: 100%;
  border-collapse: collapse;
  border: #f1f1f1 solid 1px;
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .tbl-wrp table th {
  padding: 20px;
  text-align: left;
  font-weight: normal;
  font-size: 1.3rem;
  border: #f1f1f1 solid 1px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .tbl-wrp table th {
    padding: 10px;
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .tbl-wrp table td {
  padding: 20px;
  font-size: 1.3rem;
  border: #f1f1f1 solid 1px;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .tbl-wrp table td {
    padding: 10px;
    font-size: 1.1rem;
    vertical-align: middle;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .list-wrp ul li {
  font-size: 1.2rem;
  padding: 0 20px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .list-wrp ul li {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl dd .list-wrp ul li:not(:last-child) {
  margin: 0 0 5px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.cost .txt {
  margin: 0 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.cost .tbl-wrp table th {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.cost .tbl-wrp table th.area {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.cost .tbl-wrp table th.area {
    width: 65%;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.cost .tbl-wrp table td.price {
  text-align: center;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.about-delivery .txt p {
  padding: 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.about-delivery .list-wrp {
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.about-delivery .list-wrp li {
  padding: 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.about-shipment .list-wrp {
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.about-shipment .list-wrp li {
  padding: 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.about-shipment .list-wrp li:not(:last-child) {
  margin: 0 0 5px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.amazon dd img {
  width: 110px;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.paypay dd img {
  width: 140px;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.rakuten dd img {
  width: 180px;
}
#guide-page .guide-main-wrp .guide-sec .guide-delivery-sec dl.credit dd img {
  width: 185px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec:not(:last-child) {
  /*
  padding: 0 0 60px 0;
  border-bottom: #f1f1f1 solid 1px;
  */
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dt {
  width: 215px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 10px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dt {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 10px;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dt h3 {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd {
  width: calc(100% - 215px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd {
    width: 100%;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .catch-area {
  background-color: #fafafa;
  border: #f1f1f1 solid 1px;
  padding: 30px;
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .catch-area h4 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .catch-area h4 {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .catch-area h4 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .catch-area h4 span {
    font-size: 1.2rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .payment-wrp {
  padding: 40px 20px;
  border: #f1f1f1 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .payment-wrp {
    padding: 20px;
    min-height: auto;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .payment-wrp .ph {
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .payment-wrp .ph {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .payment-wrp .txt {
  width: 285px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .payment-wrp .txt {
    width: 100%;
    font-size: 1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .payment-wrp .txt p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .ph img {
  width: 100%;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .txt {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .txt p {
  padding: 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .txt.no-padding p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .tbl-wrp table {
  width: 100%;
  border-collapse: collapse;
  border: #f1f1f1 solid 1px;
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .tbl-wrp table th {
  padding: 20px;
  text-align: left;
  font-weight: normal;
  font-size: 1.3rem;
  border: #f1f1f1 solid 1px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .tbl-wrp table th {
    padding: 10px;
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .tbl-wrp table td {
  padding: 20px;
  font-size: 1.3rem;
  border: #f1f1f1 solid 1px;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .tbl-wrp table td {
    padding: 10px;
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .list-wrp ul li {
  font-size: 1.2rem;
  padding: 0 20px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .list-wrp ul li {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl dd .list-wrp ul li:not(:last-child) {
  margin: 0 0 5px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.cost .txt {
  margin: 0 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.cost .tbl-wrp table th {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.cost .tbl-wrp table th.area {
  width: 70%;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.cost .tbl-wrp table td.price {
  text-align: center;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.about-delivery .txt p {
  padding: 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.about-delivery .list-wrp {
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.about-delivery .list-wrp li {
  padding: 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.about-shipment .list-wrp {
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.about-shipment .list-wrp li {
  padding: 0 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.about-shipment .list-wrp li:not(:last-child) {
  margin: 0 0 5px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.amazon dd img {
  width: 110px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.paypay dd img {
  width: 140px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.aupay dd img {
  width: 128px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.rakuten dd img {
  width: 180px;
}
#guide-page .guide-main-wrp .guide-sec .guide-payment-sec dl.credit dd img {
  width: 185px;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec:not(:last-child) {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl:not(:last-child) {
  padding: 0 0 60px 0;
  border-bottom: #f1f1f1 solid 1px;
  margin: 0 0 60px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dt {
  width: 215px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dt {
    width: 100%;
    padding: 0 0 0;
    margin: 0 0 20px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dt h3 {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd {
  width: calc(100% - 215px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd {
    width: 100%;
    padding: 0 0 0;
    margin: 0 0 20px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .tbl-wrp table {
  width: 100%;
  border-collapse: collapse;
  border: #f1f1f1 solid 1px;
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .tbl-wrp table th {
  padding: 20px;
  text-align: left;
  font-weight: normal;
  font-size: 1.3rem;
  border: #f1f1f1 solid 1px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .tbl-wrp table th {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .tbl-wrp table td {
  padding: 20px;
  font-size: 1.3rem;
  border: #f1f1f1 solid 1px;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .tbl-wrp table td {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt:not(:last-child) {
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt h4 {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt h4 {
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt p.note {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt p.note {
    font-size: 1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt.no-padding p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt li {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-cancel-sec dl dd .txt li {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl:not(:last-child) {
  padding: 0 0 60px 0;
  border-bottom: #f1f1f1 solid 1px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl:not(:last-child) {
    padding: 0 0 0 0;
    max-width: 0 0 15px 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dt {
  width: 215px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dt {
    font-size: 1.1rem;
    width: 100%;
    padding: 0 0 0 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dt h3 {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dt h3 {
    margin: 0 0 10px;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd {
  width: calc(100% - 215px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd {
    width: 100%;
    padding: 0 0 0 0;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .ph img {
  width: 100%;
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt:not(:last-child) {
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt h4 {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt h4 {
    font-size: 1.2rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt p.note {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt p.note {
    font-size: 1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt.no-padding p {
  padding: 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt li {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl dd .txt li {
    font-size: 1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-wrapping-sec dl.gift .ph {
  margin: 0 0 20px 0;
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .intro {
  margin-bottom: 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .intro ul li {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-point-sec .intro ul li {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .intro-note {
  margin-bottom: 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .intro-note ul li {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-point-sec .intro-note ul li {
    font-size: 1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .about-point {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f1f1f1 solid 1px;
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .about-point p {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-point-sec .about-point p {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec h3 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
  padding-left: 13px;
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec h3:before {
  content: "●";
  font-size: 1rem;
  color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec p {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec p {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec p:not(:last-child) {
  margin-bottom: 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec ul li {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec ul li {
    font-size: 1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec dl:not(:last-child) {
  margin-bottom: 20px;
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec dl dt {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec dl dt {
    font-size: 1.1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec dl dd {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec dl dd {
    font-size: 1rem;
  }
}
#guide-page .guide-main-wrp .guide-sec .guide-point-sec .point-mini-sec-wrp .point-mini-sec:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f1f1f1 solid 1px;
}

#contact-page .contact-main-wrp {
  margin: 0 0 180px 0;
}
#contact-page .contact-main-wrp .inr-spacer {
  width: 1020px;
  margin: 0 auto;
  padding: 100px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
#contact-page .contact-main-wrp .inr-spacer .intro-memo {
  text-align: right;
  margin: 0 0 20px 0;
  font-size: 1.3rem;
}
#contact-page .contact-main-wrp .inr-spacer span.must-ico {
  display: inline-block;
  margin: 0 5px 0 0;
}
#contact-page .contact-main-wrp .inr-spacer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.2em;
}
#contact-page .contact-main-wrp .inr-spacer dl:not(:last-child) {
  margin: 0 0 60px 0;
}
#contact-page .contact-main-wrp .inr-spacer dl dt {
  width: 190px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact-page .contact-main-wrp .inr-spacer dl dd {
  width: calc(100% - 190px);
}
#contact-page .contact-main-wrp .inr-spacer dl dd input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 32px;
  padding: 3px 10px;
  border: none;
  border-radius: 0;
  border-bottom: #eaeaea solid 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#contact-page .contact-main-wrp .inr-spacer dl dd input[type=text]:focus {
  outline: none;
  border: none;
  border-bottom: #333 solid 2px;
}
#contact-page .contact-main-wrp .inr-spacer dl dd textarea {
  width: 100%;
  height: 230px;
  padding: 10px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  border: #eaeaea solid 1px;
}
#contact-page .contact-main-wrp .inr-spacer dl dd textarea:focus {
  outline: none;
  border: #333 solid 1px;
}
#contact-page .contact-main-wrp .inr-spacer .btm-memo-wrp {
  margin: 0 0 50px 0;
}
#contact-page .contact-main-wrp .inr-spacer .btm-memo-wrp ul li {
  font-size: 1.1rem;
}
#contact-page .contact-main-wrp .inr-spacer .btm-button-wrp {
  text-align: center;
}
#contact-page .contact-main-wrp .inr-spacer .btm-button-wrp input[type=submit] {
  display: inline-block;
  width: 300px;
  line-height: 70px;
  color: #fff;
  background-color: #333;
  border: none;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
#contact-page .contact-main-wrp .inr-spacer .btm-button-wrp button {
  width: 300px;
  line-height: 70px;
  color: #fff;
  background-color: #333;
  border: none;
}

#fs_ProductCategory .pick-up-wrp,
#fs_ProductCategory .item-cat-wrp {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp,
  #fs_ProductCategory .item-cat-wrp {
    margin: 0 0 40px 0;
  }
}
#fs_ProductCategory .pick-up-wrp .sec-ttl,
#fs_ProductCategory .item-cat-wrp .sec-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp .sec-ttl,
  #fs_ProductCategory .item-cat-wrp .sec-ttl {
    font-size: 1.7rem;
    width: auto;
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp .sec-ttl:before,
  #fs_ProductCategory .item-cat-wrp .sec-ttl:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 48%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp .item-wrp,
  #fs_ProductCategory .item-cat-wrp .item-wrp {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp ul,
  #fs_ProductCategory .item-cat-wrp ul {
    padding: 0 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp ul li,
  #fs_ProductCategory .item-cat-wrp ul li {
    width: calc((100vw - 4px) / 2);
  }
}
#fs_ProductCategory .pick-up-wrp ul li .txt,
#fs_ProductCategory .item-cat-wrp ul li .txt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp ul li .txt,
  #fs_ProductCategory .item-cat-wrp ul li .txt {
    opacity: 1;
  }
}
#fs_ProductCategory .pick-up-wrp ul li .txt h3 span,
#fs_ProductCategory .item-cat-wrp ul li .txt h3 span {
  display: block;
  text-align: center;
}
#fs_ProductCategory .pick-up-wrp ul li .txt h3 .en,
#fs_ProductCategory .item-cat-wrp ul li .txt h3 .en {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp ul li .txt h3 .en,
  #fs_ProductCategory .item-cat-wrp ul li .txt h3 .en {
    font-size: 1.2rem;
  }
}
#fs_ProductCategory .pick-up-wrp ul li .txt h3 .jp,
#fs_ProductCategory .item-cat-wrp ul li .txt h3 .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-wrp ul li .txt h3 .jp,
  #fs_ProductCategory .item-cat-wrp ul li .txt h3 .jp {
    font-size: 1rem;
  }
}
#fs_ProductCategory .pick-up-wrp ul li:hover .txt,
#fs_ProductCategory .item-cat-wrp ul li:hover .txt {
  opacity: 1;
}
#fs_ProductCategory .categrory-index-main-wrp {
  margin: 0 0 250px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp {
    margin: 0 0 60px 0;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section:not(:last-child) {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .bg-wrp {
  width: 1100px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .bg-wrp {
    width: 100%;
    height: auto;
    min-height: 100vw;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer {
  width: 1100px;
  height: 500px;
  padding: 120px 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fffefe;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer {
    width: 100%;
    height: auto;
    min-height: 100vw;
    padding: 50px 0;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer h2 {
  font-weight: normal;
  font-size: 2rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer h2 {
    padding: 0 25px;
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer h2 span {
  display: inline-block;
  margin-left: 10px;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer h2 span {
    font-size: 1.6rem;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .lead {
  font-size: 1.2rem;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .lead {
    padding: 0 25px;
    margin: 0 0 25px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp {
    padding: 0 0 0 25px;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp ul {
  font-size: 0;
  overflow-x: unset;
  -webkit-overflow-scrolling: touch;
  white-space: unset;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp ul {
    padding: 0 25px 0 0;
    overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp ul li {
  display: inline-block;
  font-size: 1.2rem;
  width: auto;
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp ul li:not(:last-child) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp ul li:not(:last-child) {
    margin: 0 5px 0 0;
  }
}
#fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp ul li a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(205, 205, 205, 0.25);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .categrory-index-main-wrp .category-section .inr-spacer .tag-list-wrp ul li a {
    font-size: 1.1rem;
  }
}

#fs_ProductCategory .pick-up-brand-wrp {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp {
    margin: 0 0 60px 0;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .sec-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .sec-ttl {
    font-size: 1.7rem;
    width: auto;
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .sec-ttl:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 48%;
    left: 0;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp {
  margin: 0 0 130px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp {
    margin: 0 0 60px 0;
    padding: 0 0 0 25px !important;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul {
  font-size: 0;
  overflow-x: unset;
  -webkit-overflow-scrolling: touch;
  white-space: unset;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul {
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 0 0 0;
    padding: 0 25px 0 0;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li {
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  width: 330px;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: initial;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li {
    width: calc((100vw - 4px) / 2);
    padding: 18px;
    height: 200px;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li:not(:last-child) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li:not(:last-child) {
    margin: 0 4px 0 0;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li a {
  text-decoration: none;
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .ph {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .ph {
    margin: 0 0 10px;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .ph img {
  width: 100%;
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  overflow: hidden;
  padding: 0 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt {
    font-size: 1rem;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  position: relative;
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-01 {
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 0 0 1.5em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-01 {
    font-size: 1.2rem;
    margin: 0 0 3px 0;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-01:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-01:before {
    top: 6px;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-02 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-02 {
    font-size: 1.1rem;
    margin: 0 0 3px 0;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-03 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-03 {
    font-size: 1.1rem;
  }
}
#fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-03:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-brand-wrp .item-wrp ul li .txt .brand-name-03:before {
    top: 6px;
  }
}
#fs_ProductCategory .brand-page-nav-wrp {
  margin: 0 0 85px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-page-nav-wrp {
    margin: 0 0 30px;
  }
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer {
  margin: 0 auto;
  height: 90px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-page-nav-wrp .inr-spacer {
    height: auto;
  }
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 25px;
  }
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li {
  color: #737373;
  font-size: 2.1rem;
  line-height: 1;
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li {
    display: inline-block;
    font-size: 1.4rem;
  }
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li:not(:last-child) {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 10px;
  background-color: #575757;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li:not(:last-child):after {
    height: 1em;
    top: calc(50% - 8px);
    height: 12px;
  }
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li span {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
  padding: 0 0 5px;
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li span:hover {
  opacity: 0.7;
}
#fs_ProductCategory .brand-page-nav-wrp .inr-spacer ul li span.is-active {
  border-bottom: 1px solid #fff;
}
#fs_ProductCategory .brand-index-wrp {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp {
    width: 100%;
  }
}
#fs_ProductCategory .brand-index-wrp .brand-index-sec {
  position: relative;
  width: 100%;
}
#fs_ProductCategory .brand-index-wrp .brand-index-sec.is-hide {
  display: none;
}
#fs_ProductCategory .brand-index-wrp h2.brand-index-title {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 2px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp h2.brand-index-title {
    font-size: 1.7rem;
    text-align: center;
    position: static;
    left: auto;
    top: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    padding: 0 25px 0;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #fs_ProductCategory .brand-index-wrp h2.brand-index-title:before {
    display: none;
  }
  #fs_ProductCategory .brand-index-wrp h2.brand-index-title:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp h2.brand-index-title span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp h2.brand-index-title span:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp h2.brand-index-title span:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: none;
            transform: none;
  }
}
#fs_ProductCategory .brand-index-wrp h2.brand-index-title:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #919191;
  position: relative;
  top: 1.2em;
  right: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp h2.brand-index-title:after {
    display: none;
  }
}
#fs_ProductCategory .brand-index-wrp ul {
  display: block;
  white-space: unset;
  overflow-x: unset;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul {
    padding: 0 0 0 0;
    white-space: unset;
  }
}
#fs_ProductCategory .brand-index-wrp ul li {
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  width: 360px;
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: initial;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li {
    width: calc((100% - 4px) / 2);
    padding: 18px;
  }
}
#fs_ProductCategory .brand-index-wrp ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
#fs_ProductCategory .brand-index-wrp ul li:not(:nth-of-type(3n)) {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li:not(:nth-of-type(3n)) {
    margin: 0 0 4px 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li:not(:nth-of-type(2n)) {
    margin: 0 4px 4px 0;
  }
}
#fs_ProductCategory .brand-index-wrp ul li a {
  text-decoration: none;
}
#fs_ProductCategory .brand-index-wrp ul li .ph {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li .ph {
    margin: 0 0 10px;
  }
}
#fs_ProductCategory .brand-index-wrp ul li .ph img {
  width: 100%;
}
#fs_ProductCategory .brand-index-wrp ul li .txt {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-style: italic;
  overflow: hidden;
  padding: 0 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li .txt {
    font-size: 1.1rem;
  }
}
#fs_ProductCategory .brand-index-wrp ul li .txt p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
#fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-01 {
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  position: relative;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-01 {
    font-size: 1rem;
    margin: 0 0 3px 0;
  }
}
#fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-01:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-01:before {
    top: 6px;
  }
}
#fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-02 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-02 {
    font-size: 1rem;
    margin: 0 0 3px 0;
  }
}
#fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-03 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  position: relative;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-03 {
    font-size: 1rem;
  }
}
#fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-03:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .brand-index-wrp ul li .txt .brand-name-03:before {
    top: 6px;
  }
}

.fs-body-category-brand .item-new-arrival-wrp {
  display: none;
}

#fs_ProductCategory .pick-up-material-wrp {
  margin: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp {
    margin: 0 0 60px 0;
  }
}
#fs_ProductCategory .pick-up-material-wrp .sec-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .sec-ttl {
    font-size: 1.7rem;
    width: auto;
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .sec-ttl:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #333;
    top: 48%;
    left: 0;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp {
  margin: 0 0 130px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp {
    margin: 0 0 60px 0;
    padding: 0 0 0 25px !important;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul {
  font-size: 0;
  overflow-x: unset;
  -webkit-overflow-scrolling: touch;
  white-space: unset;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul {
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 0 0 0;
    padding: 0 25px 0 0;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li {
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  width: 330px;
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: initial;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li {
    width: calc((100vw - 4px) / 2);
    padding: 18px;
    min-height: 180px;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li:not(:last-child) {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li:not(:last-child) {
    margin: 0 4px 0 0;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li a {
  text-decoration: none;
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .ph {
  margin: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .ph {
    margin: 0 0 10px;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .ph img {
  width: 100%;
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .ph .material-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .ph .material-ttl h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  font-weight: normal;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .ph .material-ttl h3 {
    font-size: 1rem;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  overflow: hidden;
  padding: 0 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt {
    font-size: 1rem;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  position: relative;
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-01 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-01 {
    font-size: 1.1rem;
    margin: 0 0 3px 0;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-01:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-01:before {
    top: 6px;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-02 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-02 {
    font-size: 1.1rem;
  }
}
#fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-02:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .pick-up-material-wrp .item-wrp ul li .txt .material-name-02:before {
    top: 6px;
  }
}
#fs_ProductCategory .material-page-nav-wrp {
  margin: 0 0 85px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-page-nav-wrp {
    margin: 0 0 30px;
  }
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer {
  margin: 0 auto;
  height: 90px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-page-nav-wrp .inr-spacer {
    height: auto;
    margin: 0 0 30px;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul#scroll-content {
  padding: 35px 40px 12px;
  width: 1100px;
  height: 90px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-page-nav-wrp .inr-spacer ul#scroll-content {
    padding: 25px;
    height: auto;
  }
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-page-nav-wrp .inr-spacer ul {
    padding: 25px;
  }
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li {
  color: #737373;
  font-size: 2.1rem;
  line-height: 1;
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li {
    font-size: 1.4rem;
  }
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li:not(:last-child) {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 10px;
  background-color: #575757;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li:not(:last-child):after {
    top: calc(50% - 8px);
    height: 12px;
  }
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li span {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
  padding: 0 0 5px;
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li span:hover {
  opacity: 0.7;
}
#fs_ProductCategory .material-page-nav-wrp .inr-spacer ul li span.is-active {
  border-bottom: 1px solid #fff;
}
#fs_ProductCategory .material-index-wrp {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp {
    width: 100%;
  }
}
#fs_ProductCategory .material-index-wrp .material-index-sec {
  position: relative;
  width: 100%;
}
#fs_ProductCategory .material-index-wrp .material-index-sec.is-hide {
  display: none;
}
#fs_ProductCategory .material-index-wrp h2.material-index-title {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 2px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp h2.material-index-title {
    font-size: 1.7rem;
    text-align: center;
    position: static;
    left: auto;
    top: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    padding: 0 25px 0;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #fs_ProductCategory .material-index-wrp h2.material-index-title:before {
    display: none;
  }
  #fs_ProductCategory .material-index-wrp h2.material-index-title:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp h2.material-index-title span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp h2.material-index-title span:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp h2.material-index-title span:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: none;
            transform: none;
  }
}
#fs_ProductCategory .material-index-wrp h2.material-index-title:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #919191;
  position: relative;
  top: 1.2em;
  right: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp h2.material-index-title:after {
    display: none;
  }
}
#fs_ProductCategory .material-index-wrp ul {
  display: block;
  overflow-x: unset;
  white-space: unset;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul {
    padding: 0 0 0 0;
    white-space: unset;
  }
}
#fs_ProductCategory .material-index-wrp ul li {
  font-size: 1.4rem;
  vertical-align: top;
  display: inline-block;
  width: 360px;
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: initial;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li {
    width: calc((100% - 4px) / 2);
    padding: 18px;
    min-height: 180px;
  }
}
#fs_ProductCategory .material-index-wrp ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
#fs_ProductCategory .material-index-wrp ul li:not(:nth-of-type(3n)) {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li:not(:nth-of-type(3n)) {
    margin: 0 0 4px 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li:not(:nth-of-type(2n)) {
    margin: 0 4px 4px 0;
  }
}
#fs_ProductCategory .material-index-wrp ul li a {
  text-decoration: none;
}
#fs_ProductCategory .material-index-wrp ul li .ph {
  margin: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li .ph {
    margin: 0 0 10px;
  }
}
#fs_ProductCategory .material-index-wrp ul li .ph img {
  width: 100%;
}
#fs_ProductCategory .material-index-wrp ul li .ph .material-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fs_ProductCategory .material-index-wrp ul li .ph .material-ttl h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  font-weight: normal;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li .ph .material-ttl h3 {
    font-size: 1rem;
  }
}
#fs_ProductCategory .material-index-wrp ul li .txt {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  overflow: hidden;
  padding: 0 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li .txt {
    font-size: 1.1rem;
  }
}
#fs_ProductCategory .material-index-wrp ul li .txt p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  position: relative;
}
#fs_ProductCategory .material-index-wrp ul li .txt .material-name-01 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li .txt .material-name-01 {
    font-size: 1.1rem;
    margin: 0 0 3px 0;
  }
}
#fs_ProductCategory .material-index-wrp ul li .txt .material-name-01:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li .txt .material-name-01:before {
    top: 6px;
  }
}
#fs_ProductCategory .material-index-wrp ul li .txt .material-name-02 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li .txt .material-name-02 {
    font-size: 1.1rem;
  }
}
#fs_ProductCategory .material-index-wrp ul li .txt .material-name-02:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #8b8b8b;
  left: 5px;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #fs_ProductCategory .material-index-wrp ul li .txt .material-name-02:before {
    top: 6px;
  }
}

.fs-body-category-leather .item-new-arrival-wrp {
  display: none;
}

#color-index .color-page-nav-wrp {
  margin: 0 0 85px;
}
#color-index .color-page-nav-wrp .inr-spacer {
  margin: 0 auto;
  height: auto;
}
#color-index .color-page-nav-wrp .inr-spacer ul {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0;
}
#color-index .color-page-nav-wrp .inr-spacer ul li {
  color: #737373;
  font-size: 2.1rem;
  line-height: 1;
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  display: inline-block;
  width: 190px;
  height: 20px;
}
#color-index .color-page-nav-wrp .inr-spacer ul li:not(:last-child) {
  margin: 0 8px 0 0;
  padding: 0 0 0 0;
}
#color-index .color-page-nav-wrp .inr-spacer ul li span {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #575757;
}
#color-index .color-page-nav-wrp .inr-spacer ul li span:hover {
  opacity: 0.7;
}
#color-index .color-page-nav-wrp .inr-spacer ul li span.is-active {
  border-bottom: 1px solid #fff;
}
#color-index .color-index-wrp {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
#color-index .color-index-wrp .color-index-sec {
  position: relative;
  width: 100%;
}
#color-index .color-index-wrp .color-index-sec.is-hide {
  display: none;
}
#color-index .color-index-wrp .tab-menu {
  display: block;
  font-size: 0;
  margin: 0 0 50px 0;
}
#color-index .color-index-wrp .tab-menu nav {
  display: inline-block;
  width: 50%;
  font-size: 1.3rem;
}
#color-index .color-index-wrp .tab-menu nav ul {
  font-size: 0;
}
#color-index .color-index-wrp .tab-menu nav ul li {
  font-size: 1.3rem;
  display: inline-block;
  padding: 5px 5px;
  margin: 0 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#color-index .color-index-wrp .tab-menu nav ul li.is-active {
  border-bottom: #999 solid 1px;
}
#color-index .color-index-wrp .tab-menu nav ul li:hover {
  border-bottom: #999 solid 1px;
}
#color-index .color-index-wrp .tab-menu .pager-wrp {
  display: inline-block;
  width: 50%;
  font-size: 1.3rem;
  text-align: right;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .current-note {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  margin-right: 30px;
  color: #666666;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items {
  display: inline-block;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items ul {
  display: inline-block;
  font-size: 0;
  text-align: right;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items ul li {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 3px 0;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items ul li.prev {
  margin: 0 15px 0 0;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items ul li.next {
  margin: 0 0 0 15px;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items ul li a {
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0 7px;
  display: inline-block;
  text-decoration: none;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items ul li a:hover {
  border-bottom: #666666 solid 1px;
}
#color-index .color-index-wrp .tab-menu .pager-wrp .pager-items ul li a.is-active {
  border-bottom: #666666 solid 1px;
}
#color-index .color-index-wrp .tab-menu.btm {
  margin: 0 0 150px 0;
}
#color-index .color-index-wrp .tab-menu.btm .pager-wrp {
  width: 100%;
}
#color-index .color-index-wrp h2.color-index-title {
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 2px;
  left: -50px;
}
#color-index .color-index-wrp h2.color-index-title:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #919191;
  position: relative;
  top: 1.2em;
  right: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#color-index .color-index-wrp .item-wrp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#color-index .color-index-wrp .item-wrp ul li {
  width: calc((100% - 20px) / 3);
  /*
  .txt{

  }
  */
}
#color-index .color-index-wrp .item-wrp ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
#color-index .color-index-wrp .item-wrp ul li:not(:nth-of-type(3n)) {
  margin: 0 10px 10px 0;
}
#color-index .color-index-wrp .item-wrp ul li a {
  text-decoration: none;
}
#color-index .color-index-wrp .item-wrp ul li .ph {
  position: relative;
}
#color-index .color-index-wrp .item-wrp ul li .ph img {
  width: 100%;
}

#fs_ShoppingCart .cart-main-wrp {
  margin: 0 0 130px;
}
@media screen and (max-width: 768px) {
  #fs_ShoppingCart .cart-main-wrp {
    padding: 0 25px;
  }
}

#fs_CustomerDetails .customer-entry-main-wrp {
  margin: 0 0 130px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #fs_CustomerDetails .customer-entry-main-wrp {
    font-size: 1.2rem;
    padding: 0 25px;
    margin: 0 0 30px;
  }
}

#fs_Register .membership-entry-main-wrp,
#fs_Register .membership-entry-confirm-main-wrp,
#fs_Register .review-write-wrp,
#fs_LinkRegisterConfirm .membership-entry-main-wrp,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp,
#fs_LinkRegisterConfirm .review-write-wrp,
#fs_WriteReview .membership-entry-main-wrp,
#fs_WriteReview .membership-entry-confirm-main-wrp,
#fs_WriteReview .review-write-wrp {
  margin: 0 0 130px;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp,
  #fs_Register .membership-entry-confirm-main-wrp,
  #fs_Register .review-write-wrp,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp,
  #fs_LinkRegisterConfirm .review-write-wrp,
  #fs_WriteReview .membership-entry-main-wrp,
  #fs_WriteReview .membership-entry-confirm-main-wrp,
  #fs_WriteReview .review-write-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}
#fs_Register .membership-entry-main-wrp .fs-p-announcement,
#fs_Register .membership-entry-confirm-main-wrp .fs-p-announcement,
#fs_Register .review-write-wrp .fs-p-announcement,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .fs-p-announcement,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .fs-p-announcement,
#fs_LinkRegisterConfirm .review-write-wrp .fs-p-announcement,
#fs_WriteReview .membership-entry-main-wrp .fs-p-announcement,
#fs_WriteReview .membership-entry-confirm-main-wrp .fs-p-announcement,
#fs_WriteReview .review-write-wrp .fs-p-announcement {
  width: 780px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .fs-p-announcement,
  #fs_Register .membership-entry-confirm-main-wrp .fs-p-announcement,
  #fs_Register .review-write-wrp .fs-p-announcement,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .fs-p-announcement,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .fs-p-announcement,
  #fs_LinkRegisterConfirm .review-write-wrp .fs-p-announcement,
  #fs_WriteReview .membership-entry-main-wrp .fs-p-announcement,
  #fs_WriteReview .membership-entry-confirm-main-wrp .fs-p-announcement,
  #fs_WriteReview .review-write-wrp .fs-p-announcement {
    width: 100%;
    margin: 0 0 30px;
  }
}
#fs_Register .membership-entry-main-wrp .fs-c-specTableContainer,
#fs_Register .membership-entry-confirm-main-wrp .fs-c-specTableContainer,
#fs_Register .review-write-wrp .fs-c-specTableContainer,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .fs-c-specTableContainer,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .fs-c-specTableContainer,
#fs_LinkRegisterConfirm .review-write-wrp .fs-c-specTableContainer,
#fs_WriteReview .membership-entry-main-wrp .fs-c-specTableContainer,
#fs_WriteReview .membership-entry-confirm-main-wrp .fs-c-specTableContainer,
#fs_WriteReview .review-write-wrp .fs-c-specTableContainer {
  width: 780px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .fs-c-specTableContainer,
  #fs_Register .membership-entry-confirm-main-wrp .fs-c-specTableContainer,
  #fs_Register .review-write-wrp .fs-c-specTableContainer,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .fs-c-specTableContainer,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .fs-c-specTableContainer,
  #fs_LinkRegisterConfirm .review-write-wrp .fs-c-specTableContainer,
  #fs_WriteReview .membership-entry-main-wrp .fs-c-specTableContainer,
  #fs_WriteReview .membership-entry-confirm-main-wrp .fs-c-specTableContainer,
  #fs_WriteReview .review-write-wrp .fs-c-specTableContainer {
    width: 100%;
  }
}
#fs_Register .membership-entry-main-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_Register .membership-entry-confirm-main-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_Register .review-write-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_LinkRegisterConfirm .review-write-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_WriteReview .membership-entry-main-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_WriteReview .membership-entry-confirm-main-wrp .fs-c-specTableContainer .fs-c-specTable,
#fs_WriteReview .review-write-wrp .fs-c-specTableContainer .fs-c-specTable {
  width: 100%;
}
#fs_Register .membership-entry-main-wrp .fs-p-accountInfo,
#fs_Register .membership-entry-confirm-main-wrp .fs-p-accountInfo,
#fs_Register .review-write-wrp .fs-p-accountInfo,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .fs-p-accountInfo,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .fs-p-accountInfo,
#fs_LinkRegisterConfirm .review-write-wrp .fs-p-accountInfo,
#fs_WriteReview .membership-entry-main-wrp .fs-p-accountInfo,
#fs_WriteReview .membership-entry-confirm-main-wrp .fs-p-accountInfo,
#fs_WriteReview .review-write-wrp .fs-p-accountInfo {
  width: 780px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .fs-p-accountInfo,
  #fs_Register .membership-entry-confirm-main-wrp .fs-p-accountInfo,
  #fs_Register .review-write-wrp .fs-p-accountInfo,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .fs-p-accountInfo,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .fs-p-accountInfo,
  #fs_LinkRegisterConfirm .review-write-wrp .fs-p-accountInfo,
  #fs_WriteReview .membership-entry-main-wrp .fs-p-accountInfo,
  #fs_WriteReview .membership-entry-confirm-main-wrp .fs-p-accountInfo,
  #fs_WriteReview .review-write-wrp .fs-p-accountInfo {
    width: 100%;
    margin: 0 0 30px;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer,
#fs_Register .review-write-wrp .inr-spacer,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer,
#fs_WriteReview .review-write-wrp .inr-spacer {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer,
  #fs_Register .review-write-wrp .inr-spacer,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer,
  #fs_WriteReview .review-write-wrp .inr-spacer {
    font-size: 1.1rem;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field {
  max-width: 795px;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable > tbody > tr + tr {
    margin-top: 0;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr {
  display: table-row;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th {
  border-bottom: 1px solid #ececec;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.3rem;
  width: 30%;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th {
    font-size: 1.1rem;
    padding: 14px 0 2px 0;
    width: 100%;
    border-bottom: none;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td {
  border-bottom: 1px solid #ececec;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td {
    font-size: 1.1rem;
    padding: 3px 0 0 0;
    width: 100%;
    border-bottom: none;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark {
  display: inline-block;
  overflow: unset;
  text-indent: 0;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
  background: #85222d;
  color: #fff;
  margin-left: 1em;
  padding: 3px 5px;
  font-size: 9px !important;
  line-height: 1;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-requiredMark::before {
  display: none;
  content: "";
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown:after {
  border-left: 1px solid #ececec;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu {
  padding: 10px 6em 10px 10px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-dropdown .fs-c-dropdown__menu {
    padding: 10px 3.8em 10px 10px;
    font-size: 1.1rem;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup, #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline, #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--inline,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-inputGroup--vertical {
  outline-color: #ececec;
  border-color: #ececec;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text],
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel],
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email],
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password],
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address],
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea {
  outline-color: #ececec;
  border-color: #ececec;
  padding: 0 10px;
  height: 36px;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable select:focus,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=text]:focus,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=tel]:focus,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=email]:focus,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=password]:focus,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable input[type=address]:focus,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable textarea:focus {
  border-color: #dcdcdc;
  background-color: rgba(214, 214, 214, 0.2);
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > *,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > *,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + *,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radioGroup > * + *,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkboxGroup > * + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-radio {
    margin-right: 1em;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error {
  padding-top: 5px;
  margin: 2px 0 3px;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message {
  padding: 4px 14px 3px;
  border-radius: 2px;
  background-color: #e55;
  color: #fff;
  width: auto;
  display: block;
  float: left;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-assist.is-error .fs-c-assist__message::before {
  color: #FFF;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable .fs-c-birthdayOnceMessage {
  color: #85222d;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field,
  #fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-additionalCheckField .fs-c-inputField .fs-c-inputField__field {
    font-size: 1.1rem;
  }
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-button--primary,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}
#fs_Register .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_Register .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_Register .review-write-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_LinkRegisterConfirm .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_LinkRegisterConfirm .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_LinkRegisterConfirm .review-write-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_WriteReview .membership-entry-main-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_WriteReview .membership-entry-confirm-main-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking,
#fs_WriteReview .review-write-wrp .inr-spacer #fs_form .fs-c-button--cancelAccountLinking {
  width: 300px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_Login .login-main-wrp,
#fs_Login .whishlist-main-wrp,
#fs_Login .review-login-main-wrp,
#fs_WishListLogin .login-main-wrp,
#fs_WishListLogin .whishlist-main-wrp,
#fs_WishListLogin .review-login-main-wrp,
#fs_ReviewLogin .login-main-wrp,
#fs_ReviewLogin .whishlist-main-wrp,
#fs_ReviewLogin .review-login-main-wrp,
#fs_ShoppingCartLogin .login-main-wrp,
#fs_ShoppingCartLogin .whishlist-main-wrp,
#fs_ShoppingCartLogin .review-login-main-wrp {
  margin: 0 0 130px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp,
  #fs_Login .whishlist-main-wrp,
  #fs_Login .review-login-main-wrp,
  #fs_WishListLogin .login-main-wrp,
  #fs_WishListLogin .whishlist-main-wrp,
  #fs_WishListLogin .review-login-main-wrp,
  #fs_ReviewLogin .login-main-wrp,
  #fs_ReviewLogin .whishlist-main-wrp,
  #fs_ReviewLogin .review-login-main-wrp,
  #fs_ShoppingCartLogin .login-main-wrp,
  #fs_ShoppingCartLogin .whishlist-main-wrp,
  #fs_ShoppingCartLogin .review-login-main-wrp {
    margin: 0 0 40px;
    padding: 0 25px;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers {
  background-color: #FFF;
  padding: 115px;
  width: 1020px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title {
  font-size: 1.8rem;
  width: 100%;
  border-bottom: none;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-subSection__title,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-subSection__title {
    margin: 0 0 0 0;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 40px;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field {
  width: 440px;
  margin-top: 0;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputField__field input {
  border: none;
  border-bottom: #eaeaea solid 2px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__field .fs-c-inputGroup {
  border: none;
  border-radius: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 1.8em;
  position: relative;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button {
  width: 300px;
  margin-left: 50px;
  margin-top: 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin #fs_form .fs-c-inputInformation__button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link {
  width: 100%;
  text-align: right;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link {
    text-align: center;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field {
  padding: 0;
  margin: 0;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field {
    background-color: transparent;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr {
    margin-top: 10px;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th {
  display: block;
  width: 150px;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td {
  display: block;
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tr td {
    width: 100%;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-fsLogin .fs-c-button--primary {
    min-width: 100%;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin {
  width: 100%;
  margin: 0 0 0;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message {
  width: 440px;
  margin-top: 0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__message {
    width: 100%;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button {
  width: 300px;
  margin-left: 50px;
  margin-top: 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-anotherLogin .fs-c-anotherLogin__button {
    width: 100%;
    margin: 0 auto 0;
  }
}
#fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_Login .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_Login .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_WishListLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_WishListLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_ReviewLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-registeredUsers .fs-c-otherServiceLogin .fs-c-linkedServiceLogin .fs-c-linkedServiceLogin__title {
    margin-bottom: 15px;
  }
}
#fs_Login .login-main-wrp .fs-c-newUsers,
#fs_Login .whishlist-main-wrp .fs-c-newUsers,
#fs_Login .review-login-main-wrp .fs-c-newUsers,
#fs_WishListLogin .login-main-wrp .fs-c-newUsers,
#fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers,
#fs_WishListLogin .review-login-main-wrp .fs-c-newUsers,
#fs_ReviewLogin .login-main-wrp .fs-c-newUsers,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers,
#fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers {
  background-color: #FFF;
  padding: 115px;
  width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-newUsers,
  #fs_Login .whishlist-main-wrp .fs-c-newUsers,
  #fs_Login .review-login-main-wrp .fs-c-newUsers,
  #fs_WishListLogin .login-main-wrp .fs-c-newUsers,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers,
  #fs_WishListLogin .review-login-main-wrp .fs-c-newUsers,
  #fs_ReviewLogin .login-main-wrp .fs-c-newUsers,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}
#fs_Login .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title {
  font-size: 1.8rem;
  width: 100%;
  border-bottom: none;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-subSection__title,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-subSection__title {
    margin: 0 0 0 0;
  }
}
#fs_Login .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message {
  width: 440px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
#fs_Login .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-newUsers__message .fs-c-newUsers__message_pointlist {
  margin-bottom: 15px;
}
#fs_Login .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer {
  width: 300px;
  margin: 0 0 0 50px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer {
    width: 100%;
    margin: 0 0 0 0;
  }
}
#fs_Login .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_Login .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_Login .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_WishListLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_WishListLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_ReviewLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-newUsers .fs-c-buttonContainer .fs-c-button--primary {
    min-width: 100%;
  }
}
#fs_Login .login-main-wrp .fs-c-guestReview,
#fs_Login .whishlist-main-wrp .fs-c-guestReview,
#fs_Login .review-login-main-wrp .fs-c-guestReview,
#fs_WishListLogin .login-main-wrp .fs-c-guestReview,
#fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview,
#fs_WishListLogin .review-login-main-wrp .fs-c-guestReview,
#fs_ReviewLogin .login-main-wrp .fs-c-guestReview,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview,
#fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview {
  background-color: #FFF;
  padding: 115px;
  width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-guestReview,
  #fs_Login .whishlist-main-wrp .fs-c-guestReview,
  #fs_Login .review-login-main-wrp .fs-c-guestReview,
  #fs_WishListLogin .login-main-wrp .fs-c-guestReview,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview,
  #fs_WishListLogin .review-login-main-wrp .fs-c-guestReview,
  #fs_ReviewLogin .login-main-wrp .fs-c-guestReview,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}
#fs_Login .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title {
  color: #909090;
  padding: 0 0 10px;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  border-bottom: none;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__title,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__title {
    margin: 0 0 0 0;
  }
}
#fs_Login .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message {
  width: 440px;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
#fs_Login .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-guestReview__message h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #909090;
}
#fs_Login .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer {
  width: 300px;
  margin: 0 0 0 50px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer {
    width: 100%;
    margin: 0 0 0 0;
  }
}
#fs_Login .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
#fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  #fs_Login .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_Login .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_Login .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_WishListLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_WishListLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_WishListLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_ReviewLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_ReviewLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_ReviewLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_ShoppingCartLogin .login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_ShoppingCartLogin .whishlist-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest,
  #fs_ShoppingCartLogin .review-login-main-wrp .fs-c-guestReview .fs-c-buttonContainer .fs-c-button--addReview--guest {
    min-width: 100%;
  }
}

#fs_NewsletterSubscribe .mailmag-subscribe-main-wrp {
  margin: 0 0 130px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #fs_NewsletterSubscribe .mailmag-subscribe-main-wrp {
    padding: 0 25px;
  }
}
#fs_NewsletterSubscribe .mailmag-subscribe-main-wrp #fs_form {
  margin: 0 0 30px;
}
#fs_NewsletterSubscribe .mailmag-subscribe-main-wrp .fs-p-emailDomainNotice {
  text-align: center;
}
#fs_NewsletterSubscribe .mailmag-subscribe-main-wrp .fs-c-inputInformation__button .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  #fs_NewsletterSubscribe .mailmag-subscribe-main-wrp .fs-c-inputInformation__button .fs-c-button--primary {
    min-width: 100%;
  }
}

#fs_ReviewLogin .review-login-main-wrp .fs-c-newUsers {
  margin-bottom: 50px;
}

#fs_MyReviews .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-listControl,
#fs_MyReviews .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-listControl,
#fs_ReviewsByCustomer .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-listControl,
#fs_ReviewsByCustomer .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-listControl {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
#fs_MyReviews .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
#fs_MyReviews .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
#fs_ReviewsByCustomer .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
#fs_ReviewsByCustomer .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item {
  padding: 20px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #e5e5e5;
}
#fs_MyReviews .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child,
#fs_MyReviews .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child,
#fs_ReviewsByCustomer .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child,
#fs_ReviewsByCustomer .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child {
  border-top: 1px solid #e5e5e5;
}
#fs_MyReviews .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewInfo__stars:before,
#fs_MyReviews .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewInfo__stars:before,
#fs_ReviewsByCustomer .my-reviews-main-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewInfo__stars:before,
#fs_ReviewsByCustomer .reviews-reviewer-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewInfo__stars:before {
  color: #8e7a50;
}

@media screen and (max-width: 768px) {
  #fs_ReviewsByProduct .review-product-wrp .inr-spacer,
  #fs_ReviewsByProduct .review-write-wrp .inr-spacer,
  #fs_WriteReview .review-product-wrp .inr-spacer,
  #fs_WriteReview .review-write-wrp .inr-spacer {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-productReviewed,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-productReviewed,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-productReviewed,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-productReviewed {
  grid-gap: 10px;
  letter-spacing: 0.2em;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__name,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__name,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__name,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__name {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber {
  border: 1px solid #e5e5e5;
  letter-spacing: 0.2em;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price {
  color: #999999;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__addon,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__addon,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__addon,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__addon {
  color: #999999;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating:before,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating:before,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating:before,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating:before {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars:before,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars:before,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars:before,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars:before {
  color: #8e7a50;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value {
  color: #8e7a50;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-history .fs-c-listControl,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-history .fs-c-listControl,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-history .fs-c-listControl,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-history .fs-c-listControl {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  #fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
  #fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
  #fs_WriteReview .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item,
  #fs_WriteReview .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item {
    padding: 20px 0;
  }
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:first-child {
  border-top: 1px solid #e5e5e5;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars:before,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars:before,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars:before,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars:before {
  color: #8e7a50;
}
#fs_ReviewsByProduct .review-product-wrp .inr-spacer .fs-p-announcement,
#fs_ReviewsByProduct .review-write-wrp .inr-spacer .fs-p-announcement,
#fs_WriteReview .review-product-wrp .inr-spacer .fs-p-announcement,
#fs_WriteReview .review-write-wrp .inr-spacer .fs-p-announcement {
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  #fs_WriteReview .review-write-wrp .inr-spacer {
    padding: 0 0;
  }
}
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-buttonContainer--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  margin: 0 auto 0;
}
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-buttonContainer--back:before {
  display: none;
}
#fs_WriteReview .review-write-wrp .inr-spacer .fs-c-buttonContainer--back .fs-c-button--back {
  width: 300px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ReviewSuccess .review-success-wrp .fs-c-reviewSuccessComment {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
#fs_ReviewSuccess .review-success-wrp .fs-c-buttonContainer--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
}
#fs_ReviewSuccess .review-success-wrp .fs-c-buttonContainer--back:before {
  display: none;
}
#fs_ReviewSuccess .review-success-wrp .fs-c-buttonContainer--back .fs-c-button--back {
  width: 300px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_NewsletterSubscribeSuccess .fs-l-sideArea {
  display: none;
}
#fs_NewsletterSubscribeSuccess .mailmag-subscribe-success-main-wrp {
  margin: 0 auto 100px;
}
#fs_NewsletterSubscribeSuccess .mailmag-subscribe-success-main-wrp .inr-spacer {
  font-size: 1.4rem;
}
#fs_NewsletterSubscribeSuccess .mailmag-subscribe-success-main-wrp .inr-spacer .fs-c-buttonContainer .fs-c-button--topPage {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}

#fs_NewsletterUnsubscribe .mailmag-unsubscribe-main-wrp {
  margin: 0 0 130px;
}

#fs_AboutShippingAndPayment .shipping-payment-main-wrp {
  margin: 0 0 130px;
}

#fs_PageNotFound .page-not-found-main-wrp {
  margin: 0 0 130px;
}

#fs_EditPassword .edit-pw-main-content {
  margin: 0 0 130px;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content {
    padding: 0 25px;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer {
  width: 800px;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer {
    width: 100%;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__message {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  margin: 24px auto 40px;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__message {
    font-size: 1.2rem;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field {
  background-color: #FFFFFF;
  margin: 0;
  padding: 65px;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field {
    padding: 0;
    background-color: transparent;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable {
  font-size: 1.3rem;
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__headerCell {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__headerCell {
    width: 100%;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 100%;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputGroup {
  border: none;
  border-radius: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 1.8em;
  position: relative;
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell input {
  border: none;
  border-bottom: #eaeaea solid 2px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-inputInformation__button {
    margin-top: 30px;
  }
}
#fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content .inr-spacer .fs-c-button--primary {
    min-width: 100%;
  }
}

#fs_PasswordReminder .password-reminder-main-wrp {
  margin: 0 0 130px;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp {
    padding: 0 25px;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer {
  width: 800px;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer {
    width: 100%;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__message {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  margin: 24px auto 40px;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__message {
    font-size: 1.2rem;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field {
  background-color: #FFFFFF;
  margin: 0;
  padding: 65px;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field {
    padding: 35px;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable {
  font-size: 1.3rem;
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__headerCell {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__headerCell {
    width: 100%;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 100%;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell .fs-c-inputGroup {
  border: none;
  border-radius: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 1.8em;
  position: relative;
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__dataCell input {
  border: none;
  border-bottom: #eaeaea solid 2px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__button {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-inputInformation__button {
    margin-top: 30px;
  }
}
#fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  #fs_PasswordReminder .password-reminder-main-wrp .inr-spacer .fs-c-button--primary {
    min-width: 100%;
  }
}

#fs_MyOrders .order-history-wrp {
  font-size: 1.2rem;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  #fs_MyOrders .order-history-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}

#fs_MyOrderDetails .my-orders-details-main-wrp {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_MyOrderDetails .my-orders-details-main-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  #fs_MyAddressBook {
    padding: 0 25px;
  }
}
#fs_MyAddressBook .inr-spacer {
  width: 1020px;
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .my-addressbook-main-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .my-addressbook-main-wrp .fs-p-announcement__title {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
#fs_MyAddressBook .inr-spacer .fs-c-addressBookList__form {
  font-size: 1.4rem;
}
#fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list {
  font-size: 1.4rem;
  display: table;
  background-color: #FFF;
  border: #E3E3E3 solid 1px;
  margin: 60px 0 150px;
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list {
    font-size: 1.2rem;
    margin: 30px 0 50px;
  }
}
#fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list tbody {
  border-top: none;
  border-bottom: none;
}
#fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td {
  padding: 50px 20px;
  vertical-align: middle;
  border: none;
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td {
    padding: 20px 20px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td:first-child {
  font-size: 2rem;
  padding: 50px 20px 50px 65px;
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td:first-child {
    font-size: 1.6rem;
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td:nth-of-type(2) {
    padding: 0 20px 0;
  }
}
#fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td:nth-of-type(3) {
  font-size: 2rem;
  padding: 50px 65px 50px 20px;
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td:nth-of-type(3) {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td .fs-c-buttonContainer--deleteChange {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list td .fs-c-buttonContainer--deleteChange .fs-c-button--delete {
    margin-right: 10px;
  }
}
#fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list .fs-c-address {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #fs_MyAddressBook .inr-spacer .fs-c-addressBookList__list .fs-c-address {
    font-size: 1.2rem;
  }
}

#fs_NewAddress .my-addressbook-new-main-wrp {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_NewAddress .my-addressbook-new-main-wrp {
    padding: 0 25px;
  }
}

#fs_MyReviews .my-reviews-main-wrp {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_MyReviews .my-reviews-main-wrp {
    padding: 0 25px;
  }
}

#fs_ReviewsByCustomer .reviews-reviewer-wrp {
  font-size: 1.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fs_ReviewsByCustomer .reviews-reviewer-wrp {
    padding: 0 25px;
  }
}

#fs_EditPassword .edit-pw-main-content {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #fs_EditPassword .edit-pw-main-content {
    padding: 0 25px;
  }
}

#fs_MyAccountSettings .my-account-settings-main-wrp {
  font-size: 1.2rem;
  margin: 0 0 150px;
}
@media screen and (max-width: 768px) {
  #fs_MyAccountSettings .my-account-settings-main-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}
#fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field {
  width: 800px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field {
    width: 100%;
    max-width: 100%;
  }
}
#fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field .fs-c-inputTable tbody {
  display: table;
  width: 100%;
}
#fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field .fs-c-inputTable tr {
  display: table-row;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  padding: 0;
  border-bottom: #ebebeb solid 1px;
}
#fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field .fs-c-inputTable tr:last-child {
  border-bottom: none;
}
#fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field .fs-c-inputTable tr th {
  padding: 30px 40px 30px 80px;
  font-size: 1.4rem;
  font-weight: normal;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field .fs-c-inputTable tr th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.1rem;
  }
}
#fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field .fs-c-inputTable tr td {
  padding: 30px 80px 30px 40px;
  font-size: 1.8rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-inputInformation__field .fs-c-inputTable tr td {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    font-size: 1.4rem;
  }
}
#fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  #fs_MyAccountSettings .my-account-settings-main-wrp .fs-c-button--primary {
    min-width: 100%;
  }
}

#fs_EditAccountSettings .edit-account-settings-main-wrp {
  font-size: 1.4rem;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #fs_EditAccountSettings .edit-account-settings-main-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}
#fs_EditAccountSettings .edit-account-settings-main-wrp .fs-c-inputTable th {
  font-weight: normal;
}
#fs_EditAccountSettings .edit-account-settings-main-wrp .fs-c-button--primary {
  min-width: 300px;
  padding: 0;
  line-height: 68px;
}

#fs_DeleteAccount .delete-account-main-wrp {
  font-size: 1.2rem;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #fs_DeleteAccount .delete-account-main-wrp {
    padding: 0 25px;
    margin: 0 0 30px;
  }
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody > tr + tr {
    margin-top: 14px;
  }
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody tr:not(:last-child) {
  border-bottom: #ebebeb solid 1px;
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody tr th.fs-c-inputTable__headerCell {
  width: 300px;
  font-size: 1.4rem;
  padding: 20px 20px 20px 70px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody tr th.fs-c-inputTable__headerCell {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 1.2rem;
  }
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody tr td.fs-c-inputTable__dataCell {
  width: calc(100% - 300px);
  font-size: 1.8rem;
  padding: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__field .fs-c-inputTable tbody tr td.fs-c-inputTable__dataCell {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 1.2rem;
  }
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__button {
  margin-top: 30px;
  margin-bottom: 90px;
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__button .fs-c-button--confirmLeave {
  width: 300px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fs_DeleteAccount .delete-account-main-wrp .inr-spacer .fs-c-inputInformation__button .fs-c-button--cancel {
  width: 300px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_Checkout .checkout-main-wrp {
  font-size: 1.2rem;
  margin: 0 0 60px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer {
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #fs_Checkout .checkout-main-wrp .inr-spacer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn {
  padding: 0 0 0 0;
  margin: 0 25px 24px 0;
  width: 705px;
}
@media screen and (max-width: 768px) {
  #fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn {
    width: 100%;
  }
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview {
  padding: 0;
  color: #535353;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__title {
  font-size: 1.3rem;
  margin: 0 0 0 0;
  padding: 25px;
  background-color: #fafafa;
  border-bottom: #e3e3e3 solid 1px;
  color: #535353;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body {
  padding: 25px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-checkout-customerInfo {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-checkout-customerInfo__name {
  margin: 0 0 10px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-checkout-destination__name {
  margin: 0 0 10px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body ruby rt {
  margin-bottom: 0.6em;
  -webkit-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-checkout-destination__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-checkout-destination__control .fs-c-checkout-destination__button:not(:last-child) {
  margin-right: 10px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-buttonContainer {
  padding: 0;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-buttonContainer .fs-c-button--standard {
  background: #7a7a7a;
  border: none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-buttonContainer--chooseDestination {
  padding: 0;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__body .fs-c-buttonContainer--chooseDestination .fs-c-button--standard {
  background: #7a7a7a;
  border: none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn {
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  min-width: 290px;
}
@media screen and (max-width: 768px) {
  #fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn {
    width: 100%;
  }
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview {
  padding: 0;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-checkout-preview__title {
  font-size: 1.3rem;
  margin: 0 0 0 0;
  padding: 25px;
  background-color: #fafafa;
  border-bottom: #e3e3e3 solid 1px;
  color: #535353;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable {
  width: calc(100% - 50px);
  margin: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable .fs-c-orderTotalTable__subtotal th {
  padding-bottom: 10px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable .fs-c-orderTotalTable__subtotal td {
  padding-bottom: 10px;
  font-size: 1.8rem;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable .fs-c-orderTotalTable__postageFee th {
  padding-bottom: 10px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable .fs-c-orderTotalTable__postageFee td {
  padding-bottom: 10px;
  font-size: 1.8rem;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable tr:last-of-type {
  border-bottom: none;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable th {
  padding: 0;
  border: none;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-orderTotalTable td {
  padding: 0;
  border: none;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-confirmOrder .fs-c-buttonContainer {
  padding: 0 25px 25px;
}
#fs_Checkout .checkout-main-wrp .inr-spacer .fs-l-checkout__sideColumn .fs-c-checkout-preview .fs-c-confirmOrder .fs-c-buttonContainer button:not(.fs-c-button--image) {
  font-size: 1.2rem;
  padding: 0;
  min-height: 48px;
}
#fs_Checkout .checkout-main-wrp .fs-c-returnedSpecialContract {
  padding: 20px;
  display: none;
}

#fs_CheckoutSuccess .checkout-success-main-wrp {
  font-size: 1.2rem;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #fs_CheckoutSuccess .checkout-success-main-wrp {
    padding: 0 25px;
  }
}

#fs_ResetPassword .reset-password-main-wrp {
  font-size: 1.2rem;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  #fs_NewAddress .my-addressbook-new-main-wrp {
    padding: 0 25px;
  }
}
#fs_NewAddress .my-addressbook-new-main-wrp .inr-spacer {
  font-size: 1.4rem;
}
#fs_NewAddress .my-addressbook-new-main-wrp .inr-spacer input {
  padding: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #fs_EditAddress .my-addressbook-main-wrp {
    padding: 0 25px;
  }
}
#fs_EditAddress .my-addressbook-main-wrp .inr-spacer {
  font-size: 1.4rem;
}
#fs_EditAddress .my-addressbook-main-wrp .inr-spacer input {
  padding: 8px;
  font-size: 1.4rem;
}

#fs_RegisterSuccess .fs-l-sideArea {
  display: none;
}
#fs_RegisterSuccess .membership-entry-complete-wrp .inr-spacer .fs-c-registerSuccessMessage {
  margin: 0 auto 100px;
  padding: 0 0 0 0;
  border: none;
  text-align: center;
}
#fs_RegisterSuccess .membership-entry-complete-wrp .inr-spacer .fs-c-registerSuccessMessage p {
  font-size: 1.4rem;
  line-height: 2.4;
}
#fs_RegisterSuccess .membership-entry-complete-wrp .inr-spacer .fs-c-registerSuccessMessage p:first-child {
  font-size: 1.8rem;
}
#fs_RegisterSuccess .membership-entry-complete-wrp .inr-spacer .fs-c-registerSuccessMessage p:not(:last-child) {
  margin-bottom: 2em;
}
#fs_RegisterSuccess .membership-entry-complete-wrp .inr-spacer .backto-toppage-wrp {
  text-align: center;
  margin-bottom: 100px;
}
#fs_RegisterSuccess .membership-entry-complete-wrp .inr-spacer .backto-toppage-wrp p a {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 70px;
  width: 300px;
  border: #a7a7a6 solid 1px;
}
#fs_RegisterSuccess .membership-entry-complete-wrp .inr-spacer .backto-toppage-wrp p a:hover {
  text-decoration: none;
}

.fs-c-photoswipe .pswp__scroll-wrap {
  /*.pswp__top-bar{
      background-color: transparent;
  }
  */
}
.fs-c-photoswipe .pswp__scroll-wrap .pswp__counter {
  font-style: italic;
  font-family: "EB Garamond", serif;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.fs-c-photoswipe .pswp__scroll-wrap .pswp__button--close {
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-cross-01-wht.png);
  background-position: center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.fs-c-photoswipe .pswp__scroll-wrap .pswp__button--fs {
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-expand-wht.png);
  background-position: center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.fs-c-photoswipe .pswp__scroll-wrap .pswp__button--arrow--left:before {
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-left-wht.png);
  background-position: center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
.fs-c-photoswipe .pswp__scroll-wrap .pswp__button--arrow--right:before {
  background-image: url(https://mensleather.itembox.design/item/assets/images/common/mls-ico-chevron-right-wht.png);
  background-position: center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
.fs-c-photoswipe .pswp__scroll-wrap .pswp__caption {
  bottom: 30px;
}

.fs-c-modal__inner {
  font-size: 1.4rem;
}
.fs-c-modal__inner .fs-c-modal__close::before {
  font-size: 1.6rem;
}

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

.fs-c-button--secondary {
  background: #333333;
  border: 1px solid #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#fs_MyPageTop #main-content .my-page-content .inr-spacer {
  width: 1100px;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop #main-content .my-page-content .inr-spacer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop #main-content .my-page-content .inr-spacer .fs-c-accountService {
    margin-left: 0;
  }
}
#fs_MyPageTop #main-content .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page {
  -ms-flex-preferred-size: 343.3333333333px;
      flex-basis: 343.3333333333px;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop #main-content .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
#fs_MyPageTop #main-content .my-page-content .inr-spacer .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  margin-right: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop #main-content .logout-content {
    padding: 0 25px;
  }
}
#fs_MyPageTop #main-content .logout-content .inr-spacer {
  width: 1100px;
}
@media screen and (max-width: 768px) {
  #fs_MyPageTop #main-content .logout-content .inr-spacer {
    width: 100%;
    padding: 0 0 0 0;
  }
}

#fs_MemberAgreement #main-content .member-agreement-main-wrp .inr-spacer .fs-p-memberAgreement {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #fs_MemberAgreement #main-content .member-agreement-main-wrp .inr-spacer .fs-p-memberAgreement {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  #fs_MyLinkedAccounts .membership-entry-main-wrp .inr-spacer {
    padding: 0 25px;
  }
}
#fs_MyLinkedAccounts .membership-entry-main-wrp .inr-spacer .fs-c-inputInformation__message {
  font-size: 1.3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer {
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer {
    width: 100%;
    padding: 0 25px;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history {
    font-size: 1.2rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info {
    padding: 20px;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-pointSummary [class$="--availablePoint"] {
  background-color: transparent;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-pointSummary [class$="--limitedPoint"] {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
    padding: 0;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
    padding: 0;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #666;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    font-size: 2.2rem;
    line-height: 1;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer {
  font-size: 1.3rem;
  padding-top: 40px;
  margin-bottom: 60px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer .fs-c-history__termCtrl .fs-c-dropdown select {
  padding: 10px 6em 10px 10px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable thead {
  border-color: #ececec;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable > tbody {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable > tbody tr {
    border-color: #ececec;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable th {
  border-color: #ececec;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable td {
  border-color: #ececec;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable td::before {
  font-weight: 300;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer > * + * {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-c-history .fs-c-history__listContainer > * + * {
    font-size: 1.2rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints {
  margin-bottom: 100px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .sec-title-wrp {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .sec-title-wrp {
    margin: 0 0 20px 0;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .sec-title-wrp h2 {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .sec-title-wrp h2 {
    font-size: 1.4rem;
    text-align: left;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .intro {
  margin-bottom: 20px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .intro ul li {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .intro ul li {
    font-size: 1.1rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .intro-note {
  margin-bottom: 20px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .intro-note ul li {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .intro-note ul li {
    font-size: 1rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .about-point {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f1f1f1 solid 1px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .about-point p {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .about-point p {
    font-size: 1.1rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec h3 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 6px;
  position: relative;
  padding-left: 13px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec h3:before {
  content: "●";
  font-size: 1rem;
  color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec p {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec p {
    font-size: 1.1rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec p:not(:last-child) {
  margin-bottom: 20px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec ul li {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec ul li {
    font-size: 1rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec dl:not(:last-child) {
  margin-bottom: 20px;
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec dl dt {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec dl dt {
    font-size: 1.1rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec dl dd {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec dl dd {
    font-size: 1rem;
  }
}
#fs_MyPoints #main-content .my-points-main-wrp .inr-spacer .fs-p-aboutPoints .point-mini-sec-wrp .point-mini-sec:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f1f1f1 solid 1px;
}

[type=hidden].is-error,
[type=text].is-error,
[type=search].is-error,
[type=tel].is-error,
[type=url].is-error,
[type=email].is-error,
[type=password].is-error,
[type=datetime].is-error,
[type=date].is-error,
[type=month].is-error,
[type=week].is-error,
[type=time].is-error,
[type=datetime-local].is-error,
[type=number].is-error,
select.is-error,
textarea.is-error {
  background-color: #fee;
}

.flywheel-recommend__frame .fs-p-heading--lv2 {
  display: none;
}
.flywheel-recommend__frame .fr3-productListStatic {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  gap: 0;
  padding: 0;
}
.flywheel-recommend__frame .fr3-productListStatic .fr3-item {
  display: inline-block;
  font-size: 1.3rem;
  width: 330px;
  white-space: normal;
  vertical-align: top;
}
.flywheel-recommend__frame .fr3-productListCarousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 40px;
  top: 145px;
}
@media screen and (max-width: 768px) {
  .flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer {
    display: none;
  }
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer:first-child {
  left: -40px;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer:first-child button {
  width: 40px;
  height: 40px;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer:last-child {
  right: -40px;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__ButtonContainer:last-child button {
  width: 40px;
  height: 40px;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  .flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides {
    gap: 4px;
  }
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide {
  width: 330px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide {
    width: 165px;
  }
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  word-break: break-all;
  width: 100%;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0;
  width: 100%;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__link:hover {
  text-decoration: none;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__link .fr3-item__imageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__link .fr3-item__imageContainer .fr3-item__image {
  width: 100%;
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__link .fr3-item__productName {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1.6;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__link .fr3-item__productName {
    padding: 15px 15px 10px;
    font-size: 1.1rem;
  }
}
.flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__productPrice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #999999;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .flywheel-recommend__frame .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-item .fr3-item__productPrice {
    padding: 0 15px 0;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */