@charset "UTF-8";
/* Scss Document */
/*====================================================================
  index
====================================================================

Part name///
	01 General_style 
	01-1 detil
	02 cart
	03 customer_details
 	04 checkout
 	05 checkout_success
 	06 review_write
 	07 review_success
 	08 register_success
 	09 shopping_cart_login
 	10 reviews_item_list
 	11 membership_card_auth
*/
/*====================================================================
  01 General_style 
====================================================================*/
/*---------------------------------------------------------
  fs
*/
/*====================================================================
  fs common
====================================================================*/
.fs-l-main {
  width: 1080px;
  margin: 40px auto 0;
  padding: 0;
}

.main_contents__left {
  float: left;
}

.main_contents__right {
  float: right;
}

.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
  max-width: 860px;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: none;
}

.fs-p-messageBoard {
  clear: both;
}

.slider_wrap {
  overflow: hidden;
}

.slick.top_slider_area.slick-initialized.slick-slider.slick-dotted {
  margin: 0 auto 80px;
}

nav.fs-c-breadcrumb {
  width: 1080px;
  margin: 0 auto 0px;
  color: #707070;
}

nav.fs-c-breadcrumb a {
  font-size: 11px;
  color: #707070;
}

.fs-c-breadcrumb {
  font-size: 11px;
  width: 1080px;
  margin: 0 auto 20px;
  padding: 0 0 1px;
}

.fs-c-breadcrumb a {
  text-decoration: underline;
  color: #707070;
}

.fs-c-breadcrumb__list {
  margin: 0 0 15px;
  padding-bottom: 0;
}

.fs-c-breadcrumb__list a {
  text-decoration: underline;
  color: #707070;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
  margin: 0 5px 0 0px;
}

nav.fs-c-breadcrumb a {
  font-size: 11px;
  color: #707070;
  margin: 0 5px 0 0;
}

.fr2-productListItem {
  position: relative;
}

.fr2-productList--col5 {
  grid-gap: 6px !important;
}

li.checkItemHistory__item:nth-child(10) {
  margin: 0;
}

/*====================================================================
  fs top
====================================================================*/
h2.fs-p-heading--lv2 {
  display: none !important;
}

h2.fr2-productListItem__productName {
  font-size: 12px !important;
  margin: 12px 0 10px 0 !important;
  border: none !important;
  padding: 0 5px !important;
  line-height: 1.66;
}

.fr2-price {
  font-size: 12px;
  padding: 0 5px !important;
}

.fr2-price span {
  color: #444444;
}

.fr2-productList--col5 {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0 0 6px 0;
  grid-gap: 30px 5px;
}

h2.fr2-productListItem__productName {
  text-align: left;
}

.fr2-productListItem__imageContainer {
  height: 212px;
}

.main_section article.fr2-productListItem {
  margin: 0 0 35px;
}

.main_section article.fr2-productListItem a {
  display: block;
}

/*====================================================================
  fs item_list
====================================================================*/
.fs-l-pageMain {
  max-width: 860px;
  width: 100%;
  /*
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;*/
}

.fs-c-sortItems {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.fs-c-listControl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-sortItems {
  display: none;
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-productListItem {
  width: 210px;
}

span.fs-c-productName__name {
  font-size: 12px;
  color: #444444;
}

span.fs-c-productPrice__main {
  font-size: 12px;
}

.fs-c-buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0;
  font-size: 12px;
}

.fs-c-productList__list__item {
  border: none;
  margin: 0 0 65px;
  padding: 0;
}

.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

h2.fs-c-productListItem__productName.fs-c-productName {
  margin: 0 0 10px;
}

.fs-c-productListItem__image__image {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 12px;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}

.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8px 0 30px;
}

h1.fs-c-heading.fs-c-heading--page {
  font-size: 18px;
  text-align: left;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding: 0;
  border: none;
  margin: 0 0 30px;
}

.fs-p-productSearch__formSwitch {
  display: none;
  padding: 0 8px;
}

input#fs_p__ctrlSeachForm {
  display: none;
}

.fs-p-productSearch__parameter {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  display: none;
}

.fs-p-productSearch {
  display: none;
}

.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  display: block;
  background: transparent;
  border: 0px;
  font-size: 1.2rem;
  line-height: 1;
  margin: 8px 0;
  padding: 4px 4px;
  background: #F8F8F8;
  text-align: center;
  font-size: 10px;
}

.fs-c-productListItem__prices.fs-c-productPrices {
  margin: 0 0 10px;
}

span.fs-c-productName__name {
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}

.fs-c-modal + span,
.fs-c-modal + span + span,
.fs-c-modal + span + span + span,
.fs-c-modal + span + span + span + span,
.fs-c-modal + span + span + span + span + span,
.fs-c-modal + span + span + span + span + span + span,
.fs-c-modal + span + span + span + span + span + span + span,
.fs-c-modal + span + span + span + span + span + span + span + span {
  font-size: 10px;
  margin: 0 5px 0 0;
  vertical-align: bottom;
  display: inline-block;
}

.fs-c-modal + span {
  margin: 0 5px 0 10px;
}

.fs-c-productList__controller.fcp0 .fs-c-pagination {
  display: none;
}

.fs-c-listControl__status span {
  font-size: 12px;
  letter-spacing: 0.03em;
}

.main_contents.under_page.search {
  padding: 0;
}

.item_list span.brand_tag.fs-c-productMark__mark--0.fs-c-productMark__mark {
  padding: 0 0 0 0;
  margin: 0 0 10px;
  font-size: 12px;
  color: #444444;
}

.item_list .fs-c-productPrice__main__label {
  margin-right: 4px;
  display: none;
}

.item_list .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  display: none;
}

.item_list span.fs-c-price__value {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.fs-c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 300px;
  margin: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: right;
}

.fs-c-pagination__item {
  line-height: 0.8;
  /* padding: 8px; */
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.fs-c-pagination__item + .fs-c-pagination__item {
  margin-left: 10px;
}

.fs-c-productList__controller.fcp1 .fs-c-listControl__status {
  display: none;
}

a.fs-c-pagination__item.fs-c-pagination__item--prev {
  border: 1px solid #707070;
}

a.fs-c-pagination__item.fs-c-pagination__item--next {
  border: 1px solid #707070;
}

body .fs-c-productList__controller.fcp1 .sec2__right {
  display: none !important;
}

.fs-c-pagination__item.is-active {
  background: #fff;
  color: #E3E3E3;
}

h2.fr2-productListItem__productName {
  width: 100%;
}

.fs-c-productList__controller.fcp1 {
  width: 300px;
  float: right;
}

div#fs_p_scrollingCartButton {
  display: none;
}

dl.fs-c-salesPeriod__date {
  display: none;
}

.fs-c-productListItem__preorderMessage.fs-c-preorderMessage {
  display: none;
}

.fs-c-mark--preorder {
  background: no-repeat;
  color: #333;
  border: 1px solid #E3E3E3;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
}

article.fs-c-productList__list__item.fs-c-productListItem {
  padding: 25px 0 0 0;
  position: relative;
  margin-right: 5px;
}

article.fs-c-productList__list__item.fs-c-productListItem:nth-child(4n) {
  margin-right: 0;
}

.fs-c-productMarks {
  position: absolute;
  top: 0;
}

h2.fs-c-productListItem__productName.fs-c-productName {
  margin: 0 0 0px;
}

span.price_s.fs-c-productMark__mark--0.fs-c-productMark__mark {
  /* display: none; */
  background: no-repeat;
  color: #DF0101;
  border: 1px solid #DF0101;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
}
span.price_s.fs-c-productMark__mark--0.fs-c-productMark__mark span{
  color: #DF0101;
}

.detail .fs-c-productPrices.fs-c-productPrices--productDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail .fs-c-price {
  font-size: 16px;
}

.detail .fs-c-productPrice.fs-c-productPrice--selling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 200px; */
}

.detail .fs-c-productMarks {
  position: static;
}

.detail .fs-c-productPreorderMessage {
  font-size: 10px;
  line-height: 1.6;
  color: red;
  padding: 0 0 5px;
  display: block;
}

.detail .fs-c-productPreorderMessage p {
  color: #ea542f;
}

.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: block;
}

.fs-c-button--plain.fs-c-button--viewMoreImage .fs-c-button__label {
  display: block;
}

.item_list .checkItemHistory {
  padding: 40px 0;
}

.fs-body-category h1.fs-c-heading.fs-c-heading--page {
  display: none;
}

span.viptag.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background: no-repeat;
  color: #333;
  border: 1px solid #E3E3E3;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
}

span.campaign10off.fs-c-productMark__mark--19.fs-c-productMark__mark{
  background: no-repeat;
  color: #3797ab;
  border: 1px solid #3797ab;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  background: #fff;
}
span.campaign10off.fs-c-productMark__mark--19.fs-c-productMark__mark span{
  color: #3797ab;
}

span.timesale.fs-c-productMark__mark--19.fs-c-productMark__mark{
  background: no-repeat;
  color: #E3E3E3;
  border: 1px solid #FFF67F;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  background: #fff;
}

span.collaboration.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background: no-repeat;
  color: #333;
  border: 1px solid #E3E3E3;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  background: #fff;
}

span.restock.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background: no-repeat;
  color: #333;
  border: 1px solid #E3E3E3;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  background: #fff;
}

span.new.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background: no-repeat;
  color: #333;
  border: 1px solid #E3E3E3;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  background: #fff;
}

span.new.fs-c-productMark__mark--0.fs-c-productMark__mark span {
  color: #333;
}

span.preorder_icon.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background: no-repeat;
  color: #333;
  border: 1px solid #E3E3E3;
  position: static;
  top: 2px;
  left: 0px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  background: #fff;
}

span.fs-c-mark--preorder.fs-c-mark {
  display: none;
}

.fs-c-productMark__mark--0.fs-c-productMark__mark {
  margin: 0 5px 0 0;
}

.item_list .fs-c-productMarks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vip_price .fs-c-productPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #E23434;
  font-size: 10px;
  display: inline-block !important;
  margin: 0px 0px 0 0px;
}

.vip_price .fs-c-productPrice--listed .fs-c-price__value {
  margin: 0 5px 0 0px;
}

.vip_price .fs-c-productPrice--member span {
  color: #996600;
}

.vip_price .fs-c-productPrice--member span {
  color: #996600;
}

.item_list span.viptag.fs-c-productMark__mark--0.fs-c-productMark__mark {
  display: none;
}

.vip_price .fs-c-productPrice--selling span.fs-c-price__value {
  text-decoration: line-through;
}

.detail span.vip_text {
  font-size: 12px;
  margin: 4px 0 0 11px;
}

.vip_price_detail .fs-c-productPrice--selling span.fs-c-price__value {
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  .main_contents__right {
    width: 100%;
  }
  .item_list .sp_sort {
    width: 90%;
    margin: auto;
  }
  .item_list .fs-c-productList__list {
    width: 95%;
    margin: auto;
  }
  .item_list .fs-c-productListItem__productName {
    width: 100%;
  }
  .item_list span.brand_tag.fs-c-productMark__mark--0.fs-c-productMark__mark {
    padding: 0;
    margin: 0 0 10px;
    /* font-size: 12px; */
  }
  .item_list .common_gender__box {
    margin: 40px auto;
  }
  .item_list h1.fs-c-heading.fs-c-heading--page {
    font-size: 16px;
    text-align: left;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.02em;
    padding: 0;
    border: none;
    margin: 15px 0 30px 4vw;
    letter-spacing: 0.02em;
  }
  .item_list .fs-c-productList__controller.fcp0 {
    display: none;
  }
  article.fs-c-productList__list__item.fs-c-productListItem {
    width: 50%;
    padding: 25px 5px 0 5px;
    margin: 0 0 0 0;
  }
  .bramd_cate h1.fs-c-heading.fs-c-heading--page {
    font-size: 16px;
    text-align: left;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.02em;
    padding: 0;
    border: none;
    margin: 15px 0 30px 4vw;
    display: none;
  }
  .fs-c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 65vw;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-c-pagination__item {
    line-height: 0.8;
    /* padding: 8px; */
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .fs-c-productList__controller.fcp1 .fs-c-listControl__status {
    display: none;
  }
  a.fs-c-pagination__item.fs-c-pagination__item--prev {
    border: 1px solid #707070;
  }
  a.fs-c-pagination__item.fs-c-pagination__item--next {
    border: 1px solid #707070;
  }
  body .fs-c-productList__controller.fcp1 .sec2__right {
    display: none !important;
  }
  .fs-c-pagination__item.is-active {
    background: #fff;
    color: #E3E3E3;
  }
  h2.fr2-productListItem__productName {
    width: 100%;
  }
}

.main_contents__left__box ul {
  margin: 0 !important;
}

.item_list span.sale_class {
  display: none !important;
}

.item_list .fs-c-productPrices span.sale_c {
  color: #E23434;
  font-size: 10px;
  display: inline-block !important;
  margin: 0px 0px 0 0px;
}

.item_list .fs-c-productPrice.fs-c-productPrice--listed {
  margin: 0 0px 0 0;
}

.item_list .fs-c-productPrice--listed .fs-c-price__value {
  margin: 0 5px 0 0px;
}

.saleitem_on .fs-c-productPrice--selling .fs-c-price__value {
  color: #E23434;
}

.saleitem_on .fs-c-productPrice--selling span {
  color: #E23434;
}

@media screen and (max-width: 768px) {
  /*====================================================================
  fs common
====================================================================*/
  .fs-l-main {
    width: 100%;
    margin: auto;
  }
  .fs-l-header__contents {
    display: block;
  }
  .fs-l-header__contents > * {
    padding: 0;
  }
  nav.fs-c-breadcrumb {
    width: 100%;
    margin: auto;
    color: #707070;
  }
  nav.fs-c-breadcrumb a {
    font-size: 11px;
    color: #707070;
  }
  .fs-c-breadcrumb {
    font-size: 11px;
    width: 100%;
    margin: auto;
  }
  .fs-c-breadcrumb #707070 a {
    text-decoration: underline;
    color: #707070;
  }
  .fr2-productList {
    width: 90vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.fr2-productListItem {
    width: 44vw;
    margin: 0 0 25px;
  }
  .fr2-productList--col5 > *:nth-child(n + 7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: none !important;
  }
  .fr2-productListItem__imageContainer {
    height: auto;
  }
  .fs-c-pagination__item.is-active {
    background: #fff;
    color: #E3E3E3;
  }
  .item_list article.fs-c-productList__list__item.fs-c-productListItem {
    margin-bottom: 60px;
  }
  .fs-c-productList__controller.fcp1 {
    width: 100%;
    float: right;
    padding: 0 5vw;
  }
  .fs-c-pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}

/*====================================================================
  fs detail 
====================================================================*/
.detail {
  max-width: 1080px;
}

.detail .drb_area.item_detail {
  font-size: 12px;
  line-height: 1.8;
}

.detail .fs-p-productDescription.fs-p-productDescription--full.fs-p-productDescription--full0 {
  font-size: 12px;
  line-height: 1.8;
}

.detail .drb_area.size_detail {
  font-size: 12px;
  line-height: 1.8;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 30px;
}

.detail .brand_tag {
  display: block;
  margin-right: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 0;
  margin: 0 0 7px;
  font-size: 12px;
}

.detail .comment_1 {
  margin: 0 0 10px;
}

.detail .fs-l-productLayout__item.fs-l-productLayout__item--1 {
  width: 500px;
}

.detail .fs-l-productLayout__item.fs-l-productLayout__item--2 {
  width: 500px;
}

.detail section.fs-l-pageMain.detail {
  max-width: 1080px;
}

.detail .fs-l-product2 .fs-l-productLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: none;
  grid-template-columns: none;
  grid-gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail .slick-slide img {
  width: 500px !important;
}

.detail main.fs-l-main.fs-l-product2 {
  padding: 0;
}

.detail form#fs_form {
  width: 100% !important;
}

.detail .detail__right__bottom {
  margin: 0 0 40px 0 !important;
}

