@charset "UTF-8";
/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:500,600");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ゴールド */
/* チューリップレッド */
/*　ベージュ */
/*　ライトグレー1 */
/* ライトグレー2 */
/*　グレー1 */
/* グレー2 */
/*--------------------------------------------------------------------------
common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
REGULATION
---------------------------------------------------------------------------*/
.login.my-false {
  display: none;
}

.logout.my-true {
  display: none;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.serif {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.slick-prev:before, .slick-next:before {
  color: #333;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
}
a:hover {
  opacity: 0.7;
  transition: .2s;
  -webkit-transition: .2s;
  text-decoration: none;
}

/*--------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

body {
  position: relative;
  font-size: 1.3em;
  color: #333;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
}

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

.wrap {
  width: 1024px;
  margin: 0 auto;
}

.not_use {
  display: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/*   #header   */
#header {
  width: 100%;
  position: relative;
  /* .header__upper */
  /* .header__lower */
}
#header .header__upper {
  padding: 8px 0;
  height: 29px;
  background: #ba2f52;
}
#header .header__upper .wrap {
  display: flex;
  justify-content: space-between;
}
#header .header__upper .wrap #header__repeat {
  color: #fff;
  text-align: left;
}
#header .header__upper .wrap #header__info {
  width: 600px;
  margin: 0 auto;
  padding-left: 40px;
}
#header .header__upper .wrap #header__info ul.__slider_info li {
  color: #fff;
  text-align: center;
}
#header .header__upper .wrap #header__info ul.__slider_info li a {
  color: #fff;
  text-decoration: underline;
}
#header .header__upper .wrap #header__info ul.__slider_info .slick-prev {
  left: 25px;
}
#header .header__upper .wrap #header__info ul.__slider_info .slick-prev::after {
  transform: rotate(135deg);
}
#header .header__upper .wrap #header__info ul.__slider_info .slick-next {
  right: 25px;
}
#header .header__upper .wrap #header__info ul.__slider_info .slick-next::after {
  transform: rotate(315deg);
}
#header .header__upper .wrap #header__info ul.__slider_info .slick-prev, #header .header__upper .wrap #header__info ul.__slider_info .slick-next {
  z-index: 10;
  top: 50%;
}
#header .header__upper .wrap #header__info ul.__slider_info .slick-prev::before, #header .header__upper .wrap #header__info ul.__slider_info .slick-next::before {
  content: "" !important;
}
#header .header__upper .wrap #header__info ul.__slider_info .slick-prev::after, #header .header__upper .wrap #header__info ul.__slider_info .slick-next::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 5px;
}
#header .header__upper .wrap #header__links ul {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#header .header__upper .wrap #header__links ul li a {
  color: #fff;
}
#header .header__upper .wrap #header__links ul li:not(:first-child) {
  margin-left: 10px;
}
#header .header__lower {
  width: 100%;
  background: #fff;
  z-index: 1500;
  border-bottom: 1px solid #efefef;
}
#header .header__lower a {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
#header .header__lower .wrap {
  padding: 24px 0;
}
#header .header__lower .wrap .nav {
  position: relative;
  display: flex;
  align-items: center;
  /*.header__menu*/
  /*.header__account*/
}
#header .header__lower .wrap .nav .logo {
  width: 118px;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list {
  display: flex;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li {
  margin-left: 24px;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li a {
  font-size: 1.6rem;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu {
  margin-right: 10px;
  /*#downmenu__block*/
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu > a {
  position: relative;
  padding-bottom: 30px;
  padding-right: 14px;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu > a::before {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  right: 0;
  top: 8px;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 999;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block.on {
  display: block;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap {
  display: flex;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div {
  width: 190px;
  margin-left: 32px;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div h2 {
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid #888;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div ul.__block li {
  margin-left: 0;
  border-bottom: 1px solid #efefef;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div ul.__block li a {
  display: inline-block;
  padding: 16px 10px;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: left;
  position: relative;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div.special__menu ul.__block li a.texs {
  letter-spacing: -0.1em;
}


#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div ul.__block li a::before {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  right: 0;
  top: 40%;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div.special__menu ul.__block li {
  border-bottom: 1px solid #888;
}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li.downmenu #downmenu__block .wrap > div.special__menu ul.__block li a {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;

}
#header .header__lower .wrap .nav .header__menu ul.header__menu__list li:nth-child(3) {
  margin-left: 10px;
}
#header .header__lower .wrap .nav .header__account {
  position: absolute;
  right: 0;
  top: 0;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list {
  display: flex;
  justify-content: flex-end;
  width: 350px;
  height: 20px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li {
  margin-left: 24px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 18px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li a span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li a span svg {
  width: 16px;
  height: 16px;
  fill: #888;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__login a span svg {
  width: 18px;
  height: 18px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__search a {
  padding-bottom: 30px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__search {
  padding-bottom: 20px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__search #downsearch_block {
  display: none;
  position: absolute;
  width: 352px;
  top: 30px;
  left: 0;
  padding: 20px;
  background: #fcf7f3;
  z-index: 999;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__search #downsearch_block .block .search_box form {
  position: relative;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__search #downsearch_block .block .search_box form input[type=search] {
  border: 1px solid #efefef;
  width: 100%;
  font-size: 14px;
  border-radius: 30px;
  padding-left: 1em;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__search #downsearch_block .block .search_box form input[type=image] {
  width: 13px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 13px;
}
#header .header__lower .wrap .nav .header__account ul.header__account__list li.ico__search #downsearch_block.on {
  display: block;
}
#header .header__lower .wrap .nav .header__account .fs-client-cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  background: #ba2f52;
  color: #fff;
  border-radius: 50%;
  right: -20px;
  top: 0;
}
#header .header__lower.isfixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/*   END:#header   */
#main {
  margin: 0 auto;
}

.pan {
  margin-bottom: 48px;
}

.block h2 {
  font-size: 40px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center;
}
.block h2 span.sub__ttl {
  display: block;
  font-size: 16px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  text-align: center;
}
.block a.more__btn {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #fff;
  background: #ba2f52;
  border: 1px solid #ba2f52;
  display: block;
  width: 150px;
  font-size: 2.2rem;
  padding: 8px 40px 10px 24px;
  margin: 40px auto;
  position: relative;
}
.block a.more__btn::after {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  right: 25px;
  top: 40%;
  transition: .5s;
  -webkit-transition: .5s;
}
.block a:hover.more__btn {
  color: #ba2f52;
  background: #fff;
  border: 1px solid #ba2f52;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
}
.block a:hover.more__btn::after {
  border-right: 1px solid #ba2f52;
  border-bottom: 1px solid #ba2f52;
  transition: .2s;
  -webkit-transition: .2s;
}

/*   #category   */
#category {
  margin-top: 88px;
  /*.category__list*/
}
#category .category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0 40px;
}
#category .category__list a {
  display: block;
  width: 130px;
  margin: 0 20px 32px;
}

/*   END:#category   */
/*   #ft__bnr__area   */
#ft__bnr__area {
  background: #fcf7f3;
  padding: 56px 0;
}
#ft__bnr__area .bnr__list {
  display: flex;
  justify-content: center;
}
#ft__bnr__area .bnr__list a {
  width: 328px;
  height: 96px;
  display: block;
  flex: none;
}
#ft__bnr__area .bnr__list a:not(:last-child) {
  margin-right: 20px;
}

/*   END:#ft__bnr__area   */
/*   #footer   */
#footer {
  /* #ico__list */
  /* #ft__contents */
  /* .copyright */
}
#footer #ico__list .wrap {
  padding: 56px 0;
  text-align: center;
}
#footer #ico__list a {
  display: inline-block;
  margin: 0 28px;
}
#footer #ico__list a .ico {
  width: 96px;
  height: 96px;
}
#footer #ico__list a .ico img {
  width: 66.66667%;
  display: block;
  margin: 0 auto;
}
#footer #ico__list a .ico .ttl {
  font-size: 16px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin-top: 16px;
}
#footer #ft__contents {
  padding: 56px 0 32px;
  border-top: 1px solid #ddc59e;
}
#footer #ft__contents .ft__menu {
  display: flex;
  justify-content: space-between;
  /* .ft__menu--guide */
  /* .ft__menu--pay */
  /* .ft__menu--delivery */
}
#footer #ft__contents .ft__menu > div {
  width: 33%;
}
#footer #ft__contents .ft__menu > div h2 {
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 12px;
}
#footer #ft__contents .ft__menu .ft__menu--guide {
  width: 380px;
}
#footer #ft__contents .ft__menu .ft__menu--guide ul.ft__menu__list {
  height: 200px;
  line-height: 1;
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  -moz-column-fill: auto;
  -webkit-column-fill: auto;
  column-fill: auto;
}
#footer #ft__contents .ft__menu .ft__menu--guide ul.ft__menu__list li {
  text-align: left;
  line-height: 2;
}
#footer #ft__contents .ft__menu .ft__menu--guide ul.ft__menu__list li a {
  padding-left: 10px;
  position: relative;
}
#footer #ft__contents .ft__menu .ft__menu--guide ul.ft__menu__list li a::before {
  display: block;
  content: '';
  position: absolute;
  width: 4px;
  height: 1px;
  background: #333;
  top: 50%;
}
#footer #ft__contents .ft__menu .ft__menu--pay {
  margin-left: 40px;
}
#footer #ft__contents .ft__menu .ft__menu--pay div {
  text-align: left;
}
#footer #ft__contents .ft__menu .ft__menu--pay div p {
  text-align: left;
  line-height: 1.6;
}
#footer #ft__contents .ft__menu .ft__menu--pay div img {
  margin: 20px 0;
}
#footer #ft__contents .ft__menu .ft__menu--delivery {
  margin-left: 40px;
}
#footer #ft__contents .ft__menu .ft__menu--delivery h2:nth-of-type(2) {
  margin-top: 30px;
}
#footer #ft__contents .ft__menu .ft__menu--delivery div p {
  text-align: left;
  line-height: 1.6;
}
#footer #ft__contents .ft__menu .ft__menu--delivery div p span {
  font-weight: bold;
  color: #ba2f52;
}
#footer #ft__contents .ft__sns__area {
  margin-top: 56px;
}
#footer #ft__contents .ft__sns__area ul.sns__list {
  text-align: center;
}
#footer #ft__contents .ft__sns__area ul.sns__list li {
  display: inline-block;
  width: 40px;
  margin: 0 12px;
}
#footer .copyright {
  width: 100%;
  padding: 15px;
  background: #ba2f52;
}
#footer .copyright .wrap {
  text-align: center;
}
#footer .copyright small {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#footer #pagetop {
  z-index: 100;
  position: fixed;
  bottom: 100px;
  right: 0;
  transform: rotate(90deg);
  -webkit-font-smoothing: antialiased;
}
#footer #pagetop::before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 20px;
  background: url(https://abiste.itembox.design/item/_assets/img/shared/arw_left_red.png) no-repeat;
  background-size: contain;
  left: -12px;
}
#footer #pagetop a {
  color: #ba2f52;
  font-weight: bold;
  font-size: 1.6rem;
}
#footer #pagetop a:hover {
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}

