@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("./yakuhanjp.css");
ul.cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

ul.cp > li {
  padding: .2rem;
}

ul.cp > li > a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .1rem .6rem;
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
  border-radius: .25rem;
}

ul.cp > li:nth-of-type(1) > a {
  background: linear-gradient(30deg, #d66f6e, #f0a594);
}

ul.cp > li:nth-of-type(2) > a {
  background: -webkit-gradient(linear, left top, right top, from(#d9d96c), to(#e7dc43));
  background: linear-gradient(to right, #d9d96c, #e7dc43);
}

ul.cp > li:nth-of-type(3) > a {
  background: -webkit-gradient(linear, left top, right top, from(#d66f6e), to(#e7dc43));
  background: linear-gradient(to right, #d66f6e, #e7dc43);
}

ul.cp > li:nth-of-type(4) > a {
  background: -webkit-gradient(linear, left top, right top, from(#b3cbd3), to(#608ea0));
  background: linear-gradient(to right, #b3cbd3, #608ea0);
}

ul.cp > li:nth-of-type(5) > a {
  background: -webkit-gradient(linear, left top, right top, from(#608ea0), to(#d9d96c));
  background: linear-gradient(to right, #608ea0, #d9d96c);
}

ul.cp > li:nth-of-type(6) > a {
  background: -webkit-gradient(linear, left top, right top, from(#b3cbd3), to(#e7dc43));
  background: linear-gradient(to right, #b3cbd3, #e7dc43);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a[target='_blank']::after {
  content: '\e3e0';
  font-family: "Material Symbols Outlined";
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

body {
  line-height: 1.8;
  color: #021027;
  font-family: 'Roboto', 'YakuHanJP', 'Noto Sans JP', sans-serif;
}

@media (max-width: 768px) {
  body {
    font-size: .8rem;
  }
}

body[test] > * {
  border: 1px solid #f00;
}

body[test] > * > * {
  border: 1px solid #0f0;
}

body[test] > * > * > * {
  border: 1px solid #00f;
}

body[test] > * > * > * > * {
  border: 1px solid #ff0;
}

body[test] > * > * > * > * > * {
  border: 1px solid #0ff;
}

body[test] > * > * > * > * > * > * {
  border: 1px solid #f0f;
}

body[test] > * > * > * > * > * > * > * {
  border: 1px solid #f88;
}

body[test] > * > * > * > * > * > * > * > * {
  border: 1px solid #8f8;
}

body[test] > * > * > * > * > * > * > * > * > * {
  border: 1px solid #88f;
}

body[test] > * > * > * > * > * > * > * > * > * > * {
  border: 1px solid #ff8;
}

body[test] > * > * > * > * > * > * > * > * > * > * > * {
  border: 1px solid #8ff;
}

body[test] > * > * > * > * > * > * > * > * > * > * > * > * {
  border: 1px solid #f8f;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

a {
  color: #0054a6;
  text-decoration: none;
}

a:not([class*="button"]):hover {
  color: #fb8500;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

header {
  background: #fff;
}

header .head-one {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .head-one > a {
  display: block;
  margin: 0 auto 0 0;
}

header .head-one > a:hover h1 > span:nth-of-type(1) {
  color: #fb8500;
}

header .head-one > a:hover h1 > span:nth-of-type(2) em {
  color: #ffb703;
}

header .head-one > a h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

header .head-one > a h1 > img {
  width: 10rem;
}

@media (max-width: 768px) {
  header .head-one > a h1 > img {
    width: 8rem;
  }
}

header .head-one > a h1 > span:nth-of-type(1) {
  color: #0054a6;
  font-size: 2.1rem;
  font-weight: 300;
  letter-spacing: -.1em;
  -webkit-transition: .3s;
  transition: .3s;
}

header .head-one > a h1 > span:nth-of-type(2) {
  color: #021027;
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -.8rem;
}

header .head-one > a h1 > span:nth-of-type(2) em {
  color: #8ecae6;
  font-style: normal;
  -webkit-transition: .3s;
  transition: .3s;
}

header .head-one > div form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .head-one > div form input {
  font-size: .8rem;
  height: 2rem;
  padding: 0 1rem;
  margin-right: -2.4rem;
  border-radius: 2rem;
}

header .head-one > div form input:focus {
  border-color: #b3cbd3;
  -webkit-box-shadow: inset 0 0 1px #b3cbd3;
          box-shadow: inset 0 0 1px #b3cbd3;
}

header .head-one > div form button {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 1.8rem;
  border: none;
  background: none;
}

header .head-one > div form button > i {
  color: #253a5c;
  font-size: 1.2rem;
}

header nav.cic-nav {
  background: #253a5c;
}

header nav.cic-nav ul {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  color: #fff;
}

header nav.cic-nav ul.fs-clientInfo.is-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  header nav.cic-nav ul {
    padding: 0 .5rem;
  }
}

@media (max-width: 768px) {
  header nav.cic-nav ul li {
    text-align: center;
  }
}

header nav.cic-nav ul li > a {
  white-space: nowrap;
  padding: .8rem 1.2rem;
  color: #fff;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

@media (max-width: 768px) {
  header nav.cic-nav ul li > a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: .8rem .4rem;
    font-size: .7rem;
  }
}

header nav.cic-nav ul li > a::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  margin: 0 .2rem 0 0;
  line-height: 1.8;
  vertical-align: middle;
  font-size: 1.2rem;
}

header nav.cic-nav ul li > a:hover {
  color: #fff;
  background: #608ea0;
}

header nav.cic-nav ul li > a i {
  display: none;
}

header nav.cic-nav ul li > a .fs-client-cart-count--0 {
  display: none;
}

header nav.cic-nav ul li > a .fs-p-cartItemNumber:not(.fs-client-cart-count--0) {
  font-size: .7rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: rgba(214, 111, 110, 0.9);
  color: #fff;
  position: absolute;
  font-weight: 700;
  left: 1.8em;
  top: .4em;
}

@media (max-width: 768px) {
  header nav.cic-nav ul li > a .fs-p-cartItemNumber:not(.fs-client-cart-count--0) {
    font-size: .6rem;
    width: .8rem;
    height: .8rem;
    left: 1em;
    top: .8em;
  }
}

header nav.cic-nav ul li.cic-nav-category > a::before {
  content: "\e54c";
}

header nav.cic-nav ul li.cic-nav-category > a::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 100% 50% 0;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-width: .8rem;
  border-color: #608ea0 transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

header nav.cic-nav ul li.cic-nav-category > a.show {
  color: #fff;
  background: #608ea0;
}

header nav.cic-nav ul li.cic-nav-category > a.show::after {
  opacity: 1;
}

header nav.cic-nav ul li.cic-nav-favorite > a::before {
  content: "\e87d";
}

header nav.cic-nav ul li.cic-nav-mypage > a::before {
  content: "\e853";
}

header nav.cic-nav ul li.cic-nav-login.boolean-true {
  display: none;
}

header nav.cic-nav ul li.cic-nav-login > a::before {
  content: "\ea77";
}

header nav.cic-nav ul li.cic-nav-logout.boolean-false {
  display: none;
}

header nav.cic-nav ul li.cic-nav-logout > a::before {
  content: "\e9ba";
}

header nav.cic-nav ul li.cic-nav-cart > a::before {
  content: "\e8cc";
}

header .main-visual {
  position: relative;
}

header .main-visual .cic-head-cat {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  background: rgba(16, 16, 32, 0.9);
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat {
    padding: 1rem;
  }
}

header .main-visual .cic-head-cat.show {
  visibility: visible;
  opacity: 1;
}

header .main-visual .cic-head-cat > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
      grid-template-areas: "a b c d e" "f g . . .";
  gap: 1rem;
  list-style: none;
}

@media screen and (max-width: 1280px) {
  header .main-visual .cic-head-cat > ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a b c" "d e ." "f g .";
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "a" "b" "c" "d" "e" "f" "g";
  }
}

header .main-visual .cic-head-cat > ul a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

header .main-visual .cic-head-cat > ul > li > span > a {
  display: block;
  color: #021027;
  font-weight: 700;
  background: #fff;
  padding: .5rem;
  text-align: center;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li > span > a {
    font-size: .65rem;
  }
}

header .main-visual .cic-head-cat > ul > li > span > a:hover {
  color: #021027;
  background: #8ecae6;
}

header .main-visual .cic-head-cat > ul > li > span > a::before {
  content: "";
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Material Symbols Outlined";
  font-size: 2.5rem;
  margin: .2rem auto;
  line-height: 1;
  color: #aab7cd;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li > span > a::before {
    font-size: 2rem;
  }
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(1) > span > a::before {
  content: '\ea40';
  color: #529963;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(2) > span > a::before {
  content: '\f869';
  color: #5b91b7;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(3) > span > a::before {
  content: '\ec1c';
  color: #c34a52;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(4) > span > a::before {
  content: '\e224';
  color: #52bddf;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(5) > span > a::before {
  content: '\ebba';
  color: #8557a1;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(6) > span > a::before {
  content: '\f5d8';
  color: #f3b35a;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(7) > span > a::before {
  content: '\f1d4';
  color: #4b87c1;
}

header .main-visual .cic-head-cat > ul > li.fs-pt_menu__item--dks00 > ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

header .main-visual .cic-head-cat > ul > li.fs-pt_menu__item--dks00 > ul > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li.fs-pt_menu__item--dks00 > ul > li {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

header .main-visual .cic-head-cat > ul > li.fs-pt_menu__item--dks00 > ul > li > span {
  height: 100%;
}

header .main-visual .cic-head-cat > ul > li.fs-pt_menu__item--dks00 > ul > li > span > a {
  display: -ms-grid;
  display: grid;
  border: 1px solid #fff;
  background: rgba(16, 16, 32, 0.6);
  padding: 0.3rem;
  text-align: center;
  height: 100%;
  place-items: center;
}

header .main-visual .cic-head-cat > ul > li.fs-pt_menu__item--dks00 > ul > li > span > a:hover {
  color: #021027;
  background: #8ecae6;
}

header .main-visual .cic-head-cat > ul > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li {
    -ms-grid-columns: 3fr 4fr;
        grid-template-columns: 3fr 4fr;
  }
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > span {
  height: 100%;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > span > a {
  display: -ms-grid;
  display: grid;
  border: 1px solid #fff;
  background: rgba(16, 16, 32, 0.6);
  padding: 0.3rem;
  text-align: center;
  height: 100%;
  place-items: center;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > span > a:hover {
  color: #021027;
  background: #8ecae6;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul {
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li {
    display: -ms-grid;
    display: grid;
  }
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li > span > a {
  background: #112;
  font-size: .8rem;
  display: block;
  padding: 0.3rem;
  text-align: center;
  border: 1px solid #fff;
  height: 100%;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li > span > a::before {
  content: '第';
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li > span > a::after {
  content: '検定';
}

@media (max-width: 768px) {
  header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li > span > a {
    font-size: .7rem;
    display: -ms-grid;
    display: grid;
  }
  header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li > span > a::before, header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li > span > a::after {
    content: '';
  }
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(-n+5) > ul > li > ul > li > span > a:hover {
  color: #021027;
  background: #8ecae6;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: d;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: e;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: f;
}

header .main-visual .cic-head-cat > ul > li:nth-of-type(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: g;
}

header .main-visual .mv-image {
  display: none;
}

header .main-visual .mv-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  header .main-visual .mv-image img {
    height: 100vw;
  }
}

header .main-visual .mv-image.show {
  display: block;
}

.fs-c-breadcrumb {
  background: #eee;
  padding: 0.2rem;
  width: 100%;
}

.fs-c-breadcrumb > * {
  max-width: 1280px;
  margin: 0 auto;
}

.fs-c-breadcrumb .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  color: #999;
}

.fs-c-breadcrumb a {
  font-weight: 700;
  margin: 0 0.2rem;
}

@media (max-width: 768px) {
  .fs-c-breadcrumb {
    margin: 0 auto;
    padding: .5rem;
  }
}

.fs-c-breadcrumb + .fs-c-breadcrumb {
  display: none;
  margin-top: -.5rem;
}

.fs-c-breadcrumb ol {
  font-size: .9rem;
}

@media (max-width: 768px) {
  .fs-c-breadcrumb ol {
    font-size: .75rem;
  }
}

#fs_Top section > div {
  padding: 6rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #fs_Top section > div {
    padding: 1rem;
  }
}

#fs_Top section > div .fs-c-slick .slick-slide {
  width: 13rem;
  margin: .5rem;
}

#fs_Top section > div .fs-c-productListItem {
  background: #f8f8f8;
  padding: 1rem;
}

#fs_Top section > div .fs-c-productListItem__image__image {
  max-height: 13rem;
  margin: 0 auto .5rem;
}

#fs_Top section > div .fs-c-productListItem__productName {
  font-size: .9rem;
  margin-bottom: .5rem;
}

#fs_Top section > div .fs-c-productListItem__productName > a .fs-c-productName__name {
  display: block;
}

#fs_Top section > div .fs-c-productPrice {
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: .5rem;
}

#fs_Top section > div .fs-c-productPrice .fs-c-productPrice__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_Top section > div .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}

#fs_Top section > div .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__label .fs-c-productPrice__main__price {
  display: initial;
}

#fs_Top section > div .fs-c-productPrice .fs-c-productPrice__addon {
  font-size: .75rem;
}

#fs_Top .cic-amazonbestseller {
  background: #232f3e;
}

#fs_Top .cic-amazonbestseller img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #fs_Top .cic-amazonbestseller {
    overflow: hidden;
    height: calc( 200vw / 3);
  }
  #fs_Top .cic-amazonbestseller img {
    margin-left: -30%;
    width: auto;
    height: 100%;
  }
}

#fs_Top .cic-pub-web {
  background: #dff8ff;
}

#fs_Top .cic-pub-web img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #fs_Top .cic-pub-web {
    overflow: hidden;
    height: 100vw;
  }
  #fs_Top .cic-pub-web img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#fs_Top .cic-doku {
  background-color: #b3cbd3;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c5e5f3' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

#fs_Top .cic-doku > div {
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 2rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  #fs_Top .cic-doku > div {
    padding: 2rem 2rem 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#fs_Top .cic-doku > div .text {
  padding-bottom: 6rem;
}

@media (max-width: 768px) {
  #fs_Top .cic-doku > div .text {
    padding-bottom: 0rem;
  }
}

#fs_Top .cic-doku > div .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  #fs_Top .cic-doku > div .img img {
    width: 80%;
  }
}

#fs_Top .cic-doku > div h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  #fs_Top .cic-doku > div h1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 2rem;
    margin: 1rem auto;
  }
}

#fs_Top .cic-doku > div h3 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 1.5rem 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #fs_Top .cic-doku > div h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1rem;
    margin: 1.5rem auto;
  }
}

#fs_Top .cic-doku > div p {
  margin: 1rem 0;
  font-size: .8rem;
  line-height: 1.5;
  width: 100%;
}

#fs_Top .cic-doku > div p:last-of-type {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  #fs_Top .cic-doku > div p {
    margin-top: 1rem;
    width: 100%;
  }
}

#fs_Top .cic-pub {
  background: #fff;
}

#fs_Top .cic-pub dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  margin: 2rem auto;
}

@media (max-width: 768px) {
  #fs_Top .cic-pub dl {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#fs_Top .cic-pub dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

#fs_Top .cic-pub dl dt img {
  max-width: 12rem;
}

@media (max-width: 768px) {
  #fs_Top .cic-pub dl dt img {
    max-width: 6rem;
  }
}

@media (max-width: 768px) {
  #fs_Top .cic-pub dl dd {
    padding: 1rem 2rem;
  }
}

#fs_Top .cic-pub dl dd h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  #fs_Top .cic-pub dl dd h1 {
    font-size: 2rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 1.5rem auto;
  }
}

#fs_Top .cic-pub dl dd h3 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.05em;
  margin: 1.5rem 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #fs_Top .cic-pub dl dd h3 {
    font-size: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 1.5rem auto;
  }
}

#fs_Top .cic-pub dl dd h3 em {
  font-size: 1.1em;
  font-style: normal;
}

#fs_Top .cic-pub dl dd p {
  margin: 1rem 0;
  font-size: .8rem;
  line-height: 1.5;
  width: 80%;
}

@media (max-width: 768px) {
  #fs_Top .cic-pub dl dd p {
    width: 100%;
  }
}

#fs_Top #ranking,
#fs_Top #recommend {
  background: #fff;
  padding: 2rem 0;
}

#fs_Top #ranking h1,
#fs_Top #recommend h1 {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #b3cbd3), color-stop(90%, #b3cbd3), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 70%, #b3cbd3 70%, #b3cbd3 90%, transparent 90%);
  padding: 0 .3rem;
  margin: 0 auto 4rem;
  font-size: 2.5rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  #fs_Top #ranking h1,
  #fs_Top #recommend h1 {
    font-size: 2rem;
    margin: .5rem auto 2rem;
  }
}

#fs_Top #recommend {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%238ecae6' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

#fs_Top #ranking ul.cic-grid-items,
#fs_Top #recommend ul.cic-grid-items {
  max-width: 1080px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  list-style: none;
}

@media (max-width: 768px) {
  #fs_Top #ranking ul.cic-grid-items,
  #fs_Top #recommend ul.cic-grid-items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#fs_Top #ranking ul.cic-grid-items > li,
#fs_Top #recommend ul.cic-grid-items > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  grid-row: span 4;
  gap: .5rem;
  border: 1px solid #eee;
  padding: 1.5rem 1rem 1rem;
  border-radius: .25rem;
  background: #fff;
}

#fs_Top #ranking ul.cic-grid-items > li:nth-of-type(n+6),
#fs_Top #recommend ul.cic-grid-items > li:nth-of-type(n+6) {
  display: none;
}