.detail .slick-prev {
  position: absolute;
  z-index: 99;
  top: 30px !important;
  left: -42px !important;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  background: url(https://parigot.itembox.design/item/images/common/arrow_left.svg) !important;
  background-size: 21px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.detail .slick-next {
  position: absolute;
  z-index: 99;
  top: 30px !important;
  bottom: 0;
  margin: auto;
  right: -38px !important;
  text-indent: -9999px;
  background: url(https://parigot.itembox.design/item/images/common/arrow_right.svg) !important;
  background-size: 21px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.detail h1.fs-c-productNameHeading.fs-c-heading {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

.detail .fs-c-productNumber {
  border: 1px solid currentColor;
  display: block;
  font-size: 11px;
  padding: 0;
  border: none;
  color: #707070 !important;
}

.detail .fs-c-productPrices.fs-c-productPrices--productDetail {
  margin: 0 0 10px;
}

.detail button.fs-c-button--addToCart--variation.fs-c-button--primary {
  width: 245px;
  height: 45px;
  background: #0091D9;
  border: none;
  font-size: 12px;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.detail button.fs-c-button--addToCart--variation.fs-c-button--primary span {
  font-size: 12px;
  color: #fff;
}

.detail .fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--subscribeToArrivalNotice {
  width: 280px;
  height: 45px;
  background: #fff;
  border: 1px solid #707070;
}

.detail .fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--subscribeToArrivalNotice span {
  color: #333;
  background: none;
}

.detail .fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  font-size: 1.2rem;
  min-width: 100%;
  background: none;
  color: #333;
  font-size: 12px;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
}

.detail .fs-c-variationCart__wishlist {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.detail .fs-c-variationCart__cartButton {
  width: 280px;
}

.detail .fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 2em 128px;
  /* grid-template-columns: auto 1fr 2em 128px; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  padding: 25px 0;
}

.detail span.fs-c-variationCart__variationName__name {
  font-size: 12px;
  line-height: 1.8;
}

.detail .fs-c-variationCart__variationName {
  width: 110px !important;
  /* min-width: 10px; */
  /* max-width: 10px; */
  text-align: center;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

.detail .fs-c-variationCart > li + li {
  margin-top: 0;
  padding: 0;
  margin: 0 0 10px;
}

.detail .fs-c-variationCart > li {
  padding: 0 0 0px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.detail .fs-c-variationCart {
  margin: 0;
  padding: 0;
  padding: 0;
  width: 100%;
}

.detail .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "\e91a";
  color: #EA5430;
}

.detail .fs-l-productLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: none;
  grid-template-columns: none;
  grid-gap: 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1080px;
}

.detail .fs-c-productPointDisplay {
  margin: 50px 0 20px !important;
  background: no-repeat;
  font-size: 12px;
}

.detail .fs-c-productPointDisplay a {
  color: #0091D9;
}

.detail .detail__sec3__innar {
  margin: 0 0 30px !important;
}

.detail .detail__sec3__innar a {
  font-size: 12px;
  text-decoration: none;
  color: #0091d9;
}

.detail .fs-c-aggregateRating__rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  align-items: center;
  display: -webkit-box;
  position: relative;
}

.detail .fs-c-reviewStars::before {
  color: #E6C63D;
  font-size: 15px;
}

.detail .fs-c-rating__value {
  color: #333;
  /* margin-left: 8px; */
  font-size: 15px;
  margin: 0 0 0 10px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.detail .fs-c-aggregateRating__rating::before {
  content: "この商品の平均評価";
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 0 0px;
}

.detail li.fs-c-reviewList__item {
  width: 100% !important;
}

.detail .fs-c-aggregateRating {
  margin: 0 0 40px;
}

.detail span.fs-c-reviewer__name__nickname {
  font-size: 12px;
  text-decoration: underline;
}

.detail .fs-c-reviewList__item__info.fs-c-reviewInfo.fs-c-reviewInfo--productDescription {
  width: 100%;
  display: block;
  margin: 25px 0 0 0;
}

.detail .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* display: flex; */
  /* justify-content: space-between; */
  /* margin: 10px 0 5px; */
  float: left;
  width: 280px;
}

.detail .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer .fs-c-reviewer__profile__prefecture {
  display: none;
}

.detail .fs-c-reviewInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 4px 0;
  float: right;
  width: 125px;
  text-align: right;
}

.detail .fs-c-reviewer__profile {
  font-size: 11px;
  color: #707070;
  margin: 0 0 0 14px;
}

.detail .fs-c-reviewStars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  clear: both;
}

.detail .fs-c-reviewRating {
  clear: both;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 0;
  padding: 8px 0 0;
}

.detail .fs-c-reviewRating .fs-c-reviewStars::before {
  color: #E6C63D;
  font-size: 12px;
}

.detail .fs-c-reviewRating span.rattion {
  font-size: 11px;
  color: #707070;
}

.detail .fs-c-reviewList__item__body.fs-c-reviewBody {
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
  border: none;
  padding: 10px 0 0;
  letter-spacing: 0.06em;
  margin: 0 0 15px;
  word-break: break-word;
}

.detail .fs-c-reviewList__item:first-child {
  border-bottom: 1px solid #e3e3e3;
  border-top: 0;
}

.detail .fs-c-aggregateRating__count {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 12px;
  width: 50px;
  text-align: right;
}

.detail ul.fs-c-productReview__reviewList.fs-c-reviewList.fs-c-reviewList--productDescription {
  display: block;
}

.detail .fs-c-aggregateRating__count + .fscb0 {
  position: absolute;
  top: 25px;
  z-index: 1;
}

.detail a.fs-c-button--addReview--detail.fs-c-button--plain {
  background: #EBEBEB;
  display: block;
  padding: 3px 15px 3px 5px;
}

.detail a.fs-c-button--addReview--detail.fs-c-button--plain:before {
  display: none;
}

.detail a.fs-c-button--addReview--detail.fs-c-button--plain {
  background: url(https://parigot.itembox.design/item/images/common/arrow_black.svg);
  background-color: #EBEBEB;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 96%;
  padding: 4px 15px 4px 9px;
}

.detail .fs-c-productReview.fs-c-productReview0 {
  position: relative;
}

.detail .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  display: none;
}

.detail .fs-c-productCarouselMainImage__thumbnailList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail .fs-c-productCarouselMainImage__thumbnailList > li {
  -ms-flex-preferred-size: 52px;
  flex-basis: 52px;
  margin: 0 12px 12px 0;
  cursor: pointer;
}

.detail .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(8) {
  margin: 0 0 12px;
}

.detail .fs-c-productCarouselMainImage__thumbnailList > li:hover {
  opacity: 0.8;
}

.detail .slick-dotted.slick-slider {
  margin-bottom: 12px;
}

.detail .fs-c-returnedSpecialContract {
  display: none;
}

.detail .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 30px 0 65px;
}

.detail .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct span {
  font-size: 12px;
  color: #0091D9;
}

.detail .fs-c-variationList__item__image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 65px;
}

.detail .fs-c-variationList__item__image p {
  font-size: 11px;
  text-align: center;
}

.detail .fs-c-variationList__item__title {
  display: none;
}

.detail .fs-c-variationList__item {
  padding: 25px 0;
  border-bottom: 1px solid #e3e3e3;
}

.detail .fs-c-variationAndActions__variation.fs-c-variationList {
  border-top: 1px solid #e3e3e3;
}

.detail span.fs-c-productPrice__main__label {
  display: none;
}

.detail .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 16px;
  font-weight: bold;
}

.detail span.fs-c-productPrice__addon {
  margin: 0 0 0 7px;
  font-size: 10px;
}

.detail span.fs-c-productNumber__label {
  color: #707070;
}

.detail .fs-c-productNumber__number {
  color: #707070;
}

.detail .fs-p-snsArea {
  display: none;
}

.detail .vip_price_detail .fs-c-productMark__mark--0.fs-c-productMark__mark {
  display: none;
}

.detail .vip_price_detail .fs-c-productPrice--listed .fs-c-price__value {
  text-decoration: line-through;
  margin: 0 10px 0 0px;
}

.detail .vip_price_detail .fs-c-productPrice.fs-c-productPrice--member span {
  color: #996600;
}

.detail .vip_price_detail .fs-c-productPrice.fs-c-productPrice--member {
  margin: 0 0 0 10px;
}

.detail .fs-c-coordinationCatalog__title {
  letter-spacing: 0.06em;
  font-size: 16px;
  margin: 0 0 30px;
  color: #333;
  border: 0px;
}

.detail .fs-c-coordinationCatalog__title span {
  font-size: 11px;
  color: #707070;
  margin: 0 0 0 3px;
}