/*   END:#footer   */
/*--------------------------------------------------------------------------
futureshop
---------------------------------------------------------------------------*/
/* 　　　fs_styleの打消し 　　　*/
.fs-l-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.fs-c-slick .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.fs-c-guestPurchase {
  border-top: 1px solid #efefef;
}

.fs-c-breadcrumb {
  width: 1024px;
  margin: 24px auto 48px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: "/";
}

/*商品グループ表示　システムパーツ*/
.fs-c-productImageModalCarousel__figure {
  padding-top: 10px;
}

.fs-c-productImageModalCarousel__figure__caption {
  background: inherit;
}

.fs-c-cartTable__productName__name {
  font-size: 1.5rem;
  line-height: 1.6;
}

.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 5px;
}

.fs-c-photoswipe .pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}
.fs-c-photoswipe .pswp__caption__center {
  text-align: center;
}

/* fs_themeの打消し */
.fs-p-messageBoard {
  margin-top: 24px;
  margin-bottom: 0;
}

.fs-c-breadcrumb {
  width: 1024px;
  margin: 24px auto 48px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: "/";
}

h2.pageHeading {
  font-size: 40px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center;
}
h2.pageHeading span.sub__ttl {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
h2.pageHeading span.sub__ttl::before {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.fs-body-cart h2.pageHeading .sub__ttl {
  font-size: 0;
}
.fs-body-cart h2.pageHeading .sub__ttl::before {
  content: "ショッピングカート";
}
.fs-body-my-top h2.pageHeading .sub__ttl {
  font-size: 0;
}
.fs-body-my-top h2.pageHeading .sub__ttl::before {
  content: "マイページ";
}
.fs-body-review-login h2.pageHeading .sub__ttl, .fs-body-login h2.pageHeading .sub__ttl {
  font-size: 0;
}
.fs-body-review-login h2.pageHeading .sub__ttl::before, .fs-body-login h2.pageHeading .sub__ttl::before {
  content: "ログイン";
}
.fs-body-register h2.pageHeading .sub__ttl {
  font-size: 0;
}
.fs-body-register h2.pageHeading .sub__ttl::before {
  content: "新規会員登録";
}
.xxxxxxxxxxx h2.pageHeading .sub__ttl {
  font-size: 0;
}
.xxxxxxxxxxx h2.pageHeading .sub__ttl::before {
  content: "xxxxxxxxxxx";
}

/*--------------------------------------------------------------------------
futureshop
---------------------------------------------------------------------------*/
/* 共通ボタン */
.fs-c-buttonContainer--myPageTop {
  width: 188px;
  height: 40px;
}
.fs-c-buttonContainer--myPageTop a {
  width: 188px;
  height: 40px;
  background: #fff;
  border: 1px solid #ba2f52;
  text-align: center;
}
.fs-c-buttonContainer--myPageTop a:hover {
  text-decoration: none;
}
.fs-c-buttonContainer--myPageTop a span {
  font-size: 16px;
  line-height: 40px;
  color: #ba2f52;
}

/* 新規会員登録 */
ul.memberStageTable {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
ul.memberStageTable li {
  border: 1px solid #ddc59e;
  width: 320px;
  padding: 30px;
}
ul.memberStageTable li h2 {
  font-size: 32px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
ul.memberStageTable li h3 {
  margin-top: 18px;
  font-size: 20px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
ul.memberStageTable li p {
  margin-top: 18px;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.75;
}

/* 会員登録 登録・変更 */
#fs_Register .fs-c-inputInformation, #fs_EditAccountSettings .fs-c-inputInformation, #fs_MyAccountSettings .fs-c-inputInformation, #fs_NewAddress .fs-c-inputInformation, #fs_CustomerDetails .fs-c-inputInformation, #fs_EditAddress .fs-c-inputInformation {
  background: #fcf7f3;
  padding: 48px;
}
#fs_Register .fs-c-inputTable tr, #fs_EditAccountSettings .fs-c-inputTable tr, #fs_MyAccountSettings .fs-c-inputTable tr, #fs_NewAddress .fs-c-inputTable tr, #fs_CustomerDetails .fs-c-inputTable tr, #fs_EditAddress .fs-c-inputTable tr {
  width: 620px;
  display: table;
}
#fs_Register .fs-c-inputTable tr th, #fs_EditAccountSettings .fs-c-inputTable tr th, #fs_MyAccountSettings .fs-c-inputTable tr th, #fs_NewAddress .fs-c-inputTable tr th, #fs_CustomerDetails .fs-c-inputTable tr th, #fs_EditAddress .fs-c-inputTable tr th {
  display: table-cell;
  width: 200px;
}
#fs_Register .fs-c-inputTable tr td, #fs_EditAccountSettings .fs-c-inputTable tr td, #fs_MyAccountSettings .fs-c-inputTable tr td, #fs_NewAddress .fs-c-inputTable tr td, #fs_CustomerDetails .fs-c-inputTable tr td, #fs_EditAddress .fs-c-inputTable tr td {
  display: table-cell;
  width: 408px;
}
#fs_Register .fs-c-radio__radioMark,
#fs_Register .fs-c-checkbox__checkMark, #fs_EditAccountSettings .fs-c-radio__radioMark,
#fs_EditAccountSettings .fs-c-checkbox__checkMark, #fs_MyAccountSettings .fs-c-radio__radioMark,
#fs_MyAccountSettings .fs-c-checkbox__checkMark, #fs_NewAddress .fs-c-radio__radioMark,
#fs_NewAddress .fs-c-checkbox__checkMark, #fs_CustomerDetails .fs-c-radio__radioMark,
#fs_CustomerDetails .fs-c-checkbox__checkMark, #fs_EditAddress .fs-c-radio__radioMark,
#fs_EditAddress .fs-c-checkbox__checkMark {
  border: 1px solid #efefef;
}
#fs_Register .fs-c-radio__radioMark, #fs_Register .fs-c-checkbox__checkMark, #fs_EditAccountSettings .fs-c-radio__radioMark, #fs_EditAccountSettings .fs-c-checkbox__checkMark, #fs_MyAccountSettings .fs-c-radio__radioMark, #fs_MyAccountSettings .fs-c-checkbox__checkMark, #fs_NewAddress .fs-c-radio__radioMark, #fs_NewAddress .fs-c-checkbox__checkMark, #fs_CustomerDetails .fs-c-radio__radioMark, #fs_CustomerDetails .fs-c-checkbox__checkMark, #fs_EditAddress .fs-c-radio__radioMark, #fs_EditAddress .fs-c-checkbox__checkMark {
  border: 1px solid #333;
}
#fs_Register .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark, #fs_EditAccountSettings .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark, #fs_MyAccountSettings .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark, #fs_NewAddress .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark, #fs_CustomerDetails .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark, #fs_EditAddress .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
}
#fs_Register .fs-c-checkbox__checkMark::before, #fs_EditAccountSettings .fs-c-checkbox__checkMark::before, #fs_MyAccountSettings .fs-c-checkbox__checkMark::before, #fs_NewAddress .fs-c-checkbox__checkMark::before, #fs_CustomerDetails .fs-c-checkbox__checkMark::before, #fs_EditAddress .fs-c-checkbox__checkMark::before {
  color: #333;
  top: 0;
  left: 0;
}
#fs_Register .fs-c-inputField__explanation, #fs_EditAccountSettings .fs-c-inputField__explanation, #fs_MyAccountSettings .fs-c-inputField__explanation, #fs_NewAddress .fs-c-inputField__explanation, #fs_CustomerDetails .fs-c-inputField__explanation, #fs_EditAddress .fs-c-inputField__explanation {
  margin-top: 10px;
}
#fs_Register .fs-c-dropdown::after, #fs_EditAccountSettings .fs-c-dropdown::after, #fs_MyAccountSettings .fs-c-dropdown::after, #fs_NewAddress .fs-c-dropdown::after, #fs_CustomerDetails .fs-c-dropdown::after, #fs_EditAddress .fs-c-dropdown::after {
  position: absolute;
  top: 36%;
  right: 10px;
  bottom: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  background: transparent;
  transform: rotate(45deg);
  border-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: content-box;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-family: 'fs-icon' !important;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}