@media (max-width: 768px) {
  #fs_Top #ranking ul.cic-grid-items > li:nth-of-type(6),
  #fs_Top #recommend ul.cic-grid-items > li:nth-of-type(6) {
    display: inherit;
  }
}

#fs_Top #ranking ul.cic-grid-items > li > a,
#fs_Top #recommend ul.cic-grid-items > li > a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#fs_Top #ranking ul.cic-grid-items > li > h4,
#fs_Top #recommend ul.cic-grid-items > li > h4 {
  font-size: .8rem;
}

@media (max-width: 768px) {
  #fs_Top #ranking ul.cic-grid-items > li > h4,
  #fs_Top #recommend ul.cic-grid-items > li > h4 {
    font-size: .7rem;
  }
}

#fs_Top #ranking ul.cic-grid-items > li > h3,
#fs_Top #recommend ul.cic-grid-items > li > h3 {
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #fs_Top #ranking ul.cic-grid-items > li > h3,
  #fs_Top #recommend ul.cic-grid-items > li > h3 {
    font-size: .8rem;
  }
}

#fs_Top #ranking ul.cic-grid-items > li > .tags .fs-c-productMark > li,
#fs_Top #recommend ul.cic-grid-items > li > .tags .fs-c-productMark > li {
  margin-bottom: 2px;
}

#fs_Top #ranking ul.cic-grid-items > li > .tags .fs-c-mark--preorder.fs-c-mark,
#fs_Top #recommend ul.cic-grid-items > li > .tags .fs-c-mark--preorder.fs-c-mark {
  display: none;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 32px;
  color: #fff;
  background: #d66f6e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_Top #ranking ul.cic-grid-items > li > .nedan,
#fs_Top #recommend ul.cic-grid-items > li > .nedan {
  font-size: 1rem;
}

#fs_Top #ranking ul.cic-grid-items > li > .nedan > span,
#fs_Top #recommend ul.cic-grid-items > li > .nedan > span {
  font-size: .75em;
  margin: 0 .1rem;
}

#fs_Top #ranking ul.cic-grid-items {
  counter-reset: listCounter;
}

#fs_Top #ranking ul.cic-grid-items > li {
  counter-increment: listCounter;
  position: relative;
  overflow: hidden;
}

#fs_Top #ranking ul.cic-grid-items > li::after {
  content: counter(listCounter);
  position: absolute;
  display: block;
  font-size: 7rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #b3cbd3;
  padding: 0;
  line-height: 1;
  inset: -1.5rem auto auto -1.5rem;
  opacity: .8;
  z-index: 1;
}

@media (max-width: 768px) {
  #fs_Top #ranking ul.cic-grid-items > li::after {
    font-size: 6rem;
  }
}

#fs_ProductCategory main > .fs-c-productList,
#fs_ProductSearch main > .fs-c-productList {
  max-width: 1280px;
  padding-bottom: 4rem;
  margin: 0 auto;
}

#fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller,
#fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9rem;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  #fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller,
  #fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller {
    font-size: .7rem;
    margin: 0 0 1rem;
  }
}

#fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems,
#fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5rem auto .5rem 0;
}

#fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > .fs-c-sortItems__label,
#fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > .fs-c-sortItems__label {
  color: #fff;
  background: #253a5c;
  padding: .2rem .8rem;
  border-radius: .25rem;
}

@media (max-width: 768px) {
  #fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > .fs-c-sortItems__label,
  #fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > .fs-c-sortItems__label {
    padding: .2rem .4rem;
  }
}

#fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul,
#fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 .5rem;
}

#fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > li,
#fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > li {
  padding: 0 .5rem;
}

@media (max-width: 768px) {
  #fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > li,
  #fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > li {
    padding: 0 .2rem;
  }
}

#fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > .is-active > span,
#fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > .is-active > span {
  background: #608ea0;
  color: #fff;
  padding: .2rem .8rem;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  #fs_ProductCategory main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > .is-active > span,
  #fs_ProductSearch main > .fs-c-productList > .fs-c-productList__controller > .fs-c-sortItems > ul > .is-active > span {
    padding: .2rem .4rem;
  }
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-main {
    padding: 2rem 0 0;
  }
}

#fs_ProductDetails #fs_form {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 0;
}

@media (max-width: 768px) {
  #fs_ProductDetails #fs_form {
    padding: 1rem;
  }
}