.detail .fs-c-coordinationCatalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E3E3E3;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem {
  width: 113px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__image {
  margin-bottom: 20px;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__image a {
  display: block;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__image img {
  display: block;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem .fs-c-coordinationNewMark {
  display: none;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__publicationDate {
  display: none;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo {
  margin: 0;
  display: block;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__label, .detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__image {
  display: none;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__name {
  font-size: 12px;
  color: #444;
  margin-bottom: 5px;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__staffInfo__shop {
  font-size: 12px;
  color: #444;
  line-height: 1.2;
}

.detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem:nth-child(4n) {
  margin-right: 0;
}

.detail .fs-c-coordinationCatalog__footer {
  display: none;
}

.fs-c-modal--inquiry .fs-c-modal__inner {
  min-width: 670px;
  padding: 50px;
}

.fs-c-modal__header {
  background: no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0;
  margin: 0 0 20px;
  letter-spacing: 0.06em;
}

.fs-c-inquiryProduct__productImage {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-right: 0;
  width: 100px;
}

.fs-c-inquiryProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.fs-c-productName__name {
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  margin: 0 0 0 0px;
  letter-spacing: 0.02em;
}

th.fs-c-inputTable__headerCell {
  width: 170px;
}

.fs-c-inquiryMessage {
  margin: 0 0 25px;
}

td.fs-c-inputTable__dataCell {
  width: 400px;
}

.fs-c-inputTable > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

label.fs-c-inputTable__label {
  font-size: 12px;
}

td input {
  height: 45px;
  padding: 0 0 0 15px;
}

td input[type="textarea"] {
  height: 200px;
}

.fs-c-inputField__field {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
}

span.fs-c-checkbox__labelText a {
  color: #0091D9;
}

button.fs-c-button--sendInquiry.fs-c-button--standard {
  width: 210px;
  height: 45px;
  border: none;
  color: #fff;
  background: #0091D9;
  /* background: url(arrow_white.svg); */
  background: url(https://parigot.itembox.design/item/images/common/arrow_white.svg) #0091D9;
  background-repeat: no-repeat;
  background-position: 90% 19px;
}

button.fs-c-button--sendInquiry.fs-c-button--standard span {
  color: #fff;
}

.fs-c-modal__close {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  padding: 3px;
  font-size: 30px;
  position: absolute;
  right: 13px;
  top: 10px;
}

.fs-c-productCarouselMainImage {
  margin-bottom: 35px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 20px;
}

.fs-l-productLayout__item.fs-l-productLayout__item--1 h2 {
  letter-spacing: 0.06em;
  font-size: 16px;
  margin: 0 0 30px;
}

.fs-l-productLayout__item.fs-l-productLayout__item--1 h2 span {
  font-size: 11px;
  color: #707070;
  margin: 0 0 0 3px;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  background: no-repeat;
}

.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  color: #333;
}

.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: none;
}

.detail .slick-active {
  position: relative;
}

.detail .slick-active:after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.2;
  background: #000;
}

.detail .fs-c-productCarouselMainImage {
  margin: 0 0 40px !important;
}

div#fs_p_scrollingCartButton {
  display: none;
}

.detail button.fs-c-button--addToCart--variation.fs-c-button--primary {
  background: #00a6dd;
}

.drb_area.review_detail {
  min-height: 50px;
  border-bottom: 1px solid #e3e3e3;
}

figcaption.fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 10px;
  text-align: center;
  margin: 3px 0;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews a span {
  color: #0091D9;
  font-size: 12px;
  text-align: right;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
  text-align: right;
  width: 200px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: right;
  margin: -29px 0 0;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews + div {
  display: none;
}

.fs-c-button--plain::before {
  display: none;
}

span.fs-c-reviewer__name__reviewNumber {
  display: none;
}

li.fs-c-reviewList__item:last-child {
  border: none;
}

.fs-c-productCarouselMainImage__image__text {
  text-align: center;
  display: block;
  letter-spacing: 0.12em;
  font-size: 12px;
  margin-top: 10px;
  color: #444;
}

figcaption.fs-c-productCarouselMainImage__image__caption {
  display: none;
}

figcaption.fs-c-productCarouselMainImage__thumbnail__caption {
  display: none;
}

.fs-c-button--plain.fs-c-button--viewMoreImage .fs-c-button__label {
  display: block;
}

.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}

.detail span.sale_c {
  font-size: 12px;
  margin: 5px 0px 0 7px;
  color: #E23434;
}

.detail span.sale_class {
  display: none;
}

.detail span.vip_text {
  color: #996600;
}

.detail span.viptag.fs-c-productMark__mark--0.fs-c-productMark__mark {
  display: none;
}

.vip_price_detail.false .fs-c-productPrice--selling span.fs-c-price__value {
  text-decoration: none !important;
}

.vip_price_detail.false span.vip_text {
  display: none;
}

.false .fs-c-price__value {
  text-decoration: none !important;
}

span.fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}

.detail_size_add {
  background: #F8F8F8;
  padding: 12px;
  margin: 25px 0 0 0;
  width: 290px;
}

.detail_size_add dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_size_add dt {
  width: 80px;
}

.detail_size_add dd {
  width: auto;
}

.detail_size_add dd a {
  text-decoration: underline;
}

.detail__sec1__text1 a {
  color: #0091d9;
}

.detail__sec1__text1 a:hover {
  color: #0091d9;
}

.detail__sec1__text1 a:visited {
  color: #0091d9;
}

@media screen and (max-width: 768px) {
  div#fs-page-error-container {
    padding: 0;
    margin: 0;
  }
  .fs-l-pageMain.detail {
    width: 100%;
    display: block;
    margin: 0px auto 0px;
    padding: 0 0 0px;
    border-bottom: 0;
  }
  .fs-l-pageMain.detail .drb_area.item_detail {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 0;
  }
  .fs-l-pageMain.detail .fs-p-productDescription.fs-p-productDescription--full.fs-p-productDescription--full0 {
    font-size: 12px;
    line-height: 1.8;
  }
  .fs-l-pageMain.detail .drb_area.size_detail {
    font-size: 12px;
    line-height: 1.8;
    padding: 0 5vw 30px;
  }
  .fs-l-pageMain.detail .brand_tag {
    display: block;
    margin-right: 2px;
    font-size: 0.8em;
    line-height: 1;
    padding: 0;
    margin: 0 0 7px;
    font-size: 12px;
  }
  .fs-l-pageMain.detail .comment_1 {
    margin: 0 0 10px;
  }
  .fs-l-pageMain.detail .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    width: 100%;
  }
  .fs-l-pageMain.detail .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    width: 100%;
  }
  .fs-l-pageMain.detail section.fs-l-pageMain.detail {
    max-width: 100%;
  }
  .fs-l-pageMain.detail .fs-l-product2 .fs-l-productLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: none;
    grid-template-columns: none;
    grid-gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-l-pageMain.detail .slick-slide img {
    width: 100% !important;
  }
  .fs-l-pageMain.detail main.fs-l-main.fs-l-product2 {
    padding: 0;
  }
  .fs-l-pageMain.detail form#fs_form {
    width: 100% !important;
  }
  .fs-l-pageMain.detail .detail__right__bottom {
    margin: 0 0 0 0 !important;
  }
  .fs-l-pageMain.detail .slick-prev {
    position: absolute;
    z-index: 99;
    top: 30px !important;
    left: 0px !important;
    bottom: 0;
    margin: auto;
  }
  .fs-l-pageMain.detail .slick-next {
    position: absolute;
    z-index: 99;
    top: 30px !important;
    bottom: 0;
    margin: auto;
    right: 0px !important;
  }
  .fs-l-pageMain.detail h1.fs-c-productNameHeading.fs-c-heading {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
  }
  .fs-l-pageMain.detail .fs-c-productNumber {
    margin-bottom: 0;
  }
  .fs-l-pageMain.detail .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin: 0 0 10px;
  }
  .fs-l-pageMain.detail button.fs-c-button--addToCart--variation.fs-c-button--primary {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .fs-l-pageMain.detail button.fs-c-button--addToCart--variation.fs-c-button--primary span {
    font-size: 12px;
    color: #fff;
  }
  .fs-l-pageMain.detail .fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--subscribeToArrivalNotice {
    width: 280px;
    height: 45px;
    background: #fff;
    border: 1px solid #707070;
  }
  .fs-l-pageMain.detail .fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--subscribeToArrivalNotice span {
    color: #333;
    background: none;
  }
  .fs-l-pageMain.detail .fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
    font-size: 1.2rem;
    min-width: 100%;
    background: none;
    color: #333;
    font-size: 12px;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
  }
  .fs-l-pageMain.detail .fs-c-variationCart__wishlist {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-l-pageMain.detail .fs-c-variationCart__cartButton {
    width: 100%;
    margin: 0 32px 0 0;
  }
  .fs-l-pageMain.detail .fs-c-variationCart--withImage > li {
    -ms-grid-columns: auto 1fr 2em 128px;
    /* grid-template-columns: auto 1fr 2em 128px; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding: 25px 0;
  }
  .fs-l-pageMain.detail span.fs-c-variationCart__variationName__name {
    font-size: 12px;
    line-height: 1.8;
  }
  .fs-l-pageMain.detail .fs-c-variationCart__variationName {
    width: 52px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
  }
  .fs-l-pageMain.detail .fs-c-variationCart > li + li {
    margin-top: 0;
    padding: 0;
    margin: 0 0 10px;
  }
  .fs-l-pageMain.detail .fs-c-variationCart > li {
    padding: 0 0 0px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .fs-l-pageMain.detail .fs-c-variationCart {
    margin: 0;
    padding: 0;
    padding: 0;
    width: 100%;
  }
  .fs-l-pageMain.detail .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    content: "\e91a";
    color: #EA5430;
  }
  .fs-l-pageMain.detail .fs-l-productLayout {
    display: block;
    width: 100%;
  }
  .fs-l-pageMain.detail .fs-c-productPointDisplay {
    margin: 30px 0 20px !important;
    background: no-repeat;
    font-size: 12px;
  }
  .fs-l-pageMain.detail .fs-c-productPointDisplay a {
    color: #0091D9;
  }
  .fs-l-pageMain.detail .detail__sec3__innar {
    margin: 0 5vw 30px !important;
  }
  .fs-l-pageMain.detail .detail__sec3__innar a {
    font-size: 12px;
    text-decoration: none;
    color: #0091d9;
  }
  .fs-l-pageMain.detail .fs-c-aggregateRating__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 1;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    align-items: center;
    display: -webkit-box;
    position: relative;
  }
  .fs-l-pageMain.detail .fs-c-reviewStars::before {
    color: #E6C63D;
    font-size: 15px;
  }
  .fs-l-pageMain.detail .fs-c-rating__value {
    color: #333;
    /* margin-left: 8px; */
    font-size: 15px;
    margin: 0 0 0 10px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .fs-l-pageMain.detail .fs-c-aggregateRating__rating::before {
    content: "この商品の平均評価";
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 0 0px;
  }
  .fs-l-pageMain.detail li.fs-c-reviewList__item {
    width: 100% !important;
  }
  .fs-l-pageMain.detail .fs-c-aggregateRating {
    margin: 0 0 40px;
  }
  .fs-l-pageMain.detail span.fs-c-reviewer__name__nickname {
    font-size: 12px;
    text-decoration: underline;
  }
  .fs-l-pageMain.detail .fs-c-reviewList__item__info.fs-c-reviewInfo.fs-c-reviewInfo--productDescription {
    width: 100%;
    display: block;
    margin: 25px 0 0 0;
  }
  .fs-l-pageMain.detail .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin: 10px 0 5px; */
    float: left;
    width: 280px;
  }
  .fs-l-pageMain.detail .fs-c-reviewInfo__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.2rem;
    margin: 4px 0;
    float: right;
    width: 125px;
    text-align: right;
  }
  .fs-l-pageMain.detail .fs-c-reviewer__profile {
    font-size: 11px;
    color: #707070;
    margin: 0 0 0 14px;
  }
  .fs-l-pageMain.detail .fs-c-reviewStars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
  }
  .fs-l-pageMain.detail .fs-c-reviewRating {
    clear: both;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0 0;
    padding: 8px 0 0;
  }
  .fs-l-pageMain.detail .fs-c-reviewRating .fs-c-reviewStars::before {
    color: #E6C63D;
    font-size: 12px;
  }
  .fs-l-pageMain.detail .fs-c-reviewRating span.rattion {
    font-size: 11px;
    color: #707070;
  }
  .fs-l-pageMain.detail .fs-c-reviewList__item__body.fs-c-reviewBody {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    border: none;
    padding: 10px 0 0;
    letter-spacing: 0.06em;
    margin: 0 0 15px;
  }
  .fs-l-pageMain.detail .fs-c-reviewList__item:first-child {
    border-bottom: 1px solid #707070;
    border-top: 0;
  }
  .fs-l-pageMain.detail .fs-c-aggregateRating__count {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 12px;
    width: 50px;
    text-align: right;
  }
  .fs-l-pageMain.detail ul.fs-c-productReview__reviewList.fs-c-reviewList.fs-c-reviewList--productDescription {
    display: block;
  }
  .fs-l-pageMain.detail .fs-c-aggregateRating__count + .fscb0 {
    position: absolute;
    top: 25px;
    z-index: 1;
  }
  .fs-l-pageMain.detail a.fs-c-button--addReview--detail.fs-c-button--plain {
    background: #EBEBEB;
    display: block;
    padding: 3px 15px 3px 5px;
  }
  .fs-l-pageMain.detail a.fs-c-button--addReview--detail.fs-c-button--plain:before {
    display: none;
  }
  .fs-l-pageMain.detail a.fs-c-button--addReview--detail.fs-c-button--plain {
    background: url(https://parigot.itembox.design/item/images/common/arrow_black.svg);
    background-color: #EBEBEB;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 96%;
    padding: 4px 15px 4px 9px;
  }
  .fs-l-pageMain.detail .fs-c-productReview.fs-c-productReview0 {
    position: relative;
  }
  .fs-l-pageMain.detail .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
    display: none;
  }
  .fs-l-pageMain.detail .fs-c-productCarouselMainImage__thumbnailList > li {
    -ms-flex-preferred-size: 52px;
    flex-basis: 52px;
    margin: 0 12px 12px 0;
  }
  .fs-l-pageMain.detail .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(8) {
    margin: 0 0 12px;
  }
  .fs-l-pageMain.detail .slick-dotted.slick-slider {
    margin-bottom: 12px;
  }
  .fs-l-pageMain.detail .fs-c-returnedSpecialContract {
    display: none;
  }
  .fs-l-pageMain.detail .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 30px 0 65px;
  }
  .fs-l-pageMain.detail .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct span {
    font-size: 12px;
    color: #0091D9;
  }
  .fs-l-pageMain.detail .fs-c-variationList__item__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 65px;
  }
  .fs-l-pageMain.detail .fs-c-variationList__item__image p {
    font-size: 11px;
    text-align: center;
  }
  .fs-l-pageMain.detail .fs-c-variationList__item__title {
    display: none;
  }
  .fs-l-pageMain.detail .fs-c-variationList__item {
    padding: 25px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .fs-l-pageMain.detail .fs-c-variationAndActions__variation.fs-c-variationList {
    border-top: 1px solid #e3e3e3;
  }
  .fs-l-pageMain.detail span.fs-c-productPrice__main__label {
    display: none;
  }
  .fs-l-pageMain.detail .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 16px;
    font-weight: bold;
  }
  .fs-l-pageMain.detail span.fs-c-productPrice__addon {
    margin: 0 0 0 7px;
    font-size: 10px;
  }
  .fs-l-pageMain.detail span.fs-c-productNumber__label {
    color: #707070;
  }
  .fs-l-pageMain.detail .fs-c-productNumber__number {
    color: #707070;
  }
  .fs-l-pageMain.detail .fs-p-snsArea {
    display: none;
  }
  .fs-c-modal--inquiry .fs-c-modal__inner {
    min-width: auto;
    padding: 25px;
    width: 90%;
  }
  th.fs-c-inputTable__headerCell {
    width: 100%;
    margin: 0 0 10px;
  }
  td.fs-c-inputTable__dataCell {
    width: 100%;
  }
  .fs-c-inputTable > tbody > tr {
    margin: 0 0 40px;
  }
  textarea#fs_input_inquiry {
    min-height: 210px;
  }
  .fs-c-inputField__field.fs-system-assistTarget {
    height: auto;
  }
  textarea#fs_input_inquiry {
    min-height: 300px;
  }
  .detail_v .relationCheck {
    padding: 30px 5vw 45px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #e3e3e3;
  }
  .detail_v .main_section.sec_5 {
    padding: 35px 0 55px;
  }
  .detail_v h2 {
    margin: 0 0 20px;
    padding: 0 5vw !important;
    border: none !important;
    font-size: 16px !important;
  }
  .detail_v h2 span {
    font-size: 11px !important;
  }
  .detail_v .main_section.sec_5 {
    padding: 35px 0 0;
    margin: 0 auto 20px;
    width: 100%;
  }
  .detail_v ul {
    padding: 0 5vw;
  }
  .detail_v .sec_8 {
    width: 100% !important;
    margin: 0 auto 80px;
  }
  .detail_v .common_blog__left {
    width: 26vw !important;
  }
  .detail_v .common_blog__right {
    width: 58vw !important;
  }
  .detail_v .main_section.sec_8 {
    margin: 0 auto 0px;
    padding: 0 0 60px 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .detail_v .main_contents__right .sec_5 ul {
    padding: 0 5vw 50px;
  }
  .relationCheck.fs_ProductDetailsCk0 {
    border-bottom: 1px solid #e3e3e3;
    padding: 35px 5vw;
    margin: 0;
  }
  .relationCheck.fs_ProductDetailsCk1 {
    border-bottom: 1px solid #e3e3e3;
    padding: 35px 5vw;
    margin: 0;
  }
  #fs_ProductDetails .checkItemHistory {
    padding: 0;
    /* margin: auto!important; */
    border: none;
  }
  #fs_ProductDetails #_rcmdjp_display_6 {
    margin: 35px auto;
    border: none;
  }
  #fs_ProductDetails ul.detail__snap {
    padding: 0 5vw 35px;
  }
  .detail .fs-c-productPreorderMessage p {
    padding: 0 5vw;
  }
  .detail .fs-c-productMarks {
    padding: 0 5vw;
  }
  #fs_ProductDetails.fs-body-product .checkItemHistory {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 auto 40px;
    width: 100%;
    padding: 35px 5vw;
  }
  .detail .fs-c-coordinationCatalog {
    padding: 30px 0 0 0;
  }
  .detail .fs-c-coordinationCatalog__list {
    padding: 0 5vw 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem {
    width: 50%;
    margin-right: 0;
    padding-right: 2.5px;
    margin-bottom: 28px;
  }
  .detail .fs-c-coordinationCatalog__list .fs-c-coordinationListItem:nth-child(2n) {
    padding-right: 0;
    padding-left: 2.5px;
  }
}

/*====================================================================
 02 cart
====================================================================*/
.fs-body-cart .shopping-cart {
  position: relative;
  width: 1082px;
  padding: 0px;
  /*
		.notice-text{
			position: absolute;
			margin: 0;
			bottom: 225px;
			left: 20px;
			top: 20px;
			.fs-p-announcement__title{

				
			}
			+ .fs-c-continueShopping{
				display: none;
			}
		}*/
  /*
		.relationCheck{
			padding:45px 0 100px;
			border-top: 1px solid #e3e3e3;
			h2{
				font-size: 1.5rem;
				margin-bottom: 25px;
			}
			&__list{
				display: flex;
				justify-content: space-between;
				
			}
			&__item{
				width: 165px;

				a{
					
				}
				img{
					display: block;
					margin-bottom: 10px;
				}
			}
			&__item-name{
				font-size: 12px;
				line-height: 16px;
			}
			&__item-price{
				font-size: 12px;
				line-height: 16px;
			}
		}*/
  /*
		.checkItemHistory{
			margin-bottom: 85px;
			h2{
				font-size: 1.5rem;
				margin-bottom: 25px;
			}
			&__list{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
			}
			&__item{
				width: 105px;
				margin-bottom:15px;

				img{
					display: block;
				}
			}
		}*/
  /*
		+ .fs-c-breadcrumb{
			color:#fff;
			width: 1082px;
			margin: 0 auto;
			
			.fs-c-breadcrumb__list{
				
			}
			.fs-c-breadcrumb__listItem{
				color:#161616;
				a{
					color:#707070;
					text-decoration: underline;
				}
			}
			.fs-c-breadcrumb__listItem::before{

				width: 24px;
				display: inline-block;
				text-align: center;
			}
		}*/
}

.fs-body-cart .shopping-cart h1.fs-c-heading.fs-c-heading--page {
  width: 1020px;
  margin: 40px auto;
  display: none;
}

.fs-body-cart .shopping-cart .fs-l-pageMain {
  max-width: 100%;
}

.fs-body-cart .shopping-cart .fs-l-pageMain__header {
  width: 1020px;
  margin: 0 auto;
}