#fs_Register .fs-c-inputGroup, #fs_EditAccountSettings .fs-c-inputGroup, #fs_MyAccountSettings .fs-c-inputGroup, #fs_NewAddress .fs-c-inputGroup, #fs_CustomerDetails .fs-c-inputGroup, #fs_EditAddress .fs-c-inputGroup {
  border-color: #efefef;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"],
[type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"],
[type="datetime-local"], [type="number"], select, textarea {
  -webkit-appearance: none;
  border: 1px solid #efefef;
  line-height: 1.4;
  min-height: 2.8em;
  padding: 3px 5px;
  width: 100%;
  border-radius: 0px;
}

/* 会員登録完了 */
#fs_RegisterSuccess .fs-c-registerSuccessMessage {
  background: #fcf7f3;
  padding: 48px;
  border-bottom: 0;
}

/* 退会手続き */
#fs_DeleteAccount {
  /*btn*/
}
#fs_DeleteAccount h2.pageHeading {
  font-size: 2.4rem;
}
#fs_DeleteAccount .fs-c-inputInformation {
  background: #fcf7f3;
  padding: 48px;
}
#fs_DeleteAccount .fs-c-inputTable tr {
  width: 620px;
  display: table;
}
#fs_DeleteAccount .fs-c-inputTable tr th {
  display: table-cell;
  width: 200px;
}
#fs_DeleteAccount .fs-c-inputTable tr td {
  display: table-cell;
  width: 408px;
}
#fs_DeleteAccount .fs-c-buttonContainer--myPageTop {
  width: 188px;
  height: 40px;
}
#fs_DeleteAccount .fs-c-buttonContainer--myPageTop a {
  width: 188px;
  height: 40px;
  background: #fff;
  border: 1px solid #ba2f52;
  text-align: center;
}
#fs_DeleteAccount .fs-c-buttonContainer--myPageTop a:hover {
  text-decoration: none;
}
#fs_DeleteAccount .fs-c-buttonContainer--myPageTop a span {
  font-size: 14px;
  line-height: 40px;
  color: #ba2f52;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell, .fs-c-inputInformation__field--display .fs-c-inputTable__dataCell {
  font-size: 1.4rem;
}

/*--------------------------------------------------------------------------
futureshop style上書き
---------------------------------------------------------------------------*/
/* 会員特典 */
#fs_CustomPage ul.memberShipTable {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
#fs_CustomPage ul.memberShipTable li {
  border: 1px solid #ddc59e;
  width: 320px;
  padding: 25px 10px 30px;
}
#fs_CustomPage ul.memberShipTable li h2 {
  font-size: 32px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
#fs_CustomPage ul.memberShipTable li h3 {
  margin-top: 16px;
  font-size: 18px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
#fs_CustomPage ul.memberShipTable li p {
  margin-top: 16px;
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.75;
}
#fs_CustomPage ul.memberShipTable li:nth-child(n+4) {
  margin-top: 32px;
}
#fs_CustomPage .txt p {
  font-size: 18px;
  font-weight: bold;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
#fs_CustomPage .txt .__btn a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 40px auto 0;
  display: block;
  width: 204px;
  background: #ba2f52;
  padding: 14px 20px;
}

.fs-c-button--standard, .fs-c-button--primary, .fs-c-button--secondary, .fs-c-button--particular {
  box-shadow: none;
}

.fs-c-button--primary {
  padding: 0.8em 1.6em;
}

/* ログイン,お気に入りログイン */
.fs-c-inputGroup {
  border-color: #efefef;
}