#fs_ProductDetails .fs-l-productLayout {
  position: relative;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productCarouselMainImage {
  float: left;
  width: 45%;
  text-align: center;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-c-productCarouselMainImage {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productMainImage {
  margin-bottom: .5rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productMainImage .fs-c-productMainImage__image img {
  width: 70%;
  margin: 0 auto;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productMainImage .fs-c-productMainImage__expandButton {
  display: none;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productThumbnail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productThumbnail .fs-c-productThumbnail__image {
  cursor: pointer;
}

#fs_ProductDetails .fs-l-productLayout .wrap-elements {
  float: left;
  width: 45%;
  text-align: center;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .wrap-elements {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productNameHeading,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productNumber,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productMarks,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productPrices,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productQuantityAndWishlist,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productActionButton,
#fs_ProductDetails .fs-l-productLayout > .fs-c-returnedSpecialContract,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productSalesPeriod,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productNotice,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productPreorderMessage,
#fs_ProductDetails .fs-l-productLayout > .fs-c-inquiryAboutProduct,
#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview,
#fs_ProductDetails .fs-l-productLayout > .newQuantityArea,
#fs_ProductDetails .fs-l-productLayout > .newWishListArea {
  float: right;
  width: 55%;
  padding: .5rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productNameHeading,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productNumber,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productMarks,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productPrices,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productQuantityAndWishlist,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productActionButton,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-returnedSpecialContract,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productSalesPeriod,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productNotice,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productPreorderMessage,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-inquiryAboutProduct,
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productReview,
  #fs_ProductDetails .fs-l-productLayout > .newQuantityArea,
  #fs_ProductDetails .fs-l-productLayout > .newWishListArea {
    float: none;
    width: 100%;
    padding: .5rem 0;
  }
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productNameHeading:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productNumber:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productMarks:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productPrices:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productQuantityAndWishlist:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productActionButton:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-returnedSpecialContract:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productSalesPeriod:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productNotice:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productPreorderMessage:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-inquiryAboutProduct:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productReview:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .newQuantityArea:not(.fs-c-productNameHeading),
  #fs_ProductDetails .fs-l-productLayout > .newWishListArea:not(.fs-c-productNameHeading) {
    text-align: center;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productActionButton > button,
#fs_ProductDetails .fs-l-productLayout .newWishListArea > span > button,
#fs_ProductDetails .fs-l-productLayout .fs-c-inquiryAboutProduct > button {
  margin: 0;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-c-productActionButton > button,
  #fs_ProductDetails .fs-l-productLayout .newWishListArea > span > button,
  #fs_ProductDetails .fs-l-productLayout .fs-c-inquiryAboutProduct > button {
    margin: 0 auto;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPostage {
  display: none;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPreorderMessage {
  margin-top: 1.5rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPreorderMessage p {
  font-size: .9rem;
  margin: 0;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPreorderMessage + .fs-c-productSalesPeriod {
  margin-bottom: 1rem;
}

#fs_ProductDetails .fs-l-productLayout .slick-list {
  padding: 0 !important;
}

#fs_ProductDetails .fs-l-productLayout .slick-list .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

#fs_ProductDetails .fs-l-productLayout .slick-list .fs-c-productCarouselMainImage__image {
  text-align: center;
}

#fs_ProductDetails .fs-l-productLayout .slick-list .fs-c-productCarouselMainImage__image img {
  width: 60%;
}

#fs_ProductDetails .fs-l-productLayout h1 {
  margin-top: 0;
  font-size: 2rem;
  text-align: left;
  text-wrap: initial;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout h1 {
    font-size: 1.5rem;
    margin: 0;
  }
}

#fs_ProductDetails .fs-l-productLayout h1 .fs-c-productNameHeading__copy {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: .8rem;
  color: #111;
  background: #f8f8f8;
  padding: .2rem;
  margin-bottom: .4rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productNumber {
  display: block;
  font-size: 0;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-c-productNumber {
    text-align: center;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productNumber .fs-c-productNumber__label {
  display: inline-block;
  background: #475259;
  color: #fff;
  border: 2px solid #475259;
  font-size: .9rem;
  padding: 0 .6rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productNumber .fs-c-productNumber__number {
  display: inline-block;
  color: #475259;
  border: 2px solid #475259;
  font-size: .9rem;
  padding: 0 .6rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPrices .fs-c-productPrice__main__label {
  font-size: .7rem;
  display: none;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-c-productPrices .fs-c-productPrice__main__label {
    display: none;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPrices .fs-c-productPrice__main__price {
  display: inline-block;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPrices .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  font-size: 1.2rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPrices .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 2rem;
  font-weight: 700;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productPrices .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: .9rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productQuantityAndWishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity {
  position: relative;
  margin-left: 3rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity {
    margin: 0 auto;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量：";
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity::after {
  content: "\e5d7";
  font-family: 'Material Symbols Outlined';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

#fs_ProductDetails .fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  border-radius: .25rem;
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription {
  clear: both;
  padding: 2rem 1rem 1rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-p-productDescription {
    padding: 2rem 0;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail {
  max-width: 1080px;
  margin: 0 auto;
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail table {
  border-collapse: collapse;
  width: 100%;
  max-width: 40rem;
  margin: 2rem auto;
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail table caption {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail table tbody tr {
  border: 1px solid #ddd;
  border-width: 1px 0;
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail table tbody th {
  background: #f0f0f0;
  padding: .8rem 1.6rem;
  text-align: right;
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail table tbody td {
  padding: .8rem 1.6rem;
  text-align: left;
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail .common-block {
  margin: 4rem auto;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail .common-block {
    margin: 2rem auto;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail .common-block h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.2rem;
  padding: .4rem 1rem;
  border-left: 0.5rem solid #b3cbd3;
  color: #fff;
  background: #475259;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail .common-block h4 {
    font-size: 1rem;
  }
}

#fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail .common-block p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout .fs-p-productDescription .cic-book-detail .common-block p {
    font-size: .8rem;
  }
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview {
  margin: 0 0 1rem;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview .fs-c-productReview__aggregateRating {
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productReview .fs-c-productReview__aggregateRating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-reviewStars::before {
  font-size: 1rem;
  color: #ffb703;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__count::before {
  content: '(';
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__count::after {
  content: '件)';
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul {
  list-style: none;
  font-size: .8rem;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li {
  margin: 1rem 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li {
    width: 100%;
  }
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewList__item__info {
  margin-bottom: .5rem;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name {
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__profile {
    text-align: left;
  }
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewList__item__info .fs-c-reviewInfo__date dt {
  margin-right: .25rem;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewInfo__stars::before {
  font-size: 1rem;
  color: #ffb703;
}

#fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewBody {
  background: #f8f8f8;
  padding: 1rem;
  border-radius: .5rem;
  min-width: 24rem;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-l-productLayout > .fs-c-productReview ul li .fs-c-reviewBody {
    margin-left: 0;
    min-width: initial;
    width: 100%;
    text-align: left;
  }
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner {
  padding: 1rem;
  max-width: calc(100vw - 2rem);
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__title {
  display: none;
  line-height: 1.5rem;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close::before {
  font-size: 1.2rem;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents {
  padding: 0 0 1rem;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct__productImage img {
  margin: 1rem auto;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct__productName {
  margin: 1rem auto;
  width: 90%;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryProduct__productName .fs-c-productName__copy {
  display: block;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inquiryMessage {
  text-align: center;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable--inModal {
  margin: 0 auto;
  width: 20rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable--inModal {
    width: 16rem;
  }
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable__label {
  font-size: .8rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputTable__label {
    font-size: .7rem;
  }
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputField__field {
  text-align: center;
  font-size: .8rem;
}

@media (max-width: 768px) {
  #fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputField__field {
    font-size: .7rem;
  }
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-inputField__field a {
  color: #d66f6e;
}

#fs_ProductDetails .fs-c-modal--inquiry .fs-c-modal__inner .fs-c-modal__contents .fs-c-assist {
  font-size: .8rem;
  margin: 0;
  padding: 0 0 .25rem;
}

#fs_ShoppingCart .fs-l-cart__contentsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea {
    display: block;
    padding: 1rem 0 2rem;
  }
}

#fs_ShoppingCart .fs-l-cart__contentsArea .fs-c-pageMessage {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

#fs_ShoppingCart .fs-l-cart__contentsArea .fs-c-pageMessage.fs-c-noResultMessage {
  margin-top: 4rem;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container {
  width: 65%;
  padding: 2rem;
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container {
    width: 100%;
    padding: 1rem;
  }
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTableContainer::before {
  content: "カート内商品一覧";
  font-size: 1.2rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  text-align: left;
  margin-bottom: .5rem;
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTableContainer::before {
    font-size: 1rem;
  }
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable {
  width: 100%;
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "a a a" "b c d";
    -ms-grid-columns: 1fr 1fr 4rem;
        grid-template-columns: 1fr 1fr 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px dashed #ccc;
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row:first-of-type {
    padding-top: .5rem;
    border-top: 1px dashed #ccc;
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: a;
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: b;
    text-align: center;
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell:nth-of-type(2) > .fs-c-quantity {
    display: inline-block;
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: c;
    text-align: center;
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell:nth-of-type(3) > .fs-c-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__row .fs-c-cartTable__dataCell:nth-of-type(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: d;
    text-align: center;
  }
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__headerCell,
#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__dataCell {
  border-width: 1px 0;
  padding: 1rem;
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__headerCell,
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-cartTable__dataCell {
    padding: .5rem;
  }
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-button--cancel--cart,
#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-button--buyItLater {
  background: #fff;
  border: none;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-button--cancel--cart::before,
#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-button--buyItLater::before {
  content: '\e872';
  font-family: "Material Symbols Outlined";
  font-size: 1.35rem;
  color: #444;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-button--cancel--cart .fs-c-button__label,
#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-button--buyItLater .fs-c-button__label {
  display: none;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-cartContent-container .fs-c-cartTable .fs-c-button--buyItLater::before {
  content: '\f883';
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper {
  width: 35%;
  padding: 2rem;
  margin: 0 0 2rem;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper {
    width: calc( 100% - 4rem);
    margin: 0 2rem 2rem;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.15);
  }
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-cartTotals-container::before {
  content: "合計";
  font-size: 1.2rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  display: block;
  margin-bottom: .5rem;
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-cartTotals-container::before {
    font-size: 1rem;
  }
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-orderTotalTable {
  width: 100%;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-orderTotalTable th,
#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-orderTotalTable td {
  border-width: 1px 0;
  padding: 1rem;
  text-align: center;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-orderTotalTable .fs-c-price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-orderTotalTable .fs-c-price .fs-c-price__currencyMark {
  margin-right: .2rem;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper .fs-c-orderTotalTable .fs-c-price .fs-c-price__value {
  font-size: 1.35rem;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container {
  margin-top: 2rem;
}

#fs_ShoppingCart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container .fs-c-purchaseHere__message {
  padding: 1rem;
}

#fs_ShoppingCart .fs-c-featuredProduct {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  #fs_ShoppingCart .fs-c-featuredProduct {
    padding: 2rem 1rem;
  }
}

#fs_ShoppingCart #fs-totalsArea-wrapper {
  margin: 1.5rem auto 0;
}

#fs_Checkout .fs-l-page .fs-l-main,
#fs_CheckoutV2 .fs-l-page .fs-l-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 0;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "a a" "b c";
  -ms-grid-columns: 13fr 7fr;
      grid-template-columns: 13fr 7fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main,
  #fs_CheckoutV2 .fs-l-page .fs-l-main {
    padding: 2rem 0;
        grid-template-areas: "a" "b" "c";
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#fs_Checkout .fs-l-page .fs-l-main h2,
#fs_CheckoutV2 .fs-l-page .fs-l-main h2 {
  font-size: 1.2rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main h2,
  #fs_CheckoutV2 .fs-l-page .fs-l-main h2 {
    font-size: 1rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main h2 + div,
#fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div {
  padding: 2rem;
  border-radius: .25rem;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main h2 + div,
  #fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div {
    padding: 1rem;
    background: #f8f8f8;
  }
}

#fs_Checkout .fs-l-page .fs-l-main h2 + div .fs-c-checkout-customerInfo__name,
#fs_Checkout .fs-l-page .fs-l-main h2 + div .fs-c-checkout-destination__name,
#fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div .fs-c-checkout-customerInfo__name,
#fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div .fs-c-checkout-destination__name {
  font-size: 1.2rem;
}

#fs_Checkout .fs-l-page .fs-l-main h2 + div .fs-c-checkout-customerInfo__name .fs-c-checkout-destination__name__home,
#fs_Checkout .fs-l-page .fs-l-main h2 + div .fs-c-checkout-destination__name .fs-c-checkout-destination__name__home,
#fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div .fs-c-checkout-customerInfo__name .fs-c-checkout-destination__name__home,
#fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div .fs-c-checkout-destination__name .fs-c-checkout-destination__name__home {
  font-size: .8em;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main h2 + div .fs-c-checkout-customerInfo__name,
  #fs_Checkout .fs-l-page .fs-l-main h2 + div .fs-c-checkout-destination__name,
  #fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div .fs-c-checkout-customerInfo__name,
  #fs_CheckoutV2 .fs-l-page .fs-l-main h2 + div .fs-c-checkout-destination__name {
    font-size: 1rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
  padding: 2rem;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn {
    padding: 1rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-preview__body,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-preview__body {
  margin-bottom: 2rem;
  border-bottom: 1px dashed #eee;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--change--small,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--chooseDestination,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--inputCreditCardData,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--change--small,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--chooseDestination,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--inputCreditCardData {
  font-size: .8rem;
  width: 12rem;
  padding: .4rem;
  margin: .2rem 0 .2rem auto;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--change--small,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--chooseDestination,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--inputCreditCardData,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--change--small,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--chooseDestination,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-button--inputCreditCardData {
    width: calc( (100vw - 4.5rem) / 2);
  }
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-destination__control,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-destination__control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: .5rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body {
  padding: 0;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option {
  margin: 1rem 0;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option h3,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option h3,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option h3,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option h3 {
  font-weight: 700;
  font-size: 1rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body {
  margin: 1rem 0;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkout-paymentMethod__creditCardList.fs-c-dropdown,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkout-paymentMethod__creditCardList.fs-c-dropdown,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkout-paymentMethod__creditCardList.fs-c-dropdown,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkout-paymentMethod__creditCardList.fs-c-dropdown {
  width: 10rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice {
  margin-left: 1.25rem;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__title .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body .fs-c-checkAndNotice__notice {
    font-size: .7rem;
    margin-left: 0rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container h3.fs-c-checkout-heading,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container h3.fs-c-checkout-heading {
  font-size: .9rem;
  font-weight: 700;
  margin: 1rem 0 .5rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container h4.fs-c-checkout-heading-lv2,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container h4.fs-c-checkout-heading-lv2 {
  font-size: .9rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body {
  font-size: .9rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dl,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dl dt,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dl dd,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dl dt,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingOption dl dd {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel {
  margin: 1rem 0;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  font-size: .8rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul li,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul li {
  padding: 1rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul li .fs-c-checkout-shippingParcel__productImage img,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail__parcel ul li .fs-c-checkout-shippingParcel__productImage img {
  margin: 0 auto .5rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination > div:not(:first-of-type),
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail > div:not(:first-of-type),
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDestination > div:not(:first-of-type),
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-addressInfo-container .fs-c-checkout-shippingInfo__body .fs-c-checkout-shippingDetail > div:not(:first-of-type) {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr {
    border: 1px dashed #ccc;
    border-width: 1px 0;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "a a" "b c";
    gap: 0;
    margin: 0;
  }
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(1),
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(1),
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(1),
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: a;
  }
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(2),
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(2),
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(2),
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: b;
    text-align: center;
  }
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(3),
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(3),
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(3),
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: c;
    text-align: center;
  }
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(3) .fs-c-price,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(3) .fs-c-price,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr > td:nth-of-type(3) .fs-c-price,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr > td:nth-of-type(3) .fs-c-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr th,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr td,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr th,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr td,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr th,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr td,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr th,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr td {
  padding: 1rem;
  border: 1px solid #ccc;
  border-width: 1px 0;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr th,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr td,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr th,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr td,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr th,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr td,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr th,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr td {
    border: none;
    padding: .5rem 0;
  }
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr th .fs-c-cartProductSalesPeriod__label,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr td .fs-c-cartProductSalesPeriod__label,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr th .fs-c-cartProductSalesPeriod__label,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr td .fs-c-cartProductSalesPeriod__label,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr th .fs-c-cartProductSalesPeriod__label,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable thead tr td .fs-c-cartProductSalesPeriod__label,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr th .fs-c-cartProductSalesPeriod__label,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable tbody tr td .fs-c-cartProductSalesPeriod__label {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable + div,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-cartTable + div {
  margin-top: 1rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-checkout-preview__body,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn #fs-orderContents-container .fs-c-checkout-preview__body {
  border-bottom: none;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract {
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract {
    text-align: center;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info:empty,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info:empty {
  display: none;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info {
  padding: .25rem;
  margin: 1rem 0;
  font-size: .9rem;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__mainColumn .fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info {
    font-size: .8rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
  padding: 2rem;
  margin: 0 0 2rem;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn {
    width: calc( 100% - 4rem);
    margin: 1rem 2rem 2rem;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.15);
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table {
  width: 100%;
  margin-bottom: 4rem;
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td {
  border-width: 1px 0;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td {
    font-size: .8rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th .fs-c-price,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td .fs-c-price,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th .fs-c-price,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td .fs-c-price {
  font-size: 1.35rem;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th .fs-c-price,
  #fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td .fs-c-price,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th .fs-c-price,
  #fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td .fs-c-price {
    font-size: 1rem;
  }
}

#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th .fs-c-price .fs-c-price__currencyMark,
#fs_Checkout .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td .fs-c-price .fs-c-price__currencyMark,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr th .fs-c-price .fs-c-price__currencyMark,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-l-checkout__sideColumn table tbody tr td .fs-c-price .fs-c-price__currencyMark {
  font-size: .8em;
}

#fs_Checkout > aside,
#fs_CheckoutV2 > aside {
  padding: 1rem;
}

#fs_Checkout > aside .fs-c-inputTable--inModal,
#fs_CheckoutV2 > aside .fs-c-inputTable--inModal {
  width: 100%;
}

#fs_Checkout > aside .fs-c-modal__inner,
#fs_CheckoutV2 > aside .fs-c-modal__inner {
  padding: 1rem;
  font-size: .9rem;
  max-width: 30rem;
  margin: auto;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-modal__title,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-modal__title {
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #fs_Checkout > aside .fs-c-modal__inner .fs-c-modal__title,
  #fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-modal__title {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  #fs_Checkout > aside .fs-c-modal__inner .fs-c-modal__contents,
  #fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-modal__contents {
    padding: 1rem 0;
    font-size: .8rem;
  }
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-modal__contents .fs-c-creditCardIcons,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-modal__contents .fs-c-creditCardIcons {
  width: 80%;
  margin: .5rem auto;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-dropdown::after,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-dropdown::after {
  width: 1rem;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-checkout-customerInfo__name,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-checkout-customerInfo__name {
  font-size: 1.2rem;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-inputField__explanation,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-inputField__explanation {
  font-size: .7rem;
  padding: .5rem;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-checkout-addresseeList,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-checkout-addresseeList {
  list-style: none;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-checkout-addresseeList li,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-checkout-addresseeList li {
  margin-bottom: 1.5rem;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-checkout-addresseeList li .fs-c-checkout-addressee__data__name__home,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-checkout-addresseeList li .fs-c-checkout-addressee__data__name__home {
  font-size: .8em;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-checkout-addressee__control.fs-c-buttonContainer,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-checkout-addressee__control.fs-c-buttonContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin: 0 0 1rem;
}

#fs_Checkout > aside .fs-c-modal__inner .fs-c-button--edit,
#fs_Checkout > aside .fs-c-modal__inner .fs-c-button--setDestination,
#fs_Checkout > aside .fs-c-modal__inner .fs-c-button--addAddressee,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-button--edit,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-button--setDestination,
#fs_CheckoutV2 > aside .fs-c-modal__inner .fs-c-button--addAddressee {
  width: 100%;
  font-size: .8rem;
  padding: 0.4rem;
}

#fs_Checkout p,
#fs_CheckoutV2 p {
  margin: .5rem 0;
}

#fs_Checkout .fs-c-checkout-destination__destination,
#fs_CheckoutV2 .fs-c-checkout-destination__destination {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#fs_Checkout .fs-c-checkout-paymentMethod__creditCardRegistration,
#fs_CheckoutV2 .fs-c-checkout-paymentMethod__creditCardRegistration {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #fs_Checkout .fs-c-checkout-paymentMethod__creditCardRegistration,
  #fs_CheckoutV2 .fs-c-checkout-paymentMethod__creditCardRegistration {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: .5rem;
  }
}

#fs_Checkout .fs-c-checkout-paymentMethodList li,
#fs_CheckoutV2 .fs-c-checkout-paymentMethodList li {
  margin-bottom: .5rem;
}

#fs_ShoppingCart .fs-l-page .fs-l-main .fs-c-cartTable__dataCell--product .fs-c-cartTable__product,
#fs_Checkout .fs-l-page .fs-l-main .fs-c-cartTable__dataCell--product .fs-c-cartTable__product,
#fs_CheckoutV2 .fs-l-page .fs-l-main .fs-c-cartTable__dataCell--product .fs-c-cartTable__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
}

#fs_CheckoutSuccess .fs-c-checkoutSuccess {
  padding: 8rem 2rem;
}

@media (max-width: 768px) {
  #fs_CheckoutSuccess .fs-c-checkoutSuccess {
    padding: 6rem 1rem;
  }
}

#fs_CheckoutSuccess .fs-c-checkoutSuccess h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_CheckoutSuccess .fs-c-checkoutSuccess .fs-c-checkoutSuccess__message {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2rem;
  margin: 0 auto;
}

#fs_CheckoutSuccess .fs-c-checkoutSuccess .fs-c-checkoutSuccess__message p {
  text-align: left;
  margin: 0;
}

#fs_MyReviews .fs-l-main,
#fs_ReviewsByCustomer .fs-l-main {
  padding: 4rem 2rem;
}

@media (max-width: 768px) {
  #fs_MyReviews .fs-l-main,
  #fs_ReviewsByCustomer .fs-l-main {
    padding: 2rem 1rem;
  }
}

#fs_MyReviews .fs-l-main > *,
#fs_ReviewsByCustomer .fs-l-main > * {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto 2rem;
}

#fs_MyReviews .fs-l-main .fs-c-history,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history {
  font-size: .9rem;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-listControl,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-listControl {
  text-align: right;
  margin: 1rem 0;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 5fr;
      grid-template-columns: 2fr 5fr;
      grid-template-areas: "a c" "b c";
  gap: 1rem 2rem;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li:not(:first-of-type),
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li:not(:first-of-type) {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  #fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li,
  #fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "a" "b" "c";
    gap: .5rem;
  }
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__product,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__product {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
  padding: 1rem 1rem 0;
}

@media (max-width: 768px) {
  #fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__product,
  #fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__product {
    padding: 0 1rem;
  }
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__product .fs-c-productName__name,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__product .fs-c-productName__name {
  line-height: 1.35;
  margin-top: .5rem;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
  padding: 0 1rem 1rem;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewStars::before,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewStars::before {
  font-size: 1rem;
  color: #ffb703;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__date,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__date dt,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__date dt {
  margin-right: .25rem;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__status,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__status {
  margin: .25rem 0;
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__status .fs-c-reviewStatus,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info .fs-c-reviewInfo__status .fs-c-reviewStatus {
  padding: .1rem .4rem;
  border: 1px solid #608ea0;
  border-radius: 2px;
  color: #608ea0;
  font-size: .8rem;
}

@media (max-width: 768px) {
  #fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info,
  #fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__info {
    padding: 0 1rem;
  }
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__body,
#fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__body {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
  background: #f8f8f8;
  padding: 1rem;
}

@media (max-width: 768px) {
  #fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__body,
  #fs_ReviewsByCustomer .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-reviewList__item__body {
    font-size: .8rem;
  }
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li {
      grid-template-areas: "a c" "b c" "d c";
}

@media (max-width: 768px) {
  #fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li {
        grid-template-areas: "a" "b" "c" "d";
  }
}

#fs_MyReviews .fs-l-main .fs-c-history .fs-c-reviewList > li .fs-c-buttonContainer--editReview {
  font-size: .8rem;
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: d;
  padding: 0 1rem;
}

#fs_WriteReview .fs-l-main {
  padding: 4rem 2rem;
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main {
    padding: 2rem 1rem;
  }
}

#fs_WriteReview .fs-l-main > * {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto 2rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto 1rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__image {
  margin: 1rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__image a {
  display: block;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__image a img {
  margin: 0 auto;
  width: 20rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__number {
  font-size: .8rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice--selling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice--selling .fs-c-productPrice__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
  font-weight: 700;
  margin: 0 .1rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  font-size: .8rem;
}

#fs_WriteReview .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: .8rem;
}

#fs_WriteReview .fs-l-main .fs-c-reveiwNotes {
  margin: 4rem auto;
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main .fs-c-reveiwNotes {
    margin: 2rem auto;
  }
}

#fs_WriteReview .fs-l-main .fs-c-reveiwNotes h3 {
  font-weight: 700;
}

#fs_WriteReview .fs-l-main .fs-c-reveiwNotes p {
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main .fs-c-reveiwNotes p {
    font-size: .8rem;
  }
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main #fs_form {
    font-size: .8rem;
  }
}

#fs_WriteReview .fs-l-main #fs_form .fs-c-inputField__explanation,
#fs_WriteReview .fs-l-main #fs_form .fs-c-dropdown {
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputField__explanation,
  #fs_WriteReview .fs-l-main #fs_form .fs-c-dropdown {
    font-size: .7rem;
  }
}

#fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field {
  margin: 2rem auto 4rem;
}

#fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 1rem;
  }
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr th,
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr td {
    padding: 0;
  }
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr th {
    text-align: left;
  }
}

#fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr:nth-of-type(2) .fs-c-inputField__field:not([role="radiogroup"]), #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr:nth-of-type(4) .fs-c-inputField__field:not([role="radiogroup"]), #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr:nth-of-type(5) .fs-c-inputField__field:not([role="radiogroup"]) {
  width: 12rem;
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable--child {
    padding: 1rem;
  }
}

#fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable--child > tbody > tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 4fr;
      grid-template-columns: 3fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable--child > tbody > tr {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 1rem;
  }
  #fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable--child > tbody > tr th {
    margin-bottom: .5rem;
  }
}

#fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable--child > tbody > tr .fs-c-radioGroup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

#fs_WriteReview .fs-l-main #fs_form .fs-c-inputInformation__field #fs_input_nickName {
  width: 20rem;
}

#fs_ReviewSuccess .fs-l-main {
  padding: 4rem 2rem;
}

@media (max-width: 768px) {
  #fs_ReviewSuccess .fs-l-main {
    padding: 2rem 1rem;
  }
}

#fs_ReviewSuccess .fs-l-main > * {
  width: 50rem;
  max-width: 100%;
  margin: 8rem auto;
}

@media (max-width: 768px) {
  #fs_ReviewSuccess .fs-l-main > * {
    margin: 4rem auto;
  }
}

#fs_ReviewSuccess .fs-l-main .fs-c-buttonContainer--topPage {
  display: none;
}

#fs_ReviewsByProduct .fs-l-main {
  padding: 4rem 2rem;
}

@media (max-width: 768px) {
  #fs_ReviewsByProduct .fs-l-main {
    padding: 2rem 1rem;
  }
}

#fs_ReviewsByProduct .fs-l-main > * {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed {
  margin-bottom: 1rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__image {
  margin-bottom: 1rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__image a {
  display: block;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__image a img {
  width: 20rem;
  margin: 0 auto;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__name {
  font-size: 1.2rem;
  font-weight: 700;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__number {
  font-size: .9rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  font-size: .8rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-productReviewed .fs-c-productReviewed__prices .fs-c-productPrice .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: .8rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-aggregateRating {
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  gap: .5rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-aggregateRating .fs-c-aggregateRating__rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars::before {
  font-size: 1rem;
  color: #ffb703;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-aggregateRating .fs-c-aggregateRating__count::before {
  content: '(';
}

#fs_ReviewsByProduct .fs-l-main .fs-c-aggregateRating .fs-c-aggregateRating__count::after {
  content: '件)';
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history .fs-c-listControl {
  text-align: right;
  font-size: .9rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList {
  list-style: none;
  font-size: .8rem;
  margin: 1rem 0;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  #fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__info {
  padding-top: .75rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name {
  font-size: .9rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__info .fs-c-reviewInfo__date dt {
  margin-right: .25rem;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__info .fs-c-reviewRating .fs-c-reviewInfo__stars::before {
  font-size: 1rem;
  color: #ffb703;
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__body {
  background: #f8f8f8;
  padding: 1rem;
  border-radius: .5rem;
  min-width: 24rem;
  margin-left: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  #fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__body {
    min-width: initial;
    width: 100%;
    margin-left: 0;
  }
}

#fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__body::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #ccc;
  border-width: .5rem 1rem;
  border-color: transparent #f8f8f8 transparent transparent;
  position: absolute;
  right: 100%;
  top: 1rem;
}

@media (max-width: 768px) {
  #fs_ReviewsByProduct .fs-l-main .fs-c-history ul.fs-c-reviewList li .fs-c-reviewList__item__body::before {
    display: none;
    margin-top: .5rem;
  }
}

#fs_MyPageTop .fs-c-wishlistProduct,
#fs_MyPageTop .fs-c-wishList,
#fs_ShoppingCart .fs-c-wishlistProduct,
#fs_ShoppingCart .fs-c-wishList {
  display: none;
}

#fs_MyPageTop .mypage-favlist,
#fs_ShoppingCart .mypage-favlist {
  padding: 1rem;
  margin: 4rem 0 0;
  background-size: 0.5rem 0.5rem;
  background-image: repeating-linear-gradient(135deg, rgba(96, 142, 160, 0.15) 0, rgba(96, 142, 160, 0.15) 0.7px, rgba(96, 142, 160, 0) 0, rgba(96, 142, 160, 0) 50%);
  background-position: center center;
  background-repeat: repeat;
}

@media (max-width: 768px) {
  #fs_MyPageTop .mypage-favlist,
  #fs_ShoppingCart .mypage-favlist {
    margin: 1rem auto 0;
  }
}

#fs_MyPageTop .mypage-favlist h2,
#fs_ShoppingCart .mypage-favlist h2 {
  font-size: 0.9rem;
  margin: 2rem auto;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3rem 1.2rem 0.2rem 0.9rem;
  background: #fff;
  color: #253a5c;
  font-weight: 700;
  border-radius: 1rem;
  border: 2px solid #253a5c;
}

#fs_MyPageTop .mypage-favlist ul,
#fs_ShoppingCart .mypage-favlist ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: .5rem 1rem;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #fs_MyPageTop .mypage-favlist ul,
  #fs_ShoppingCart .mypage-favlist ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#fs_MyPageTop .mypage-favlist ul li,
#fs_ShoppingCart .mypage-favlist ul li {
  grid-row: span 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  margin-bottom: 2rem;
  gap: 0.3rem 0;
  padding: .5rem;
}

#fs_MyPageTop .mypage-favlist ul li h3,
#fs_ShoppingCart .mypage-favlist ul li h3 {
  font-size: .9rem;
  margin: .5rem 0;
}

@media (max-width: 768px) {
  #fs_MyPageTop .mypage-favlist ul li h3,
  #fs_ShoppingCart .mypage-favlist ul li h3 {
    font-size: .8rem;
  }
}

#fs_MyPageTop .mypage-favlist ul li .nedan,
#fs_ShoppingCart .mypage-favlist ul li .nedan {
  font-size: .8rem;
}

#fs_MyPageTop .mypage-favlist ul li .nedan span,
#fs_ShoppingCart .mypage-favlist ul li .nedan span {
  font-size: .8em;
}

#fs_MyPageTop .mypage-favlist ul li .fs-c-productListCarousel form .fs-c-button--addToCart--list,
#fs_ShoppingCart .mypage-favlist ul li .fs-c-productListCarousel form .fs-c-button--addToCart--list {
  margin: 0 auto;
}

#fs_MyPageTop .fs-l-page .fs-l-main {
  display: -ms-grid;
  display: grid;
  padding: 0rem;
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  max-width: 1080px;
  margin: 8rem auto;
  list-style: none;
}

@media (max-width: 768px) {
  #fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 4rem auto;
  }
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li {
  padding: .25rem;
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li a {
  display: block;
  font-size: .75rem;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
  border-radius: 2.5rem;
  background: #f8f8f8;
  -webkit-transition: .3s;
  transition: .3s;
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li a:hover {
  color: #fff;
  background: #253a5c;
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li a:hover .fs-c-accountService__pageLink__label::before {
  color: #fff;
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li a .fs-c-accountService__pageLink__label {
  margin-bottom: .5rem;
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li a .fs-c-accountService__pageLink__label::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  margin: .5rem auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2rem;
  line-height: 1.35;
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li:nth-of-type(1) .fs-c-accountService__pageLink__label::before {
  content: '\e87d';
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li:nth-of-type(2) .fs-c-accountService__pageLink__label::before {
  content: '\e889';
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li:nth-of-type(3) .fs-c-accountService__pageLink__label::before {
  content: '\f054';
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li:nth-of-type(4) .fs-c-accountService__pageLink__label::before {
  content: '\e0c8';
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li:nth-of-type(5) .fs-c-accountService__pageLink__label::before {
  content: '\f042';
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li:nth-of-type(6) .fs-c-accountService__pageLink__label::before {
  content: '\e8b8';
}

#fs_MyPageTop .fs-l-page .fs-l-main ul.fs-c-accountService > li:nth-of-type(7) .fs-c-accountService__pageLink__label::before {
  content: '\e879';
}

#fs_MyPageTop .fs-l-page .fs-l-main .mypage-favlist {
  margin: 0;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  #fs_MyPageTop .fs-l-page .fs-l-main .mypage-favlist {
    padding: 1rem;
  }
}

#fs_MyWishList .fs-l-main {
  padding: 1rem;
}

#fs_MyWishList .fs-c-productList__list {
  max-width: 1080px;
}

#fs_MyOrders .fs-l-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 0;
}

#fs_MyOrders .fs-l-main .fs-c-history {
  font-size: .9rem;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__info .fs-c-history__infoSummary {
  margin: 1rem 0;
  padding: 1rem;
  background: #f8f8f8;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term {
  font-size: .8rem;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total {
  margin: .5rem 0 0;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total .fs-c-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer {
  margin: 3rem 0;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-listControl {
  margin: 0 0 1rem;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem {
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 2rem;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem {
    padding: 1rem;
  }
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dt {
  width: 8rem;
  text-align: right;
  padding-right: .5rem;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dt {
    width: auto;
    padding-right: 1rem;
  }
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dd {
  width: 10rem;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dd {
    width: auto;
  }
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo .fs-c-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-buttonContainer--viewOrderHistoryDetail {
  margin-left: auto;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-buttonContainer--viewOrderHistoryDetail {
    margin: 0 auto;
  }
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 2rem 0 0;
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
  font-size: .8rem;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
  }
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  grid-row: span 6;
  gap: .25rem;
  line-height: 1.5;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-productImage__image {
  width: 60%;
  margin: 0 auto .5rem;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
  font-weight: 700;
  line-height: 1.5;
}

#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice,
#fs_MyOrders .fs-l-main .fs-c-history .fs-c-history__listContainer .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productQuantity {
  height: 1rem;
}

#fs_MyOrders .fs-l-main .fs-c-noResultMessage__title {
  text-align: center;
}

@media (max-width: 768px) {
  #fs_MyOrders .fs-l-main {
    padding: 2rem 1rem;
  }
}

#fs_MyOrderDetails .fs-l-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 4rem;
}

@media (max-width: 768px) {
  #fs_MyOrderDetails .fs-l-main .fs-c-orderDetail {
    gap: 2rem;
  }
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__data dl {
  padding: .5rem;
  border: 1px solid #ccc;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 10rem;
      grid-template-columns: 8rem 10rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__data dl dt,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__data dl dd {
  font-size: .9rem;
  padding: .1rem .6rem;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__data dl dt {
  padding-right: .5rem;
  text-align: right;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__data dl dd {
  text-align: left;
}

@media (max-width: 768px) {
  #fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable tbody tr {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "a a" "b c" "d d";
  }
  #fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable tbody tr > td:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: a;
  }
  #fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable tbody tr > td:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: b;
    text-align: left;
  }
  #fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable tbody tr > td:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: c;
  }
  #fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable tbody tr > td:nth-of-type(3) .fs-c-cartTable__price {
    display: inline-block;
  }
  #fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderPerAddressee__cartTable tbody tr > td:nth-of-type(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: d;
  }
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo {
  font-size: .9rem;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo h2,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo h2 {
  font-size: 1rem;
  font-weight: 700;
  background: #ccc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 0.6rem;
  margin-bottom: 1rem;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo h3,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo h3 {
  background: #f8f8f8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .2rem .6rem;
  margin-bottom: 1rem;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo table.fs-c-orderTotalTable,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo table.fs-c-orderTotalTable {
  margin: 1rem 0;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo table.fs-c-orderTotalTable tbody tr,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo table.fs-c-orderTotalTable tbody tr {
  border: 1px solid #ccc;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo table.fs-c-orderTotalTable tbody tr th,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo table.fs-c-orderTotalTable tbody tr td,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo table.fs-c-orderTotalTable tbody tr th,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo table.fs-c-orderTotalTable tbody tr td {
  border: none;
  padding: 0 1rem;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo dl.fs-c-deliveryInfoList,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo dl.fs-c-deliveryInfoList {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo dl.fs-c-deliveryInfoList dt,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo dl.fs-c-deliveryInfoList dd,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo dl.fs-c-deliveryInfoList dt,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo dl.fs-c-deliveryInfoList dd {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo dl dt {
  font-weight: 700;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo dl dd {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo table.fs-c-orderTotalTable {
  margin-left: auto;
}

#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo table.fs-c-orderPaymentTable tbody tr th,
#fs_MyOrderDetails .fs-l-main .fs-c-orderDetail .fs-c-orderDetail__orderInfo table.fs-c-orderPaymentTable tbody tr td {
  border: none;
}

#fs_MyAddressBook .fs-l-main,
#fs_NewAddress .fs-l-main {
  padding: 2rem;
}

@media screen and (max-width: 1280px) {
  #fs_MyAddressBook .fs-l-main,
  #fs_NewAddress .fs-l-main {
    padding: 1rem;
  }
}

#fs_MyAddressBook .fs-l-main .fs-c-inputInformation__message,
#fs_NewAddress .fs-l-main .fs-c-inputInformation__message {
  text-align: center;
}

#fs_MyAddressBook .fs-l-main .fs-c-addressBookCount,
#fs_NewAddress .fs-l-main .fs-c-addressBookCount {
  margin: 2rem auto;
  text-align: center;
}

#fs_MyAddressBook .fs-l-main .fs-c-noResultMessage,
#fs_NewAddress .fs-l-main .fs-c-noResultMessage {
  text-align: center;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main {
  max-width: 1080px;
  padding: 4rem 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #fs_AboutShippingAndPayment .fs-l-page .fs-l-main,
  #fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main {
    padding: 2rem 1rem 4rem;
  }
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article {
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_AboutShippingAndPayment .fs-l-page .fs-l-main article,
  #fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article {
    font-size: .8rem;
  }
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article:not(:last-of-type),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article:not(:last-of-type) {
  margin-bottom: 4rem;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article h2,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article p,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article p {
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  #fs_AboutShippingAndPayment .fs-l-page .fs-l-main article p,
  #fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article p {
    margin: 0 0 .5rem;
  }
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section {
  margin-bottom: 2rem;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section h3,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section h3 {
  font-size: .9rem;
  font-weight: 700;
  padding: .3rem;
  margin: 1rem .5rem .5rem;
  letter-spacing: -.05em;
  background: #ddd;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section h4,
#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section h5,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section h4,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section h5 {
  font-size: .9rem;
  font-weight: 700;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section h4.fs-c-documentSubColumn__heading,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section h4.fs-c-documentSubColumn__heading {
  text-align: center;
  margin-top: 1rem;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section > div,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section > div {
  padding: 0 1rem;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 1),
#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 1),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 1),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 2),
#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 2),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 2),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 2) {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 3),
#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 3),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 3),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 3) {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 4),
#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 4),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dt:nth-of-type(4n + 4),
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture > dd:nth-of-type(4n + 4) {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dt,
#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dd,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dt,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dd {
  text-align: center;
  padding: .25rem;
}

@media (max-width: 768px) {
  #fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dt,
  #fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dd,
  #fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dt,
  #fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dd {
    padding: 0;
  }
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dt,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dt {
  border: 1px solid #ccc;
  border-width: 1px 0;
  background: #f8f8f8;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dd,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-postage .fs-c-postage__list.fs-c-postage__list--prefecture dd {
  border-bottom: 1px solid #ccc;
  margin-bottom: .5rem;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main article section .fs-c-creditCardIcons,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main article section .fs-c-creditCardIcons {
  width: 80%;
  max-width: 20rem;
  margin: .5rem auto;
}

#fs_AboutShippingAndPayment .fs-l-page .fs-l-main #fs_anchor_tax > div,
#fs_AboutShippingAndPaymentV2 .fs-l-page .fs-l-main #fs_anchor_tax > div {
  padding: 0 1rem;
}

#fs_AboutTerms .fs-l-page .fs-l-main,
#fs_PrivacyPolicy .fs-l-page .fs-l-main,
#fs_MemberAgreement .fs-l-page .fs-l-main,
#fs_ReturnPolicy .fs-l-page .fs-l-main {
  max-width: 1080px;
  padding: 4rem 2rem;
  margin: 0 auto;
}

#fs_AboutTerms .fs-l-page .fs-l-main a,
#fs_PrivacyPolicy .fs-l-page .fs-l-main a,
#fs_MemberAgreement .fs-l-page .fs-l-main a,
#fs_ReturnPolicy .fs-l-page .fs-l-main a {
  color: #d66f6e;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section h1,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section h1,
#fs_MemberAgreement .fs-l-page .fs-l-main > section h1,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section h1 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section h1 + p,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section h1 + p,
#fs_MemberAgreement .fs-l-page .fs-l-main > section h1 + p,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section h1 + p {
  margin: 0 0 2rem;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section table,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section table,
#fs_MemberAgreement .fs-l-page .fs-l-main > section table,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section table {
  width: 960px;
  max-width: calc(100% - 1rem);
  margin: 2rem auto 4rem;
  border-collapse: collapse;
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section table,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section table,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section table,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section table {
    font-size: .8rem;
    margin: 2rem auto 0;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr,
#fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr {
  border-bottom: 1px solid #ccc;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr:first-of-type,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr:first-of-type,
#fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr:first-of-type,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr:first-of-type {
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr th,
#fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr td,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr th,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr td,
#fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr th,
#fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr td,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr th,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr td {
  padding: .8rem 1.6rem;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr th,
  #fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr td,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr th,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr td,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr th,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr td,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr th,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr td {
    padding: .4rem 1rem;
    width: 100%;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr th,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr th,
#fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr th,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr th {
  background: #f8f8f8;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section table tbody tr th,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section table tbody tr th,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section table tbody tr th,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section table tbody tr th {
    text-align: left;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p {
  font-size: .9rem;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section > dl,
  #fs_AboutTerms .fs-l-page .fs-l-main > section > p,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > dl,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > p,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > p {
    font-size: .8rem;
    padding: 0 .5rem;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl > dt,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p > dt,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl > dt,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p > dt,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl > dt,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p > dt,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl > dt,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p > dt {
  font-size: 1rem;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl ul,
#fs_AboutTerms .fs-l-page .fs-l-main > section > dl ol,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p ul,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p ol,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ul,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ol,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ul,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ol,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ul,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ol,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p ul,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p ol,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ul,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ol,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ul,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ol {
  margin-left: 1.5rem;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section > dl ul,
  #fs_AboutTerms .fs-l-page .fs-l-main > section > dl ol,
  #fs_AboutTerms .fs-l-page .fs-l-main > section > p ul,
  #fs_AboutTerms .fs-l-page .fs-l-main > section > p ol,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ul,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ol,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ul,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ol,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ul,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ol,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > p ul,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > p ol,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ul,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ol,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ul,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ol {
    margin-left: 1rem;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl ul li,
#fs_AboutTerms .fs-l-page .fs-l-main > section > dl ol li,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p ul li,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p ol li,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ul li,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ol li,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ul li,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ol li,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ul li,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ol li,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p ul li,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p ol li,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ul li,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ol li,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ul li,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ol li {
  margin-bottom: .25rem;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl ol + p,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p ol + p,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ol + p,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ol + p,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ol + p,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p ol + p,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ol + p,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ol + p {
  margin: 1rem 0;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl ol li > ul,
#fs_AboutTerms .fs-l-page .fs-l-main > section > p ol li > ul,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl ol li > ul,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > p ol li > ul,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl ol li > ul,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > p ol li > ul,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl ol li > ul,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > p ol li > ul {
  margin: .5rem 0 .5rem 1.5rem;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl {
  margin: 1rem 0;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl dt,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl dt,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl dt,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl dt {
  font-weight: 700;
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl dt + dd,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl dt + dd,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl dt + dd,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl dt + dd {
  padding: 1rem 1rem 2rem;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section > dl dt + dd,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl dt + dd,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > dl dt + dd,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl dt + dd {
    padding: .5rem .5rem 1rem;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section > dl dd,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl dd,
#fs_MemberAgreement .fs-l-page .fs-l-main > section > dl dd,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl dd {
  padding: 1rem;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main > section > dl dd,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main > section > dl dd,
  #fs_MemberAgreement .fs-l-page .fs-l-main > section > dl dd,
  #fs_ReturnPolicy .fs-l-page .fs-l-main > section > dl dd {
    padding: .5rem;
  }
}

#fs_AboutTerms .fs-l-page .fs-l-main > section p,
#fs_PrivacyPolicy .fs-l-page .fs-l-main > section p,
#fs_MemberAgreement .fs-l-page .fs-l-main > section p,
#fs_ReturnPolicy .fs-l-page .fs-l-main > section p {
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  #fs_AboutTerms .fs-l-page .fs-l-main,
  #fs_PrivacyPolicy .fs-l-page .fs-l-main,
  #fs_MemberAgreement .fs-l-page .fs-l-main,
  #fs_ReturnPolicy .fs-l-page .fs-l-main {
    padding: 2rem 1rem 4rem;
  }
}

#fs_ProductSearch .fs-l-main,
#fs_ProductCategory .fs-l-main {
  max-width: 1280px;
  margin: 2rem auto 0;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  #fs_ProductSearch .fs-l-main,
  #fs_ProductCategory .fs-l-main {
    padding: 1rem;
  }
}

#fs_ProductSearch .fs-l-main .fs-c-subgroup,
#fs_ProductCategory .fs-l-main .fs-c-subgroup {
  display: none;
}

#fs_Login .fs-c-inputGroup,
#fs_ShoppingCartLogin .fs-c-inputGroup,
#fs_Register .fs-c-inputGroup,
#fs_CustomerDetails .fs-c-inputGroup,
#fs_PasswordReminder .fs-c-inputGroup,
#fs_ResetPassword .fs-c-inputGroup,
#fs_ReviewLogin .fs-c-inputGroup,
#fs_WishListLogin .fs-c-inputGroup,
#fs_RegisterVerification .fs-c-inputGroup,
#fs_NewAddress .fs-c-inputGroup,
#fs_EditAddress .fs-c-inputGroup,
#fs_MyAddressBook .fs-c-inputGroup,
#fs_EditAccountSettings .fs-c-inputGroup,
#fs_EditPassword .fs-c-inputGroup {
  border: none;
}

#fs_Login .fs-c-button--particular,
#fs_ShoppingCartLogin .fs-c-button--particular,
#fs_Register .fs-c-button--particular,
#fs_CustomerDetails .fs-c-button--particular,
#fs_PasswordReminder .fs-c-button--particular,
#fs_ResetPassword .fs-c-button--particular,
#fs_ReviewLogin .fs-c-button--particular,
#fs_WishListLogin .fs-c-button--particular,
#fs_RegisterVerification .fs-c-button--particular,
#fs_NewAddress .fs-c-button--particular,
#fs_EditAddress .fs-c-button--particular,
#fs_MyAddressBook .fs-c-button--particular,
#fs_EditAccountSettings .fs-c-button--particular,
#fs_EditPassword .fs-c-button--particular {
  border: none;
  padding: 0;
  background: transparent;
}

#fs_Login .fs-l-page .fs-l-main,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main,
#fs_Register .fs-l-page .fs-l-main,
#fs_CustomerDetails .fs-l-page .fs-l-main,
#fs_PasswordReminder .fs-l-page .fs-l-main,
#fs_ResetPassword .fs-l-page .fs-l-main,
#fs_ReviewLogin .fs-l-page .fs-l-main,
#fs_WishListLogin .fs-l-page .fs-l-main,
#fs_RegisterVerification .fs-l-page .fs-l-main,
#fs_NewAddress .fs-l-page .fs-l-main,
#fs_EditAddress .fs-l-page .fs-l-main,
#fs_MyAddressBook .fs-l-page .fs-l-main,
#fs_EditAccountSettings .fs-l-page .fs-l-main,
#fs_EditPassword .fs-l-page .fs-l-main {
  font-size: 1rem;
  background: #fff;
  border-radius: .5rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 0 2rem;
  -ms-grid-columns: 30rem;
      grid-template-columns: 30rem;
      grid-template-areas: "a" "b" "c" "d";
  padding: 6rem 2rem 8rem;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main,
  #fs_Register .fs-l-page .fs-l-main,
  #fs_CustomerDetails .fs-l-page .fs-l-main,
  #fs_PasswordReminder .fs-l-page .fs-l-main,
  #fs_ResetPassword .fs-l-page .fs-l-main,
  #fs_ReviewLogin .fs-l-page .fs-l-main,
  #fs_WishListLogin .fs-l-page .fs-l-main,
  #fs_RegisterVerification .fs-l-page .fs-l-main,
  #fs_NewAddress .fs-l-page .fs-l-main,
  #fs_EditAddress .fs-l-page .fs-l-main,
  #fs_MyAddressBook .fs-l-page .fs-l-main,
  #fs_EditAccountSettings .fs-l-page .fs-l-main,
  #fs_EditPassword .fs-l-page .fs-l-main {
    font-size: .8rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
    padding: 2rem 1rem 4rem;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_Register .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-guestPurchase,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-guestPurchase {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_Register .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-guestPurchase,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-guestPurchase {
    margin-top: 0;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_Register .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-dropdown::after,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-dropdown::after {
  background: none;
  border-left: none;
}

#fs_Login .fs-l-page .fs-l-main #fs_form,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form,
#fs_Register .fs-l-page .fs-l-main #fs_form,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form {
  padding: 1rem;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable {
  margin: 0 auto;
  width: 24rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable,
  #fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable {
    padding: 0;
  }
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) {
  margin-bottom: .6rem;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field {
  position: relative;
  border: 1px solid #999;
  border-width: 0 0 1px;
  border-radius: 0;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before {
  content: "\e158";
  font-family: "Material Symbols Outlined";
  line-height: 1.8;
  vertical-align: middle;
  margin: 0 .6rem 0 .4rem;
  color: #999;
  font-size: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before {
  content: "\e897";
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr label {
  font-size: .8rem;
  line-height: 1;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr th {
  padding: 0 .2rem;
  text-align: left;
  line-height: 1;
  font-size: .8rem;
  margin-bottom: .5rem;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td {
  padding: 0 .2rem .4rem;
  margin-bottom: .5rem;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_mailAddress,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td #fs_input_password {
  border: none;
  padding-left: 2rem;
  line-height: 1.8;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-button--displayPassword {
  border: none;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-assist__message {
  font-size: .8rem;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login {
  margin: 1rem 0 0;
}

#fs_Login .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_Register .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_WishListLogin .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-buttonContainer--login > .fs-c-button--login {
  background: -webkit-gradient(linear, left top, right bottom, from(#f0a594), to(#f0ce6b));
  background: linear-gradient(to right bottom, #f0a594, #f0ce6b);
  border-color: #f0a594;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_Register .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-textLinkContainer,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-textLinkContainer {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_Register .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-textLinkContainer > a,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-textLinkContainer > a {
  font-size: .8rem;
}

#fs_Login .fs-l-page .fs-l-main #fs-page-error-container,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs-page-error-container,
#fs_Register .fs-l-page .fs-l-main #fs-page-error-container,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs-page-error-container,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs-page-error-container,
#fs_ResetPassword .fs-l-page .fs-l-main #fs-page-error-container,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs-page-error-container,
#fs_WishListLogin .fs-l-page .fs-l-main #fs-page-error-container,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs-page-error-container,
#fs_NewAddress .fs-l-page .fs-l-main #fs-page-error-container,
#fs_EditAddress .fs-l-page .fs-l-main #fs-page-error-container,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs-page-error-container,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs-page-error-container,
#fs_EditPassword .fs-l-page .fs-l-main #fs-page-error-container {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
  padding: 0 2rem;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_Register .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_CustomerDetails .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_PasswordReminder .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_ResetPassword .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_ReviewLogin .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_WishListLogin .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_RegisterVerification .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_NewAddress .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_EditAddress .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_MyAddressBook .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_EditAccountSettings .fs-l-page .fs-l-main #fs-page-error-container,
  #fs_EditPassword .fs-l-page .fs-l-main #fs-page-error-container {
    padding: 0 1rem;
  }
}

#fs_Login .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_Register .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_CustomerDetails .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_PasswordReminder .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_ResetPassword .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_ReviewLogin .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_WishListLogin .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_RegisterVerification .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_NewAddress .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_EditAddress .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error,
#fs_EditPassword .fs-l-page .fs-l-main #fs-page-error-container .fs-c-panel--error {
  margin: 1rem auto;
}

#fs_Login .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_Register .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_CustomerDetails .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_PasswordReminder .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_ResetPassword .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_ReviewLogin .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_WishListLogin .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_RegisterVerification .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_NewAddress .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_EditAddress .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_MyAddressBook .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_EditAccountSettings .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title,
#fs_EditPassword .fs-l-page .fs-l-main h2.fs-c-registeredUsers__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0 1rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_Register .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_Register .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-fsLogin.fs-c-inputInformation {
    margin-bottom: 2rem;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_Register .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-newUsers,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-newUsers {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: d;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_Register .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-newUsers h2.fs-c-newUsers__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0 1rem;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_Register .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message {
  font-size: .7rem;
  padding: 1rem;
  margin: 1rem auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_Register .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-newUsers__message {
    width: 80%;
    margin: 0 auto;
    padding: 1rem 0 2rem;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_Register .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister {
  padding: 0;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_Register .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-newUsers .fs-c-buttonContainer--memberRegister > a {
  background: -webkit-gradient(linear, left top, right bottom, from(#608ea0), to(#b3cbd3));
  background: linear-gradient(to right bottom, #608ea0, #b3cbd3);
  border-color: #b3cbd3;
  margin: 0 auto 2rem;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__message {
  font-size: .8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__message,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__message {
    width: 100%;
  }
  #fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__message p,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__message p {
    text-align: center;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField {
    margin-bottom: 0;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable {
  font-size: .8rem;
  line-height: 1;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12rem 1fr;
      grid-template-columns: 12rem 1fr;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field {
  width: 12rem;
  position: relative;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 .8rem 1.8rem;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell {
    padding: 0;
    text-align: left;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label {
  line-height: 2;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell > label .fs-c-requiredMark {
  margin-right: -.5rem;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr th.fs-c-inputTable__headerCell .fs-c-requiredMark::before {
  line-height: 1.2;
  text-align: left;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell {
  padding: 0;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell {
    padding-bottom: 1.2rem;
  }
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-inputField__explanation {
  margin: .5rem 0;
  letter-spacing: -.05em;
  line-height: 1.8;
  display: none;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__field .fs-c-memberInfoField .fs-c-inputTable tr td.fs-c-inputTable__dataCell .fs-c-dropdown::after {
  width: 1rem;
  padding: 8px 4px;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage {
  background: #f9ddd7;
  margin-top: 3rem;
  padding: .5rem 1rem;
  text-align: center;
}

#fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
#fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p {
  color: #da4453;
  font-size: .9rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #fs_Login .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_ShoppingCartLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_Register .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_CustomerDetails .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_PasswordReminder .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_ResetPassword .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_ReviewLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_WishListLogin .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_RegisterVerification .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_NewAddress .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_EditAddress .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_MyAddressBook .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_EditAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p,
  #fs_EditPassword .fs-l-page .fs-l-main .fs-c-inputInformation__buttonMessage > p {
    font-size: .75rem;
  }
}

#fs_NewAddress .fs-c-modal .fs-c-modal__header,
#fs_EditAddress .fs-c-modal .fs-c-modal__header,
#fs_MyAddressBook .fs-c-modal .fs-c-modal__header,
#fs_EditAccountSettings .fs-c-modal .fs-c-modal__header {
  padding: 1rem;
}

#fs_NewAddress .fs-c-modal .fs-c-inputInformation__message p,
#fs_EditAddress .fs-c-modal .fs-c-inputInformation__message p,
#fs_MyAddressBook .fs-c-modal .fs-c-inputInformation__message p,
#fs_EditAccountSettings .fs-c-modal .fs-c-inputInformation__message p {
  margin: 0 0 1rem;
}

#fs_NewAddress .fs-c-modal .fs-c-inputTable--inModal,
#fs_EditAddress .fs-c-modal .fs-c-inputTable--inModal,
#fs_MyAddressBook .fs-c-modal .fs-c-inputTable--inModal,
#fs_EditAccountSettings .fs-c-modal .fs-c-inputTable--inModal {
  margin-bottom: 2rem;
}

#fs_NewAddress .fs-c-modal .fs-c-inputTable--inModal > tbody > tr + tr,
#fs_EditAddress .fs-c-modal .fs-c-inputTable--inModal > tbody > tr + tr,
#fs_MyAddressBook .fs-c-modal .fs-c-inputTable--inModal > tbody > tr + tr,
#fs_EditAccountSettings .fs-c-modal .fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 0;
}

#fs_NewAddress .fs-l-page .fs-l-main,
#fs_EditAddress .fs-l-page .fs-l-main,
#fs_MyAddressBook .fs-l-page .fs-l-main,
#fs_EditAccountSettings .fs-l-page .fs-l-main {
  font-size: .8rem;
}

#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1),
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) {
  margin-bottom: 0;
}

#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field {
  border: none;
}

#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_NewAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_EditAddress .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_MyAddressBook .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_EditAccountSettings .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before {
  content: '';
}

#fs_EditAccountSettings .fs-c-radioGroup.fs-c-inputField__field.fs-system-assistTarget {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#fs_MyAddressBook .fs-c-addressBookList__list {
  width: 100%;
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_MyAddressBook .fs-c-addressBookList__list {
    font-size: .8rem;
  }
}

#fs_MyAddressBook .fs-c-addressBookList__list tbody tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: .25rem;
  margin: 0 0 2rem;
}

#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-inputField__field::before {
  content: '';
}

#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-button--displayPassword::before,
#fs_EditPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(2) .fs-c-button--displayPassword::before {
  line-height: 1.8rem;
}

#fs_EditPassword #fs_input_currentPassword,
#fs_EditPassword #fs_input_newPassword {
  line-height: 1.8rem;
}

#fs_MyAccountSettings .fs-l-page .fs-l-main,
#fs_DeleteAccount .fs-l-page .fs-l-main {
  padding: 6rem 2rem 8rem;
}

@media (max-width: 768px) {
  #fs_MyAccountSettings .fs-l-page .fs-l-main,
  #fs_DeleteAccount .fs-l-page .fs-l-main {
    font-size: .8rem;
    padding: 2rem 1rem 4rem;
  }
}

#fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputInformation__message,
#fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputInformation__message {
  text-align: center;
}

#fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable,
#fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable {
  max-width: 30rem;
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
  font-size: .9rem;
}

@media (max-width: 768px) {
  #fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable,
  #fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable {
    font-size: .7rem;
  }
}

#fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable tbody tr,
#fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable tbody tr {
  border: 1px solid #eee;
  border-width: 1px 0;
}

#fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable tbody tr th, #fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable tbody tr td,
#fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable tbody tr th,
#fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable tbody tr td {
  padding: .8rem 1rem;
}

@media (max-width: 768px) {
  #fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable tbody tr th, #fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable tbody tr td,
  #fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable tbody tr th,
  #fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable tbody tr td {
    padding: .5rem;
  }
}

#fs_MyAccountSettings .fs-l-page .fs-l-main .fs-c-inputTable tbody tr th,
#fs_DeleteAccount .fs-l-page .fs-l-main .fs-c-inputTable tbody tr th {
  background: #f8f8f8;
}

#fs_Register > .fs-l-page > .fs-l-main #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable,
#fs_CustomerDetails > .fs-l-page > .fs-l-main #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable {
  width: 30rem;
}

#fs_Register > .fs-l-page > .fs-l-main #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_Register > .fs-l-page > .fs-l-main #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(2) .fs-c-inputField__field::before,
#fs_CustomerDetails > .fs-l-page > .fs-l-main #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(1) .fs-c-inputField__field::before,
#fs_CustomerDetails > .fs-l-page > .fs-l-main #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(2) .fs-c-inputField__field::before {
  content: '';
}

#fs_Register .fs-c-inputInformation__field,
#fs_CustomerDetails .fs-c-inputInformation__field {
  max-width: 100%;
  width: 40rem;
  margin: 0 auto;
}

#fs_Register input,
#fs_CustomerDetails input {
  border: 1px solid #ccc;
  border-width: 0 0 1px;
}

#fs_Register input:focus,
#fs_CustomerDetails input:focus {
  border-color: #d66f6e;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#fs_Register .fs-c-button--particular::before,
#fs_CustomerDetails .fs-c-button--particular::before {
  line-height: 1.2;
}

@media (max-width: 768px) {
  #fs_Register .fs-c-radioGroup,
  #fs_CustomerDetails .fs-c-radioGroup {
    margin: .5rem 0 0;
    display: inline-block;
  }
  #fs_Register .fs-c-radioGroup .fs-c-radio,
  #fs_CustomerDetails .fs-c-radioGroup .fs-c-radio {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
  }
  #fs_Register .fs-c-inputField__explanation,
  #fs_CustomerDetails .fs-c-inputField__explanation {
    font-size: .7rem;
  }
  #fs_Register .fs-c-buttonContainer--sendVerificationCode,
  #fs_CustomerDetails .fs-c-buttonContainer--sendVerificationCode {
    margin-top: 1.5rem;
  }
}

#fs_Register > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(-n+2) .fs-c-inputField__field,
#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(-n+2) .fs-c-inputField__field {
  border: none;
}

#fs_Register > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(3) .fs-c-inputField__field,
#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(3) .fs-c-inputField__field {
  position: relative;
}

#fs_Register > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(3) .fs-c-inputField__field #fs_input_email,
#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(3) .fs-c-inputField__field #fs_input_email {
  line-height: 1.8;
}

#fs_Register > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field,
#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field {
  border: 1px solid #ccc;
  border-width: 0 0 1px;
}

#fs_Register > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field #fs_input_password,
#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(4) .fs-c-inputField__field #fs_input_password {
  padding: 3px 5px;
}

#fs_Register > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(6) td.fs-c-inputTable__dataCell .fs-c-dropdown,
#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(6) td.fs-c-inputTable__dataCell .fs-c-dropdown {
  width: 10rem;
}

#fs_Register .fs-c-memberPolicyAgreeField,
#fs_Register .fs-c-privacyPolicyAgreeField,
#fs_CustomerDetails .fs-c-memberPolicyAgreeField,
#fs_CustomerDetails .fs-c-privacyPolicyAgreeField {
  font-size: .8rem;
}

#fs_Register .fs-c-memberPolicyAgreeField > .fs-c-inputField,
#fs_Register .fs-c-privacyPolicyAgreeField > .fs-c-inputField,
#fs_CustomerDetails .fs-c-memberPolicyAgreeField > .fs-c-inputField,
#fs_CustomerDetails .fs-c-privacyPolicyAgreeField > .fs-c-inputField {
  width: 15rem;
  margin: .3rem auto;
  text-align: left;
}

#fs_Register .fs-c-memberPolicyAgreeField > .fs-c-inputField a,
#fs_Register .fs-c-privacyPolicyAgreeField > .fs-c-inputField a,
#fs_CustomerDetails .fs-c-memberPolicyAgreeField > .fs-c-inputField a,
#fs_CustomerDetails .fs-c-privacyPolicyAgreeField > .fs-c-inputField a {
  color: #d66f6e;
}

#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(4) td.fs-c-inputTable__dataCell .fs-c-inputField__field {
  border: none;
}

#fs_CustomerDetails > .fs-l-page > .fs-l-main > #fs_form > .fs-c-inputInformation__field > .fs-c-memberInfoField > .fs-c-inputTable tr:nth-of-type(5) td.fs-c-inputTable__dataCell .fs-c-dropdown {
  width: 10rem;
}

#fs_CustomerDetails #fs_form a {
  color: #d66f6e;
}

#fs_CustomerDetails .fs-c-agreementConfirmationArea__message,
#fs_CustomerDetails .fs-c-agreementConfirmation__message,
#fs_CustomerDetails .fs_registrationCheckedMessage {
  display: none;
}

#fs_CustomerDetails .fs-c-agreementConfirmation__accordion {
  margin: 1rem auto 0;
  padding: 1rem;
  background: rgba(214, 111, 110, 0.05);
}

#fs_CustomerDetails .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__addon {
  margin: 0 auto;
}

#fs_CustomerDetails .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__addon .fs-c-agreementConfirmation__password__input {
  margin: 0 auto;
  width: 12rem;
}

#fs_CustomerDetails .fs-c-agreementField {
  width: 30rem;
  max-width: 100%;
  margin: 0 auto;
}

#fs_CustomerDetails .fs-c-agreementField + .fs-c-privacyPolicyAgreeField {
  width: 30rem;
  max-width: 100%;
  font-size: .8rem;
  margin: 0 auto;
}

#fs_CustomerDetails .fs-c-agreementField + .fs-c-privacyPolicyAgreeField .fs-c-inputField {
  width: 24rem;
  max-width: 100%;
  margin: 0 auto;
}

#fs_CustomerDetails .fs-c-agreementConfirmationArea {
  margin: 0;
}

#fs_CustomerDetails .fs-c-agreementConfirmationArea__message,
#fs_CustomerDetails .fs-c-agreementConfirmation {
  font-size: .8rem;
  text-align: center;
  margin: .5rem auto;
}

#fs_CustomerDetails .fs-c-agreementConfirmationArea__message .fs-c-agreementConfirmation__checkbox,
#fs_CustomerDetails .fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox {
  width: 24rem;
  max-width: 100%;
  text-align: left;
  display: block;
  margin: 0 auto;
}

#fs_CustomerDetails .fs-c-agreementConfirmationArea__message .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__labelText,
#fs_CustomerDetails .fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__labelText {
  letter-spacing: -.05em;
}

#fs_CustomerDetails .fs-c-agreementConfirmationArea__message .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__labelText a,
#fs_CustomerDetails .fs-c-agreementConfirmation .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__labelText a {
  letter-spacing: 0;
}

#fs_CustomerDetails .fs-c-buttonContainer {
  margin: 2rem auto;
}

#fs_RegisterVerification #fs_input_verificationCode {
  padding-left: 2rem;
  line-height: 1.8;
}

#fs_RegisterVerification .fs-c-buttonContainer--resendVerificationCode {
  text-align: right;
}

#fs_RegisterVerification .fs-c-buttonContainer--resendVerificationCode .fs-c-button--resendVerificationCode {
  background: none;
  border: none;
  outline: none;
}

#fs_RegisterVerification .fs-c-buttonContainer--resendVerificationCode .fs-c-button--resendVerificationCode .fs-c-button__label {
  color: #0054a6;
  font-size: .8rem;
}

#fs_RegisterVerification .fs-c-buttonContainer--resendVerificationCode .fs-c-button--resendVerificationCode .fs-c-button__label::before {
  content: '※';
}

#fs_RegisterVerification .fs-c-buttonContainer--backToRegister {
  text-align: center;
  font-size: .9rem;
}

#fs_PasswordReminder #fs_input_tempPassword {
  padding-left: 2rem;
  line-height: 1.8;
}

#fs_ResetPassword #fs_input_tempPassword,
#fs_ResetPassword #fs_input_newPassword {
  padding-left: 2rem;
  line-height: 1.8;
}

#fs_ResetPassword .fs-l-page .fs-l-main #fs_form .fs-c-inputInformation__field .fs-c-inputTable tbody tr:nth-of-type(1) .fs-c-inputField__field::before {
  content: "\e897";
}

.link-to-official-books {
  width: 90%;
  font-size: 0.9rem;
  max-width: 50rem;
  margin: 4rem auto;
  padding: 2rem;
  border-radius: 1rem;
  background: #f0f9ff;
}

.link-to-official-books a {
  color: #608ea0;
  font-weight: 700;
}

.fs-c-creditCardIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon:not(:last-of-type) {
  margin-right: .25rem;
}

@media (max-width: 768px) {
  .fs-c-creditCardIcons .fs-c-creditCardIcons__icon {
    width: 20%;
  }
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon img {
  display: none;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon::before {
  content: '';
  display: block;
  width: 36px;
  aspect-ratio: 9 / 8;
}

@media (max-width: 768px) {
  .fs-c-creditCardIcons .fs-c-creditCardIcons__icon::before {
    width: 100%;
  }
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon:nth-of-type(1)::before {
  background: url(https://ciconlineshop.itembox.design/item/assets/img/cc-jcb.svg) center center/cover no-repeat;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon:nth-of-type(2)::before {
  background: url(https://ciconlineshop.itembox.design/item/assets/img/cc-visa.svg) center center/cover no-repeat;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon:nth-of-type(3)::before {
  background: url(https://ciconlineshop.itembox.design/item/assets/img/cc-mastercard.svg) center center/cover no-repeat;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon:nth-of-type(4)::before {
  background: url(https://ciconlineshop.itembox.design/item/assets/img/cc-amex.svg) center center/cover no-repeat;
}

.fs-c-creditCardIcons .fs-c-creditCardIcons__icon:nth-of-type(5)::before {
  background: url(https://ciconlineshop.itembox.design/item/assets/img/cc-diners-club.svg) center center/cover no-repeat;
}

.fs-c-continueShopping {
  margin: 2rem auto;
}

@media (max-width: 768px) {
  .fs-c-continueShopping {
    margin: 0 auto 2rem;
  }
}

.fs-c-featuredProduct {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.fs-c-featuredProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev,
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
  display: none !important;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct {
    padding: 2rem 1rem;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__header {
  margin: 0 auto;
  text-align: left;
}

.fs-c-featuredProduct .fs-c-featuredProduct__header h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.2rem;
  padding: .4rem 1rem;
  border-left: 0.5rem solid #b3cbd3;
  color: #fff;
  background: #475259;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__header h2 {
    font-size: 1rem;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list {
  max-width: calc( 1080px + 4rem);
  margin: 1rem auto;
  padding: 2rem;
  background: #fff;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list {
    padding: 1rem 0;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: auto !important;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track {
    gap: .5rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track::before, .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track::after {
  content: "";
  display: none;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item {
  padding: 1rem;
  border: 1px solid #eee;
  background: #fff;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item {
    padding: .5rem;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
  margin: 0 auto 0.5rem;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer a {
  display: block;
  aspect-ratio: 1 / 1;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  margin: 0.5rem 0;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__copy {
  font-size: .8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  background: #f0f0f0;
  padding: 0.1rem 0.3rem;
  margin: 0.3rem 0;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__copy {
    font-size: .7rem;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: .8rem;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
    margin: .3rem 0;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice__main__price {
  display: inline-block;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  font-size: .8rem;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 1rem;
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice__addon__label {
  font-size: .8rem;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-productPrice__addon__label {
    font-size: .7rem;
  }
}

.fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  margin: 0.5rem 0 0;
}

@media (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__list .slick-track .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    margin: .3rem 0 0;
  }
}

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

.fs-c-productListItem__outOfStock {
  font-size: .8rem;
  margin-bottom: 2px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: #666666;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.fs-c-cartTable__message--preorder {
  background: #d66f6e;
  color: #fff;
  font-size: .7rem;
  padding: .1rem .3rem;
  border-radius: .125rem;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 .2rem;
}

.fs-c-cartTable__salesPeriod,
.fs-c-cartProductSalesPeriod {
  font-size: .65rem;
  background: #eee;
  color: #112;
  padding: .1rem .3rem;
  border-radius: .125rem;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: .2rem 0;
}

.fs-c-buttonContainer--myPageTop {
  margin: 2rem 0;
}

.btn-doku-cta,
.btn-search-dokugaku,
.fs-c-purchaseHere .fs-c-cartPayment__button > a,
.fs-c-continueShopping > a,
.fs-c-button--addToCart--list,
.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon,
.fs-c-button--removeFromWishList--detail,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct,
.fs-c-button--addToWishList--detail,
.fs-c-productActionButton .fs-c-button--addToCart--detail,
.fs-c-buttonContainer--login > .fs-c-button--login,
.fs-c-buttonContainer--memberRegister > a,
.fs-c-button--sendVerificationCode,
.fs-c-buttonContainer--guestPurchase .fs-c-button--guestPurchase,
.fs-c-button--registerAndContinue,
#fs_unregisterAndContinue .fs-c-button--next,
.fs-c-button--sendInquiry,
.fs-c-button--send,
.fs-c-button--confirmRegister,
.fs-c-button--addToAddressbook,
.fs-c-button--register,
.fs-c-button--confirmChange,
.fs-c-button--cancel,
.fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation,
.fs-c-buttonContainer--deleteChange .fs-c-button--delete,
.fs-c-button--confirmDelete,
.fs-c-button--change,
.fs-c-button--confirmLeave,
.fs-c-button--confirmOrder,
.fs-c-button--change--small,
.fs-c-button--chooseDestination,
.fs-c-button--inputCreditCardData,
.fs-c-button--settings,
.fs-c-button--edit,
.fs-c-button--setDestination,
.fs-c-button--addAddressee,
.fs-c-button--viewProductDetail,
.fs-c-button--submitReview,
#fs_WriteReview .fs-c-button--back,
#fs_ReviewSuccess .fs-c-button--back,
.fs-c-button--viewOrderHistoryDetail,
#fs_MyOrderDetails .fs-c-button--back,
.doku-cta button {
  display: block;
  color: #fff;
  width: 18rem;
  max-width: 100%;
  text-align: center;
  padding: .6rem;
  margin: .6rem auto 0;
  font-size: .9rem;
  font-weight: 700;
  border-radius: .25rem;
  border-width: 1pt;
  border-style: solid;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.btn-doku-cta:hover,
.btn-search-dokugaku:hover,
.fs-c-purchaseHere .fs-c-cartPayment__button > a:hover,
.fs-c-continueShopping > a:hover,
.fs-c-button--addToCart--list:hover,
.fs-c-button--addToWishList--icon:hover,
.fs-c-button--removeFromWishList--icon:hover,
.fs-c-button--removeFromWishList--detail:hover,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover,
.fs-c-button--addToWishList--detail:hover,
.fs-c-productActionButton .fs-c-button--addToCart--detail:hover,
.fs-c-buttonContainer--login > .fs-c-button--login:hover,
.fs-c-buttonContainer--memberRegister > a:hover,
.fs-c-button--sendVerificationCode:hover,
.fs-c-buttonContainer--guestPurchase .fs-c-button--guestPurchase:hover,
.fs-c-button--registerAndContinue:hover,
#fs_unregisterAndContinue .fs-c-button--next:hover,
.fs-c-button--sendInquiry:hover,
.fs-c-button--send:hover,
.fs-c-button--confirmRegister:hover,
.fs-c-button--addToAddressbook:hover,
.fs-c-button--register:hover,
.fs-c-button--confirmChange:hover,
.fs-c-button--cancel:hover,
.fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation:hover,
.fs-c-buttonContainer--deleteChange .fs-c-button--delete:hover,
.fs-c-button--confirmDelete:hover,
.fs-c-button--change:hover,
.fs-c-button--confirmLeave:hover,
.fs-c-button--confirmOrder:hover,
.fs-c-button--change--small:hover,
.fs-c-button--chooseDestination:hover,
.fs-c-button--inputCreditCardData:hover,
.fs-c-button--settings:hover,
.fs-c-button--edit:hover,
.fs-c-button--setDestination:hover,
.fs-c-button--addAddressee:hover,
.fs-c-button--viewProductDetail:hover,
.fs-c-button--submitReview:hover,
#fs_WriteReview .fs-c-button--back:hover,
#fs_ReviewSuccess .fs-c-button--back:hover,
.fs-c-button--viewOrderHistoryDetail:hover,
#fs_MyOrderDetails .fs-c-button--back:hover,
.doku-cta button:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .btn-doku-cta,
  .btn-search-dokugaku,
  .fs-c-purchaseHere .fs-c-cartPayment__button > a,
  .fs-c-continueShopping > a,
  .fs-c-button--addToCart--list,
  .fs-c-button--addToWishList--icon,
  .fs-c-button--removeFromWishList--icon,
  .fs-c-button--removeFromWishList--detail,
  .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct,
  .fs-c-button--addToWishList--detail,
  .fs-c-productActionButton .fs-c-button--addToCart--detail,
  .fs-c-buttonContainer--login > .fs-c-button--login,
  .fs-c-buttonContainer--memberRegister > a,
  .fs-c-button--sendVerificationCode,
  .fs-c-buttonContainer--guestPurchase .fs-c-button--guestPurchase,
  .fs-c-button--registerAndContinue,
  #fs_unregisterAndContinue .fs-c-button--next,
  .fs-c-button--sendInquiry,
  .fs-c-button--send,
  .fs-c-button--confirmRegister,
  .fs-c-button--addToAddressbook,
  .fs-c-button--register,
  .fs-c-button--confirmChange,
  .fs-c-button--cancel,
  .fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation,
  .fs-c-buttonContainer--deleteChange .fs-c-button--delete,
  .fs-c-button--confirmDelete,
  .fs-c-button--change,
  .fs-c-button--confirmLeave,
  .fs-c-button--confirmOrder,
  .fs-c-button--change--small,
  .fs-c-button--chooseDestination,
  .fs-c-button--inputCreditCardData,
  .fs-c-button--settings,
  .fs-c-button--edit,
  .fs-c-button--setDestination,
  .fs-c-button--addAddressee,
  .fs-c-button--viewProductDetail,
  .fs-c-button--submitReview,
  #fs_WriteReview .fs-c-button--back,
  #fs_ReviewSuccess .fs-c-button--back,
  .fs-c-button--viewOrderHistoryDetail,
  #fs_MyOrderDetails .fs-c-button--back,
  .doku-cta button {
    font-size: .8rem;
    padding: .6rem .2rem;
    letter-spacing: -.05em;
  }
}

.fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation,
.fs-c-buttonContainer--deleteChange .fs-c-button--delete {
  width: 4rem;
  display: inline-block;
  margin-right: .2rem;
  padding: 0.4rem 0.2rem;
}

.fs-c-button--loginAndPurchase,
.fs-c-button--addToCart--list,
.fs-c-productActionButton .fs-c-button--addToCart--detail,
.fs-c-button--sendVerificationCode,
.fs-c-button--registerAndContinue,
#fs_unregisterAndContinue .fs-c-button--next,
.fs-c-button--purchaseHere,
.fs-c-button--login,
.fs-c-button--send,
.fs-c-button--confirmRegister,
.fs-c-button--register,
.fs-c-button--confirmChange,
.fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation,
.fs-c-button--confirmOrder,
.fs-c-button--settings,
.fs-c-button--setDestination,
.fs-c-button--submitReview,
.doku-cta button {
  background: #d66f6e;
  border-color: #d05b5a;
}

.fs-c-button--unregisteredUserPurchase,
.fs-c-button--addToWishList--icon,
.fs-c-button--addToWishList--detail,
.fs-c-button--edit {
  background: #f0a594;
  border-color: #ed927e;
}

.fs-c-continueShopping .fs-c-button--continueShopping,
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct,
.fs-c-button--addToAddressbook,
.fs-c-buttonContainer--guestPurchase .fs-c-button--guestPurchase,
.fs-c-button--sendInquiry,
.fs-c-button--confirmDelete,
.fs-c-button--change,
.fs-c-button--confirmLeave,
.fs-c-button--change--small,
.fs-c-button--chooseDestination,
.fs-c-button--inputCreditCardData,
.fs-c-button--addAddressee,
.fs-c-button--viewProductDetail,
#fs_WriteReview .fs-c-button--back,
#fs_ReviewSuccess .fs-c-button--back,
.fs-c-button--viewOrderHistoryDetail,
#fs_MyOrderDetails .fs-c-button--back {
  background: #608ea0;
  border-color: #568090;
}

.fs-c-button--removeFromWishList--icon,
.fs-c-button--removeFromWishList--detail,
.fs-c-button--cancel,
.fs-c-buttonContainer--deleteChange .fs-c-button--delete {
  background: #b3cbd3;
  border-color: #a3c0ca;
}

.btn-doku-cta {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff822f), to(#ffb703));
  background: linear-gradient(to right bottom, #ff822f, #ffb703);
  border-color: #ff7316;
}

.btn-doku-cta span {
  font-size: 1.2em;
}

.btn-search-dokugaku {
  background: #253a5c;
  border-color: #1e2f4a;
  color: #fff;
}

.btn-search-dokugaku span {
  font-size: 1.2em;
}

.fs-c-requiredMark {
  color: #da4453;
}

.yoyaku-text {
  background: #d66f6e;
  color: #fff;
  padding: .1rem .4rem;
  border-radius: .25rem;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: .25rem;
}

@media (max-width: 768px) {
  .yoyaku-text {
    margin: 0 auto .25rem;
  }
}

.iziToast.iziToast-color-red {
  background: #f0a594;
}

.fs-l-page {
  background: #fff;
}

.fs-c-productMarks .fs-c-productMark__mark {
  font-size: .8rem;
  margin-bottom: 2px;
  padding: .25rem .5rem;
}

@media (max-width: 768px) {
  .fs-c-productMarks .fs-c-productMark__mark {
    font-size: .7rem;
  }
}

.fs-c-productMarks .fs-c-mark--preorder {
  display: block;
  margin-right: 2px;
  font-size: .8em;
  line-height: 1;
  padding: .25rem .5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background: #da4453;
}

.fs-c-productListItem__preorderMessage,
.fs-c-productListItem__salesPeriod {
  font-size: .7rem;
  margin: .3rem 0;
}

.if-items-in-cart {
  display: none;
}

.if-items-in-cart.fs-client-cart-count--0 + .cart-icon-detail {
  display: none;
}

.cart-icon-detail {
  margin: 2rem auto 1rem;
  padding: .4rem 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .7rem;
  color: #253a5c;
  background: rgba(179, 203, 211, 0.2);
  border-radius: .5rem;
}

.cart-icon-detail.is-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-icon-detail.is-ready > .boolean-false {
  display: none;
}

.cart-icon-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-icon-detail li::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
}

.cart-icon-detail li:nth-of-type(1) {
  margin-right: .5rem;
}

.cart-icon-detail li:nth-of-type(1)::before {
  content: '\e872';
}

.cart-icon-detail li:nth-of-type(2)::before {
  content: '\f883';
}

.fs-c-productList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin: 2rem auto;
}

@media (max-width: 768px) {
  .fs-c-productList__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 1rem auto;
  }
}

.fs-c-productList__list > article > form {
  padding: 1rem;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .fs-c-productList__list > article > form {
    padding: .5rem;
  }
}

.fs-c-productList__list > article > form .fs-c-productListItem__imageContainer {
  margin: 0 auto .5rem;
}

.fs-c-productList__list > article > form .fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productList__list > article > form > h2.fs-c-productListItem__productName {
  margin: .5rem 0;
}

.fs-c-productList__list > article > form > h2.fs-c-productListItem__productName .fs-c-productName__copy {
  font-size: .8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  background: #f0f0f0;
  padding: .1rem .3rem;
  margin: .3rem 0;
}

@media (max-width: 768px) {
  .fs-c-productList__list > article > form > h2.fs-c-productListItem__productName .fs-c-productName__copy {
    font-size: .7rem;
  }
}

.fs-c-productList__list > article > form > h2.fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .fs-c-productList__list > article > form > h2.fs-c-productListItem__productName .fs-c-productName__name {
    font-size: .8rem;
  }
}

.fs-c-productList__list > article > form .fs-c-productListItem__prices {
  margin: .5rem 0;
}

@media (max-width: 768px) {
  .fs-c-productList__list > article > form .fs-c-productListItem__prices {
    margin: .3rem 0;
  }
}

.fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-productPrice__main__price {
  display: inline-block;
}

.fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  font-size: .8rem;
}

.fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 1.2rem;
  font-weight: 700;
}

.fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: .8rem;
}

@media (max-width: 768px) {
  .fs-c-productList__list > article > form .fs-c-productListItem__prices .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
    font-size: .7rem;
  }
}

.fs-c-productList__list > article > form .fs-c-productListItem__control {
  margin: .5rem 0 0;
}

@media (max-width: 768px) {
  .fs-c-productList__list > article > form .fs-c-productListItem__control {
    margin: .3rem 0 0;
  }
}

.fs-c-productList__list .fs-c-productListItem__imageContainer {
  width: 90%;
  margin: 0 auto .5rem;
}

.fs-c-productList__list .fs-c-productListItem__imageContainer .fs-c-productListItem__image > a,
.fs-c-productList__list .fs-c-productListItem__imageContainer .fs-c-productImage > a {
  display: block;
  aspect-ratio: 1 / 1;
}

.fs-c-productList__list .fs-c-productListItem__imageContainer .fs-c-productListItem__image > a > img,
.fs-c-productList__list .fs-c-productListItem__imageContainer .fs-c-productImage > a > img {
  max-height: 100%;
}

.fs-c-buttonContainer--myPageTop {
  display: none;
}

.fs-c-panel__contentList__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fs-c-button--particular::before {
  font-family: "Material Symbols Outlined";
  line-height: 1.8;
  vertical-align: middle;
  margin-right: .6rem;
  color: #999;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #d66f6e;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #d66f6e;
}

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

.fs-c-button--displayPassword::before {
  content: "\e8f4";
}

.fs-c-button--hidePassword::before {
  content: "\e8f5";
}

#fs-page-error-container {
  font-size: .8rem;
}

article.dokugaku {
  color: #021027;
}

article.dokugaku h1 {
  font-weight: 600;
  font-size: 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto;
}

@media (max-width: 768px) {
  article.dokugaku h1 {
    font-size: 1.2rem;
    margin: 1rem auto;
  }
}

article.dokugaku h1::before, article.dokugaku h1::after {
  content: "“";
  font-size: 2rem;
  display: inline-block;
  margin: 0 0.4rem;
}

@media (max-width: 768px) {
  article.dokugaku h1::before, article.dokugaku h1::after {
    font-size: 1.5rem;
    margin: 0;
  }
}

article.dokugaku h1::after {
  content: "”";
}

article.dokugaku em {
  font-style: normal;
  font-weight: 600;
}

article.dokugaku strong {
  font-size: 1.2em;
  font-weight: 600;
}

article.dokugaku p {
  line-height: 1.8rem;
  margin-top: 1rem;
  padding: 0 2rem;
  font-size: .9rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-window {
    overflow-x: scroll;
    max-width: 100%;
    margin: 2rem auto;
  }
}

@media (max-width: 768px) {
  article.dokugaku .smp-slide {
    position: relative;
  }
  article.dokugaku .smp-slide::before, article.dokugaku .smp-slide::after {
    content: "▲";
    position: absolute;
    left: 2px;
    top: -13rem;
    font-size: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  article.dokugaku .smp-slide::after {
    left: auto;
    right: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

article.dokugaku .doku-toha {
  background-size: 0.5rem 0.5rem;
  background-position: center center;
  background-repeat: repeat;
  overflow: hidden;
}

article.dokugaku .doku-toha > div {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 2rem 0;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "a a" "b c";
  -ms-grid-columns: 4fr 3fr;
      grid-template-columns: 4fr 3fr;
  gap: 0 1rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-toha > div {
        grid-template-areas: "a" "b" "c";
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

article.dokugaku .doku-toha > div h1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
}

article.dokugaku .doku-toha > div div {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-toha > div div {
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  article.dokugaku .doku-toha > div div p {
    font-size: .8rem;
    line-height: 1.6rem;
    padding: 0;
  }
}

article.dokugaku .doku-toha > div img {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

@media (max-width: 768px) {
  article.dokugaku .doku-toha > div img {
    width: 80%;
    margin: 0 auto;
  }
}

article.dokugaku .doku-advantage {
  position: relative;
  margin-top: -2rem;
}

article.dokugaku .doku-advantage::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

article.dokugaku .doku-advantage > div {
  padding: 6rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  article.dokugaku .doku-advantage > div {
    padding: 4rem 1rem;
  }
}

article.dokugaku .doku-advantage > div table {
  margin: 8rem auto 0;
  max-width: 1080px;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  article.dokugaku .doku-advantage > div table {
    margin: 2rem auto 0;
  }
}

article.dokugaku .doku-advantage > div table tbody tr th,
article.dokugaku .doku-advantage > div table tbody tr td {
  border: 1px solid #ccc;
  padding: 1.5rem 2.5rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-advantage > div table tbody tr th,
  article.dokugaku .doku-advantage > div table tbody tr td {
    padding: .6rem 1rem;
  }
}

article.dokugaku .doku-advantage > div table tbody tr th {
  text-align: center;
  white-space: nowrap;
  position: relative;
  background: #f8f8f8;
}

@media (max-width: 768px) {
  article.dokugaku .doku-advantage > div table tbody tr th {
    font-size: 0.75rem;
    padding: .3rem 2rem;
  }
}

article.dokugaku .doku-advantage > div table tbody tr th.us {
  color: #fff;
  border-width: 0 0.25rem 0.25rem;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-advantage > div table tbody tr th.us {
    font-size: 1rem;
  }
}

article.dokugaku .doku-advantage > div table tbody tr th.us::before {
  content: "";
  position: absolute;
  inset: -1.5rem -0.25rem 0 -0.25rem;
  height: 1.5rem;
  border-radius: 2rem 2rem 0 0;
}

article.dokugaku .doku-advantage > div table tbody tr td {
  background: #fff;
}

@media (max-width: 768px) {
  article.dokugaku .doku-advantage > div table tbody tr td {
    font-size: .75rem;
  }
}

article.dokugaku .doku-advantage > div table tbody tr td ul {
  list-style: none;
}

article.dokugaku .doku-advantage > div table tbody tr td ul li:not(:first-of-type) {
  margin-top: 1rem;
}

article.dokugaku .doku-advantage > div table tbody tr td:nth-of-type(2) {
  background: #f3f0f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}

article.dokugaku .doku-advantage > div table tbody tr:first-of-type th:first-of-type {
  border-width: 0 1px 1px 0;
  background: none;
}

article.dokugaku .doku-advantage > div table tbody tr:last-of-type td:nth-of-type(2) {
  border-top: 1px solid #ccc;
}

article.dokugaku .doku-flow > div {
  max-width: 1280px;
  padding: 6rem 1rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  article.dokugaku .doku-flow > div {
    padding: 4rem 1rem;
  }
}

article.dokugaku .doku-flow > div > ul {
  margin: 4rem auto 2rem;
  max-width: 960px;
  width: 80%;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem 2rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-flow > div > ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}

article.dokugaku .doku-flow > div > ul li {
  border: 1px solid #eee9f9;
  padding: 3rem;
  background-size: 0.5rem 0.5rem;
  background-image: repeating-linear-gradient(135deg, rgba(127, 127, 127, 0.1) 0, rgba(127, 127, 127, 0.1) 0.7px, rgba(127, 127, 127, 0) 0, rgba(127, 127, 127, 0) 50%);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(64, 0, 160, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(64, 0, 160, 0.05);
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

article.dokugaku .doku-flow > div > ul li h2 {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-flow > div > ul li h2 {
    font-size: 1rem;
  }
}

article.dokugaku .doku-flow > div > ul li p {
  text-align: left;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}

@media (max-width: 768px) {
  article.dokugaku .doku-flow > div > ul li p {
    font-size: .75rem;
  }
}

article.dokugaku .doku-flow > div > ul li p::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin: 2rem auto;
  text-align: center;
}

@media (max-width: 768px) {
  article.dokugaku .doku-flow > div > ul li p::before {
    font-size: 3rem;
    margin: 1rem auto;
  }
}

article.dokugaku .doku-flow > div > ul li:not(:first-of-type)::before {
  position: absolute;
  content: "▲";
  font-size: 1.5rem;
  right: 100%;
  top: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(0.25turn);
          transform: rotate(0.25turn);
}

@media (max-width: 768px) {
  article.dokugaku .doku-flow > div > ul li:not(:first-of-type)::before {
    right: auto;
    left: calc(50% - 1rem);
    top: auto;
    bottom: 100%;
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
}

article.dokugaku .doku-flow > div > ul li:nth-of-type(1) p::before {
  content: '\e85d';
}

article.dokugaku .doku-flow > div > ul li:nth-of-type(2) p::before {
  content: '\ea67';
}

article.dokugaku .doku-flow > div > ul li:nth-of-type(3) p::before {
  content: '\e321';
}

article.dokugaku .doku-feature {
  position: relative;
  margin-top: -2rem;
}

article.dokugaku .doku-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background-size: 0.5rem 0.5rem;
  z-index: 1;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
}

article.dokugaku .doku-feature > div {
  padding: 6rem 2rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  article.dokugaku .doku-feature > div {
    padding: 2rem 2rem 4rem;
  }
}

article.dokugaku .doku-feature > div h2 {
  font-size: 2rem;
  font-weight: 400;
  margin: 3rem auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.4rem 1rem 0.2rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-feature > div h2 {
    font-size: .9rem;
    margin: 2rem auto 1rem;
  }
}

article.dokugaku .doku-feature > div h2 + p {
  max-width: 960px;
  margin: 4rem auto;
}

@media (max-width: 768px) {
  article.dokugaku .doku-feature > div h2 + p {
    margin: 2rem auto;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
}

article.dokugaku .doku-feature > div dl {
  max-width: 960px;
  margin: 4rem auto 0;
}

@media (max-width: 768px) {
  article.dokugaku .doku-feature > div dl {
    margin: 2rem auto 0;
    letter-spacing: -.05em;
  }
}

article.dokugaku .doku-feature > div dl dt {
  margin: 3rem 0 1rem;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  article.dokugaku .doku-feature > div dl dt {
    margin: 2rem 0 1rem;
    font-size: .9rem;
  }
}

article.dokugaku .doku-feature > div dl dd p {
  padding: 0 1rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-feature > div dl dd p {
    font-size: .8rem;
    line-height: 1.6rem;
    padding: 0 0 0 .5rem;
  }
}

article.dokugaku .doku-schedule > div {
  padding: 6rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  article.dokugaku .doku-schedule > div {
    padding: 2rem 1rem;
  }
}

article.dokugaku .doku-schedule > div table {
  max-width: 1080px;
  margin: 6rem auto 2rem;
  border-collapse: collapse;
  font-size: .9rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-schedule > div table {
    margin: 2rem auto 0;
  }
}

article.dokugaku .doku-schedule > div table tbody tr th,
article.dokugaku .doku-schedule > div table tbody tr td {
  border: 1px solid #ccc;
  padding: 1.5rem .8rem;
  line-height: 1.8;
  width: 22%;
}

article.dokugaku .doku-schedule > div table tbody tr th {
  white-space: nowrap;
}

article.dokugaku .doku-schedule > div table tbody tr th:first-of-type {
  width: 12%;
}

article.dokugaku .doku-schedule > div table tbody tr td {
  text-align: center;
}

@media (max-width: 768px) {
  article.dokugaku .doku-schedule > div table tbody tr td {
    white-space: nowrap;
  }
}

article.dokugaku .doku-schedule > div table tbody tr td span {
  font-size: .8em;
  padding: 0 .6em;
  border-radius: 1rem;
  display: inline-block;
  margin-right: .4rem;
}

article.dokugaku .doku-schedule > div table tbody tr:nth-of-type(1) th {
  padding: .5rem 1.5rem;
}

article.dokugaku .doku-schedule > div table tbody tr:nth-of-type(1) th:first-of-type {
  border: none;
  background: none;
}

article.dokugaku .doku-schedule > div table.denko {
  font-size: .8rem;
}

article.dokugaku .doku-schedule > div table.denko tbody tr:nth-of-type(-n+2) th {
  padding: .5rem 1.5rem;
}

article.dokugaku .doku-schedule > div table.denko tbody tr:nth-of-type(-n+2) th:first-of-type {
  border: none;
  background: none;
}

article.dokugaku .doku-schedule > div table.denko tbody tr:nth-of-type(4) td {
  text-align: left;
}

article.dokugaku .doku-schedule > div p {
  font-size: .8rem;
  max-width: 960px;
  margin: 1rem auto;
  padding: 0;
}

@media (max-width: 768px) {
  article.dokugaku .doku-schedule > div p {
    line-height: 1.5;
    margin: 0 auto;
  }
}

article.dokugaku .doku-schedule > div p a {
  color: #d66f6e;
}

article.dokugaku .doku-curri {
  position: relative;
}

article.dokugaku .doku-curri::before {
  content: '';
  position: absolute;
  bottom: calc(100% - 2rem);
  left: 0;
  right: 0;
  height: 5rem;
  background: #fff;
  z-index: 1;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

@media (max-width: 768px) {
  article.dokugaku .doku-curri::before {
    height: 3rem;
  }
}

article.dokugaku .doku-curri > div {
  padding: 8rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  article.dokugaku .doku-curri > div {
    padding: 4rem 2rem;
  }
}

article.dokugaku .doku-curri > div > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

article.dokugaku .doku-curri > div > div table {
  border-collapse: collapse;
  max-width: 960px;
  width: 100%;
  margin: 2rem auto 0;
  font-size: .9rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-curri > div > div table {
    margin: 0 auto;
    font-size: .8rem;
  }
}

article.dokugaku .doku-curri > div > div table caption {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 1rem 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(96, 142, 160, 0.3);
  padding: 0.2rem 1rem 0.4rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-curri > div > div table caption {
    font-size: .9rem;
  }
}

article.dokugaku .doku-curri > div > div table tbody tr {
  border: 1px solid #ccc;
  border-width: 1px 0;
}

article.dokugaku .doku-curri > div > div table tbody tr th,
article.dokugaku .doku-curri > div > div table tbody tr td {
  padding: 1rem;
}

article.dokugaku .doku-curri > div > div table tbody tr th {
  color: #fff;
}

article.dokugaku .doku-curri > div > div table tbody tr td {
  background: rgba(255, 255, 255, 0.8);
}

article.dokugaku .doku-curri > div > div table tbody tr td:nth-of-type(2) {
  text-align: center;
  white-space: nowrap;
}

article.dokugaku .doku-curri > div > div table tbody tr:last-of-type {
  font-weight: 600;
}

article.dokugaku .doku-curri > div > div.denko {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  article.dokugaku .doku-curri > div > div.denko {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}

article.dokugaku .doku-curri > div > div.denko table {
  width: 100%;
}

article.dokugaku .doku-note > div {
  padding: 6rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
  font-size: .8rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-note > div {
    padding: 2rem 1rem;
    font-size: .7rem;
  }
}

article.dokugaku .doku-note > div h1 + div {
  max-width: 960px;
  margin: 4rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-note > div h1 + div {
    margin: 3rem auto 2rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

article.dokugaku .doku-note > div h1 + div h2 {
  font-size: 1.35rem;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 768px) {
  article.dokugaku .doku-note > div h1 + div h2 {
    font-size: 1rem;
  }
}

article.dokugaku .doku-note > div h1 + div h2::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 6px;
  background: #ccc;
  border-radius: .5rem;
  left: 0;
  top: calc(50% - 3px);
}

article.dokugaku .doku-note > div h1 + div ul,
article.dokugaku .doku-note > div h1 + div table {
  margin: 2rem 1rem;
}

article.dokugaku .doku-note > div h1 + div ul {
  font-size: .9rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-note > div h1 + div ul {
    font-size: .7rem;
  }
}

article.dokugaku .doku-note > div h1 + div ul li {
  margin-bottom: .5rem;
}

article.dokugaku .doku-note > div h1 + div table {
  border-collapse: collapse;
}

article.dokugaku .doku-note > div h1 + div table tbody tr {
  border: 1px solid #ccc;
  border-width: 1px 0;
}

article.dokugaku .doku-note > div h1 + div table tbody tr th,
article.dokugaku .doku-note > div h1 + div table tbody tr td {
  padding: .5rem 1rem;
}

article.dokugaku .doku-note > div h1 + div table tbody tr th {
  background: #f8f8f8;
  white-space: nowrap;
}

article.dokugaku .doku-cta > div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6rem 0;
}

@media (max-width: 768px) {
  article.dokugaku .doku-cta > div {
    padding: 2rem 0;
  }
}

article.dokugaku .doku-cta > div h1 {
  color: #fff;
}

article.dokugaku .doku-cta > div h1::before, article.dokugaku .doku-cta > div h1::after {
  color: #fff;
}

article.dokugaku .doku-cta > div ul {
  max-width: 960px;
  margin: 2rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  list-style: none;
}

@media (max-width: 768px) {
  article.dokugaku .doku-cta > div ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}

article.dokugaku .doku-cta > div ul li > div {
  background: #fff;
  padding: 1.5rem 2rem;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: .5rem;
  position: relative;
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  article.dokugaku .doku-cta > div ul li > div {
    padding: 1rem;
  }
}

article.dokugaku .doku-cta > div ul li > div::before {
  content: '';
  width: 0;
  height: 0;
  border: 1px solid #fff;
  border-width: 1.5rem .75rem;
  border-color: transparent transparent #fff;
  position: absolute;
  bottom: 100%;
  left: calc(50% - .75rem);
}

article.dokugaku .doku-cta > div ul li img {
  width: 80%;
  margin: 0 auto;
}

article.dokugaku .doku-cta > div ul li p {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0 auto 1rem;
  min-width: 15rem;
}

@media (max-width: 768px) {
  article.dokugaku .doku-cta > div ul li p {
    font-size: .9rem;
    min-width: 10rem;
    line-height: 1.2rem;
    margin: 0 auto .5rem;
  }
}

article.dokugaku .doku-cta > div ul li p small {
  font-size: .8em;
}

article.dokugaku .doku-cta > div ul li p span {
  color: #021027;
  font-weight: 400;
  font-size: .9em;
}

article.dokugaku .doku-cta > div ul li p span small {
  margin: 0 .2rem;
}

article.dokugaku.d6denko h1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(96, 142, 160, 0.7)), color-stop(90%, rgba(96, 142, 160, 0.7)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 70%, rgba(96, 142, 160, 0.7) 70%, rgba(96, 142, 160, 0.7) 90%, transparent 90%);
}

article.dokugaku.d6denko::before, article.dokugaku.d6denko::after {
  color: #608ea0;
}

article.dokugaku.d6denko em {
  -webkit-text-decoration: underline wavy #608ea0;
          text-decoration: underline wavy #608ea0;
}

article.dokugaku.d6denko strong {
  color: #608ea0;
}

@media (max-width: 768px) {
  article.dokugaku.d6denko .smp-slide {
    background: #253a5c;
  }
}

article.dokugaku.d6denko .doku-toha {
  background-image: repeating-linear-gradient(135deg, rgba(96, 142, 160, 0.15) 0, rgba(96, 142, 160, 0.15) 0.7px, rgba(96, 142, 160, 0) 0, rgba(96, 142, 160, 0) 50%);
}

article.dokugaku.d6denko .doku-advantage::after {
  background: #b3cbd3;
}

article.dokugaku.d6denko .doku-advantage > div table tr th.us {
  background: #253a5c;
  border: 0.25rem solid #253a5c;
}

article.dokugaku.d6denko .doku-advantage > div table tr th.us::before {
  background: #253a5c;
  border: 0.25rem solid #253a5c;
}

article.dokugaku.d6denko .doku-advantage > div table tr td:nth-of-type(2) {
  border-right: 0.25rem solid #253a5c;
  border-left: 0.25rem solid #253a5c;
  color: #253a5c;
}

article.dokugaku.d6denko .doku-advantage > div table tr:last-of-type td:nth-of-type(2) {
  border-bottom: 0.25rem solid #253a5c;
  border-right: 0.25rem solid #253a5c;
  border-left: 0.25rem solid #253a5c;
}

article.dokugaku.d6denko .doku-flow > div > ul li p::before {
  color: #253a5c;
}

article.dokugaku.d6denko .doku-flow > div > ul li:not(:first-of-type)::before {
  color: #253a5c;
}

article.dokugaku.d6denko .doku-feature::after {
  background-image: radial-gradient(rgba(179, 203, 211, 0.3) 30%, #fff 40%);
}

article.dokugaku.d6denko .doku-feature > div h2 {
  background: rgba(96, 142, 160, 0.3);
}

article.dokugaku.d6denko .doku-feature > div dl dt {
  color: #253a5c;
}

article.dokugaku.d6denko .doku-schedule > div table tbody tr th {
  background: rgba(179, 203, 211, 0.3);
}

article.dokugaku.d6denko .doku-schedule > div table tbody tr td span {
  background: rgba(179, 203, 211, 0.6);
}

article.dokugaku.d6denko .doku-curri {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 4px), repeating-linear-gradient(rgba(179, 203, 211, 0.2), rgba(179, 203, 211, 0.4));
}

article.dokugaku.d6denko .doku-curri > div > div table tbody tr th {
  background: #608ea0;
}

article.dokugaku.d6denko .doku-cta {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(37, 58, 92, 0.9)), to(rgba(96, 142, 160, 0.9))), repeating-linear-gradient(-45deg, #b3cbd3, #b3cbd3 2px, #ffffff 2px, #ffffff 4px);
  background: linear-gradient(to right bottom, rgba(37, 58, 92, 0.9), rgba(96, 142, 160, 0.9)), repeating-linear-gradient(-45deg, #b3cbd3, #b3cbd3 2px, #ffffff 2px, #ffffff 4px);
}

article.dokugaku.d1ken h1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(96, 160, 101, 0.7)), color-stop(90%, rgba(96, 160, 101, 0.7)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 70%, rgba(96, 160, 101, 0.7) 70%, rgba(96, 160, 101, 0.7) 90%, transparent 90%);
}

article.dokugaku.d1ken::before, article.dokugaku.d1ken::after {
  color: #60a065;
}

article.dokugaku.d1ken em {
  -webkit-text-decoration: underline wavy #60a065;
          text-decoration: underline wavy #60a065;
}

article.dokugaku.d1ken strong {
  color: #60a065;
}

@media (max-width: 768px) {
  article.dokugaku.d1ken .smp-slide {
    background: #2a5c25;
  }
}

article.dokugaku.d1ken .doku-toha {
  background-image: repeating-linear-gradient(135deg, rgba(96, 160, 101, 0.15) 0, rgba(96, 160, 101, 0.15) 0.7px, rgba(96, 160, 101, 0) 0, rgba(96, 160, 101, 0) 50%);
}

article.dokugaku.d1ken .doku-advantage::after {
  background: #d3e6d4;
}

article.dokugaku.d1ken .doku-advantage > div table tr th.us {
  background: #2a5c25;
  border: 0.25rem solid #2a5c25;
}

article.dokugaku.d1ken .doku-advantage > div table tr th.us::before {
  background: #2a5c25;
  border: 0.25rem solid #2a5c25;
}

article.dokugaku.d1ken .doku-advantage > div table tr td:nth-of-type(2) {
  border-right: 0.25rem solid #2a5c25;
  border-left: 0.25rem solid #2a5c25;
  color: #2a5c25;
}

article.dokugaku.d1ken .doku-advantage > div table tr:last-of-type td:nth-of-type(2) {
  border-bottom: 0.25rem solid #2a5c25;
  border-right: 0.25rem solid #2a5c25;
  border-left: 0.25rem solid #2a5c25;
}

article.dokugaku.d1ken .doku-flow > div > ul li p::before {
  color: #2a5c25;
}

article.dokugaku.d1ken .doku-flow > div > ul li:not(:first-of-type)::before {
  color: #2a5c25;
}

article.dokugaku.d1ken .doku-feature::after {
  background-image: radial-gradient(rgba(179, 211, 180, 0.3) 30%, #fff 40%);
}

article.dokugaku.d1ken .doku-feature > div h2 {
  background: rgba(96, 160, 101, 0.3);
}

article.dokugaku.d1ken .doku-feature > div dl dt {
  color: #2a5c25;
}

article.dokugaku.d1ken .doku-schedule > div table tbody tr th {
  background: rgba(179, 211, 180, 0.3);
}

article.dokugaku.d1ken .doku-schedule > div table tbody tr td span {
  background: rgba(179, 211, 180, 0.6);
}

article.dokugaku.d1ken .doku-curri {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 4px), repeating-linear-gradient(rgba(179, 211, 180, 0.2), rgba(179, 211, 180, 0.4));
}

article.dokugaku.d1ken .doku-curri > div > div table tbody tr th {
  background: #60a065;
}

article.dokugaku.d1ken .doku-cta {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(42, 92, 37, 0.9)), to(rgba(96, 160, 101, 0.9))), repeating-linear-gradient(-45deg, #b3d3b4, #b3d3b4 2px, #ffffff 2px, #ffffff 4px);
  background: linear-gradient(to right bottom, rgba(42, 92, 37, 0.9), rgba(96, 160, 101, 0.9)), repeating-linear-gradient(-45deg, #b3d3b4, #b3d3b4 2px, #ffffff 2px, #ffffff 4px);
}

article.dokugaku.d2denko h1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(132, 183, 219, 0.7)), color-stop(90%, rgba(132, 183, 219, 0.7)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 70%, rgba(132, 183, 219, 0.7) 70%, rgba(132, 183, 219, 0.7) 90%, transparent 90%);
}

article.dokugaku.d2denko::before, article.dokugaku.d2denko::after {
  color: #84b7db;
}

article.dokugaku.d2denko em {
  -webkit-text-decoration: underline wavy #84b7db;
          text-decoration: underline wavy #84b7db;
}

article.dokugaku.d2denko strong {
  color: #84b7db;
}

@media (max-width: 768px) {
  article.dokugaku.d2denko .smp-slide {
    background: #2874c9;
  }
}

article.dokugaku.d2denko .doku-toha {
  background-image: repeating-linear-gradient(135deg, rgba(132, 183, 219, 0.15) 0, rgba(132, 183, 219, 0.15) 0.7px, rgba(132, 183, 219, 0) 0, rgba(132, 183, 219, 0) 50%);
}

article.dokugaku.d2denko .doku-advantage::after {
  background: #c9e2f0;
}

article.dokugaku.d2denko .doku-advantage > div table tr th.us {
  background: #2874c9;
  border: 0.25rem solid #2874c9;
}

article.dokugaku.d2denko .doku-advantage > div table tr th.us::before {
  background: #2874c9;
  border: 0.25rem solid #2874c9;
}

article.dokugaku.d2denko .doku-advantage > div table tr td:nth-of-type(2) {
  border-right: 0.25rem solid #2874c9;
  border-left: 0.25rem solid #2874c9;
  color: #2874c9;
}

article.dokugaku.d2denko .doku-advantage > div table tr:last-of-type td:nth-of-type(2) {
  border-bottom: 0.25rem solid #2874c9;
  border-right: 0.25rem solid #2874c9;
  border-left: 0.25rem solid #2874c9;
}

article.dokugaku.d2denko .doku-flow > div > ul li p::before {
  color: #2874c9;
}

article.dokugaku.d2denko .doku-flow > div > ul li:not(:first-of-type)::before {
  color: #2874c9;
}

article.dokugaku.d2denko .doku-feature::after {
  background-image: radial-gradient(rgba(161, 204, 229, 0.3) 30%, #fff 40%);
}

article.dokugaku.d2denko .doku-feature > div h2 {
  background: rgba(132, 183, 219, 0.3);
}

article.dokugaku.d2denko .doku-feature > div dl dt {
  color: #2874c9;
}

article.dokugaku.d2denko .doku-schedule > div table tbody tr th {
  background: rgba(161, 204, 229, 0.3);
}

article.dokugaku.d2denko .doku-schedule > div table tbody tr td span {
  background: rgba(161, 204, 229, 0.6);
}

article.dokugaku.d2denko .doku-curri {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 4px), repeating-linear-gradient(rgba(161, 204, 229, 0.2), rgba(161, 204, 229, 0.4));
}

article.dokugaku.d2denko .doku-curri > div > div table tbody tr th {
  background: #84b7db;
}

article.dokugaku.d2denko .doku-cta {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(40, 116, 201, 0.9)), to(rgba(132, 183, 219, 0.9))), repeating-linear-gradient(-45deg, #a1cce5, #a1cce5 2px, #ffffff 2px, #ffffff 4px);
  background: linear-gradient(to right bottom, rgba(40, 116, 201, 0.9), rgba(132, 183, 219, 0.9)), repeating-linear-gradient(-45deg, #a1cce5, #a1cce5 2px, #ffffff 2px, #ffffff 4px);
}

article.dokugaku.d1do h1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(96, 141, 160, 0.7)), color-stop(90%, rgba(96, 141, 160, 0.7)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 70%, rgba(96, 141, 160, 0.7) 70%, rgba(96, 141, 160, 0.7) 90%, transparent 90%);
}

article.dokugaku.d1do::before, article.dokugaku.d1do::after {
  color: #608da0;
}

article.dokugaku.d1do em {
  -webkit-text-decoration: underline wavy #608da0;
          text-decoration: underline wavy #608da0;
}

article.dokugaku.d1do strong {
  color: #608da0;
}

@media (max-width: 768px) {
  article.dokugaku.d1do .smp-slide {
    background: #25535c;
  }
}

article.dokugaku.d1do .doku-toha {
  background-image: repeating-linear-gradient(135deg, rgba(96, 141, 160, 0.15) 0, rgba(96, 141, 160, 0.15) 0.7px, rgba(96, 141, 160, 0) 0, rgba(96, 141, 160, 0) 50%);
}

article.dokugaku.d1do .doku-advantage::after {
  background: #d4e3e7;
}

article.dokugaku.d1do .doku-advantage > div table tr th.us {
  background: #25535c;
  border: 0.25rem solid #25535c;
}

article.dokugaku.d1do .doku-advantage > div table tr th.us::before {
  background: #25535c;
  border: 0.25rem solid #25535c;
}

article.dokugaku.d1do .doku-advantage > div table tr td:nth-of-type(2) {
  border-right: 0.25rem solid #25535c;
  border-left: 0.25rem solid #25535c;
  color: #25535c;
}

article.dokugaku.d1do .doku-advantage > div table tr:last-of-type td:nth-of-type(2) {
  border-bottom: 0.25rem solid #25535c;
  border-right: 0.25rem solid #25535c;
  border-left: 0.25rem solid #25535c;
}

article.dokugaku.d1do .doku-flow > div > ul li p::before {
  color: #25535c;
}

article.dokugaku.d1do .doku-flow > div > ul li:not(:first-of-type)::before {
  color: #25535c;
}

article.dokugaku.d1do .doku-feature::after {
  background-image: radial-gradient(rgba(180, 206, 212, 0.3) 30%, #fff 40%);
}

article.dokugaku.d1do .doku-feature > div h2 {
  background: rgba(96, 141, 160, 0.3);
}

article.dokugaku.d1do .doku-feature > div dl dt {
  color: #25535c;
}

article.dokugaku.d1do .doku-schedule > div table tbody tr th {
  background: rgba(180, 206, 212, 0.3);
}

article.dokugaku.d1do .doku-schedule > div table tbody tr td span {
  background: rgba(180, 206, 212, 0.6);
}

article.dokugaku.d1do .doku-curri {
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 4px), repeating-linear-gradient(rgba(180, 206, 212, 0.2), rgba(180, 206, 212, 0.4));
}

article.dokugaku.d1do .doku-curri > div > div table tbody tr th {
  background: #608da0;
}

article.dokugaku.d1do .doku-cta {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(37, 83, 92, 0.9)), to(rgba(96, 141, 160, 0.9))), repeating-linear-gradient(-45deg, #b4ced4, #b4ced4 2px, #ffffff 2px, #ffffff 4px);
  background: linear-gradient(to right bottom, rgba(37, 83, 92, 0.9), rgba(96, 141, 160, 0.9)), repeating-linear-gradient(-45deg, #b4ced4, #b4ced4 2px, #ffffff 2px, #ffffff 4px);
}

#return-to-top.show a {
  opacity: .8;
  pointer-events: initial;
}

#return-to-top a {
  position: fixed;
  z-index: 1000;
  inset: auto 2rem 2rem auto;
  width: 4rem;
  height: 4rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.15));
}

@media (max-width: 768px) {
  #return-to-top a {
    inset: auto 2rem 7.5rem auto;
  }
}

#return-to-top a::before {
  content: '\e5d8';
  font-family: "Material Symbols Outlined";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  line-height: 4rem;
  font-size: 2.5rem;
  color: #253a5c;
  -webkit-transition: .3s;
  transition: .3s;
}

#return-to-top a:hover {
  background: #253a5c;
}

#return-to-top a:hover::before {
  color: #fff;
}

footer {
  background: #182028;
  color: #fff;
}

footer.fix {
  position: absolute;
  inset: auto 0 0;
}

footer > div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 1rem;
}

@media (max-width: 768px) {
  footer > div {
    padding: 3rem 1rem;
  }
}

footer > div .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer > div .copy h2 {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 4rem;
  color: #fff;
}

@media (max-width: 768px) {
  footer > div .copy h2 {
    font-size: .9rem;
  }
}

footer > div .copy h2 span {
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  footer > div .copy h2 span {
    font-size: 1rem;
  }
}

footer > div .copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 768px) {
  footer > div .copy ul {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  footer > div .copy ul li {
    text-align: center;
    padding: 0 .25rem;
  }
}

footer > div .copy ul li a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: .7rem;
  text-decoration: none;
  margin: 0.2rem 2rem 0 0;
  padding: .2rem;
  position: relative;
}

@media (max-width: 768px) {
  footer > div .copy ul li a {
    font-size: .6rem;
  }
}

footer > div .copy ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0%);
          transform: scaleX(0%);
  -webkit-transition: .3s;
  transition: .3s;
}

footer > div .copy ul li a:hover {
  color: #fff;
}

footer > div .copy ul li a:hover::after {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}

@media (max-width: 768px) {
  footer > div .copy ul li a {
    margin: 0;
    padding: .3rem;
  }
}

@media (max-width: 768px) {
  footer > div .copy h2 {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: .8rem auto 0;
  }
  footer > div .copy ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  p, img, h4, tr {
    -webkit-animation: reveal linear both;
            animation: reveal linear both;
    animation-timeline: view();
    animation-range: entry 10% contain 20%;
  }
  @-webkit-keyframes reveal {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes reveal {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
/*# sourceMappingURL=style.css.map */