.fs-body-cart .shopping-cart .fs-l-pageMain__header-title {
  font-size: 23px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.fs-body-cart .shopping-cart .fs-l-pageMain__header-title span {
  color: #707070;
  font-size: 12px;
  padding: 0 0 0 6px;
}

.fs-body-cart .shopping-cart .fs-c-cartTableContainer {
  border: 0px;
  border-radius: 3px;
  padding: 0px;
}

.fs-body-cart .shopping-cart .fs-l-cart__sideColumn {
  border: 0px;
  padding: 0px;
}

.fs-body-cart .shopping-cart .fs-l-cart__contentsArea + .fs-p-announcement.notice-text {
  display: none;
}

.fs-body-cart .shopping-cart .fs-c-cartTable {
  font-size: 12px;
  margin-bottom: 24px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__headerCell {
  background: inherit;
  text-align: left;
  border: 0px;
  border-bottom: 1px solid #000;
  padding: 0 0 15px 0;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__headerCell--subtotal {
  padding: 0 0 0 12px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__dataCell {
  border: 0px;
  padding: 15px 8px 22px;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
  text-align: left;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__dataCell--product {
  width: 400px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__dataCell--quantity {
  width: 160px;
  padding: 0 0 0 12px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__dataCell--subtotal {
  width: 110px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__dataCell--point {
  width: 160px;
  padding: 0 0 0 12px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding:15px 8px 20px ;*/
}

.fs-body-cart .shopping-cart .fs-c-cartTable__product a {
  display: block;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__price {
  display: block;
}

.fs-body-cart .shopping-cart .fs-c-cartTable .fs-system-quantity-list {
  border: 0;
  padding: 0;
  background: inherit;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__productName {
  margin-bottom: 10px;
  line-height: 1.5;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__productName a {
  display: block;
  margin-bottom: 5px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__productName .fs-c-listedProductName__variation {
  font-size: 1.2rem;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__unitPrice {
  margin-bottom: 5px;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__actionButton {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__actionButton__container {
  width: auto;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__actionButton__container--buyItLater {
  display: none;
  border: none;
  border-radius: 0;
  border-width: 0;
  padding-top: 0;
}

.fs-body-cart .shopping-cart .fs-c-cartTable__actionButton__container > button {
  padding: 10px 12px;
  border: 1px solid #bababa;
  font-size: 1.2rem;
  display: inline-block;
  width: auto;
}

.fs-body-cart .shopping-cart #fs-cartTotals-container {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 30px 20px 0;
  margin-bottom: 55px;
  position: relative;
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable {
  width: auto;
  margin: 0 0 0 auto;
  font-size: 12px;
  /*
			> tbody > tr+ tr{
				margin-top: 15px;
			}*/
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable > thead > tr th,
.fs-body-cart .shopping-cart .fs-c-orderTotalTable > thead > tr td,
.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tfoot > tr th,
.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tfoot > tr td,
.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr th,
.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr td {
  border-top: 0px;
  border-bottom: 0px;
  padding: 0;
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr {
  padding: 0;
  border-top: 0px;
  border-bottom: 0px;
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr + tr th {
  padding-top: 15px;
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr th {
  text-align: right;
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr td {
  width: 130px;
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable span {
  font-size: 12px;
}

.fs-body-cart .shopping-cart .fs-c-orderTotalTable__itemPriceSummary .fs-c-price span {
  font-size: 18px;
}

.fs-body-cart .shopping-cart .fs-p-announcement {
  /*
			 + .fs-c-continueShopping{
				display: none;
			}*/
}

.fs-body-cart .shopping-cart .fs-p-announcement__body {
  display: none;
}

.fs-body-cart .shopping-cart .fs-c-continueShopping {
  /*margin-bottom: 20px;*/
  max-width: 1020px;
  margin: 20px auto 0;
  text-align: center;
}

.fs-body-cart .shopping-cart .fs-c-continueShopping .fs-c-button--continueShopping {
  color: #707070;
  font-size: 1.2rem;
  background: inherit;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-decoration: underline;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer--purchaseHere + .fs-c-continueShopping {
  text-align: center;
}

.fs-body-cart .shopping-cart .fs-c-purchaseHere__message {
  display: none;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer {
  padding: 0px;
  /*
			&--unregisteredUserPurchase{
				margin-top: 20px;
				.fs-c-button--secondary{
					border:1px solid #4e4e4e;
					color:#4e4e4e;
					background: #fff;
				}
				span{
					color:#4e4e4e;
				}
			}*/
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer a {
  height: 55px;
  line-height: 55px;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer .fs-c-button--primary,
.fs-body-cart .shopping-cart .fs-c-buttonContainer .fs-c-button--secondary {
  color: #fff;
  background: #00a6dd;
  position: relative;
  border: 0px;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer .fs-c-button--secondary:after,
.fs-body-cart .shopping-cart .fs-c-buttonContainer .fs-c-button--primary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left-color: #fff;
  z-index: 10;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer .fs-c-button--primary:hover,
.fs-body-cart .shopping-cart .fs-c-buttonContainer .fs-c-button--primary:visited,
.fs-body-cart .shopping-cart .fs-c-buttonContainer .fs-c-button--primary:active {
  color: #fff;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer span {
  color: #fff;
  font-size: 12px;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer--unregisteredUserPurchase {
  margin-top: 20px;
}

.fs-body-cart .shopping-cart .buyItemArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

.fs-body-cart .shopping-cart .buyItemArea .continue-shopping {
  text-align: center;
  margin: 0px 0 00px 0;
}

.fs-body-cart .shopping-cart #fs-checkout-amazon-container,
.fs-body-cart .shopping-cart #fs-checkout-payHere-container {
  width: 50%;
  padding: 10px 0 20px 0;
}

.fs-body-cart .shopping-cart #fs-checkout-amazon-container {
  border-left: 1px solid #e3e3e3;
}

.fs-body-cart .shopping-cart .fs-c-cartPayment {
  margin-top: 0;
  font-size: 1.2rem;
  /*margin-bottom: 2.0rem;*/
}

.fs-body-cart .shopping-cart .continue-shopping {
  text-align: center;
  margin: 20px 0 20px 0;
}

.fs-body-cart .shopping-cart .continue-shopping a {
  color: #929292;
  text-decoration: underline;
}

.fs-body-cart .shopping-cart .amazon-pay-notice {
  width: 350px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 18px;
}

.fs-body-cart .shopping-cart .fs-c-payWithAmazon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-body-cart .shopping-cart .fs-c-payWithAmazon__message {
  width: 340px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
}

.fs-body-cart .shopping-cart .fs-c-payWithAmazon__button {
  margin-bottom: 30px;
}

.fs-body-cart .shopping-cart + .fs-c-breadcrumb {
  width: 1082px;
}

.fs-body-cart .shopping-cart .notice-text {
  display: none;
  margin: 0;
  margin-bottom: -35px;
}

.fs-body-cart .shopping-cart .notice-text .fs-p-announcement__title {
  color: #ff8e7c;
  font-size: 1.3rem;
}

.fs-body-cart .shopping-cart .fs-c-cartDiscountInfo {
  margin: 0 0  -35px 0;
}

.fs-body-cart .shopping-cart .fs-c-cartDiscountInfo__body span {
  color: #ff8e7c;
  font-size: 1.3rem;
}

.fs-body-cart .shopping-cart .fs-c-cartDiscountInfo__note {
  display: none;
}

.fs-body-cart .shopping-cart .fs-c-wishlistProduct {
  display: none;
}

.fs-body-cart .shopping-cart .user-register-message {
  display: none;
  bottom: 0;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 510px;
  line-height: 1.5;
}

.fs-body-cart .shopping-cart .user-register-message p + p {
  margin-top: 10px;
}

.fs-body-cart .shopping-cart .user-register-message span {
  color: #FF634E;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer--unregisteredUserPurchase + .user-register-message {
  display: block;
}

.fs-body-cart .shopping-cart .relationCheck {
  margin-top: 80px;
}

.fs-body-cart .shopping-cart .none_cart {
  font-size: 12px;
}

.fs-body-cart .shopping-cart .none_cart .fs-c-pageMessage.fs-c-noResultMessage {
  margin-bottom: 100px;
}

.fs-body-cart .fs-c-cartBundleInfo__title {
  background: none;
  color: #161616;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.fs-body-cart .fs-c-cartBundleInfo__info {
  background: #F8F8F8;
  padding: 20px;
}

.fs-body-cart .fs-c-cartBundleInfo__list > li > a {
  border: none;
  background: #ffffff;
  color: #FF634E;
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer {
  padding: 0px;
  background: #f8f8f8;
  margin: 0;
  padding: 0 0 20px;
}

.fs-body-cart .fs-c-button--standard {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 0px;
  color: #161616;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fs-body-cart .shopping-cart .fs-c-buttonContainer span {
  font-size: 12px;
}

.fs-body-cart .fs-c-bundlePreview__item {
  border: none;
  padding: 0;
}

.fs-body-cart .fs-c-modal--medium .fs-c-modal__title, .fs-body-cart .fs-c-modal .fs-c-modal__title {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.fs-body-cart .fs-c-bundlePreview__item__title {
  background-color: #F8F8F8;
  color: #333333;
  margin: 0;
  padding: 15px 20px;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}

.fs-body-cart td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
  border-top: 1px solid #333 !important;
}

.fs-body-cart .fs-c-bundlePreview__item__total {
  background: none;
  border: none;
  border-top: none;
  margin-top: -3px;
  padding: 8px;
}

.fs-body-cart .fs-c-bundlePrice__label {
  margin: 0;
  width: 115px;
}

.fs-body-cart .fs-c-bundlePrice__label--price {
  -ms-grid-row: 2;
  font-weight: bold;
}

.fs-body-cart .fs-c-modal--medium {
  background: rgba(0, 0, 0, 0.3);
}

.fs-body-cart .fs-c-buttonContainer.fs-c-buttonContainer--close {
  border-top: 1px solid #E3E3E3;
  margin: 10px 0 0 0;
  padding: 40px 0px 0px !important;
  background: none;
}

.fs-body-cart button.fs-c-button--close.fs-c-button--standard {
  color: #707070;
  border: 1px solid #707070;
  font-size: 12px;
}

.fs-body-cart .fs-c-bundlePreview__item__total {
  padding: 0 8px 8px 8px;
}

/*
.relationCheck{
	padding:45px 0 100px;
	border-top: 1px solid #e3e3e3;
	h2{
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	&__list{
		display: flex;
		justify-content: space-between;
		
	}
	&__item{
		width: 165px;
		margin: 0 20px 0 0;
		&:nth-child(6){
			margin:0;
		}
		a{
			
		}
		img{
			display: block;
			margin-bottom: 10px;
		}
	}
	&__item-name{
		font-size: 12px;
		line-height: 16px;
		margin:0 0 8px;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	    text-align: left;
	    -webkit-box-align: start !important;
	    display: -webkit-box !important;
	}
	&__item-price{
		font-size: 12px;
		line-height: 16px;
	}
}*/
/* min-width:960px */
.fs-body-checkout-amazon .fs-l-pageMain {
  max-width: 1020px;
  width: 100%;
}

.fs-c-checkout-paymentMethod__message p {
  line-height: 1.6;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .shopping-cart .fs-l-cart__contentsArea {
    display: block;
    width: 1020px;
    margin: 0 auto;
    /*margin-bottom: 80px;*/
    /*border-bottom: 1px solid #e3e3e3;*/
  }
}

/*
.notice_text {
    position: relative;
    top: -100px;
}
.notice_text a {
    display: block;
    margin: 0 0 8px;
    color:#0091D9;
}*/
/* max-width: 768px */
@media screen and (max-width: 768px) {
  .fs-body-cart .shopping-cart {
    width: 100%;
    /*
			.relationCheck{
				padding:45px 12px 75px;
				margin-bottom: 30px;
				h2{
					font-size: 1.5rem;
					margin-bottom: 15px;
					padding: 0 3px;

				}
				&__list{
					display: flex;
					justify-content: space-between;
					flex-wrap: wrap;

				}
				&__item{
					width: 50%;
					padding: 0 3px;
					margin-bottom: 25px;

					a{

					}
					img{
						width: 100%;
					}
				}
				&__item-name{
					font-size: 12px;
					line-height: 16px;
				}
				&__item-price{
					font-size: 12px;
					line-height: 16px;
				}
			}*/
    /*
			.checkItemHistory{
				padding: 0 10px;
				margin-bottom: 90px;
				h2{
					font-size: 1.5rem;
					margin-bottom: 15px;
					padding: 0 5px;
				}
				&__list{
					justify-content: flex-start;
				}
				&__item{
					width: 33%;
					margin-bottom: 10px;
					padding: 0 5px;

					img{
						display: block;
						width: 100%;
						width: 100%;
					}
				}
			}*/
    /*
			+ .fs-c-breadcrumb{
				width: 100%;

				.fs-c-breadcrumb__list{

				}
				.fs-c-breadcrumb__listItem{
					a{

					}
				}
				.fs-c-breadcrumb__listItem::before{

				}
			}*/
    /*
			.fs-l-cart__contentsArea + .notice-text{
				position: inherit;
				padding: 0 2.5rem;
				margin-bottom: 20px;
			}*/
  }
  .fs-body-cart .shopping-cart h1.fs-c-heading.fs-c-heading--page {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }
  .fs-body-cart .shopping-cart .fs-l-pageMain__header {
    width: 100%;
    margin: 20px auto;
    padding: 0 15px;
  }
  .fs-body-cart .shopping-cart .fs-l-pageMain__header-title {
    font-size: 23px;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .fs-body-cart .shopping-cart .fs-l-pageMain__header-title span {
    color: #707070;
    font-size: 12px;
    padding: 0 0 0 0;
    display: block;
    margin-top: 5px;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTableContainer {
    padding: 0 15px;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable {
    border-top: 1px solid #E3E3E3;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__headerCell {
    display: none;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable tbody {
    display: block;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable th {
    display: block;
    display: none;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable tr {
    display: block;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable td {
    display: block;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__row {
    display: block;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #E3E3E3;
    margin: 0 auto;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__productInfo {
    margin-bottom: 10px;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell {
    border: 0px;
    padding: 0px;
    border-bottom: 0px;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--point, .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity, .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    font-size: 1.2rem;
    text-align: left;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity, .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--point {
    width: 100%;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--point::before, .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity::before, .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 1.2rem;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--product {
    width: 100%;
    padding: 0px;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--quantity {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    margin: 10px 0;
    width: 100%;
    text-align: right;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--point {
    width: 100%;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__price {
    display: inline-block;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-system-quantity-list {
    border: 0;
    padding: 0;
    background: inherit;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__productName {
    margin-bottom: 0;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__productName a {
    display: block;
    margin-bottom: 0;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__productName .fs-c-listedProductName__variation {
    font-size: 1.2rem;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__unitPrice {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__actionButton {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__actionButton__container {
    width: auto;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__actionButton__container--buyItLater {
    border: none;
    border-radius: 0;
    border-width: 0;
    padding-top: 0;
    margin: 0 0 0 10px;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__actionButton__container > button {
    padding: 10px 12px;
    border: 1px solid #bababa;
    font-size: 1.2rem;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__productImage {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 8px;
  }
  .fs-body-cart .shopping-cart #fs-cartTotals-container {
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 0 20px;
    position: relative;
    margin: 0 15px 40px;
  }
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable {
    width: auto;
    margin: 0 0 0 auto;
  }
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > thead > tr th,
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > thead > tr td,
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > tfoot > tr th,
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > tfoot > tr td,
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr th,
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr td,
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border-top: 0px;
    border-bottom: 0px;
    padding: 0;
  }
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr th {
    text-align: right;
  }
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable > tbody > tr td {
    width: 100px;
    text-align: right;
  }
  .fs-body-cart .shopping-cart .fs-c-orderTotalTable .fs-c-price {
    font-size: 12px;
  }
  .fs-body-cart .shopping-cart .fs-p-announcement__body {
    display: none;
  }
  .fs-body-cart .shopping-cart .fs-c-continueShopping {
    margin: 20px auto 100px;
    padding: 0 20px;
  }
  .fs-body-cart .shopping-cart .fs-c-continueShopping .fs-c-button--continueShopping {
    color: #707070;
    font-size: 1.2rem;
    background: inherit;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    text-decoration: underline;
    text-align: left;
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer--purchaseHere + .fs-c-continueShopping {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer--purchaseHere + .fs-c-continueShopping a {
    display: block;
    text-align: center;
  }
  .fs-body-cart .shopping-cart .notice-text {
    padding: 0 20px;
    margin: 0;
  }
  .fs-body-cart .shopping-cart .fs-c-cartDiscountInfo {
    padding: 0 20px;
    margin: 0;
  }
  .fs-body-cart .shopping-cart .fs-c-purchaseHere__message {
    display: none;
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer {
    padding: 0px;
    /*
				&--unregisteredUserPurchase{
					margin-top: 20px;
					.fs-c-button--secondary{
						border:1px solid #4e4e4e;
						color:#4e4e4e;
						background: #fff;
					}
					span{
						color:#4e4e4e;
					}
				}*/
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer a {
    width: 100%;
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left-color: #fff;
    z-index: 10;
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary:hover,
  .fs-body-cart .shopping-cart .fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary:visited,
  .fs-body-cart .shopping-cart .fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary:active {
    color: #fff;
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer--loginAndPurchase span {
    color: #fff;
  }
  .fs-body-cart .shopping-cart .buyItemArea {
    display: block;
    padding: 15px 20px;
    position: relative;
  }
  .fs-body-cart .shopping-cart .buyItemArea.m_b {
    margin-bottom: 100px;
  }
  .fs-body-cart .shopping-cart #fs-checkout-amazon-container,
  .fs-body-cart .shopping-cart #fs-checkout-payHere-container {
    width: 100%;
    padding: 20px 0 20px 0;
    position: relative;
  }
  .fs-body-cart .shopping-cart #fs-checkout-payHere-container {
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0 40px 0;
  }
  .fs-body-cart .shopping-cart #fs-checkout-amazon-container {
    border-left: 0;
  }
  .fs-body-cart .shopping-cart .fs-c-cartPayment {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .fs-body-cart .shopping-cart .continue-shopping {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .fs-body-cart .shopping-cart .continue-shopping a {
    color: #929292;
    text-decoration: underline;
  }
  .fs-body-cart .shopping-cart .amazon-pay-notice {
    width: 100%;
  }
  .fs-body-cart .shopping-cart .fs-c-payWithAmazon__message {
    width: 100%;
  }
  .fs-body-cart .shopping-cart .relationCheck {
    padding: 0px 5vw 75px;
    margin: 0;
  }
  .fs-body-cart .shopping-cart + .fs-c-breadcrumb {
    width: 100%;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable__dataCell--point::before,
  .fs-body-cart .shopping-cart .fs-c-cartTable__dataCell--quantity::before,
  .fs-body-cart .shopping-cart .fs-c-cartTable__dataCell--subtotal::before {
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 8px;
    min-width: 2em;
  }
  .fs-body-cart .shopping-cart .none_cart {
    padding: 0 20px 100px 20px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.5;
  }
  .fs-body-cart .shopping-cart .none_cart .fs-c-pageMessage.fs-c-noResultMessage {
    margin-bottom: 0;
  }
  .fs-body-cart .fs-c-cartBundleInfo__title {
    line-height: 18px;
  }
  .fs-body-cart .shopping-cart .fs-c-buttonContainer {
    padding: 0 0 20px !important;
  }
  .fs-body-cart .fs-c-modal--medium .fs-c-priceDisplay.fs-c-productPrice {
    display: none;
  }
  .fs-body-cart .fs-c-modal--medium .fs-c-bundlePreview__item__total {
    margin: 0 -8px 0px;
  }
  .fs-body-cart .fs-c-modal--medium .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    border: none !important;
  }
  .fs-body-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    padding: 10px 0 0;
  }
  .fs-body-cart .shopping-cart .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal {
    padding: 10px 0 0 0;
  }
  /*
	.relationCheck{
		padding:45px 5vw 75px;
		margin-bottom: 30px;
		 border-top: none;
		h2{
			font-size: 1.5rem;
			margin-bottom: 15px;
			padding: 0 3px;
			line-height:1.46;
		}
		&__list{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;

		}
		&__item{
			 width: 44vw;
			padding: 0 3px;
			margin-bottom: 25px;
			margin:0;

			a{

			}
			img{
				width: 100%;
			}
		}
		&__item-name{
			font-size: 12px;
			line-height: 16px;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 1;
		    overflow: hidden;
		    display: -webkit-box !important;
		}
		&__item-price{
			font-size: 12px;
			line-height: 16px;
		}
	}*/
}

/*====================================================================
 03 customer_details
====================================================================*/
.customer-details {
  max-width: 1020px;
  padding: 45px 0 0 0;
}

.customer-details + .fs-c-breadcrumb {
  color: #fff;
  max-width: 1082px;
  margin: 0 auto;
}

.customer-details + .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
  color: #161616;
}

.customer-details + .fs-c-breadcrumb .fs-c-breadcrumb__listItem a {
  color: #707070;
  text-decoration: underline;
}

.customer-details + .fs-c-breadcrumb .fs-c-breadcrumb__listItem::before {
  width: 24px;
  display: inline-block;
  text-align: center;
}

.customer-details .fs-l-pageMain {
  max-width: 1020px;
  position: relative;
}

.customer-details .input-flow {
  position: absolute;
  top: 0;
  right: 0;
}

.customer-details .input-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customer-details .input-flow__item {
  color: #B7B7B7;
  font-size: 1.2rem;
  position: relative;
}

.customer-details .input-flow__number {
  display: inline-block;
  color: #fff;
  background: #B7B7B7;
  height: 15px;
  line-height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 1.0rem;
  text-align: center;
}

.customer-details .input-flow__item--on {
  color: #333333;
}

.customer-details .input-flow__item--on .input-flow__number {
  background: #333333;
}

.customer-details .input-flow .input-flow__item + .input-flow__item {
  margin-left: 35px;
}

.customer-details .input-flow .input-flow__item + .input-flow__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  border-left: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left-color: #707070;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.customer-details .heading-text {
  margin-bottom: 20px;
  font-size: 12px;
}

.customer-details .heading-text span {
  color: #FF634E;
}

.customer-details .fs-c-inputInformation {
  background: #F8F8F8;
  padding: 47px 0;
  margin-bottom: 100px;
  /*--- ここから ---*/
  /*--- ここまで ---*/
  /* notice_text */
  /* button */
  /*button*/
}

.customer-details .fs-c-inputInformation .fs-c-inputInformation__message {
  display: none;
}

.customer-details .fs-c-inputInformation__field {
  max-width: 860px;
  margin: 0 auto;
  /* ここから */
  /* ここから */
}

.customer-details .fs-c-inputInformation__field fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #E3E3E3;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable {
  /*border-bottom:1px solid #E3E3E3;*/
}

.customer-details .fs-c-inputInformation .fs-c-inputTable > tbody > tr {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  padding: 20px 50px 20px 60px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable > tbody > tr + tr {
  border-top: 1px solid #E3E3E3;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__headerCell {
  width: 192px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  padding-top: 15px;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark {
  color: #FF634E;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__headerCell .fs-c-requiredMark::before {
  content: "※";
  display: block;
  font-size: 1.2em;
  text-indent: 0;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell {
  width: 100%;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputField__field {
  text-align: left;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputField__field--zipCode {
  display: block;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputField__field .fs-c-inputText-title {
  font-size: 1.2rem;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  top: 18px;
  left: -10px;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputField__field .fs-c-inputText-desc {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: left;
  border: 0;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputField__field.fs-c-inputGroup {
  border: 0px;
  position: relative;
  background: inherit;
  display: block;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputField__field.fs-c-inputGroup #fs_showPassword {
  position: absolute;
  right: 0;
  top: 10px;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable input {
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #BFBFBF 1px solid;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable #fs_input_zipCode {
  width: 240px;
  display: block;
  max-width: 100%;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable #fs_input_prefecture {
  width: 200px;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-dropdown:before {
  content: "";
  position: absolute;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #BFBFB9 1px solid;
  height: 45px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable select ::-ms-expand {
  display: none;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-dropdown {
  position: relative;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-dropdown::after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border: 0;
  left: 175px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: inherit;
  border-radius: 0;
  padding: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-inputTextGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-inputTextGroup input {
  width: 240px;
}

.customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-inputTextGroup__item {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  position: relative;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea {
  margin: 0;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea__message {
  display: none;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation {
  padding: 0;
  margin: 0;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation #fs_input_memberAgree + label {
  display: none;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 50px 20px 60px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__password .fs-c-inputText-desc {
  border: 0px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__password input {
  width: 240px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #BFBFBF 1px solid;
  margin-bottom: 10px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__addon__message {
  width: 192px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__addon__message:after {
  content: "※";
  font-size: 1.2em;
  text-indent: 0;
  color: #FF634E;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__password__input {
  display: block;
  border: 0;
  background: none;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation .fs-c-button--displayPassword.fs-c-button--particular {
  display: none;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-inputField #fs_input_privacyAgree + label {
  display: none;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-inputField + .fs-c-agreementConfirmation {
  padding: 20px 50px 20px 252px;
  font-size: 12px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-p-listWithCheckmark > li {
  background: inherit;
  padding: 0;
  margin: 0;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-p-listWithCheckmark > li + li {
  margin-top: 10px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-inputField__field {
  text-align: left;
  height: 0;
}

.customer-details .fs-c-inputInformation .notice_text {
  text-align: center;
  margin-bottom: 40px;
}

.customer-details .fs-c-inputInformation .notice_text a {
  color: #0091D9;
}

.customer-details .fs-c-inputInformation__button {
  margin: 0;
  padding: 0;
  display: block;
}

.customer-details .fs-c-inputInformation__button button {
  width: 220px;
  height: 50px;
  display: block;
  position: relative;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.customer-details .fs-c-inputInformation__button button :after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left-color: #fff;
  z-index: 10;
}

.customer-details .fs-c-inputInformation__button button span {
  font-size: 12px;
  color: #fff;
}

.customer-details .fs-c-inputInformation__button #fs_registerAndContinue {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customer-details .fs-c-inputInformation__button .fs-c-button--secondary,
.customer-details .fs-c-inputInformation__button .fs-c-button--primary {
  background: #0091D9;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__message {
  background: inherit;
  padding: 0;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__message--newsletterUnchecked, .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__message--newsletterChecked {
  background: #fff;
  width: 455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 12px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__message--newsletterChecked {
  /* display: none;*/
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__accordion {
  margin-bottom: 26px;
}

.customer-details .fs-c-inputInformation .fs-c-agreementConfirmation > * + * {
  margin: 0;
}

.customer-details .fs-c-inputInformation #fs_registrationUncheckedMessage {
  margin: 15px 0 10px;
  background: #fff;
  padding: 15px 20px;
  font-size: 12px;
  width: 455px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.customer-details .fs-c-inputInformation #fs_registrationUncheckedMessage .fs-p-listWithCheckmark {
  margin: 15px 0 20px;
  list-style: disc;
}

.customer-details .fs-c-inputInformation #fs_registrationUncheckedMessage .fs-p-listWithCheckmark > li::before {
  content: "・";
  font-size: 16px;
}

.customer-details .fs-c-inputInformation .fs-c-checkbox__checkMark {
  border-radius: 0;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

.customer-details .fs-c-inputInformation .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #707070;
  border: #707070;
}

.customer-details .fs-c-inputInformation .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  font-weight: bold;
  top: 3px;
  left: 2px;
  font-size: 16px;
}

.customer-details .fs-c-inputInformation .fs-c-checkbox__labelText a {
  color: #0191D9;
}

.customer-details .fs-c-inputInformation label[for="fs_input_privacyAgree"] {
  margin: 26px 0 25px;
}

.customer-details .fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--registrationChecked {
  margin: 10px 0;
  height: 50px;
  line-height: 50px;
  background: #fff;
  /* width: 450px; */
  font-size: 12px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/*　新規会員登録　専用*/
.fs-body-register .customer-details .fs-c-inputInformation {
  padding-bottom: 60px;
}

.fs-body-register .customer-details .fs-c-inputTable tbody > tr:last-child,
.fs-body-register .customer-details .fs-c-inputTable tbody > tr:nth-child(11) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-body-register .customer-details .fs-c-inputTable tbody > tr:last-child .fs-c-inputTable__headerCell,
.fs-body-register .customer-details .fs-c-inputTable tbody > tr:nth-child(11) .fs-c-inputTable__headerCell {
  padding-top: 0;
}

.fs-body-register .customer-details .notice_text {
  padding: 10px 0 0 0;
}

.fs-body-register .fs-c-additionalCheckField {
  display: none;
  /*
		.fs-c-checkbox{
			&__checkMark{
				width: 0;
				height: 0;
				border: 0;
			}
			&__label{
				font-size: 0;
			}
		}*/
}

.fs-body-register .notice_text {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}

.fs-body-register .notice_text a {
  color: #0091D9;
}

.fs-body-register .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--confirmRegister .fs-c-button--confirmRegister.fs-c-button--primary {
  margin: 0 auto;
}

/* max-width: 768px */
@media screen and (max-width: 768px) {
  .customer-details {
    padding: 0;
  }
  .customer-details h1.fs-c-heading.fs-c-heading--page {
    margin: 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    font-size: 16px;
    padding: 20px;
  }
  .customer-details + .fs-c-breadcrumb {
    padding: 0 15px;
  }
  .customer-details .input-flow {
    position: inherit;
    padding: 14px 10px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
  }
  .customer-details .input-flow__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto;
  }
  .customer-details .input-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .customer-details .input-flow__number {
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .customer-details .input-flow .input-flow__item + .input-flow__item {
    margin-left: 0;
  }
  .customer-details .input-flow .input-flow__item + .input-flow__item:before {
    left: -10px;
  }
  .customer-details .heading-text {
    padding: 0 15px 20px;
    margin-bottom: 0;
  }
  .customer-details .fs-c-inputInformation {
    background: inherit;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
				.fs-c-agreementConfirmationArea{
					margin: 0 auto;
					width: 100%;
					padding:  20px 0 0 0;
				}*/
    /*--- ここから ---*/
  }
  .customer-details .fs-c-inputInformation__field {
    margin-bottom: 30px;
  }
  .customer-details .fs-c-inputInformation #fs_registerAndContinue {
    width: 100%;
  }
  .customer-details .fs-c-inputInformation #fs_registerAndContinue .fs-c-button--primary {
    width: 100%;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable {
    border-top: 1px solid #E3E3E3;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable > tbody > tr {
    display: block;
    padding: 20px 0;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable__headerCell {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell {
    display: block;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputField__field .fs-c-inputText-title {
    left: 0;
    width: 26px;
    text-align: right;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable__dataCell .fs-c-inputText-desc {
    margin-top: 1.2rem;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-inputTextGroup input {
    width: 100%;
    display: block;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-inputTextGroup__item {
    width: 50%;
    padding-left: 30px;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable #fs_input_zipCode {
    width: 140px;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable #fs_input_prefecture {
    width: 100%;
  }
  .customer-details .fs-c-inputInformation .fs-c-inputTable .fs-c-dropdown::after {
    left: auto;
    right: 20px;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation {
    padding: 0;
    margin: 0;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__message--newsletterChecked {
    /*display: none;*/
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__message--newsletterUnchecked {
    display: block;
    padding: 0;
    width: 100%;
    width: 100%;
    background: #F8F8F8;
    margin: 20px 0;
    height: auto;
    padding: 15px 10px;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation > * + * {
    padding: 0;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__password__input {
    width: 100%;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__password__input #fs_input_password {
    width: 100%;
    height: 45px;
    background: #fff;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #BFBFBF 1px solid;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmation__password__input #fs_input_password + .fs-c-inputText-desc {
    border: 0px;
    margin-top: 10px;
    line-height: 1.8;
  }
  .customer-details .fs-c-inputInformation #fs_registrationUncheckedMessage {
    width: 100%;
    background: #F8F8F8;
    margin: 15px 0 20px;
  }
  .customer-details .fs-c-inputInformation #fs_registrationUncheckedMessage .fs-p-listWithCheckmark {
    margin: 10px 0;
  }
  .customer-details .fs-c-inputInformation #fs_registrationUncheckedMessage .fs-p-listWithCheckmark li {
    position: relative;
    padding: 0 0 0 20px;
  }
  .customer-details .fs-c-inputInformation #fs_registrationUncheckedMessage .fs-p-listWithCheckmark > li::before {
    position: absolute;
    left: 0;
  }
  .customer-details .fs-c-inputInformation__button .fs-c-button--confirmRegister.fs-c-button--primary {
    width: 100%;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__accordion .fs-c-agreementConfirmation__password {
    display: block;
    padding: 0 0 20px 0;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-agreementConfirmation__addon__message {
    margin-bottom: 10px;
    width: 100%;
  }
  .customer-details .fs-c-inputInformation .fs-c-agreementConfirmationArea .fs-c-inputField + .fs-c-agreementConfirmation {
    padding: 20px 0 0 0;
  }
  .customer-details .fs-c-inputInformation .notice_text {
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
  }
  .customer-details #fs_unregisterAndContinue {
    width: 100%;
  }
  .customer-details #fs_unregisterAndContinue .fs-c-button--secondary {
    width: 100%;
  }
  .customer-details .fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--registrationChecked {
    width: 100%;
    background: #F8F8F8;
    margin: 20px 0;
    height: auto;
    padding: 15px 10px;
    line-height: 1.5;
    margin: 20px 0;
  }
  /*　新規会員登録　専用*/
  .fs-body-register .customer-details .fs-c-inputInformation {
    padding-bottom: 0;
  }
  .fs-body-register .customer-details .fs-c-inputInformation .notice_text {
    margin-bottom: 40px;
    padding: 0;
  }
  .fs-body-register .customer-details .fs-c-inputTable {
    border-bottom: 1px solid #E3E3E3;
  }
  .fs-body-register .customer-details .fs-c-inputTable tbody > tr:last-child,
  .fs-body-register .customer-details .fs-c-inputTable tbody > tr:nth-child(11) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-body-register .customer-details .fs-c-inputTable tbody > tr:last-child .fs-c-inputTable__headerCell,
  .fs-body-register .customer-details .fs-c-inputTable tbody > tr:nth-child(11) .fs-c-inputTable__headerCell {
    padding-top: 0;
  }
  .fs-body-register .customer-details .fs-c-radioGroup .fs-c-radio:not(:last-child),
  .fs-body-register .customer-details .fs-c-radioGroup .fs-c-radio:not(:last-child),
  .fs-body-register .customer-details .fs-c-radioGroup .fs-c-radio {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
  }
}

/*====================================================================
 04 checkout
====================================================================*/
.checkout {
  /*fs-l-checkout*/
}

.checkout .fs-l-pageMain {
  max-width: 1020px;
  position: relative;
  font-size: 12px;
}

.checkout .input-flow {
  position: absolute;
  top: 0;
  right: 0;
}

.checkout .input-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout .input-flow__item {
  color: #B7B7B7;
  font-size: 1.2rem;
  position: relative;
}

.checkout .input-flow__number {
  display: inline-block;
  color: #fff;
  background: #B7B7B7;
  height: 15px;
  line-height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 1.0rem;
  text-align: center;
}

.checkout .input-flow__item--on {
  color: #333333;
}

.checkout .input-flow__item--on .input-flow__number {
  background: #333333;
}

.checkout .input-flow .input-flow__item + .input-flow__item {
  margin-left: 35px;
}

.checkout .input-flow .input-flow__item + .input-flow__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  border-left: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left-color: #707070;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.checkout .fs-l-checkout {
  margin: 0 0 80px 0;
  position: relative;
  /* ご注文内容 テーブル */
  /* ご注文内容 テーブル ここまで */
  /* お支払い金額パーツ */
  /* お支払い金額パーツ ここまで */
  /* ギフト包装 */
  /* ギフト包装　ここまで */
  /* 通信欄 */
  /* 通信欄　ここまで */
  /*button style */
}

.checkout .fs-l-checkout__mainColumn {
  border-top: 1px solid #E3E3E3;
}

.checkout .fs-l-checkout__mainColumn > * + * {
  margin-top: 0;
}

.checkout .fs-l-checkout .fs-c-checkout {
  /* 個別のスタイル */
  /*お届け先情報*/
  /* お届け先情報 ここまで */
  /* お支払い方法フォーム */
  /* お支払い方法フォーム ここまで */
  /* 発送方法 */
  /* 発送方法　ここまで */
  /* ご注文内容 */
}

.checkout .fs-l-checkout .fs-c-checkout-preview {
  border: 0px;
  border-bottom: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.checkout .fs-l-checkout .fs-c-checkout-preview__title {
  width: 145px;
  font-size: 1.2rem;
  border-bottom: 0px;
  text-align: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout .fs-l-checkout .fs-c-checkout-preview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout .fs-l-checkout .fs-c-checkout-preview__body > * + * {
  margin: 0;
}

.checkout .fs-l-checkout .fs-c-checkout-preview .fs-c-buttonContainer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout .fs-l-checkout .fs-c-checkout-customerInfo li {
  line-height: 1.5;
}

.checkout .fs-l-checkout .fs-c-checkout-customerInfo__name {
  margin-bottom: 10px;
}

.checkout .fs-l-checkout .fs-c-checkout-customerInfo__email, .checkout .fs-l-checkout .fs-c-checkout-customerInfo__address, .checkout .fs-l-checkout .fs-c-checkout-customerInfo__tel {
  font-size: 12px;
}

.checkout .fs-l-checkout .fs-c-checkout-destination__list li {
  line-height: 1.5;
}

.checkout .fs-l-checkout .fs-c-checkout-destination__name {
  margin-bottom: 10px;
}

.checkout .fs-l-checkout .fs-c-checkout-destination__address, .checkout .fs-l-checkout .fs-c-checkout-destination__tel {
  font-size: 12px;
}

.checkout .fs-l-checkout .fs-c-checkout-paymentInfo__body {
  display: block;
}

.checkout .fs-l-checkout .fs-c-checkout-paymentMethodList {
  margin-top: 20px;
}

.checkout .fs-l-checkout .fs-c-checkout-paymentMethodList > li {
  margin: 15px 0 0 0;
  border: 0px;
}

.checkout .fs-l-checkout .fs-c-checkout-paymentMethod {
  color: #ccd;
}

.checkout .fs-l-checkout .fs-c-checkout-paymentMethod__title {
  background: #fff;
}

.checkout .fs-l-checkout .fs-c-checkout-delivery__method {
  background: #fff;
}

.checkout .fs-l-checkout .fs-c-checkout-delivery__method__message {
  background: #F8F8F8;
  border: 0px;
  width: 450px;
  margin: 20px 0;
  padding: 10px 20px;
}

.checkout .fs-l-checkout .fs-c-checkout-orderInfo {
  padding: 30px 0 20px 0;
}

.checkout .fs-l-checkout .fs-c-checkout-couponInfo__message {
  margin-bottom: 5px;
  line-height: 1.5;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponInfo__body {
  display: block;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput {
  background: inherit;
  padding: 0;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput__title {
  display: none;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput__input {
  margin-right: 15px;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput__input input {
  width: 315px;
  height: 45px;
  border: 1px solid #BFBFBF;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-couponCodeInput__button {
  height: 45px;
  line-height: 45px;
  width: 130px;
  text-align: center;
  background: #0091D9;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-couponCodeInput__button .fs-c-button--useCoupon {
  height: 100%;
  width: 100%;
  border: 0px;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-couponCodeInput__button .fs-c-button--useCoupon .fs-c-button__label {
  color: #fff;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList {
  display: block;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList__item {
  margin-top: 15px;
  width: 450px;
  height: 100px;
  background: #F8F8F8;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList__item.is-active {
  background: #F8F8F8;
  border: 1px solid #161616;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList__couponName {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList__couponDiscount {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponStatus {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0 4px;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponStatus.is-active,
.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponStatus.is-disabled {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0 4px;
  background: #ffffff;
  color: #666666;
}

.checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponStatus::after {
  content: "";
}

.checkout .fs-l-checkout .fs-c-radio__radioMark {
  height: 20px;
  width: 20px;
  border: 1px solid #BFBFBE;
}

.checkout .fs-l-checkout .fs-c-radio__radioMark::before {
  width: 15px;
  height: 15px;
  background: #707070;
}

.checkout .fs-l-checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border: 1px solid #BFBFBE;
}

.checkout .fs-l-checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  width: 12px;
  height: 12px;
  background: #707070;
}

.checkout .fs-l-checkout .fs-c-cartTable__row {
  /*border-bottom: 1px solid #E3E3E3;*/
}

.checkout .fs-l-checkout .fs-c-cartTable__row + .fs-c-cartTable__row {
  border-top: 1px solid #E3E3E3;
}

.checkout .fs-l-checkout .fs-c-cartTable__headerCell {
  background: inherit;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #161616;
  padding: 0 0 10px 0;
}

.checkout .fs-l-checkout .fs-c-cartTable__dataCell {
  border: 0;
  padding: 0;
}

.checkout .fs-l-checkout .fs-c-cartTable__dataCell--point, .checkout .fs-l-checkout .fs-c-cartTable__dataCell--quantity, .checkout .fs-l-checkout .fs-c-cartTable__dataCell--subtotal {
  text-align: left;
}

.checkout .fs-l-checkout .fs-c-cartTable__dataCell--product {
  padding: 20px 0;
  width: 405px;
}

.checkout .fs-l-checkout .fs-c-cartTable__dataCell--quantity {
  width: 200px;
}

.checkout .fs-l-checkout .fs-c-cartTable__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout .fs-l-checkout .fs-c-cartTable__price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkout .fs-l-checkout .fs-c-cartTable__productInfo {
  font-size: 1.2rem;
  line-height: 1.8;
}

.checkout .fs-l-checkout .fs-c-cartTable__productName span {
  font-size: 1.2rem;
}

.checkout .fs-l-checkout .fs-c-returnedSpecialContract {
  display: none;
}

.checkout .fs-l-checkout #fs_orderTotalContainer {
  display: block;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-totalAndActions {
  display: block;
  border-bottom: 0;
  font-size: 12px;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-checkout-preview__title {
  display: none;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable {
  padding: 0 0 20px 0;
  margin-bottom: 80px;
  display: block;
  border-bottom: 1px solid #E3E3E3;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable tbody {
  display: block;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 0;
  padding: 0;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable tr + tr {
  margin-top: 10px;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable th, .checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable td {
  border-top: 0;
  padding: 0;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable td {
  width: 130px;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable__subtotal {
  color: red;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal {
  border-top: 1px solid #E3E3E3;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-button--confirmOrder {
  color: #fff;
  height: auto;
  background: #0091D9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-button--confirmOrder span {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-confirmOrder {
  height: 55px;
  width: 220px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-confirmOrder :before {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  border-left: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left-color: #fff;
}

.checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo__body {
  display: block;
}

.checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo .fs-c-checkout-wrappingMessage {
  margin-bottom: 15px;
}

.checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo .fs-c-checkout-wrappingMessage p {
  line-height: 1.5;
}

.checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo .fs-c-checkout-wrappingMessage p a {
  color: #0191D9;
}

.checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo__info {
  width: 450px;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
}

.checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo__info dt {
  width: 105px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo__info dd {
  font-size: 12px;
  padding-left: 15px;
}

.checkout .fs-l-checkout #fs-communicationInfo-container .fs-c-checkout-preview__body {
  display: block;
  position: relative;
  padding: 0 0 140px 0;
}

.checkout .fs-l-checkout #fs-communicationInfo-container .fs-c-checkout-preview .fs-c-checkout-previewAndEdit__info {
  border: 1px solid #BFBFBF;
  font-size: 12px;
  max-width: 450px;
  min-height: 140px;
  margin: 20px 0 0 0px;
  position: relative;
}

.checkout .fs-l-checkout #fs-communicationInfo-container .communicationInfo__example {
  position: absolute;
  bottom: 0;
  min-height: 120px;
  max-width: 450px;
  background: #F8F8F8;
  padding: 20px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkout .fs-l-checkout #fs-communicationInfo-container .communicationInfo__example-title {
  margin-bottom: 15px;
}

.checkout .fs-l-checkout #fs-communicationInfo-container .communicationInfo__example ul {
  padding: 0 0 0 20px;
}

.checkout .fs-l-checkout #fs-communicationInfo-container .communicationInfo__example li {
  list-style: disc;
}

.checkout .fs-l-checkout #fs-communicationInfo-container .communicationInfo__example li + li {
  margin-top: 10px;
}

.checkout .fs-l-checkout .fs-c-button--standard {
  height: 30px;
  border: 1px solid #BABABA;
  font-size: 1.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: inherit;
  border-radius: 3px;
  padding: 0 10px;
  color: #333;
}

.checkout .notice_text {
  padding: 0 0 20px 0;
  position: absolute;
  bottom: 70px;
}

.checkout .notice_text a {
  color: #0191D9;
}

.checkout .notice_text p + p {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {
  .checkout .fs-l-checkout {
    display: block;
  }
  .checkout .fs-l-checkout__mainColumn {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .checkout {
    padding: 0;
    /*fs-l-checkout*/
  }
  .checkout h1.fs-c-heading.fs-c-heading--page {
    margin: 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    font-size: 16px;
    padding: 20px;
  }
  .checkout .input-flow {
    position: inherit;
    padding: 14px 10px;
    border-bottom: 1px solid #E3E3E3;
  }
  .checkout .input-flow__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto;
  }
  .checkout .input-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkout .input-flow__number {
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .checkout .input-flow .input-flow__item + .input-flow__item {
    margin-left: 0;
  }
  .checkout .input-flow .input-flow__item + .input-flow__item:before {
    left: -10px;
  }
  .checkout .fs-l-checkout {
    padding: 0 20px;
    /* ご注文内容 テーブル */
    /* ご注文内容 テーブル ここまで */
    /* お支払い金額パーツ */
    /* お支払い金額パーツ ここまで */
    /* ギフト包装 */
    /* ギフト包装　ここまで */
    /* 通信欄 */
    /* 通信欄　ここまで */
    /*button style */
  }
  .checkout .fs-l-checkout__mainColumn {
    border: 0;
  }
  .checkout .fs-l-checkout .fs-c-checkout {
    /* 個別のスタイル */
    /*お届け先情報*/
    /* お届け先情報 ここまで */
    /* お支払い方法フォーム ここまで */
    /* 発送方法 */
    /* 発送方法　ここまで */
    /* ご注文内容 */
    /* ご注文内容 ここまで */
    /* 個別のスタイル　ここまで　*/
  }
  .checkout .fs-l-checkout .fs-c-checkout-preview {
    display: block;
  }
  .checkout .fs-l-checkout .fs-c-checkout-preview__title {
    font-size: 1.5rem;
    width: 100%;
    padding: 0;
  }
  .checkout .fs-l-checkout .fs-c-checkout-preview__body {
    display: block;
  }
  .checkout .fs-l-checkout .fs-c-checkout-preview__button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  .checkout .fs-l-checkout .fs-c-checkout-customerInfo li {
    line-height: 1.8;
  }
  .checkout .fs-l-checkout .fs-c-checkout-customerInfo__name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .checkout .fs-l-checkout .fs-c-checkout-destination__list li {
    line-height: 1.8;
  }
  .checkout .fs-l-checkout .fs-c-checkout-destination__name {
    font-size: 14px;
  }
  .checkout .fs-l-checkout .fs-c-checkout-destination__control {
    display: block;
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .checkout .fs-l-checkout .fs-c-checkout-destination__control .fs-c-buttonContainer {
    display: block;
  }
  .checkout .fs-l-checkout .fs-c-checkout-destination__button + .fs-c-checkout-destination__button {
    margin-top: 10px;
  }
  .checkout .fs-l-checkout .fs-c-checkout-paymentMethodList > li {
    margin: 10px 0 0 0;
  }
  .checkout .fs-l-checkout .fs-c-checkout-delivery__method__message {
    width: 100%;
    padding: 10px 10px;
  }
  .checkout .fs-l-checkout .fs-c-checkout-delivery__method__title {
    font-size: 13px;
  }
  .checkout .fs-l-checkout .fs-c-checkout-orderInfo {
    padding: 60px 0 20px 0;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponInfo__body {
    display: block;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput {
    background: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput__title {
    display: none;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput__input {
    margin-right: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponCodeInput__input input {
    width: 100%;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-couponCodeInput__button {
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-couponCodeInput__button .fs-c-button--useCoupon {
    height: 100%;
    width: 100%;
    border: 0px;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-couponCodeInput__button .fs-c-button--useCoupon .fs-c-button__label {
    color: #fff;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList {
    display: block;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList__item {
    margin-top: 15px;
    width: 100%;
    height: 100px;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList__couponName {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponList__couponDiscount {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponStatus {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0 4px;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponStatus.is-active {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0 4px;
    background: #ffffff;
    color: #666666;
  }
  .checkout .fs-l-checkout #fs-couponInfo-container .fs-c-checkout-couponStatus::after {
    content: "";
  }
  .checkout .fs-l-checkout .fs-c-cartTable thead {
    display: none;
  }
  .checkout .fs-l-checkout .fs-c-cartTable__row {
    border-bottom: 0;
  }
  .checkout .fs-l-checkout .fs-c-cartTable__row:first-child {
    border-top: 1px solid #E3E3E3;
  }
  .checkout .fs-l-checkout .fs-c-cartTable__dataCell--point, .checkout .fs-l-checkout .fs-c-cartTable__dataCell--quantity, .checkout .fs-l-checkout .fs-c-cartTable__dataCell--subtotal {
    text-align: right;
    padding: 5px 0;
  }
  .checkout .fs-l-checkout .fs-c-cartTable__dataCell--point::before, .checkout .fs-l-checkout .fs-c-cartTable__dataCell--quantity::before, .checkout .fs-l-checkout .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 1.2rem;
  }
  .checkout .fs-l-checkout .fs-c-cartTable__dataCell--product {
    width: 100%;
  }
  .checkout .fs-l-checkout .fs-c-cartTable__dataCell--quantity {
    width: 100%;
  }
  .checkout .fs-l-checkout #fs_orderTotalContainer {
    margin-top: 0;
  }
  .checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable {
    margin-bottom: 100px;
  }
  .checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-orderTotalTable td {
    width: 100px;
  }
  .checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-button--confirmOrder {
    width: 100%;
  }
  .checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-button--confirmOrder span {
    font-size: 13px;
  }
  .checkout .fs-l-checkout #fs_orderTotalContainer .fs-c-confirmOrder {
    width: 100%;
  }
  .checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-wrappingInfo__info {
    width: 100%;
  }
  .checkout .fs-l-checkout #fs-wrappingInfo-container .fs-c-checkout-previewAndEdit__button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .checkout .fs-l-checkout #fs-communicationInfo-container .fs-c-checkout-preview__body {
    padding: 0 0 160px 0;
  }
  .checkout .fs-l-checkout #fs-communicationInfo-container .fs-c-checkout-previewAndEdit__button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .checkout .fs-l-checkout .fs-c-button {
    font-size: 13px;
  }
  .checkout .notice_text {
    bottom: 100px;
  }
}

/* アマゾンの購入手続きページ */
.fs-body-checkout-amazon h1.fs-c-heading.fs-c-heading--page {
  margin: 0 0 15px;
}

.fs-body-checkout-amazon .fs-l-main {
  padding: 80px 0 0 0;
}

.fs-body-checkout-amazon .header-title {
  margin-bottom: 30px;
  font-size: 16px;
}

.fs-body-checkout-amazon .header-title p {
  color: #333;
}

.fs-body-checkout-amazon .fs-l-checkout .fs-c-checkout-preview #fs_button_placeOrder button {
  width: 220px;
  height: 50px;
  line-height: 50px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: #00a6dd;
  font-size: 12px;
  position: relative;
}

.fs-body-checkout-amazon .fs-l-checkout .fs-c-checkout-preview #fs_button_placeOrder button span {
  color: #fff;
}

.fs-body-checkout-amazon .fs-l-checkout .fs-c-checkout-preview #fs_button_placeOrder button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left-color: #fff;
  z-index: 10;
}

.fs-body-checkout-amazon .fs-c-checkout-loginGuidance--registeredUser .amazon_text_notice {
  padding: 10px 0;
  text-indent: -1em;
  font-size: 12px;
  padding-left: 1em;
  line-height: 1.5;
}

.shopping_cart_login .login_top {
  margin-bottom: 40px;
}

.shopping_cart_login .fs-c-otherServiceLoginCompleted {
  line-height: 1.5;
  padding: 10px 0;
  border: 0;
}

/*====================================================================
 05 checkout_success
====================================================================*/
.checkout_success {
  /* cart-done */
  /* cart-done */
}

.checkout_success .fs-l-pageMain {
  margin: 0 auto;
}

.checkout_success .fs-c-heading.fs-c-heading--page {
  display: none;
}

.checkout_success .cart-done {
  text-align: center;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 100px;
}

.checkout_success .cart-done h1 {
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.checkout_success .cart-done h1 span {
  font-size: 15px;
  margin: 10px 0 0 0;
  display: block;
}

.checkout_success .cart-done p {
  font-size: 12px;
  line-height: 1.8;
}

.checkout_success .cart-done p a {
  text-decoration: underline;
  color: #333333;
}

.checkout_success .cart-done p + p {
  margin: 35px 0 30px;
}

.checkout_success .cart-done__noticeBox {
  background: #F8F8F8;
  padding: 30px 40px;
  margin-bottom: 20px;
  max-width: 760px;
  margin: 0 auto 20px;
}

.checkout_success .cart-done__noticeBox ul li {
  font-size: 12px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.checkout_success .cart-done__noticeBox ul li + li {
  margin-top: 20px;
}

.checkout_success .cart-done__noticeBox ul span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .checkout_success {
    padding: 40px 15px 0;
    /* cart-done */
    /* cart-done */
  }
  .checkout_success .fs-l-pageMain {
    margin: 0 auto;
  }
  .checkout_success .cart-done {
    margin-bottom: 40px;
  }
  .checkout_success .cart-done__noticeBox {
    padding: 20px;
  }
}

/*====================================================================
 06 review_write
====================================================================*/
.fs-body-review-write .review_write {
  /* プロフィール公開について */
}

.fs-body-review-write .review_write .fs-l-pageMain {
  max-width: 100%;
  width: 1020px;
}

.fs-body-review-write .review_write .fs-c-heading.fs-c-heading--page {
  color: #161616;
}

.fs-body-review-write .review_write .fs-c-productReviewed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.fs-body-review-write .review_write .fs-c-productReviewed__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fs-body-review-write .review_write .fs-c-productReviewed__info {
  margin: 0 0 0 35px;
  width: 100%;
}

.fs-body-review-write .review_write .fs-c-productReviewed__name {
  margin: 0 0 10px 0;
}

.fs-body-review-write .review_write .fs-c-productReviewed__prices .fs-c-productPrice__main__price {
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px 0 0;
}

.fs-body-review-write .review_write .fs-c-productReviewed__number .fs-c-productNumber {
  border: 0px;
  padding: 0px;
}

.fs-body-review-write .review_write .fs-c-productReviewed__number .fs-c-productNumber span {
  color: #707070;
}

.fs-body-review-write .review_write .fs-c-aggregateRating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-review-write .review_write .fs-c-aggregateRating__message {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #f7f7f7;
  padding: 20px;
  text-align: left;
  margin-top: 40px;
}

.fs-body-review-write .review_write .fs-c-aggregateRating .fs-c-rating {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 255px;
  margin-top: 15px;
}

.fs-body-review-write .review_write .fs-c-aggregateRating .fs-c-aggregateRating__rating::before {
  content: "この商品の平均評価:";
  color: #707070;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  font-size: 12px;
  display: block;
}

.fs-body-review-write .review_write .fs-c-aggregateRating .fs-c-reviewStars::before {
  /* width: 255px; */
  font-size: 14px;
  color: #E6C63D;
}

.fs-body-review-write .review_write .fs-c-aggregateRating__count {
  display: none;
}

.fs-body-review-write .review_write .fs-c-aggregateRating .fs-c-rating__value {
  color: #161616;
  margin-left: 5px;
  font-size: 15px;
}

.fs-body-review-write .review_write .fs-c-reveiwNotes {
  line-height: 1.5;
  border: none;
  margin-bottom: 20px;
}

.fs-body-review-write .review_write .fs-c-reveiwNotes h3 {
  display: none;
}

.fs-body-review-write .review_write .fs-c-reveiwNotes p {
  color: #FF634E;
  font-size: 12px;
}

.fs-body-review-write .review_write .fs-c-inputTable {
  border-top: #E3E3E3 solid 1px;
}

.fs-body-review-write .review_write .fs-c-inputTable > tbody > tr {
  margin: 0 0 0 0;
  border-bottom: #E3E3E3 solid 1px;
}

.fs-body-review-write .review_write .fs-c-inputTable > tbody > tr th {
  padding: 22px 0;
}

.fs-body-review-write .review_write .fs-c-inputTable > tbody > tr td {
  padding: 22px 0;
}

.fs-body-review-write .review_write .fs-c-inputTable__dataCell {
  width: auto;
}

.fs-body-review-write .review_write .fs-c-inputTable__headerCell {
  width: 160px;
}

.fs-body-review-write .review_write .fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}

.fs-body-review-write .review_write .fs-c-inputTable__label {
  position: relative;
  font-size: 12px;
}

.fs-body-review-write .review_write .fs-c-inputTable__label .fs-c-requiredMark {
  font-size: 0;
  width: auto;
  height: auto;
  text-indent: -1px;
  position: absolute;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  top: 50%;
}

.fs-body-review-write .review_write .fs-c-inputTable__label .fs-c-requiredMark::before {
  content: "※";
  font-size: 12px;
  color: #FF634E;
}

.fs-body-review-write .review_write .fs-c-inputInformation {
  /*
			#fs_input_prefecture{
				width: 200px;
				height:35px;
				padding: 10px 20px;
			}*/
  /* button */
}

.fs-body-review-write .review_write .fs-c-inputInformation__field {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.fs-body-review-write .review_write .fs-c-inputInformation select,
.fs-body-review-write .review_write .fs-c-inputInformation input {
  width: 240px;
  height: 45px;
  border: 1px solid #BFBFBF;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-dropdown {
  display: inline-block;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-dropdown:after {
  content: "";
  background: inherit;
  border-left: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  line-height: 1;
  pointer-events: none;
  border-right: 1px solid #161616;
  border-bottom: 1px solid #161616;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  right: 15px;
  padding: 0;
}

.fs-body-review-write .review_write .fs-c-inputInformation__field--zipCode {
  display: block;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-input--zipCode {
  width: 240px;
  max-width: 100%;
}

.fs-body-review-write .review_write .fs-c-inputInformation__explanation {
  display: none;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-inputDate .fs-c-dropdown select {
  height: 35px;
  padding: 10px 15px;
  width: 100%;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-inputDate .fs-c-dropdown:after {
  width: 5px;
  height: 5px;
  right: 10px;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-inputDate__year {
  width: 110px;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-inputDate__month {
  width: 65px;
  margin-left: 20px;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-inputDate__date {
  width: 65px;
  margin-left: 20px;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-inputDate .fs-c-inputDate__year + .fs-c-inputDate__month::before,
.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-inputDate .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: "";
  padding-right: 0;
}

.fs-body-review-write .review_write .fs-c-inputInformation__button {
  padding: 0 0 100px 0;
}

.fs-body-review-write .review_write .fs-c-inputInformation__button .fs-c-button--primary {
  background: #00a6dd;
  height: 45px;
  width: 220px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  position: relative;
}

.fs-body-review-write .review_write .fs-c-inputInformation__button .fs-c-button--primary:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left-color: #fff;
  z-index: 10;
}

.fs-body-review-write .review_write .fs-c-inputInformation__button .fs-c-button__label {
  color: #fff;
}

.fs-body-review-write .review_write .fs-c-inputInformation .fs-c-buttonContainer--back {
  display: none;
}

.fs-body-review-write .review_write .fs-c-inputField__field {
  text-align: left;
  margin-bottom: 10px;
}

.fs-body-review-write .review_write #fs_input_reviewContents {
  width: 550px;
  height: 140px;
  margin-bottom: 10px;
}

.fs-body-review-write .review_write .fs-c-checkbox__checkMark {
  height: 15px;
  width: 15px;
  border: 1px solid #707070;
  border-radius: 0;
}

.fs-body-review-write .review_write .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #707070;
  border-color: #707070;
}

.fs-body-review-write .review_write .fs-c-checkbox .fs-c-checkbox__checkMark::before {
  top: 0.5px;
  left: 0px;
  font-size: 14px;
  font-weight: bold;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) td {
  /*padding: 0;*/
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable__comment {
  width: 550px;
  font-size: 12px;
  background: #F8F8F8;
  padding: 40px 25px 0;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child {
  background: #F8F8F8;
  width: 550px;
  padding: 25px;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child tr:first-child {
  display: none;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child th {
  padding: 0;
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child td {
  padding: 15px 0;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField__field {
  text-align: left;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField select {
  width: 185px;
  margin: 0;
  height: 30px;
  padding: 0 5px;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField .fs-c-radio + .fs-c-radio {
  margin: 0 0 0 30px;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField .fs-c-radio__radioMark {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #707070;
  width: 12px;
  height: 12px;
}

.fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #707070;
}

@media screen and (min-width: 600px) {
  .review_write {
    max-width: 100%;
    /* プロフィール後悔について */
  }
  .review_write .fs-c-productReviewed {
    max-width: 100%;
  }
  .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-radio:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-review-write .review_write {
    /* プロフィール 後悔について */
  }
  .fs-body-review-write .review_write .fs-l-pageMain {
    max-width: 100%;
    width: 1020px;
  }
  .fs-body-review-write .review_write .fs-c-heading.fs-c-heading--page {
    padding: 20px 20px 0;
  }
  .fs-body-review-write .review_write .fs-c-productReviewed {
    display: block;
  }
  .fs-body-review-write .review_write .fs-c-productReviewed__image {
    margin-bottom: 20px;
  }
  .fs-body-review-write .review_write .fs-c-productReviewed__image__image {
    width: 100%;
    max-width: auto;
  }
  .fs-body-review-write .review_write .fs-c-productReviewed__info {
    margin: 0;
    padding: 0 20px;
  }
  .fs-body-review-write .review_write .fs-c-productReviewed__number .fs-c-productNumber {
    padding: 0 !important;
  }
  .fs-body-review-write .review_write .fs-c-reveiwNotes {
    padding: 0 20px;
  }
  .fs-body-review-write .review_write .fs-c-inputTable > tbody > tr {
    padding: 20px 0;
  }
  .fs-body-review-write .review_write .fs-c-inputTable > tbody > tr th {
    margin: 0 0 15px 0;
    padding: 0;
  }
  .fs-body-review-write .review_write .fs-c-inputTable > tbody > tr td {
    padding: 0;
    padding: 0;
    width: 100%;
  }
  .fs-body-review-write .review_write .fs-c-inputInformation {
    padding: 0 20px;
    /* button */
  }
  .fs-body-review-write .review_write .fs-c-inputInformation select {
    width: 100%;
  }
  .fs-body-review-write .review_write .fs-c-inputInformation .fs-c-dropdown {
    width: 100%;
  }
  .fs-body-review-write .review_write .fs-c-inputInformation__button .fs-c-button--primary {
    width: 100%;
    height: 55px;
  }
  .fs-body-review-write .review_write #fs_input_reviewContents {
    width: 100%;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) td {
    /*padding: 0;*/
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable__comment {
    width: 100%;
    padding: 30px 10px 0;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child {
    display: block;
    width: 100%;
    padding: 35px 10px 30px;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child tbody {
    display: block;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child tr {
    display: block;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child tr + tr {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E3E3E3;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputTable--child td {
    display: block;
    padding: 0;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField__field {
    margin-bottom: 0px;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField select {
    width: 100%;
    height: 45px;
  }
  .fs-body-review-write .review_write .fs-c-inputTable tr:nth-child(4) .fs-c-inputField .fs-c-inputField__field.fs-c-radioGroup.fs-system-assistTarget {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}

/*====================================================================
 07 review_success
====================================================================*/
.review_success .fs-c-heading.fs-c-heading--page {
  display: none;
}

.review_success .review_done {
  text-align: center;
}

.review_success .review_done h1 {
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.review_success .review_done h1 span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

.review_success .review_done p {
  line-height: 1.8;
  font-size: 12px;
  margin-bottom: 45px;
}

.review_success .review_done .btn {
  width: 220px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #707070;
  margin: 0 auto 100px;
}

.review_success .review_done .btn a {
  display: block;
  color: #161616;
}

.review_success .fs-c-buttonContainer.fs-c-buttonContainer--back,
.review_success .fs-c-buttonContainer.fs-c-buttonContainer--topPage {
  display: none;
}

/*====================================================================
 08 register_success
====================================================================*/
.register_success .fs-c-heading.fs-c-heading--page {
  text-align: center;
}

.register_success .fs-c-registerSuccessMessage {
  display: none;
}

.register_success .register-success-message {
  text-align: center;
}

.register_success .register-success-message p {
  font-size: 12px;
  line-height: 1.8;
}

.register_success .register-success-message a {
  color: #0191D9;
}

.register_success .register-success-message p + p {
  margin-top: 20px;
}

.register_success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-bottom: 100px;
}

.register_success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a {
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  width: 220px;
  text-align: center;
  background: #00a6dd;
  position: relative;
}

.register_success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left-color: #fff;
  z-index: 10;
}

.register_success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a:hover {
  text-decoration: none;
}

.register_success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .register_success {
    padding-top: 50px;
  }
  .register_success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 0 20px;
    margin-bottom: 35px;
  }
  .register_success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop a {
    width: 100%;
  }
}

/*====================================================================
 09 shopping_cart_login
====================================================================*/
.shopping_cart_login .fs-l-pageMain {
  max-width: 1020px;
  margin: 0 auto;
}

.shopping_cart_login .fs-c-loginForm {
  max-width: 100%;
  display: block;
}

.shopping_cart_login .fs-c-registeredUsers {
  width: 100%;
  margin: 0 auto;
  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;
}

.shopping_cart_login .fs-c-registeredUsers__title {
  width: 100%;
  /*
			position: absolute;
			border: 0;
			top: 20px;
			right: 20px;*/
}

.shopping_cart_login .fs-c-registeredUsers .fs-c-inputInformation {
  width: 50%;
  border-right: 1px solid #ccc;
  padding: 0 20px 0 0;
}

.shopping_cart_login .fs-c-registeredUsers .fs-c-inputInformation__field {
  background: inherit;
  padding: 0;
  margin: 0;
}

.shopping_cart_login .fs-c-registeredUsers .fs-c-inputInformation__link {
  text-align: center;
}

.shopping_cart_login .fs-c-registeredUsers .fs-c-otherServiceLogin {
  margin: 0;
  position: inherit;
  top: 0;
  right: 0;
  width: 50%;
  padding: 0 20px;
}

.shopping_cart_login .fs-c-registeredUsers .fs-c-guestPurchase {
  width: 100%;
}

.shopping_cart_login #fs_ShoppingCartLogin .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--login {
  width: 100%;
}

.shopping_cart_login .fs-c-guestPurchase {
  /*
		border-top: 1px solid #7c8790;
		margin-top: 48px;
		padding-top: 24px;
		text-align: center;*/
}

#fs_ShoppingCartLogin .fs-c-loginForm {
  position: relative;
  max-width: 100%;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__field {
  background: no-repeat;
  padding: 0;
  margin: 20px 0 0;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--login {
  width: 500px;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__link {
  margin-top: 8px;
  text-align: center;
  width: 500px;
}

#fs_ShoppingCartLogin .fs-body-login .fs-c-otherServiceLogin {
  margin: 0;
  position: inherit;
  top: 140px;
  width: 300px;
  right: 46px;
}

#fs_ShoppingCartLogin .fs-body-cart-login .fs-c-guestPurchase {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

#fs_ShoppingCartLogin .fs-c-buttonContainer.fs-c-buttonContainer--guestPurchase {
  position: relative;
  top: 30px;
}

#fs_ShoppingCartLogin .fs-c-guestPurchase span {
  color: #00a6dd !important;
}

@media screen and (max-width: 768px) {
  #fs_ShoppingCartLogin .fs-l-pageMain {
    max-width: 1020px;
    margin: 40px 0;
  }
  #fs_ShoppingCartLogin .fs-c-loginForm {
    width: 90% !important;
  }
  #fs_ShoppingCartLogin .fs-body-cart-login .fs-c-guestPurchase {
    border-top: 0;
    margin-top: 48px;
    padding-top: 24px;
    text-align: center;
  }
  #fs_ShoppingCartLogin .fs-c-guestPurchase span {
    color: #00a6dd !important;
  }
  #fs_ShoppingCartLogin h1.fs-c-heading.fs-c-heading--page {
    padding: 0 5vw;
  }
}

#fs_ShoppingCartLogin.fs-body-cart-login .shopping_cart_login .fs-c-inputInformation__link {
  width: 100%;
  font-size: 12px;
}

#fs_ShoppingCartLogin.fs-body-cart-login .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--login {
  width: 100%;
}

#fs_ShoppingCartLogin.fs-body-cart-login .fs-c-buttonContainer.fs-c-buttonContainer--guestPurchase {
  position: inherit;
  margin-top: 20px;
}

#fs_ShoppingCartLogin.fs-body-cart-login .shopping_cart_login .fs-c-guestPurchase {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .shopping_cart_login #fs-page-error-container {
    padding: 20px 20px 0 20px;
  }
  .shopping_cart_login #fs-page-error-container .fs-c-panel.fs-c-panel--error {
    margin-bottom: 0;
  }
  .shopping_cart_login .fs-c-registeredUsers {
    width: 100%;
    margin: 0 auto;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shopping_cart_login .fs-c-registeredUsers__title {
    width: 100%;
    /*
				position: absolute;
				border: 0;
				top: 20px;
				right: 20px;*/
  }
  .shopping_cart_login .fs-c-registeredUsers .fs-c-inputInformation {
    width: 100%;
    border-right: 0;
    padding: 0 0 0 0;
  }
  .shopping_cart_login .fs-c-registeredUsers .fs-c-inputInformation__field {
    background: inherit;
    padding: 0;
    margin: 0;
  }
  .shopping_cart_login .fs-c-registeredUsers .fs-c-inputInformation__link {
    text-align: center;
  }
  .shopping_cart_login .fs-c-registeredUsers .fs-c-otherServiceLogin {
    margin: 0;
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .shopping_cart_login .fs-c-registeredUsers .fs-c-otherServiceLogin #AmazonPayButton img {
    max-width: 312px;
    margin: 0 auto;
    display: block;
  }
  .shopping_cart_login .fs-c-registeredUsers .fs-c-guestPurchase {
    width: 100%;
  }
  .shopping_cart_login #fs_ShoppingCartLogin .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--login {
    width: 100%;
  }
}

/*====================================================================
 10 reviews_item_list
====================================================================*/
.reviews_item_list .fs-l-pageMain {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.reviews_item_list .fs-p-announcement {
  display: none;
}

.reviews_item_list .fs-c-productReviewed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.reviews_item_list .fs-c-productReviewed__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews_item_list .fs-c-productReviewed__info {
  margin: 0 0 0 35px;
  width: 100%;
}

.reviews_item_list .fs-c-productReviewed__info .fs-c-productPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.reviews_item_list .fs-c-productReviewed__name {
  margin: 0 0 10px 0;
}

.reviews_item_list .fs-c-productReviewed__prices .fs-c-productPrice__main__price {
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px 0 0;
}

.reviews_item_list .fs-c-productReviewed__prices .fs-c-productPrice span {
  color: #161616;
}

.reviews_item_list .fs-c-productReviewed__number .fs-c-productNumber {
  border: 0px;
  padding: 0px;
  padding: 0 !important;
}

.reviews_item_list .fs-c-productReviewed__number .fs-c-productNumber span {
  color: #707070;
}

.reviews_item_list .fs-c-aggregateRating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reviews_item_list .fs-c-aggregateRating__message {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #f7f7f7;
  padding: 20px;
  text-align: left;
  margin-top: 40px;
}

.reviews_item_list .fs-c-aggregateRating .fs-c-rating {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 255px;
  margin-top: 15px;
}

.reviews_item_list .fs-c-aggregateRating .fs-c-aggregateRating__rating::before {
  content: "この商品の平均評価:";
  color: #707070;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  font-size: 12px;
  display: block;
}

.reviews_item_list .fs-c-aggregateRating .fs-c-reviewStars::before {
  font-size: 14px;
  color: #E6C63D;
}

.reviews_item_list .fs-c-aggregateRating__count {
  display: none;
}

.reviews_item_list .fs-c-aggregateRating .fs-c-rating__value {
  color: #161616;
  margin-left: 5px;
  font-size: 15px;
}

.reviews_item_list .fs-c-history {
  margin-bottom: 90px;
}

.reviews_item_list .fs-c-reviewList {
  margin: 10px 0;
  /* reviewProduct */
  /* reviewProduct end  */
  /* reviewInfo */
  /* reviewInfo end */
  /* fs-c-reviewBody */
  /* fs-c-reviewBody end */
  /* fs-c-buttonContainer--editReview */
}

.reviews_item_list .fs-c-reviewList__item {
  border-bottom: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
}

.reviews_item_list .fs-c-reviewList__item:first-child {
  border-top: 1px solid #E3E3E3;
}

.reviews_item_list .fs-c-reviewList li.fs-c-reviewList__item:last-child {
  border-bottom: 1px solid #E3E3E3;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewProduct {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewProduct__image {
  margin: 0;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.5;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo .fs-c-reviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo .fs-c-reviewer__status {
  display: none;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo .fs-c-reviewer__profile {
  margin-left: 10px;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo .fs-c-reviewer__profile__status {
  font-size: 11px;
  color: #707070;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo .fs-c-reviewer__name a {
  pointer-events: none;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo .fs-c-reviewStars::before {
  font-size: 2.0rem;
  color: #E6C63D;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo__date dt {
  font-size: 0;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo__date dd .fs-c-time {
  color: #707070;
  font-size: 12px;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo__status {
  display: none;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo .fs-c-productName__name {
  font-size: 12px;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewInfo__date {
  margin: 0;
  display: none;
}

.reviews_item_list .fs-c-reviewList .fs-c-reviewBody {
  margin: 0;
  padding: 20px 20px 32px 20px;
  font-size: 12px;
  line-height: 1.5;
  font-size: 12px;
  width: 100%;
}

.reviews_item_list .fs-c-reviewList .fs-c-buttonContainer--editReview {
  padding: 0;
  text-align: left;
  display: block;
}

.reviews_item_list .fs-c-reviewList .fs-c-buttonContainer--editReview .fs-c-button--plain {
  text-decoration: underline;
  color: #333333;
}

.reviews_item_list .fs-c-reviewList .fs-c-buttonContainer--editReview .fs-c-button--plain:hover {
  color: #333333;
}

.reviews_item_list .fs-c-reviewList + .fs-c-listControl {
  display: block;
}

@media screen and (min-width: 600px) {
  .reviews_item_list .fs-c-productReviewed {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .reviews_item_list h1.fs-c-heading.fs-c-heading--page {
    font-size: 16px;
    padding: 20px;
    margin: 0;
    line-height: 1.5;
  }
  .reviews_item_list .fs-c-productReviewed {
    display: block;
    margin: 0;
  }
  .reviews_item_list .fs-c-productReviewed__info {
    margin: 0;
    padding: 20px 20px 0;
  }
  .reviews_item_list .fs-c-productReviewed__name {
    margin: 0;
  }
  .reviews_item_list .fs-c-aggregateRating {
    margin-bottom: 40px;
  }
  .reviews_item_list .fs-c-aggregateRating .fs-c-rating {
    width: 100%;
    margin-top: 10px;
  }
  .reviews_item_list .fs-c-history {
    padding: 0 20px;
  }
  .reviews_item_list .fs-c-reviewList {
    /* reviewProduct */
    /* reviewProduct end  */
    /* reviewInfo */
    /* reviewInfo end */
    /* fs-c-reviewBody */
    /* fs-c-reviewBody end */
    /* fs-c-buttonContainer--editReview */
  }
  .reviews_item_list .fs-c-reviewList__item {
    display: block;
  }
  .reviews_item_list .fs-c-reviewList .fs-c-reviewInfo {
    width: 100%;
  }
}

/*====================================================================
 11 membership_card_auth.scss
====================================================================*/
.membership_card_auth {
  /*--- fs-c-inputInformation ---*/
}

.membership_card_auth .fs-l-pageMain {
  margin: 0 auto;
  max-width: 1020px;
}

.membership_card_auth .fs-c-inputInformation {
  background: #F8F8F8;
  padding: 40px 0 50px;
  margin-bottom: 100px;
}

.membership_card_auth .fs-c-inputInformation__message {
  display: none;
}

.membership_card_auth .fs-c-inputInformation__custom-message {
  text-align: center;
  margin-bottom: 40px;
}

.membership_card_auth .fs-c-inputInformation__custom-message p {
  line-height: 1.8;
  font-size: 12px;
  color: #444444;
}

.membership_card_auth .fs-c-inputInformation__custom-message p + p {
  margin-top: 25px;
}

.membership_card_auth .fs-c-inputInformation__custom-message-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.membership_card_auth .fs-c-inputInformation__field {
  width: 500px;
  margin: 0 auto;
}

.membership_card_auth .fs-c-inputInformation__field table, .membership_card_auth .fs-c-inputInformation__field tbody, .membership_card_auth .fs-c-inputInformation__field tr, .membership_card_auth .fs-c-inputInformation__field td, .membership_card_auth .fs-c-inputInformation__field th {
  display: block;
  margin: 0;
  padding: 0;
}

.membership_card_auth .fs-c-inputInformation__field .fs-c-inputTable tr + tr {
  margin-top: 24px;
}

.membership_card_auth .fs-c-inputInformation__field .fs-c-inputTable__label {
  margin-bottom: 13px;
  display: block;
}

.membership_card_auth .fs-c-inputInformation__field .fs-c-inputTable__label .fs-c-requiredMark:before {
  content: "※";
  display: block;
  font-size: 1.2em;
  text-indent: 0;
  color: #FF634E;
}

.membership_card_auth .fs-c-inputInformation__field .fs-c-inputTable__dataCell {
  width: 100%;
}

.membership_card_auth .fs-c-inputInformation__field .fs-c-inputTable__dataCell input {
  width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
}

.membership_card_auth .fs-c-inputInformation__button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0;
  margin: 42px 0 0 0;
}

.membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate,
.membership_card_auth .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
  width: 220px;
  height: 50px;
  border: 0;
  padding: 0;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  letter-spacing: 1px;
}

.membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate:before,
.membership_card_auth .fs-c-inputInformation__button .fs-c-button--notAuthenticate:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left-color: #fff;
  z-index: 1;
}

.membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
  background: #0091D9;
  margin-left: 45px;
}

.membership_card_auth .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
  background: #333333;
}

.membership_card_auth .fs-c-inputInformation__button .fs-c-button__label {
  color: #fff;
  font-size: 12px;
}

.membership_card_auth .fs-c-inputInformation .fs-c-button--displayPassword.fs-c-button--particular {
  display: none;
}

.membership_card_auth .fs-c-inputInformation .fs-c-inputGroup {
  border: 0;
}

.membership_card_auth .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
  background: no-repeat;
  border: 1px solid #BFBFBF;
  color: #333;
  margin: 0 0px 0 60px;
}

.membership_card_auth .fs-c-button--notAuthenticate fs-c-button--standard span {
  color: #333 !important;
}

.membership_card_auth a.fs-c-button--notAuthenticate.fs-c-button--standard .fs-c-button__label {
  color: #333;
}

.membership_card_auth a.fs-c-button--notAuthenticate.fs-c-button--standard:before {
  display: none;
}

.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--pair {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

.membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .membership_card_auth {
    /*--- fs-c-inputInformation ---*/
  }
  .membership_card_auth .fs-l-pageMain .fs-c-heading.fs-c-heading--page {
    padding: 20px;
    margin: 0;
    font-size: 16px;
  }
  .membership_card_auth .fs-c-inputInformation {
    padding: 40px 20px 50px;
  }
  .membership_card_auth .fs-c-inputInformation__custom-message {
    margin-bottom: 27px;
  }
  .membership_card_auth .fs-c-inputInformation__custom-message p + p {
    margin-top: 20px;
  }
  .membership_card_auth .fs-c-inputInformation__field {
    width: 100%;
  }
  .membership_card_auth .fs-c-inputInformation__button {
    margin: 42px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate,
  .membership_card_auth .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
    width: 100%;
  }
  .membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
    margin: 20px 0 0 0;
  }
  .membership_card_auth .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
    margin: 0 0px 20px 0px;
  }
  .membership_card_auth .fs-c-button--notAuthenticate fs-c-button--standard span {
    color: #333 !important;
  }
  .membership_card_auth a.fs-c-button--notAuthenticate.fs-c-button--standard .fs-c-button__label {
    color: #333;
  }
  .membership_card_auth a.fs-c-button--notAuthenticate.fs-c-button--standard:before {
    display: none;
  }
  .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--pair {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    display: block;
  }
  .membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
    margin-left: 0;
  }
  .membership_card_auth .fs-c-inputInformation__button .fs-c-button--cardAuthenticate {
    margin: 20px 0 20px 0;
  }
}