/* ログイン */
#fs_Login .fs-c-loginForm, #fs_WishListLogin .fs-c-loginForm, #fs_ReviewLogin .fs-c-loginForm {
  display: flex;
  justify-content: space-between;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection {
  width: calc(50% - 20px);
}
#fs_Login .fs-c-loginForm section.fs-c-subSection h2.fs-c-subSection__title, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection h2.fs-c-subSection__title, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection h2.fs-c-subSection__title {
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  background: #fcf7f3;
  padding: 1.6rem;
  text-align: center;
  border: 0;
  margin-bottom: 24px;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin {
  margin-top: 20px;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field {
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 24px 32px;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
  display: flex;
  flex-direction: inherit;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr th, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr th, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr th {
  width: 110px;
  padding: 10px 0 9px;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-inputField, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-inputField, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-inputField {
  width: 320px;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr + tr, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr + tr, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr + tr {
  margin-top: 16px;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link {
  text-align: center;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers {
  margin-left: 32px;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers .fs-c-newUsers__message, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers .fs-c-newUsers__message, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers .fs-c-newUsers__message {
  line-height: 1.53846;
}
#fs_Login .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers .fs-c-buttonContainer, #fs_WishListLogin .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers .fs-c-buttonContainer, #fs_ReviewLogin .fs-c-loginForm section.fs-c-subSection.fs-c-newUsers .fs-c-buttonContainer {
  margin-top: 20px;
}
#fs_Login .meritHeading, #fs_WishListLogin .meritHeading, #fs_ReviewLogin .meritHeading {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
#fs_Login .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon, #fs_WishListLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon, #fs_ReviewLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon {
  padding-top: 24px;
  border-top: 1px solid #efefef;
}
#fs_Login .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon .fs-c-anotherLogin__message--amazon, #fs_WishListLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon .fs-c-anotherLogin__message--amazon, #fs_ReviewLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon .fs-c-anotherLogin__message--amazon {
  flex-direction: inherit;
}
#fs_Login .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon p, #fs_WishListLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon p, #fs_ReviewLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon p {
  line-height: 1.6;
}
#fs_Login .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon .fs-c-anotherLogin__button--amazon, #fs_WishListLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon .fs-c-anotherLogin__button--amazon, #fs_ReviewLogin .fs-c-otherServiceLogin .fs-c-anotherLogin--amazon .fs-c-anotherLogin__button--amazon {
  margin-top: 20px;
  text-align: center;
}

/* ログイン系共通 */
/* #fs_Login */
#fs_ReviewLogin .fs-c-guestReview {
  padding: 30px 140px;
  text-align: center;
  border: 1px solid #ddc59e;
  width: 100%;
  margin-bottom: 40px;
}
#fs_ReviewLogin .fs-c-guestReview h2 {
  font-size: 2rem;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: center;
}
#fs_ReviewLogin .fs-c-guestReview .fs-c-guestReview__message {
  margin-top: 10px;
}
#fs_ReviewLogin .fs-c-guestReview h3 {
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#fs_ReviewLogin .fs-c-guestReview p {
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-top: 10px;
  line-height: 1.6;
}

/* fs_ReviewLogin */
/* カートログイン */
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection {
  width: 100%;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection h2.fs-c-subSection__title {
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  background: #fcf7f3;
  padding: 1.6rem;
  text-align: center;
  border: 0;
  margin-bottom: 24px;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin {
  margin-top: 20px;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field {
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 24px 32px;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr {
  display: flex;
  flex-direction: inherit;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr th {
  width: 110px;
  padding: 10px 0 9px;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr td .fs-c-inputField {
  width: 320px;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__field .fs-c-inputTable tbody tr + tr {
  margin-top: 16px;
}
#fs_ShoppingCartLogin .fs-c-loginForm section.fs-c-subSection.fs-c-registeredUsers .fs-c-fsLogin .fs-c-inputInformation__link {
  text-align: center;
}
#fs_ShoppingCartLogin .fs-c-button--guestPurchase {
  display: inline-block;
  text-align: center;
  min-width: 240px;
}
#fs_ShoppingCartLogin .fs-c-button--guestPurchase .fs-c-button__label {
  color: #fff;
  background: #888;
  padding: 0.8em 1.6em 0.6em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-width: 240px;
}
#fs_ShoppingCartLogin .fs-c-otherServiceLogin .fs-c-anotherLogin__message--amazon p {
  line-height: 1.6;
}

/* パスワード再設定・変更 */
#fs_PasswordReminder h2.pageHeading, #fs_ResetPassword h2.pageHeading, #fs_EditPassword h2.pageHeading {
  font-size: 2.4rem;
}
#fs_PasswordReminder .fs-c-inputInformation form .fs-c-inputInformation__field, #fs_ResetPassword .fs-c-inputInformation form .fs-c-inputInformation__field, #fs_EditPassword .fs-c-inputInformation form .fs-c-inputInformation__field {
  background: #fcf7f3;
  padding: 30px;
}
#fs_PasswordReminder .fs-c-inputInformation form .fs-c-inputInformation__field tr td, #fs_ResetPassword .fs-c-inputInformation form .fs-c-inputInformation__field tr td, #fs_EditPassword .fs-c-inputInformation form .fs-c-inputInformation__field tr td {
  margin-top: 8px;
}

/* 会員登録完了 */
#fs_RegisterSuccess h2.pageHeading {
  font-size: 2.4rem;
}
#fs_RegisterSuccess .fs-c-registerSuccessMessage {
  font-size: 1.6rem;
  line-height: 1.6;
}
#fs_RegisterSuccess .fs-c-registerSuccessMessage > p {
  margin-top: 10px;
}

/* fs_RegisterSuccess */
/* 商品一覧 商品検索結果一覧 */
#fs_ProductCategory .fs-l-main, #fs_ProductSearch .fs-l-main {
  width: 1024px;
}
#fs_ProductCategory .fs-l-main #originalItemList, #fs_ProductSearch .fs-l-main #originalItemList {
  width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#fs_ProductCategory .fs-l-main #originalItemList aside.fs-l-sideArea, #fs_ProductSearch .fs-l-main #originalItemList aside.fs-l-sideArea {
  width: 188px;
  margin-right: 55px;
  padding: 0;
}
#fs_ProductCategory .fs-l-main #originalItemList .contentsArea, #fs_ProductSearch .fs-l-main #originalItemList .contentsArea {
  width: 780px;
}

/* マイページ */
#fs_MyPageTop .menu {
  margin: 48px auto;
}
#fs_MyPageTop .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#fs_MyPageTop .menu ul::before {
  content: '';
  display: block;
  width: 238px;
  height: 0;
  order: 1;
}
#fs_MyPageTop .menu ul::before {
  content: '';
  display: block;
  width: 238px;
  height: 0;
}
#fs_MyPageTop .menu ul li {
  width: 238px;
  margin-bottom: 60px;
}
#fs_MyPageTop .menu ul li .box {
  width: 100%;
  border: 1px solid #ddc59e;
}
#fs_MyPageTop .menu ul li .box > a {
  display: table;
  width: 100%;
  height: 164px;
  text-align: center;
}
#fs_MyPageTop .menu ul li .box > a p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
}
#fs_MyPageTop .menu ul li .box > a p svg {
  width: 40px;
  height: 40px;
  fill: #888;
  display: block;
  margin: 0 auto 18px;
}
#fs_MyPageTop .menu ul li .txt {
  margin-top: 16px;
  line-height: 1.53846;
}
#fs_MyPageTop .menu .logout_btn {
  display: flex;
  justify-content: flex-end;
}
#fs_MyPageTop .menu .logout_btn a {
  display: block;
  width: 188px;
  height: 40px;
  background: #efefef;
  line-height: 40px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

/* マイページ下層ページ */
#fs_MyOrders h2.pageHeading, #fs_MyWishList h2.pageHeading, #fs_EditAccountSettings h2.pageHeading, #fs_MyAccountSettings h2.pageHeading, #fs_NewAddress h2.pageHeading,
#fs_MyAddressBook h2.pageHeading, #fs_EditAddress h2.pageHeading {
  font-size: 2.4rem;
}
#fs_MyOrders .fs-p-announcement__body, #fs_MyWishList .fs-p-announcement__body, #fs_EditAccountSettings .fs-p-announcement__body, #fs_MyAccountSettings .fs-p-announcement__body, #fs_NewAddress .fs-p-announcement__body,
#fs_MyAddressBook .fs-p-announcement__body, #fs_EditAddress .fs-p-announcement__body {
  margin-top: 20px;
}
#fs_MyOrders .fs-p-announcement__body p, #fs_MyOrders .fs-p-announcement__body li, #fs_MyWishList .fs-p-announcement__body p, #fs_MyWishList .fs-p-announcement__body li, #fs_EditAccountSettings .fs-p-announcement__body p, #fs_EditAccountSettings .fs-p-announcement__body li, #fs_MyAccountSettings .fs-p-announcement__body p, #fs_MyAccountSettings .fs-p-announcement__body li, #fs_NewAddress .fs-p-announcement__body p, #fs_NewAddress .fs-p-announcement__body li,
#fs_MyAddressBook .fs-p-announcement__body p,
#fs_MyAddressBook .fs-p-announcement__body li, #fs_EditAddress .fs-p-announcement__body p, #fs_EditAddress .fs-p-announcement__body li {
  line-height: 1.6;
}

/* 注文履歴 */
#fs_MyOrders .fs-c-history {
  display: flex;
  justify-content: space-between;
}
#fs_MyOrders .fs-c-history .fs-c-history__info {
  order: 2;
}
#fs_MyOrders .fs-c-history .fs-c-history__info .fs-c-dropdown .fs-c-dropdown__menu {
  border: 1px solid #ddd;
}
#fs_MyOrders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__term {
  color: #333;
}
#fs_MyOrders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dl dt, #fs_MyOrders .fs-c-history .fs-c-history__info .fs-c-history__infoSummary .fs-c-history__total dl dd {
  border-top: 1px solid #333;
}
#fs_MyOrders .fs-c-history .fs-c-history__listContainer {
  order: 1;
}
#fs_MyOrders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__header {
  padding: 10px 0;
}
#fs_MyOrders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dd {
  margin-top: 5px;
}
#fs_MyOrders .fs-c-history .fs-c-orderHistory .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-buttonContainer--addReview--detail .icon {
  width: 120px;
}

/* 注文履歴詳細 */
#fs_MyOrderDetails h2.pageHeading {
  font-size: 2.4rem;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee h3 {
  background: #888;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable tr td {
  min-width: 80px;
  line-height: 1.4;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable tr td.fs-c-cartTable__dataCell--review {
  min-width: 120px;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable tr td.fs-c-cartTable__dataCell--review .icon--review-write img {
  width: 120px;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__cartTable tr td .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice {
  margin-top: 8px;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-deliveryInfoList {
  margin-top: 16px;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable tr td {
  min-width: 80px;
  line-height: 1.4;
}
#fs_MyOrderDetails .fs-c-orderDetail .fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__cartTable tr td .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice {
  margin-top: 8px;
}
#fs_MyOrderDetails .fs-c-buttonContainer--back .fs-c-button--back {
  width: 188px;
  height: 40px;
  color: #fff;
  background: #888;
  border: 1px solid #888;
}
#fs_MyOrderDetails .fs-c-buttonContainer--back .fs-c-button--back .fs-c-button__label {
  font-size: 1.4rem;
}

/* ポイント履歴 */
#fs_MyPoints .fs-c-history .fs-c-history__info {
  border: 2px solid #eddacc;
}
#fs_MyPoints .fs-c-history__listContainer .fs-c-history__termCtrl form select {
  border: 1px solid #ddd;
}
#fs_MyPoints .fs-c-history__listContainer .fs-c-pointListTable {
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}

/* 会員お気に入り商品一覧 */
#fs_MyWishList .fs-l-pageMain .fs-c-wishList .fs-c-productList__list {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
#fs_MyWishList .fs-l-pageMain .fs-c-wishList .fs-c-productList__list .fs-c-productList__list__item {
  padding: 16px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  position: relative;
  width: 100%;
  padding-bottom: 76px;
}
#fs_MyWishList .fs-l-pageMain .fs-c-wishList .fs-c-productList__list .fs-c-productList__list__item form .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
#fs_MyWishList .fs-l-pageMain .fs-c-wishList .fs-c-productList__list .fs-c-productList__list__item form .fs-c-productListItem__productName a .fs-c-productName__name {
  line-height: 1.6;
}
#fs_MyWishList .fs-l-pageMain .fs-c-wishList .fs-c-productList__list .fs-c-productList__list__item form .fs-c-productListItem__control {
  padding: 8px 16px;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#fs_MyWishList .fs-l-pageMain .fs-c-wishList .fs-c-productList__list .fs-c-productList__list__item form .fs-c-productListItem__control button.fs-c-button--addToCart--list {
  background: #ba2f52;
  border: 1px solid #ba2f52;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: none;
  min-width: 240px;
}
#fs_MyWishList .fs-l-pageMain .fs-c-wishList .fs-c-productList__list .fs-c-productList__list__item form .fs-c-productListItem__control button.icon--fav {
  width: 40px;
}

/* 会員登録内容変更 */
/* ポイント履歴 */
#fs_MyPoints h2.pageHeading {
  font-size: 2.4rem;
}
#fs_MyPoints .fs-c-history__info, #fs_MyPoints .fs-c-pointSummary [class$="--availablePoint"],
#fs_MyPoints .fs-c-pointSummary [class$="--limitedPoint"] {
  background: #fcf7f3;
}
#fs_MyPoints .fs-c-pointSummary [class$="--limitedPoint"] {
  border-bottom: 1px solid #eddacc;
}
#fs_MyPoints .fs-c-pointSummary [class$="--purchasePointExpiration"],
#fs_MyPoints .fs-c-pointSummary [class$="--waitingPoint"] {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eddacc;
}

/* お届け先リスト */
#fs_MyAddressBook .fs-c-addressBookList__list tr {
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}
#fs_MyAddressBook .fs-c-addressBookList__list tr td ruby {
  display: block;
}
#fs_MyAddressBook .fs-c-addressBookList__list tr td .fs-c-address span {
  line-height: 1.6;
}

/* ログインボタン */
.or--text {
  position: relative;
  margin: 40px 0 20px;
  text-align: center;
  font-size: 1.4rem;
}

.or--text:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 1;
}

.or--text span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background: #fff;
  vertical-align: top;
  z-index: 2;
}

/* ショッピングカート */
#fs_ShoppingCart {
  /*.fs-l-cart__mainColumn*/
}
#fs_ShoppingCart .fs-l-cart__contentsArea {
  display: block;
}
#fs_ShoppingCart .fs-l-cart__mainColumn tr th.fs-c-cartTable__headerCell, #fs_ShoppingCart .fs-l-cart__mainColumn tr td.fs-c-cartTable__dataCell {
  border-top: 1px solid #ccc;
}
#fs_ShoppingCart .fs-l-cart__mainColumn tr th {
  text-align: center;
  padding: 14px 0;
  border-left: 0;
  border-right: 0;
  background: #fff;
}
#fs_ShoppingCart .fs-l-cart__mainColumn tr td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
}
#fs_ShoppingCart .fs-l-cart__mainColumn tr td.fs-c-cartTable__dataCell {
  padding: 30px 8px;
  border-left: 0;
  border-right: 0;
  min-width: 80px;
}
#fs_ShoppingCart .fs-l-cart__mainColumn .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__info {
  justify-content: flex-end;
}
#fs_ShoppingCart .fs-l-cart__mainColumn .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__info span {
  color: #ba2f52;
  font-size: 1.3rem;
  font-weight: bold;
}
#fs_ShoppingCart .fs-l-cart__mainColumn .fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note {
  display: flex;
  justify-content: flex-end;
}
#fs_ShoppingCart .fs-l-cart__sideColumn {
  margin: 24px 0 0 auto;
  padding: 0;
  width: 100%;
  border: none;
}
#fs_ShoppingCart .fs-l-cart__sideColumn #fs-cartTotals-container {
  width: 400px;
  margin: 32px 0 0 auto;
}
#fs_ShoppingCart .fs-l-cart__sideColumn .fs-c-orderTotalTable tr th, #fs_ShoppingCart .fs-l-cart__sideColumn .fs-c-orderTotalTable tr td {
  padding: 12px;
}
#fs_ShoppingCart .fs-l-cart__sideColumn .fs-c-orderTotalTable tr th {
  text-align: right;
  border-top: 1px solid #ddd;
}
#fs_ShoppingCart .fs-l-cart__sideColumn .fs-c-orderTotalTable tr td {
  border-top: 1px solid #ddd;
}
#fs_ShoppingCart .fs-l-cart__sideColumn .fs-c-orderTotalTable tr td span {
  font-size: 1.3rem;
  font-weight: bold;
}
#fs_ShoppingCart .fs-l-cart__sideColumn .fs-c-orderTotalTable tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
#fs_ShoppingCart .fs-l-cart__sideColumn #pay_btn_area {
  clear: both;
  margin-top: 40px;
  padding: 24px 72px;
  border: 5px solid #efefef;
  /* 購入ボタン */
  /* AmazonPayボタン */
}
#fs_ShoppingCart .fs-l-cart__sideColumn #pay_btn_area .fs-c-cartPayment, #fs_ShoppingCart .fs-l-cart__sideColumn #pay_btn_area .fs-c-payWithAmazon {
  margin-top: 0;
}
#fs_ShoppingCart .fs-l-cart__sideColumn #pay_btn_area #fs-checkout-payHere-container .fs-c-purchaseHere .fs-c-purchaseHere__message {
  padding: 14px 0;
}
#fs_ShoppingCart .fs-l-cart__sideColumn #pay_btn_area #fs-checkout-payHere-container .fs-c-purchaseHere .fs-c-purchaseHere__message p {
  line-height: 1.6;
}
#fs_ShoppingCart .fs-l-cart__sideColumn #pay_btn_area .fs-c-button--primary {
  width: 296px;
  padding: 20px 0;
  box-shadow: 0;
}
#fs_ShoppingCart .fs-l-cart__sideColumn #pay_btn_area .fs-c-purchaseHere__message p {
  font-size: 1.3rem;
}
#fs_ShoppingCart .fs-c-continueShopping {
  margin: 48px 0 0 auto;
  width: 188px;
  height: 40px;
}
#fs_ShoppingCart .fs-c-continueShopping a {
  width: 188px;
  height: 40px;
  background: #fff;
  border: 1px solid #ba2f52;
  padding: 0;
  box-shadow: none;
}
#fs_ShoppingCart .fs-c-continueShopping a span {
  line-height: 40px;
  font-size: 16px;
  color: #ba2f52;
}
#fs_ShoppingCart .fs-c-cartTable__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 104px 1fr;
  grid-template-columns: 104px 1fr;
  grid-gap: 8px;
}
#fs_ShoppingCart .fs-c-cartTableContainer {
  border: 0;
  padding: 0;
}
#fs_ShoppingCart .fs-c-cartTable__actionButton__container {
  padding: 14px 0;
}
#fs_ShoppingCart .fs-c-cartTable__actionButton__container--buyItLater {
  display: block;
}
#fs_ShoppingCart .fs-c-cartTable__actionButton__container button {
  font-size: 1.4rem;
  color: #333;
}
#fs_ShoppingCart #pay_btn_area #fs-checkout-payHere-container .fs-c-cartPayment {
  position: relative;
}
#fs_ShoppingCart #pay_btn_area #fs-checkout-payHere-container .fs-c-cartPayment .fs-c-purchaseHere__message {
  position: absolute;
}
#fs_ShoppingCart #pay_btn_area #fs-checkout-payHere-container .fs-c-cartPayment .fs-c-cartPayment__button {
  display: flex;
  justify-content: flex-end;
}
#fs_ShoppingCart #pay_btn_area #fs-checkout-payHere-container .fs-c-buttonContainer--loginAndPurchase a {
  width: 296px;
  background: transparent;
  border: 1px solid #ba2f52;
  padding: 0.8em 1.6em 0.6em;
  color: #ba2f52;
}
#fs_ShoppingCart #pay_btn_area #fs-checkout-payHere-container .fs-c-buttonContainer--unregisteredUserPurchase a {
  width: 296px;
  padding: 20px;
  background: #ba2f52;
}
#fs_ShoppingCart #pay_btn_area #fs-checkout-amazon-container .fs-c-payWithAmazon .fs-c-payWithAmazon__message {
  position: absolute;
}
#fs_ShoppingCart #pay_btn_area #fs-checkout-amazon-container .fs-c-payWithAmazon .fs-c-cartPayment__button {
  display: flex;
  justify-content: flex-end;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct {
  margin-top: 56px;
  border-top: 1px solid #efefef;
  padding: 56px 0;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__title {
  border-bottom: none;
  font-size: 20px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__title .sub__ttl {
  display: block;
  font-size: 16px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  text-align: center;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-track {
  display: flex;
  align-items: flex-start;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide {
  width: 256px;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide > div {
  padding-bottom: 10px;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem {
  max-width: 256px;
  flex-basis: 256px;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem .fs-c-productMarks {
  width: 90%;
  margin: 0 auto;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__productName {
  padding: 0 5%;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__preorderMessage {
  padding: 0 5%;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__prices {
  padding: 0 5%;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__salesPeriod {
  display: flex;
  justify-content: center;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__salesPeriod > dl {
  width: 90%;
  display: inline-block;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__control {
  justify-content: center;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__control form {
  padding: 0.8em 1.6em;
  background: #BA2F52;
  border: 1px solid #BA2F52;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 90%;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__control form > button {
  color: #fff;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__list .slick-slide .fs-c-productListItem__control > button {
  width: 56px;
  padding-left: 16px;
  display: none;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__footer {
  margin-top: 20px;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__footer a {
  display: inline-block;
  text-align: center;
  width: 188px;
  height: 40px;
  background: white;
  border: 1px solid #ba2f52;
  padding: 0;
  box-shadow: none;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct__footer a span {
  line-height: 40px;
  font-size: 16px;
  color: #ba2f52;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct .fs-c-productListCarousel {
  position: relative;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl {
  position: absolute;
  z-index: 10;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--prev {
  left: 0;
}
#fs_ShoppingCart .fs-l-main .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next {
  right: 0;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct {
  border-top: 1px solid #efefef;
  padding: 56px 0;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct__title {
  border-bottom: none;
  font-size: 40px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct__title .sub__ttl {
  display: block;
  font-size: 16px;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  text-align: center;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct__list .slick-slide {
  width: 256px;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct__list .slick-slide .fs-c-productListItem {
  max-width: 256px;
  max-height: 256px;
  flex-basis: 256px;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct__list .slick-slide .fs-c-productListItem__prices, #fs_ShoppingCart .fs-l-main .fs-c-featuredProduct__list .slick-slide .fs-c-productListItem__control {
  display: none;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct .fs-c-productListCarousel {
  position: relative;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct .fs-c-productListCarousel__ctrl {
  position: absolute;
  z-index: 10;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct .fs-c-productListCarousel__ctrl--prev {
  left: 0;
}
#fs_ShoppingCart .fs-l-main .fs-c-featuredProduct .fs-c-productListCarousel__ctrl--next {
  right: 0;
}

/* ショッピングカート - ご注文手続き */
#fs_Checkout h2.pageHeading {
  font-size: 2.4rem;
}
#fs_Checkout h2.pageHeading span {
  display: none;
}
#fs_Checkout ul.fs-c-checkout-destination__list, #fs_Checkout ul.fs-c-checkout-customerInfo {
  line-height: 1.6;
}
#fs_Checkout .fs-c-cartTable__headerCell, #fs_Checkout .fs-c-cartTable__dataCell {
  padding: 6px;
}
#fs_Checkout #fs-orderContents-container .fs-c-checkout-orderInfo__body tr .fs-c-cartTable__headerCell--product, #fs_Checkout #fs-orderContents-container .fs-c-checkout-orderInfo__body tr .fs-c-cartTable__dataCell--product {
  width: 460px;
}
#fs_Checkout #fs-orderContents-container .fs-c-checkout-orderInfo__body tr .fs-c-cartTable__headerCell--quantity, #fs_Checkout #fs-orderContents-container .fs-c-checkout-orderInfo__body tr .fs-c-cartTable__dataCell--quantity {
  width: 30px;
}
#fs_Checkout #fs-orderContents-container .fs-c-checkout-orderInfo__body tr .fs-c-cartTable__headerCell--point, #fs_Checkout #fs-orderContents-container .fs-c-checkout-orderInfo__body tr .fs-c-cartTable__dataCell--point {
  width: 30px;
}

/*#fs_Checkout*/
#fs_CheckoutSuccess h2.pageHeading {
  font-size: 2.4rem;
}
#fs_CheckoutSuccess h2.pageHeading span {
  display: none;
}
#fs_CheckoutSuccess .fs-c-checkoutSuccess h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
#fs_CheckoutSuccess .fs-c-checkoutSuccess p {
  line-height: 1.6;
}

/* お客様情報入力 */
#fs_CustomerDetails h2.pageHeading {
  font-size: 2.4rem;
}
#fs_CustomerDetails h2.pageHeading span {
  display: none;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__message {
  background: transparent;
  color: #ba2f52;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label {
  align-items: flex-start;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label .fs-c-checkbox__labelText {
  line-height: 1.6;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label .fs-c-checkbox__labelText a {
  color: #ba2f52;
  font-weight: bold;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__accordion {
  margin-top: 10px;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__addon {
  margin: 8px 0 0 20px;
}
#fs_CustomerDetails .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__addon .fs-c-agreementConfirmation__password__input {
  margin-top: 5px;
}
#fs_CustomerDetails #fs_registrationUncheckedMessage {
  margin: 20px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ba2f52;
}
#fs_CustomerDetails #fs_registrationUncheckedMessage .fs-p-listWithCheckmark {
  margin: 15px auto;
}
#fs_CustomerDetails #fs_registrationUncheckedMessage .fs-p-listWithCheckmark li {
  margin: 4px 0;
}
#fs_CustomerDetails .fs-c-agreementConfirmation .fs-c-agreementConfirmation__message--newsletterChecked {
  margin-top: 20px;
  padding: 0;
}
#fs_CustomerDetails .fs-c-agreementConfirmation .fs-c-agreementConfirmation__message--newsletterChecked .fs-c-agreementConfirmation__checkbox {
  margin-top: 8px;
}

#fs_ProductDetails .itemDetailTab {
  margin-top: 100px;
  position: relative;
}
#fs_ProductDetails .itemDetailTab li {
  display: none;
  position: absolute;
  padding: 20px;
  border: 1px solid #ccc;
  top: 0;
}
#fs_ProductDetails .fs-c-productReview .fs-c-productReview__aggregateRating {
  padding: 20px 10px;
}
#fs_ProductDetails .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
  flex: inherit;
}
#fs_ProductDetails .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating::before {
  font-size: 1.4rem;
  flex: inherit;
}
#fs_ProductDetails .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__stars::before {
  color: #ba2f52;
  margin-left: 12px;
}
#fs_ProductDetails .fs-c-productReview .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value {
  display: none;
}
#fs_ProductDetails .fs-c-productReview ul.fs-c-reviewList li.fs-c-reviewList__item {
  border-bottom: 1px solid #efefef;
}
#fs_ProductDetails .fs-c-productReview ul.fs-c-reviewList li.fs-c-reviewList__item:first-child {
  border-top: 1px solid #efefef;
}
#fs_ProductDetails .fs-c-productReview ul.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewer__name span.fs-c-reviewer__name__reviewNumber::after {
  content: '件)';
}
#fs_ProductDetails .fs-c-productReview ul.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewer__profile {
  display: none;
}
#fs_ProductDetails .fs-c-productReview ul.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewInfo__date {
  justify-content: flex-end;
}
#fs_ProductDetails .fs-c-productReview ul.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewRating .fs-c-reviewStars::before {
  color: #ba2f52;
}
#fs_ProductDetails .fs-c-productReview ul.fs-c-reviewList li.fs-c-reviewList__item .fs-c-reviewList__item__body {
  line-height: 1.8;
}

/* レビュー */
.fs-c-reviewStars::before {
  color: #ba2f52;
}

#fs_ReviewsByCustomer h2.pageHeading, #fs_Reviews h2.pageHeading {
  font-size: 2.4rem;
}
#fs_ReviewsByCustomer h2.pageHeading span, #fs_Reviews h2.pageHeading span {
  display: none;
}
#fs_ReviewsByCustomer .fs-c-history ul, #fs_Reviews .fs-c-history ul {
  margin: 10px auto;
}
#fs_ReviewsByCustomer .fs-c-history ul li .fs-c-reviewBody, #fs_Reviews .fs-c-history ul li .fs-c-reviewBody {
  line-height: 1.4;
}
#fs_ReviewsByCustomer .fs-c-history ul li .fs-c-reviewInfo__reviewer .fs-c-reviewer__status .fs-c-reviewerStatus, #fs_Reviews .fs-c-history ul li .fs-c-reviewInfo__reviewer .fs-c-reviewer__status .fs-c-reviewerStatus {
  background: transparent;
  color: #ba2f52;
  border: 1px solid #ba2f52;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px 0;
}

#fs_MyReviews .fs-c-reviewList__item__product .fs-c-reviewProduct__info {
  line-height: 1.8;
}
#fs_MyReviews .fs-c-reviewList__item__body {
  line-height: 1.8;
}

#fs_WriteReview h2.pageHeading, #fs_ReviewsByProduct h2.pageHeading {
  font-size: 2.4rem;
}
#fs_WriteReview h2.pageHeading span, #fs_ReviewsByProduct h2.pageHeading span {
  display: none;
}
#fs_WriteReview .fs-c-reviewInfo__reviewer .fs-c-reviewer__status .fs-c-reviewerStatus, #fs_ReviewsByProduct .fs-c-reviewInfo__reviewer .fs-c-reviewer__status .fs-c-reviewerStatus {
  background: transparent;
  color: #ba2f52;
  border: 1px solid #ba2f52;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px 0;
}
#fs_WriteReview .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber, #fs_ReviewsByProduct .fs-c-productReviewed .fs-c-productReviewed__number .fs-c-productNumber {
  border: 0;
  padding: 0;
}
#fs_WriteReview .fs-c-aggregateRating .fs-c-aggregateRating__rating::before, #fs_ReviewsByProduct .fs-c-aggregateRating .fs-c-aggregateRating__rating::before {
  font-size: 1.1rem;
}
#fs_WriteReview .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value, #fs_ReviewsByProduct .fs-c-aggregateRating .fs-c-aggregateRating__rating .fs-c-rating__value {
  color: #ba2f52;
}
#fs_WriteReview .fs-c-aggregateRating .fs-c-aggregateRating__count, #fs_ReviewsByProduct .fs-c-aggregateRating .fs-c-aggregateRating__count {
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 5px;
}
#fs_WriteReview .fs-c-aggregateRating .fs-c-aggregateRating__count::before, #fs_ReviewsByProduct .fs-c-aggregateRating .fs-c-aggregateRating__count::before {
  content: "(";
}
#fs_WriteReview .fs-c-aggregateRating .fs-c-aggregateRating__count::after, #fs_ReviewsByProduct .fs-c-aggregateRating .fs-c-aggregateRating__count::after {
  content: "件)";
}
#fs_WriteReview .fs-c-inputInformation form .fs-c-inputInformation__field, #fs_ReviewsByProduct .fs-c-inputInformation form .fs-c-inputInformation__field {
  background: #fcf7f3;
  padding: 30px;
}
#fs_WriteReview .fs-c-inputInformation form .fs-c-inputInformation__field tr td, #fs_ReviewsByProduct .fs-c-inputInformation form .fs-c-inputInformation__field tr td {
  margin-top: 8px;
}
#fs_WriteReview .fs-c-inputInformation form .fs-c-inputInformation__field tr td .fs-c-inputField__field, #fs_ReviewsByProduct .fs-c-inputInformation form .fs-c-inputInformation__field tr td .fs-c-inputField__field {
  margin: 6px 0;
}
#fs_WriteReview .fs-c-inputInformation form .fs-c-inputInformation__field tr td .fs-c-inputTable--child, #fs_ReviewsByProduct .fs-c-inputInformation form .fs-c-inputInformation__field tr td .fs-c-inputTable--child {
  background: #fcf7f3;
}
#fs_WriteReview .fs-c-inputInformation form .fs-c-buttonContainer--back .fs-c-button--back, #fs_ReviewsByProduct .fs-c-inputInformation form .fs-c-buttonContainer--back .fs-c-button--back {
  width: 188px;
  color: #fff;
  background: #888;
  border: 1px solid #888;
}
#fs_WriteReview .fs-c-inputInformation form .fs-c-buttonContainer--back .fs-c-button--back .fs-c-button__label, #fs_ReviewsByProduct .fs-c-inputInformation form .fs-c-buttonContainer--back .fs-c-button--back .fs-c-button__label {
  font-size: 1.4rem;
}

#fs_ReviewSuccess h2.pageHeading {
  font-size: 2.4rem;
}
#fs_ReviewSuccess h2.pageHeading span {
  display: none;
}
#fs_ReviewSuccess .fs-c-reviewSuccessComment p {
  line-height: 1.4;
}
#fs_ReviewSuccess .fs-c-buttonContainer--back {
  display: flex;
  justify-content: center;
}
#fs_ReviewSuccess .fs-c-buttonContainer--back a {
  box-shadow: none;
  width: 240px;
  margin: 0 auto;
}

#fs_ReviewsByProduct h2.pageHeading {
  font-size: 2.4rem;
}
#fs_ReviewsByProduct h2.pageHeading span {
  display: none;
}
#fs_ReviewsByProduct .fs-c-history .fs-c-reviewList--product {
  margin: 6px 0;
}
#fs_ReviewsByProduct .fs-c-history .fs-c-reviewList--product li .fs-c-reviewList__item__info {
  line-height: 1.4;
}
#fs_ReviewsByProduct .fs-c-history .fs-c-reviewList--product li .fs-c-reviewList__item__body {
  line-height: 1.4;
}

/* 会員規約 */
#fs_MemberAgreement h2.pageHeading {
  font-size: 2.4rem;
}
#fs_MemberAgreement h2.pageHeading span {
  display: none;
}
#fs_MemberAgreement .fs-c-orderedList > li {
  line-height: 1.6;
}
#fs_MemberAgreement .fs-c-orderedList > li p {
  line-height: 1.6;
}
#fs_MemberAgreement .fs-c-documentColumn__heading {
  color: #333;
  border-color: #333;
}
#fs_MemberAgreement .fs-c-orderedList > li::before {
  color: #333;
}
#fs_MemberAgreement .fs-c-orderedList > li .fs-c-orderedList {
  padding: 20px;
  background: #efefef;
  border: 0;
}

/* メールマガジン */
#fs_NewsletterSubscribe h2.pageHeading, #fs_NewsletterSubscribeSuccess h2.pageHeading, #fs_NewsletterUnsubscribe h2.pageHeading, #fs_NewsletterUnsubscribeSuccess h2.pageHeading {
  font-size: 2.4rem;
}
#fs_NewsletterSubscribe h2.pageHeading span, #fs_NewsletterSubscribeSuccess h2.pageHeading span, #fs_NewsletterUnsubscribe h2.pageHeading span, #fs_NewsletterUnsubscribeSuccess h2.pageHeading span {
  display: none;
}
#fs_NewsletterSubscribe main p, #fs_NewsletterSubscribeSuccess main p, #fs_NewsletterUnsubscribe main p, #fs_NewsletterUnsubscribeSuccess main p {
  line-height: 1.6;
}

#fs_NewsletterSubscribeSuccess .fs-c-documentContent, #fs_NewsletterUnsubscribeSuccess .fs-c-documentContent {
  line-height: 1.6;
}
#fs_NewsletterSubscribeSuccess .fs-c-documentContent > p, #fs_NewsletterUnsubscribeSuccess .fs-c-documentContent > p {
  text-align: center;
}

#fs_NewsletterUnsubscribe .fs-c-inputInformation__field {
  padding: 24px 32px 32px;
}
#fs_NewsletterUnsubscribe .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  margin-bottom: 5px;
}

/* プライバシーポリシー 特商法 */
#fs_PrivacyPolicy h2.pageHeading, #fs_AboutTerms h2.pageHeading {
  font-size: 2.4rem;
}
#fs_PrivacyPolicy h2.pageHeading span, #fs_AboutTerms h2.pageHeading span {
  display: none;
}
#fs_PrivacyPolicy h3.fs-c-documentColumn__heading, #fs_AboutTerms h3.fs-c-documentColumn__heading {
  background: #efefef;
  color: #333;
  border: 0;
  font-size: 1.3rem;
  padding: 14px;
  font-weight: bold;
}
#fs_PrivacyPolicy .fs-c-documentColumn .fs-c-documentColumn__content p, #fs_AboutTerms .fs-c-documentColumn .fs-c-documentColumn__content p {
  line-height: 1.6;
}
#fs_PrivacyPolicy .fs-c-documentColumn .fs-c-documentColumn__content .fs-c-orderedList, #fs_AboutTerms .fs-c-documentColumn .fs-c-documentColumn__content .fs-c-orderedList {
  margin: 20px auto;
}
#fs_PrivacyPolicy .fs-c-documentColumn .fs-c-documentColumn__content .fs-c-orderedList > li::before, #fs_AboutTerms .fs-c-documentColumn .fs-c-documentColumn__content .fs-c-orderedList > li::before {
  color: #333;
}
#fs_PrivacyPolicy .fs-c-documentColumn .fs-c-documentColumn__content .fs-p-address > span, #fs_AboutTerms .fs-c-documentColumn .fs-c-documentColumn__content .fs-p-address > span {
  font-style: normal;
  line-height: 1.6;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item span.fs-c-productMark__mark {
  width: 64px;
  margin-right: 6px;
}
.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item span.fs-c-productMark__mark > img {
  display: inline-block;
  border: 1px solid #ddc59e;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: auto;
}


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

