@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@300&display=swap');

html {
  font-size: 62.5%;
}
body {
  /* -webkit-overflow-scrolling: touch;  */
  font-family: "ヒラギノ角ゴ ProN W3", HelveticaNeue, "Noto Sans JP", sans-serif;
}
body,
input,
textarea,
select {
  font-size: 17px;
}
input::-webkit-input-placeholder {
  font-size: 12px;
  padding-top: 2px;
}
input::-moz-placeholder {
  font-size: 12px;
}
input:-ms-input-placeholder {
  font-size: 12px;
}
th {
  font-weight: normal;
}
/* ***********
BOOSTRAP CUSTOM
************** */

.btn-circle {
  width: 33px;
  height: 33px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 29px;
  border: solid #ccc 1.5px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  border: solid #ccc 1.5px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  border: solid #ccc 1.5px;
}

.modal {
  /* top: 15%; */
  top: 0;
}
.modal-dialog {
  max-width: 323px;
}
.modal .modal-content {
  border-radius: 10px;
}

.modal-body {
  padding: 15px;
}
.modal-footer {
  text-align: center;
  border-top: none;
}
.modal-footer button {
  border-radius: 25px;
  width: 130px;
  padding: 7px;
  background: #555;
  border: none;
  color: #fefefe;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(-50%) scale(0.1);
  -moz-transform: translateY(-50%) scale(0.1);
  -ms-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  opacity: 1;
}

/* ***********
future-shop custom
************** */

.fs-preview-header {
  display: none;
}

.fs-l-header {
  background-color: #fff;
  padding: 0;
  height: 52px;
}
.fs-l-header__contents {
  /* z-index: 1041; */
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-columns:  0.4em 5.5em 1.1fr 3em;
  -ms-grid-columns:  0.4em 5.5em 1.1fr 3em;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 4px;
  height: 53px;
  width: 100%;
}
.fs-l-header__drawerOpener img {
  padding: 5px 0px 0 4px;
}

.fs-l-header__contents > * {
  padding: 0 1px;
}

.fs-c-breadcrumb {
  margin: 10px auto 0;
  padding: 5px 0;
  color: #666;
  font-size: 10px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .fs-c-breadcrumb {
    padding: 5px 22px;
    max-width: 600px;
  }
}

.fs-p-logo {
  padding: 5px 0;
}
.fs-pt-carousel {
  z-index: 0;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  border-radius: 50px;
}
/****headerスタイル****/
.header__logo{
  padding: 5px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 7vw;
  max-width: 80px;
  text-align: center;
}
@media screen and (max-width: 767) {
  .header__logo{
    width: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .header__logo{
    width: 20vw;
  }
}
.header__cart {
  padding: 6px 0;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6vw;
  top: 9px;
}
@media screen and (max-width: 600px) {
  .header__cart {
    right: 14vw;
    top: 7px;
  }
}

.fs-p-cartItemNumber{
  top: 3px;
  right: -7px;
}

.header__search-btn{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('https://weddingdress.itembox.design/item/icon/icon_search.png') no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 600px) {
  .header__search-btn{
    right: 5vw;
  }
}

#header__menu {
  width: 30px;
  display: inline-block;
  box-sizing: border-box;
}
.header__menu--btn{
  height: 20px;
  display: block;
  position: absolute;
  left: 2vw;
  top: 56%;
  transform: translateY(-50%);
  width: 21px;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .header__menu--btn{
    left: 5vw;
  }
}
.header__menu--border{
  background: #999;
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .3s;
  width: 80%;
}
.header__menu--border.center{
  top: 6px;
}
.header__menu--border.bottom{
  bottom: 6px;
}
.header__menu--border.center.active {
  transform: scaleX(0);
}
.header__menu--border.bottom.active {
  transform: rotate(135deg);
  left: 20%;
  bottom: 11px;
}
.header__menu--border.top.active {
  transform: rotate(45deg);
  top: 7px;
  left: 20%;
}

.fs-l-main,
.fs-pt-carousel {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
}

#fs_Top .fs-l-main {
  padding: 0;
  padding-top: 55px;
}

.fs-pt-carousel {
  max-width: 600px;
}
.fs-l-page {
  overflow-x: hidden;
}
.fs-l-pageMain {
  min-height: 800px;
  position: relative;
  font-size: 1.2rem;
}
.fs-c-productList {
  margin: 0;
}
.fs-c-productListItem form {
  position: relative;
}

.fs-c-productList__list {
  /* grid-gap: 4px; */
  margin-bottom: 35px;
}
.fs-c-productList__list__item {
  border-bottom: none;
  padding: 0px 0px;
  background: #fff;
}

.fs-c-productListItem__productName {
  padding-left: 4%;
  margin: 8px 0 4px 0;
}

.fs-c-productListItem__image__image {
  width: 100%;
  /* height: 231px; */
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

@media screen and (max-width: 767px) {
  
}
.fs-c-productListItem__image.fs-c-productImage {
  /* min-height: 156px; */
}
.fs-c-productMainImage__image {
  overflow: hidden;
}
.fs-c-productMainImage__image img {
  width: 100%;
  object-fit: cover;
}

.fs-p-scrollingCartButton {
  z-index: 1061;
  display: none;
}

.fs-body-cart .fs-l-cart__contentsArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 24px;
  /* grid-row-gap: 24px; */
  grid-row-gap: 0px;
  /* border-top: 1px solid #ccc; */
  margin-top: 15px;
}
.fs-body-cart .fs-l-cart__sideColumn {
  /* border: 1px solid #e5e5e5; */
  border: none;
}

.fs-body-cart-login .fs-c-inputInformation__field {
  background-color: #fff;
  padding: 16px 32px;
}

.fs-l-productLayout {
  display: grid;
  grid-row-gap: 3px;
}

.fs-c-productQuantityAndWishlist,
.fs-c-stockSignLegend {
  display: none;
}

.fs-l-productLayout {
  margin-bottom: 14px;
  padding-bottom: 0px;
}
.fs-c-productName__name {
  /* display: none; */
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  color: #444444;
  font-weight: bold;
}
.fs-c-productListItem__prices.fs-c-productPrices,
.fs-c-productPrice__addon--listed {
  font-size: 1.1rem;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
  position: relative;
  padding: 4px;
  display: none;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain {
  display: none;
}
.fs-c-button--addToCart--list.fs-c-button--plain {
  display: none;
}
.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
  margin-left: auto;
  position: absolute;
  top: -19px;
  right: 3px;
  color: #ccc;
}

.fs-c-button--addToWishList--icon::before,
.fs-c-button--removeFromWishList--icon::before {
  font-size: 32px;
}

.fs-c-button--removeFromWishList--icon::before {
  color: #ccc;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #ccc;
}
.fs-c-productPrice--listed .fs-c-productPrice__main__price {
  padding-bottom: 2px;
  text-decoration: line-through;
  color: #999;
}
.fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  justify-content: center;
  position: relative;
  left: -9px;
  top: 0px;
}

#fs_ProductDetails .fs-c-productActionButton.fs-c-buttonContainer {
  margin-top: 24px;
}
.layout-item .fs-c-productActionButton.fs-c-buttonContainer {
  transform: translateY(0);
  height: 74px;
}
#fs_ProductDetails .fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  display: none;
}
#fs_ProductDetails button.fs-c-button--viewExtendedImage.fs-c-button--plain {
  position: absolute;
  left: 0;
  width: 100%;
  color: #f0f0f0;
  font-size: 1.2rem;
}
#fs_ProductDetails button.fs-c-button--viewExtendedImage.fs-c-button--plain i {
  padding: 10px 10px 10px 0;
}
#fs_ProductDetails .fs-c-productThumbnail {
  display: none;
}

#fs_ProductDetails #product_onlyone {
  position: relative;
  background: url(https://weddingdress.itembox.design/item/image/f00694_2.png)
    left top no-repeat;
  background-size: 100% 80%;
  min-height: 180px;
  width: 100%;

  max-width: 600px;
}

#fs_ProductDetails .product_onlyone_text {
  position: absolute;
  top: 55%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-76%);
  font-size: 1.2rem;
  padding: 0 50px;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity {
  display: none;
}

#fs_ProductDetails
  .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button__label {
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  height: 50px;
  right: 16px;
  position: absolute;
  top: -70px;
  border: none;
  border-radius: 50px;
  padding: 4px 0px 0 0;
  background-color: #fff;
  color: #444444;
  font-size: 2rem;
  width: 50px;
  box-shadow: none;
}
#fs_ProductDetails
  .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
  display: block;
  position: relative;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  /* content: "\e919"; */
  content: url("https://weddingdress.itembox.design/item/prduct_details/product_details_heart.png?d=20220705171635");
  text-align: center;
  transform: scale(0.6);
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  /* content: "\e91a"; */
  content: url("https://weddingdress.itembox.design/item/prduct_details/product_details_heart_active.png?d=20220705171635");
  color: #ff5d5d;
  transform: scale(0.6);
}

/* #fs_ProductDetails .fs-c-productMainImage__expandButton.fs-c-buttonContainer .fs-c-button__label {
  display:block;
} */

#fs_ProductDetails .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 88px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  height: 31px;
}

.fs-c-productImageModal .fs-c-productImageModal__contents .fs-c-productImageModalCarousel__track{
  padding: 10% 0;
}

.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
  display: none;
}
.fs-c-pagination > a,
.fs-c-pagination > span {
  margin: 0 5px;
}

.fs-c-listControl__status {
  font-size: 1.3rem;
  margin-bottom: 18px;
  margin: 0 auto;
}
.fs-c-pagination__item {
  font-size: 1rem;
  padding: 10px 0;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  text-align: center;
}
.fs-c-pagination__item[role="button"] {
  cursor: pointer;
  border: 1px solid #ccc;
}

.fs-c-pagination__item.is-active {
  background: #e8c0ab;
  color: #ffffff;
}
.fs-c-pagination {
  display: flex;
  align-items: baseline;
  margin: 20px auto 10px;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  content: "";
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  content: "";
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #000;
}

.fs-c-productList__list
  .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  /* width:100%; */
  color: #999;
}

.fs-c-productList__list
  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 0rem;
}

.fs-c-productList__list
  .fs-c-productPrice:not(.fs-c-productPrice--listed)
  .fs-c-productPrice__main__price {
  font-size: 1.2rem;
  color: #444444;
  line-height: 1.4rem;
  font-weight: bold;
}

.fs-c-productListItem__imageContainer {
  position: relative;
}

.fs-c-productList__list .fs-c-productPrice__main__label {
  margin-right: 12px;
  padding: 2px 4px 1px 4px;
}

.fs-c-productList__list
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__label,
.fs-c-productList__list
  .fs-c-productPrice--selling
  .fs-c-productPrice__main__label,
.fs-c-wishList .fs-c-productPrice--listed .fs-c-productPrice__main__label,
.fs-c-wishList .fs-c-productPrice--selling .fs-c-productPrice__main__label,
.fs-c-wishlistProduct
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__label,
.fs-c-wishlistProduct
  .fs-c-productPrice--selling
  .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productMarks,
.fs-c-wishList .fs-c-productMarks,
.fs-c-wishlistProduct .fs-c-productMarks {
  float: right;
  min-width: 46px;
  margin: 0;
  padding: 0;
  position: absolute;
  /* right: 4px; */
  right: 0;
  /* top: 6px; */
  top: 0;
  /* text-align: center; */
  text-align: right;
}
.fs-c-productList__list .fs-c-productMark,
.fs-c-wishList .fs-c-productMark,
.fs-c-wishlistProduct .fs-c-productMark {
  list-style: none;
  display: inline;
}

.fs-c-productList__list .label-panier,
.fs-c-wishList .label-panier,
.fs-c-wishlistProduct .label-panier {
  display: none;
}
.fs-c-productMark__mark {
  /* border-radius: 50px; */
  border-radius: 0;
  margin-right: 0;
}
.fs-c-productMark__mark--10 {
  color: #fff;
  background: #f1d1c3;
  font-size: 1.1rem;
  /* border-radius: 3px; */
}
#fs_ProductDetails .fs-c-productMark__mark--10 {
  background: #f1d1c3;
  background: #fff;
  border: solid 1px #f1d1c3;
}

#fs_ProductDetails .fs-c-productMark {
  padding: 0 15px 11px;
  font-size: 1.2rem;
}

#fs_ProductDetails li.fs-c-productMark__item {
  margin: 0 4px;
}

#fs_ProductDetails .fs-c-productMark__mark--10 {
  padding: 3px 9px;
}

#fs_ProductDetails span.disp_simple_size_text {
  position: absolute;
  /* bottom: 10px; */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 4px 17px;
  color: #f0f0f0;
  font-size: 1.3rem;
  font-weight: normal;
}

.fs-body-login .fs-c-loginForm {
  display: block;
}

.fs-body-login .fs-c-newUsers {
  margin-left: auto;
  text-align: center;
}

.fs-body-login .fs-l-main, .fs-body-my-account-password .fs-l-main{
  padding: 0 15px;
}
.fs-body-category .fs-l-main{
  padding: 0;
}

#fs_MyPageTop .fs-c-accountService__page {
  flex-basis: 110px;
}

#fs_MyPageTop .fs-c-accountService {
  justify-content: center;
}

#fs_MyPageTop .fs-c-accountService__page {
  flex-basis: 104px;
  padding: 2px 4px;
  height: 111px;
}

#fs_MyPageTop
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete)
  .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #fff;
  border: 1px solid #e8c592;
  border-radius: 10px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#fs_MyPageTop
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete)
  .fs-c-accountService__pageLink__label {
  font-size: 1rem;
}

#fs_MyPageTop .fs-c-productName__variation,
#fs_MyWishList .fs-c-productName__variation,
#fs_ShoppingCart .fs-c-productName__variation {
  display: none;
}

#fs_MyPageTop
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: none;
}

.fs-c-wishlistProduct__list
  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 0rem;
}

.fs-c-wishlistProduct__list
  .fs-c-productPrice:not(.fs-c-productPrice--listed)
  .fs-c-productPrice__main__price {
  font-size: 1.8rem;
  color: #ff0000;
  font-weight: bold;
}

.fs-c-productListItem__imageContainer {
  position: relative;
}

.fs-c-wishlistProduct__list .fs-c-productPrice__main__label {
  margin-right: 12px;
  padding: 2px 4px 1px 4px;
}

.fs-c-wishlistProduct__list
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  border-bottom: 1px solid currentColor;
  color: #666;
  font-size: 1.6rem;
  margin: 42px 7px 12px 7px;
}
.fs-c-viewAllProductsLink__label {
  font-size: 1.3rem;
  margin-right: 7px;
  /* margin-bottom: 24px; */
}
.fs-c-viewAllProductsLink__label::after {
  content: ">>";
  padding: 7px;
}

.fs-c-wishlistProduct__title::before {
  background: url(https://weddingdress.itembox.design/item/icon/heart_icon.png)
    left center no-repeat;
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-size: cover;
  left: 13px;
}

.fs-c-productPrice__main__price {
  color: #ff0000;
}

.fs-c-productPrices--productDetail
  .fs-c-productPrice:not(.fs-c-productPrice--listed)
  .fs-c-productPrice__main__price {
  /* font-size: 3.2rem; */
  font-size: 2.4rem;
  color: #444444;
}

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

.fs-p-footerCopyright {
  position: relative;
  display: block;
  width: auto;
  font-size: 10px;
  text-align: center;
  padding: 8px 0px;
  color: #333;
  background-color: #e8eaed;
}
.fs-p-footerCopyright__text::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  background: url(https://weddingdress.itembox.design/item/icon/mark.png) left
    center no-repeat;
  width: 9px;
  height: 12px;
  background-size: cover;
}

.fs-l-footer {
  border: none;
  text-align: center;
  color: #333;
  background-color: #f3f3f3;
  margin: 0 auto;
  /* max-width: 900px; */
}

.fs-c-inputInformation__message::before {
  content: "●";
  color: #e8c592;
}
.fs-c-inputTable__label {
  color: #808080;
  font-size: 1.3rem;
}
.fs-c-inputTable {
  padding: 32px;
  margin: auto;
}
.fs-c-inputGroup,
.fs-c-inputGroup--vertical,
.fs-c-inputGroup--inline {
  border: none;
  border-bottom: 1px solid #ccc;
}
.fs-c-additionalCheckField {
  padding: 10px;
  font-size: 1rem;
  margin: 0 12px;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
  border-color: #666;
}

.fs-c-checkbox__checkMark::before {
  color: #1f5da0;
  font-size: 1.4rem;
  font-weight: bold;
}
.fa-external-link-alt:before {
  padding-left: 12px;
  font-weight: bold;
  font-size: 1.2rem;
}

.fs-c-additionalCheckField {
  padding: 0px;
  font-size: 1rem;
  margin: 0 28px;
}
.fs-body-customerDetails .fs-c-agreementField {
  border: none;
}
#fs_Checkout .fs-c-returnedSpecialContract {
  display: none;
}

.fs-c-checkbox__labelText {
  margin: 0 10px;
}
.fs-c-agreementConfirmation__message--newsletterChecked {
  display: none;
}
.fs-c-inputInformation__message {
  font-size: 1.4rem;
  margin: 26px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#fs_Checkout .fs-p-logo:after,
#fs_CustomerDetails .fs-p-logo:after,
#fs_ShoppingCartLogin .fs-p-logo:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .fs-p-logo__image {
    max-height: 48px;
    /* max-width: 86px; */
  }
}

.fs-body-my-top .fs-c-accountService {
  flex-basis: 100%;
}

.fs-c-accountService {
  justify-content: space-evenly;
}

[class^="fs-body-checkout"] .fs-l-checkout {
  display: block;
}
.fs-c-totalAndActions button:not(.fs-c-button--image) {
  font-size: 1.2rem;
  /* font-size: 1.8rem; */
  min-height: 3em;
  max-width: 360px;
  min-width: 0;
}
.fs-c-buttonContainer--myPageTop,
.fs-c-buttonContainer--back {
  margin-top: 32px;
  display: block;
  text-align: center;
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  display: block;
  text-align: center;
  margin: 40px 40px 0px 40px;
  max-height: 12px;
  min-width: 100%;
}

#fs_MyOrders span.fs-c-string.fs-c-string--label {
  font-size: 1rem;
  text-align: center;
  display: block;
}

#fs_MyOrders
  .fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail {
  text-align: right;
  display: block;
  font-size: 1rem;
}

#fs_MyOrders
  .fs-c-orderHistoryItem__header__button.fs-c-buttonContainer.fs-c-buttonContainer--viewOrderHistoryDetail::after {
  content: ">";
}

#fs_MyOrders .fs-c-orderHistoryItem {
  border: none;
}
#fs_MyOrders .fs-c-orderHistoryItem__header {
  border: none;
}

.fs-c-orderDetailList__date,
.fs-c-orderDetailList__date + dd {
  background: #fff;
  color: #000;
}

.fs-c-orderDetailList {
  border: none;
  font-size: 1.1rem;
}

.fs-c-orderDetailList__date .fs-c-string.fs-c-string--label,
.fs-c-orderDetailList__code .fs-c-string.fs-c-string--label {
  color: #999;
}

#fs_MyOrderDetails .fs-c-orderDetail__addresseeInfo .fs-c-heading--section {
  color: #7c8790;
  margin: 8px 0;
  position: absolute;
  top: 0px;
  font-size: 1.4rem;
  left: 10px;
}

#fs_MyOrderDetails .fs-c-orderDetail {
  margin-top: 32px;
}

#fs_MyOrderDetails .fs-c-heading.fs-c-heading--section::before {
  content: "●";
  font-size: 0.9rem;
  color: #e8c592;
}

#fs_MyOrderDetails .fs-c-orderPerAddressee__heading {
  /* background: #7c8790; */
  background: #fff;
  color: #999;
  font-size: 1.2rem;
}
#fs_MyOrderDetails .fs-c-orderDetailInfo .fs-c-orderDetailInfo__heading,
#fs_MyOrderDetails .fs-c-orderDetailInfo .fs-c-cartTable,
#fs_MyOrderDetails .fs-c-orderDetailInfo .fs-c-orderTotalTable {
  display: none;
}

.fs-c-cartTable__productImage + .fs-c-cartTable__productInfo {
  padding-top: 30px;
}

.fs-c-orderTotalTable > thead > tr:last-of-type,
.fs-c-orderTotalTable > tfoot > tr:last-of-type,
.fs-c-orderTotalTable > tbody > tr:last-of-type {
  /* border-bottom: 1px solid #b2b2b2; */
  border: none;
  padding: 4px;
}
.fs-c-orderTotalTable > thead > tr th,
.fs-c-orderTotalTable > thead > tr td,
.fs-c-orderTotalTable > tfoot > tr th,
.fs-c-orderTotalTable > tfoot > tr td,
.fs-c-orderTotalTable > tbody > tr th,
.fs-c-orderTotalTable > tbody > tr td {
  border: none;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border: none;
}

.fs-c-deliveryInfoList {
  /* border: 1px solid #ccc; */
  /* border-width: 1px 0 0 1px; */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  /* grid-template-columns: auto 1fr; */
  grid-auto-columns: auto auto;
  grid-auto-flow: row;
  grid-column-gap: 0;
  grid-row-gap: 0;
  border: none;
}
.fs-c-deliveryInfoList > dt {
  background: none;
  font-weight: normal;
}

.fs-c-orderPaymentTable {
  position: relative;
  top: -18px;
}
.fs-c-orderPaymentTable__payment {
  text-align: right;
}

.fs-c-deliveryInfoList > dd {
  text-align: right;
}

.fs-c-deliveryInfoList > * {
  border: none;
}
.fs-c-orderPaymentTable > thead > tr > th,
.fs-c-orderPaymentTable > tfoot > tr > th,
.fs-c-orderPaymentTable > tbody > tr > th {
  background: none;
}
.fs-c-orderPaymentTable th,
.fs-c-orderPaymentTable td {
  border: none;
}
.fs-c-orderPaymentTable > thead > tr th,
.fs-c-orderPaymentTable > thead > tr td,
.fs-c-orderPaymentTable > tfoot > tr th,
.fs-c-orderPaymentTable > tfoot > tr td,
.fs-c-orderPaymentTable > tbody > tr th,
.fs-c-orderPaymentTable > tbody > tr td {
  border: none;
}
#fs_MyOrderDetails .fs-c-addresseeList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-gap: 14px;
  font-size: 1.1rem;
  padding: 10px;
}

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

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

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

#fs_MyOrderDetails .fs-c-addresseeList > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  font-size: 1.2rem;
}

.fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
  background: none;
}

.fs-body-my-orders-details .fs-c-cartTable__row {
  border: none;
  border-top: 1px solid #b2b2b2;
}

.fs-c-cartTable__row {
  border-bottom: 1px solid #b2b2b2;
  display: -ms-grid;
  display: grid;
  align-items: center;
  -ms-grid-columns: 1fr 30%;
  grid-template-columns: 1fr 30%;
  width: 100%;
}
.fs-c-cartTable > thead {
  display: none;
}
.fs-c-cartTable__dataCell--product {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-cartTable,
.fs-c-cartTable > tbody {
  display: block;
}
.fs-c-cartTable__dataCell--quantity {
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTable__dataCell--unitPrice {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 3;
  grid-row: 3;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-size: 1.8rem;
}
.fs-c-cartTable__dataCell--action {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.fs-c-cartTable__actionButton {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.fs-c-cartTable__actionButton__container
  + .fs-c-cartTable__actionButton__container {
  border-width: 0 0 0 1px;
  margin: 0 0 0 4px;
  padding: 0 0 0 8px;
}
.fs-c-cartTable__dataCell {
  border: none;
  padding: 4px 0;
}
.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
  border: none;
  padding: 8px 4px;
}
.fs-c-cartTableContainer {
  border: none;
}
.fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart,
.fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater {
  background: #e7e9ec;
  border-radius: 0.3rem;
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 0.1rem;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.fs-c-button--cancel--cart.fs-c-button--plain,
button.fs-c-button--buyItLater.fs-c-button--plain {
  background: #eff1f3;
  background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
  padding: 5px;
}
.fs-c-cartTable__dataCell--quantity::before {
  display: none;
}
.fs-c-cartTable__quantity {
  max-width: 10em;
  width: 10rem;
}
.fs-c-cartPayment,
.fs-c-payWithAmazon {
  margin-top: 2px;
  font-size: 1.2rem;
}

.fs-c-buttonContainer--loginAndPurchase {
  display: none;
}

.button-reset {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(233, 233, 233, 0.8);
  z-index: 1100;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 1101;
}
.CrossHead {
  font-weight: bold;
  font-size: 120%; /*見出しの文字サイズ*/
  color: #000000; /*見出しの文字色*/
  text-align: left; /*見出しの位置*/
  padding: 1%; /*見出し枠内の余白*/
  background: #ffffff; /*見出しの背景色*/
  border-bottom: 1px solid #ccc;
  padding: 2px 10px;
  font-family: HelveticaNeue;
  color: #e8c0ab;
}
.dress_select_group {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
#dress-sub-group-select .list a {
  padding: 0 0.6em;
  font-size: 1.2rem;
  font-weight: bold;
}

#fs_Top .container.dress_select_group {
  position: fixed;
  top: 53px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  width: 100%;
}
#fs_Top .container .dress-nav {
  width: 100vw;
  padding-bottom: 8px;
  padding-top: 0px;
  max-width: 690px;
  margin: 0 auto;
}
#fs_Top .container #dress-sub-group-select {
  display: none;
}

.nav-horizontal {
  /* background-color: #fff; */
  height: 4.7em;
  width: 100%;
  overflow: hidden;
  min-height: 80px;
  text-align: center;
}

.nav-horizontal .mask {
  width: 100%;
  height: 120%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav-horizontal .mask::-webkit-scrollbar {
  display: none;
}

.nav-horizontal .mask-small {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 2.6em;
}

.nav-horizontal .list {
  display: inline-table;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 0;
}
.nav-horizontal .list li {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
}

.nav-horizontal .list a {
  display: block;
  padding: 0 0.3em;
  text-decoration: none;
  color: #333;
  /* height: 4em; */
  line-height: 2;
}

.nav-horizontal .list a.disabled {
  pointer-events: none;
}

.nav-horizontal .list .current {
  border-bottom: 2px solid black;
  pointer-events: none;
  background-color: rgba(80, 80, 120, 0.03);
}

#dress-group-select .current {
  border-bottom: 2px solid #fff;
  pointer-events: none;
  padding: 0px 0px;
  border-radius: 2px;
}

.nav-horizontal .list {
  height: 100%;
  border-radius: 8px;
}

.nav-horizontal .list .caption {
  color: #fff;
  /* text-shadow:
    -0.4px -0.4px 0 #000,
    0.4px -0.4px 0 #000,
    -0.5px 0.5px 0 #000,
    0.4px 0.4px 0 #000; */
  font-size: 9px;
  margin: 0 auto;
  position: relative;
  top: -30px;
  font-weight: bold;
  letter-spacing: -1px;
}

#fs_Top .nav-horizontal .list .caption {
  top: -24px;
}

.nav-horizontal-height-small {
  height: 3.5em;
  margin: 12px 0 0 0;
}

.chapternav-icon {
  width: 100px;
  height: 70px;
  background-size: 100px 70px;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0px -22px 8px -5px rgba(0, 0, 0, 0.3) inset;
  /* box-shadow:6px 5px 15px -4px #606663; */
}

.chapternav-weddingdress {
  background-image: url("https://weddingdress.itembox.design/item/image/dresscategory/weddingdress.jpg");
}

.chapternav-colordress {
  background-image: url("https://weddingdress.itembox.design/item/image/dresscategory/colordress.jpg");
}
.chapternav-wasou {
  background-image: url("https://weddingdress.itembox.design/item/image/dresscategory/wasou.jpg");
}
.chapternav-tuxedo {
  background-image: url("https://weddingdress.itembox.design/item/image/dresscategory/tuxedo.jpg");
}
.chapternav-guestdress {
  background-image: url("https://weddingdress.itembox.design/item/image/dresscategory/guestdress.jpg");
}
.chapternav-bridesmaid {
  background-image: url("https://weddingdress.itembox.design/item/image/dresscategory/bridesmaid.jpg");
}
.chapternav-item {
  background-image: url("https://weddingdress.itembox.design/item/image/dresscategory/item.jpg");
}

#line-contact-area {
  z-index: 100;
  position: fixed;
  right: 8px;
  bottom: 21px;
}

#line-contact-area .line-button img {
  height: 50px;
  width: 50px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
}
#line-contact-area .line-button::before {
  background: url(https://weddingdress.itembox.design/item/image/button/line_button_before.png)
    left center no-repeat;
  content: "";
  position: fixed;
  /* top: 45px; */
  width: 63px;
  height: 41px;
  background-size: contain;
  bottom: 70px;
  right: 2px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
}

#search_parts {
  width: 40px;
  margin: 0;
  position: absolute;
  right: 50px;
  top: 55%;
  transform: translateY(-50%);
}
#advanced_search_area {
  /* width: 120px; */
  /* background-color: #f9f9f9; */
  /* -webkit-border-radius: 18px 18px;
  -moz-border-radius: 18px / 18px;
  border-radius: 18px / 18px; */
  z-index: 100;
  position: fixed;
  right: 5px;
  bottom: 21px;
}
#advanced_search_area button {
  background-color: rgba(249, 249, 249, 0.8);
  -webkit-border-radius: 18px 18px;
  -moz-border-radius: 18px / 18px;
  border-radius: 27px;
  height: 70px;
  width: 50px;
  font-size: 2.3rem;
}
#advanced_search_area button img {
  padding: 3px;
}

.advanced_search_area-fixed {
  position: fixed;
  right: 5px;
  top: 63px;
  animation: fadeIn 0.3s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.3s ease 0s 1 normal;
}

#sort_select_form li {
  list-style: none;
}

.radio-input {
  display: none;
}
.radio-input + label {
  padding-left: 28px;
  position: relative;
  margin-right: 20px;
}
.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
}

.slider {
  margin: 27px 23px 27px 10px;
  width: 90%;
  text-align: center;
  text-align: -webkit-center;
}

.modal__search--form{
  position: relative;
  top: 50%;
}

.search-form {
  grid-column: 3;
  align-items: end;
  margin: 0 2px;
  text-align: center;
}
.form-item {
  margin: 0;
  display: inline-block;
}
.form-item.top {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}

.top__search--btn{
  width: 90vw;
  margin: 10px auto;
  position: relative;
  background: url('https://weddingdress.itembox.design/item/icon/icon_search.png') no-repeat 10px center #efefef;
  background-size: 16px;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 7px 15px 7px 25px;
}

.icon__search{
  width: 16px;
  position: absolute;
  left: 15px;
  color: #b9b8b8;
}

.fa-search {
  font-size: 20px;
  color: #999;
}
.fa-search:before {
  content: "";
}
.fa-search:after {
  padding: 0;
}

.header-cart-icon {
  margin: 3px 14px;
  padding: 6px 0;
  width: 30px;
  height: 30px;
}
/****************
モーダル検索メニュー
******************/
.modal__seach--menu{
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  z-index: 99999;
}

.modal__seach--menu.open{
  visibility: visible;
  opacity: 1;
}

.modal__menu--inner{
  padding: 20px;
  height: 100%;
  overflow: scroll;
  max-width: 900px;
  margin: 0 auto;
}

.modal__head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.modal__search{
  width: 80vw;
  position: relative;
}
.modal__search .form-text{
  background: #efefef;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 7px 15px 7px 25px;
}

.modal-search{
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 5%;
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(https://weddingdress.itembox.design/item/icon/icon_search.png) no-repeat center #efefef;
  background-size: 75%;
}

.modal__fa--search{
  font-size: 14px;
  color: #999;
}

#modal__close{
  position: absolute;
  top: 20px;
  right: 15px;
}

.modal__nav--list{
  font-size: 14px;
}

.modal__nav--list ul{
  list-style-type: none;
}

.modal__nav--head{
  margin-bottom: 20px;
}

.modal__cate--title{
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.option-button {
  font-size: 28px;
  padding: 0 8px;
}

.barba-wrapper {
  overflow: hidden;
}

#recommend-area .fs-c-listControl__status {
  display: none;
}

.fs-c-productNameHeading,
.fs-c-productPrices,
.fs-p-productDescription,
.product-size,
.product-shop {
  padding: 0 20px;
}

#product-wrapper {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}
.fs-c-productListItem .fs-c-productPrices {
  padding: 0 4%;
}

.fs-c-productListItem .fs-c-productName__copy {
  /* text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  color: #444444;
  font-weight: bold; */
  display: none;
}

.fs-c-productNameHeading {
  margin: 0px 0 0 0;
  /* margin: 0px 0 10px 0; */
}

#fs_ProductDetails h1.fs-c-productNameHeading.fs-c-heading {
  line-height: 19px;
  font-size: 1.4rem;
  padding: 4px 20px 2px;
}

#fs_ProductDetails span.fs-c-productNameHeading__name::before {
  content: "\A";
  white-space: pre;
}

#fs_ProductDetails .group-name {
  font-size: 1rem;
  padding: 0 10px;
}

#fs_ProductDetails .fs-c-breadcrumb,
#fs_ProductSearch .fs-c-breadcrumb{
  margin: 0 auto;
  padding: 2px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  border: none;
  margin-top: 15px;
  width: 100%;
}

#fs_ProductDetails .fs-c-breadcrumb__list,
#fs_ProductSearch .fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0px 4px 5px 4px;
  box-shadow: white;
}

#fs_ProductDetails .fs-c-productNameHeading__copy {
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: normal;
}
#fs_ProductDetails .fs-c-productNameHeading__name {
  color: #999;
  font-size: 1.1rem;
}

#fs_ProductDetails .fs-c-productPrice--listed {
  display: flex;
  align-items: baseline;
  font-size: 1.2rem;
}

#fs_ProductDetails .fs-c-productPrice__main__label {
  font-size: 1.2rem;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label {
  padding-right: 13px;
}

#fs_ProductDetails .fs-c-buttonContainer {
  padding: 0px;
}
.discount {
  background: #e8c592;
  display: inline;
  color: #ffffff;
  position: absolute;
}
#fs_ProductDetails .discount {
  padding: 0px 16px 2px 0px;
  top: -9px;
  margin: 6px 9px;
  font-weight: bold;
  font-size: 1.2rem;
  width: 84px;
  background-color: #e25b33;
  border-radius: 2px;
}

#fs_ProductDetails .discount::after {
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  position: absolute;
  font-size: 14px;
}

#fs_ProductDetails .installment-text {
  text-align: right;
  margin: 7px 25px;
  color: #ff3333;
  font-size: 1.3rem;
}

.fs-c-productListItem .discount {
  padding: 2px 6px;
  z-index: 1;
  bottom: 0px;
  margin: 0;
  background: rgba(232, 197, 146, 0.9);
  background-color: #e25b33;

  width: 70px;
  font-size: 11px;
  white-space: nowrap;
  text-align: center;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 11040;
  opacity: 0.9;
}
.none {
  z-index: -1;
  display: none;
}
.backlayer {
  z-index: -1;
}

.shadow {
  width: 100%;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

#drawer {
  position: fixed;
  z-index: 10100;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 110%;
}
#drawer .drawer-menu {
  left: 0;
  right: 0;
  padding: 0 22px;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  padding-top: 42px;
}
.drawer-menu ul {
  list-style: none;
  margin: 0;
  padding: 3px 70px 0 0;
  white-space: nowrap;
}

#drawer .drawer-menu li {
  list-style: none;
  line-height: 30px;
  color: #1d1d1d;
}

#drawer .drawer-menu li a {
  color: #1d1d1d;
}

#drawer #wedding-diagnosis-menu,
#drawer #global-menu,
#drawer #category-menu,
#drawer #link-menu,
#drawer #contact-menu {
  border-bottom: solid 1px #c2c2c2;
  margin: 5px 0;
  padding: 5px 0;
}

#drawer #wedding-diagnosis-menu {
  border-bottom: none;
  margin: 5px auto 5px auto;
  padding: 5px 0;
  text-align: center;
}
#drawer #wedding-diagnosis-menu img {
  max-width: 284px;
}

#drawer #manage-menu {
  margin: 5px 0 44px 0;
  padding: 5px 0;
}

#drawer ul li img,
#drawer ul#link-menu li img {
  width: 25px;
  margin: 0 7px 0 0;
}
#drawer ul li.head {
  margin: 4px;
}
#drawer ul li.head img {
  min-width: 125px;
}
.fs-c-productList__controller,
.fs-c-listControl,
.fs-c-coordinationList__controller,
.fs-c-staffList__controller {
  padding: 8px 0;
  margin: 0;
}

/** detail **/
#dressy-outlet-safe {
  /* margin: auto; */
  width: 90%;
  margin-left:20px;
}

#dressy-outlet-safe #dressy_safe_openmodal {
  font-size: 1em;
  position: relative;
  background: #e6f4f4;
  box-shadow: 0px 0px 0px 5px #e6f4f4;
  border: solid 2px #ffffff;
  padding: 10px 13px;
  color: #454545;
  width: 100%;
  border-radius: 10px;
  color: #0096a2;
}

#dressy-outlet-safe::before {
  content: "";
  position: relative;
  top: 45px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  background: url(https://weddingdress.itembox.design/item/icon/check_icon.png)
    left center no-repeat;
  width: 31px;
  height: 31px;
  background-size: cover;
  left: 11%;
  z-index: 1;
}
#dressy_safe_modal__head {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
#dressy_safe_modal__body {
  font-size: 1.5rem;
  /* font-weight: bold; */
  margin: 0;
}

.product_detail_modal {
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
}

#dressy_safe_modal .modal-body {
  padding: 0px;
}

.modal-close {
  top: -8px;
  left: -11px;
  position: fixed;
  font-size: 1.5rem;
  z-index: 5;
}

#size-select-button-area {
  display: block;
  /* position: fixed; */
  /* top: 100vh;  bottom:100px; */
  /* transform: translate(58%, -241%); */
  margin: 10px auto;
  z-index: 1;
  width: 90%;
}
#size-select-button-area #size-select-button::before,
.fs-c-button--addToCart--detail::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url("https://weddingdress.itembox.design/item/icon/cart_w_icon.png") center no-repeat;
  background-size: 25px 25px;
  vertical-align: middle;
}
#size-select-button-area #size-select-button {
  width: 100%;
  height: 50px;
  background-color: #444444;
  color: #fefefe;
  padding: 12px 9px 0;
  border-radius: 3px;
  font-size: 16px;
}
#size-select-button,
.fs-c-variationAndActions {
  text-align: center;
  max-width: 600px;
}

.line__btn{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.line__btn a{
  display: block;
  height: 50px;
  border: 1px solid #444444;
  border-radius: 3px;
  padding: 13px 10px 7px 10px;
  font-size: 16px;
  text-align: center;
}

.line__btn--inner{
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
}

.line__btn--inner::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 25px;
  height: 30px;
  background: url("https://weddingdress.itembox.design/item/icon/icon_line.png") center no-repeat #fff;
  background-size: 100%;
}

.product-infomation {
  margin: 0.5em 0;
  padding: 0;
  max-width: 100%;
}

.product-infomation label {
  position: relative;
  margin: 1.5px 0;
  padding: 11px 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: solid 1px #eee;
  width: 100%;
}
.product-infomation label i {
  padding: 0 20px 0 0;
}
.product-infomation label::after {
  display: inline-block;
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  right: 10px;
  margin-top: -12px;

  color: #a5a5a5;
  content: ">";
  -webkit-transform: rotate(90deg) scale(0.6, 1);
  transform: rotate(90deg) scale(0.6, 1);
  transition: left 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: left 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: left 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  font-size: 1.5em;
}

.product-infomation input {
  display: none;
}

.product-infomation .show-detail {
  height: auto;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  max-height: 0;
  font-size: 1.2rem;
}

.openacordion:checked + .show-detail {
  height: auto;
  /* background: #eaeaea; */
  opacity: 1;
  max-height: 300px;
  font-size: 1.2rem;
}

.fs-c-variationAndActions {
  /* position: fixed; */
  /* width: 100%; */
  /* height: 300px; */
  margin: 0 auto;
  display: none;
  /* padding: 4px; */
}

.modal-body .fs-c-variationAndActions {
  padding: 4px;
}

.dress-size {
  display: none;
}

#keepmodal .modal-body {
  height: 75vh;
}

.dress-size-disp-area {
  position: relative;
  top: 0px;
  text-align: left;
  width: 280px;
  padding: 4px 4px;
  font-size: 1.2rem;
  background: url(https://weddingdress.itembox.design/item/image/sizeselect.png)
    center center no-repeat;
  background-size: contain;
  min-height: 285px;
  display: inline-block;
  font-size: 1.1rem;
}
.fs-c-button--addToCart--detail {
  width: 100%;
  height: 50px;
  background-color: #e8c0ab;
  color: #fefefe;
  padding: 9px;
  border-radius: 33px;
  padding: 9px;
  border: none;
}
.modal-content .fs-c-button--addToCart--detail {
  background-color: #444444;
}
.bust,
.waist,
.hip,
.shoulder,
.upperbody,
.lowerbody,
.total,
.height,
.heal {
  position: absolute;
  width: 58px;
  text-align: center;
}
.shoulder,
.upperbody,
.lowerbody,
.height {
  right: 28px;
}
.dress-size-disp-area .bust {
  top: 55px;
}
.dress-size-disp-area .waist {
  top: 114px;
}
.dress-size-disp-area .hip {
  top: 173px;
}
.dress-size-disp-area .shoulder {
  top: 52px;
}
.dress-size-disp-area .upperbody {
  top: 113px;
}
.dress-size-disp-area .lowerbody {
  top: 173px;
}
.dress-size-disp-area .total {
  top: 233px;
}
.dress-size-disp-area .height {
  top: 232px;
}
.dress-size-disp-area .heel {
  top: 51px;
  display: none;
}

.fs-c-button--secondary .fs-c-button--addReview--guest{
  background: #3C3C3C;
}

.fs-c-buttonContainer--memberRegister .fs-c-button--memberRegister{
  background: white;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  width: 290px;
}

.fs-c-button--secondary.fs-c-button--addToAddressbook,
.fs-c-button--secondary.fs-c-button--addReview--guest,
.btn-normal,
.btn-primary,
.cart-to-shopping,
.btn-white,
.fs-c-button--standard {
  max-width: 360px;
  width: 90%;
  padding: 14px;
  border: none;
  /* border-radius: 8px; */
  border-radius: 3px;
  color: #999;
  margin: auto;
}
.fs-c-button--primary:hover,
.fs-c-button--primary:visited,
.fs-c-button--primary:active {
  color: #fff;
}
.loginAndPurchase {
  text-align: center;
  font-size: 1.2rem;
  margin: 16px;
  margin-bottom: 0;
}

.fs-c-productPreorderMessage {
  display: none;
}
.fs-c-productMarks {
  padding-left: 20px;
}

#fs_form .fs-c-productMarks {
  display: none;
}

.fs-c-button--secondary.fs-c-button--addToAddressbook,
.fs-c-button--secondary.fs-c-button--addReview--guest,
.btn-normal {
  background-color: #e8c0ab;
  color: #fff;
}

.btn-primary {
  background-color: #00b7ee;
  color: #fff;
}
.btn-white,
.fs-c-button--standard {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}

#fs_MyAddressBook .fs-c-button--changeInfomation.fs-c-button--secondary {
  border: 1px solid #667895;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 7px;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 120px;
  margin: 18px;
}

#fs_MyAddressBook .fs-c-button--delete.fs-c-button--standard {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 9px 0;
  box-shadow: 0 0 2px #b2b2b2;
  margin: 12px;
}

#fs_MyAddressBook .fs-c-listTable {
  border-collapse: collapse;
  width: 92%;
  margin: 8px 0;
  margin: 0 15px;
  color: #999;
}

.cart-to-shopping {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}
.fs-c-continueShopping {
  text-align: center;
  /* margin: 10px; */
  margin: auto;
  max-width: 360px;
  margin-bottom: 50px;
  width: 90%;
}

footer .border-double {
  height: 5px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.social-links-content{
  border-bottom: 1px dashed;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;

}

footer .social-links {
    /* float: none; */
    display: flex;
    /* table-layout: fixed; */
    width: 750px;
    margin: 18px 0px;
    /* display: inline-table; */
    /* border-bottom: 1px dashed #666; */
    /* padding: 0 0 18px 0; */
    text-align: center;
    /* vertical-align: middle; */
    max-width: 100%;
}

footer .social-links .item {
  height: 70px;
  /* width: 100px; */
  width: 25%;
  /* max-width: 187.5px; */
  /* width: -webkit-fill-available; */
  /* min-width: 100px; */
  /* display: inherit; */
  background-size: 51px;
  background-position: center center;
  background-repeat: no-repeat;
  /* margin: 0 auto;*/
}

footer .instagram {
  background-image: url("https://weddingdress.itembox.design/item/icon/sociallink/instagram.png");
}
footer .facebook {
  background-image: url("https://weddingdress.itembox.design/item/icon/sociallink/facebook.png");
}
footer .twitter {
  background-image: url("https://weddingdress.itembox.design/item/icon/sociallink/twitter.png");
}
footer .line {
  background-image: url("https://weddingdress.itembox.design/item/icon/sociallink/line.png");
}

footer .site-links {
  padding: 0;
  width: 100%;
  margin: 15px auto;
  margin-top: 25px;
}

footer .site-links li {
  font-size: 10px;
  display: inline-block;
  line-height: 2;
  text-align: center;
}
footer .site-links li::before {
  content: "|";
  display: inline-block;
  margin: 0em 0.2em;
}
footer .site-links li:first-child::before {
  content: "";
}

.fs-c-inputInformation input {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0 4px;
  font-size: 17px;
  width: 92%;
}

.dress_description {
  display: none;
  max-width: 600px;
}
.dress_description_header__text_top {
  border: dotted 1px #ccc;
}
.dress_description_header__text_dress_name {
  text-align: center;
  position: relative;
  top: -6px;
  font-weight: bold;
  font-size: 0.9rem;
}
.dress_description_header__text_dress_name span {
  background-color: #fff;
  padding: 0 8px;
}
.dress_description_header__text_dress_description {
  text-align: center;
  font-size: 1.3rem;
  padding: 0px 12px 8px 12px;
}
.dress_description_header__text_bottom ul {
  padding: 0;
  list-style: none;
}
.dress_description_header__text_bottom ul li {
  background: url(https://weddingdress.itembox.design/item/image/stripe.png)
    left bottom no-repeat;
  padding: 5px 0;
  background-size: 100% 10px;
  font-size: 1rem;
  transform: scale(0.9);
  /* height: 3rem; */
}

.dress_description_header__text_bottom ul li::before {
  content: "・";
  padding: 6px 3px;
}
.dress_description_body {
  font-size: 12px;
}
.dress_description_body {
  /* content: ""; */
  width: 100%;
  min-height: 240px;
  position: relative;
}
.dress_description_body .bg_mask {
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 0px;
}
.dress_description_body .bg_mask::after {
  background: bottom center no-repeat;
  background-size: cover;
  display: inline-block;
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
.dress_description_body h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
.dress_description_body h4 {
  font-size: 1.3rem;
  font-weight: bold;
}
.dress_description_body p {
  margin: 10px 0px;
  font-size: 1.2rem;
}
.dress_description_header.row {
  margin-right: 0;
  padding: 5px 0px 20px 12px;
  max-width: 690px;
  position: relative;
  margin: 0 auto;
}
.dress_description_header__scrollbottom {
  font-size: 0.9rem;
  color: #999;
}
.dress_description_header__scrollbottom::after {
  content: "▼";
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
  }
}

@keyframes slideInDownDressGroup {
  from {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }
}

@keyframes slideOutUpDressGroup {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    visibility: hidden;
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.slideInDownDressGroup {
  -webkit-animation-name: slideInDownDressGroup;
  animation-name: slideInDownDressGroup;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.slideOutUpDressGroup {
  -webkit-animation-name: slideOutUpDressGroup;
  animation-name: slideOutUpDressGroup;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.fadeInFast {
  animation: fadeIn 0.2s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.2s ease 0s 1 normal;
}

#product_detail_area {
  position: fixed;
  top: -1px;
  /* top: 200px; */
  z-index: 1060;
  text-align: center;
  width: 100%;
  left: 0;
}
#slide {
  position: relative;
  width: 100%;
  max-width: 600px;
  top: 0;
  display: block;
  text-align: left;
  height: 100vh;
  background: #fff;
  border-top: 1px solid #ccc;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 auto;
}

#slide .btn_close {
  position: absolute;
  z-index: 1000;
  font-size: 1.3rem;
  /* margin: 5px; */
  width: 60px;
  height: 60px;
  padding: 10px;
  right: 0;
}

#slide .btn_close_footer {
  /* position: absolute;
  z-index: 1000; */
  bottom: 7px;
  left: 12px;
  font-size: 1.3rem;
  margin: 0px 20px 90px 8px;
}
.overlay,
.overlay-size-select {
  background: rgba(0, 0, 0, 0.7);
  transition: all 1s 0 ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 1;
  overflow: auto;
  height: 100vh;
}

.visibility-hidden {
  visibility: hidden;
  display: none;
}

.overflow-hidden {
  overflow: hidden;
  height: 100%;
}

.kiyaku,
.policy {
  font-size: 1.2rem;
}
.policy h3,
.kiyaku h3 {
  font-size: 1.2rem;

  padding-left: 4px;
}

.kiyaku .content,
.policy .content {
  margin: 1.2em 1.5em;
}
.kiyaku ol,
.policy ol {
  padding: 0.4rem;
}

.kiyaku h2,
.policy h2 {
  margin-top: 1.7em;
  font-size: 16px;
  font-weight: bold;
}

.kiyaku .content > ol li:before,
.policy .content > ol li:before {
  content: counters(c1, "-") ".";
  counter-increment: c1;
}

.kiyaku .content > ol > li > ol li:before,
.policy .content > ol > li > ol li:before {
  content: "(" counters(c2, "") ")";
  counter-increment: c2;
}

.kiyaku .content > ol,
.policy .content > ol {
  counter-reset: c1;
  list-style: none;
}

.kiyaku .content > ol > li > ol,
.policy .content > ol > li > ol {
  counter-reset: c2;
  list-style: none;
}

.headding {
  text-align: center;
  margin: 22px;
}
.headding .fs-c-heading--page {
  font-size: 1rem;
  font-size: 1.6rem;
  padding: 16px;
  border-bottom: none;
}
.headding img {
  width: 50px;
  padding-right: 12px;
}

.fs-c-registerSuccessMessage {
  text-align: left;
  margin: 6px 24px;
  font-size: 1.1rem;
  color: #999;
  border-bottom: none;
}
.mypage-services__header {
  color: #333;
}
.mypage-services__header::before {
  color: #333;
}
.mypage-services__header::before {
  content: "●";
  color: #e8c592;
}

.mypage-services__body {
  border: 2px dotted #e8c592;
  padding-top: 10px;
}

.fs-c-buttonContainer--myPageTop {
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #999;
  margin: 16px auto;
  /* color: #999; */
  color: #000000;
  max-width: 360px;
  width: 100%;
  padding: 15px;
  /* border-radius: 24px 24px; */
  border-radius: 3px;
}

.fs-body-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field {
  /* background: rgba(126, 126, 126, 0.08); */
  background: none;
  padding: 16px 32px;
  border: none;
  margin: 12px;
  position: relative;
  margin: 0 auto;
}

.fs-c-anotherLogin__message,
.fs-c-newUsers__message {
  font-size: 1.1rem;
  color: #999;
  margin: 0 10px 10px;
}
.fs-c-subSection__title {
  border-bottom: none;
  margin: 0 6px;
  color: #7c8790;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.fs-c-inputInformation__link {
  font-size: 1.2rem;
  text-align: center;
}

.fs-body-login .fs-c-inputInformation__field::after,
.fs-body-cart-login .fs-c-inputInformation__field::after,
.fs-body-wishlist-login .fs-c-inputInformation__field::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: -10px;
  left: 42%;
  height: 11px;
  width: 52px;
  z-index: 1;
}
.fs-c-inputInformation__button {
  margin-bottom: 16px;
}

.fs-c-documentContent {
  margin: 16px;
  text-align: center;
  background-color: #f8f8f8;
  color: #999;
  font-size: 1.1rem;
  text-align: left;
  padding: 11px;
}

.fs-c-registeredUsers__title.fs-c-subSection__title {
  display: none;
}

.input-flow {
  margin: 27px 0;
}
.input-flow ul {
  list-style: none;
  margin: auto;
  padding-left: 0;
  width: 185px;
}
.input-flow ul li {
  float: left;
  padding: 12px;
  font-size: 1.2rem;
}
.input-flow ul li::after {
  background-color: #fff;
  content: "";
  width: 5px;
  padding: 4px;
  border: 1px solid #999;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 16px;
  left: -18px;
}
.input-flow ul li.current::after {
  background-color: #999;
}
.input-flow hr {
  position: relative;
  top: 16px;
  z-index: -1;
}
.clearfix {
  clear: both;
}

.fs-c-checkoutSuccess,
.fs-p-announcement {
  padding: 0 16px;
  font-size: 1.2rem;
}
.success-header {
  margin: 0 auto;
  text-align: center;
}
.fs-c-checkoutSuccess h2 {
  font-size: 1.6rem;
  text-align: center;
}

.success-header img {
  width: 320px;
}
.fs-c-checkoutSuccess p {
  color: #999;
  text-align: center;
}
.fs-p-announcement__title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.fs-p-announcement__title::before {
  content: "";
  background: url(https://weddingdress.itembox.design/item/icon/box_icon.png)
    top center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  top: 8px;
  display: inline-block;
  margin-right: 10px;
}
.fs-c-list li {
  font-size: 1.2rem;
  color: #999;
}
.fs-c-list li::before {
  content: "●";
  border: none;
  box-sizing: content-box;
  font-size: 0.8rem;
  color: #e8c592;
}
.top-button {
  width: 100%;
}

/* #barba-wrapper { 
  background: #eee;
} */

.dressy_3_mag {
  text-align: center;
  margin: auto;
}
.dressy_3_mag_header {
  position: relative;
}
.dressy_3_mag_header img {
  width: 20rem;
}

.dressy_3_mag_header::after {
  content: "";
  position: absolute;
  right: 15px;
  margin: -33px 0;
  background: url(https://weddingdress.itembox.design/item/image/howtodressyoutlet/cherry.png)
    left top no-repeat;
  height: 38px;
  width: 100px;
  background-size: contain;
}
.mag_wrapper {
  margin: 26px 20px 46px 20px;
  border: dotted 2px #ccc;
  border-radius: 25px;
  padding: 24px;
}
.mag_wrapper img {
  width: 18rem;
}
.mag_wrapper > * {
  padding: 10px;
  position: relative;
}

span.require-tag {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  padding: 1px 0 2px;
  line-height: 1.4;
  min-width: 40px;
  margin-left: 7px;
  text-align: center;
  background: #a0a0a0;
  vertical-align: text-bottom;
  padding: 3px 0 2px;
  line-height: 1.2;
  background: #ba0c2f;
}

.fs-pt-list {
  list-style: none;
  padding: 20px;
  max-width: 615px;
  margin: auto;
  margin-bottom: 20px;
}

.fs-pt-list__item{
  display: flex;
}

.fs-pt-list__item time{
  width: 20%;
  margin-right: 10px;
}

.fs-pt-list__item-title{
  width: 80%;
  text-decoration: underline;
}

.fs-pt-list__item a{
  display: flex;
  width: 100%;
}

.fs-p-dateList > li{
  border: none;
}

.fs-p-dateList > li time:first-child {
  background: #ffff;
  color: #999;
  padding: 2px 4px 1.6px;
}

/* top search box */

#main_search_box {
  background: #f0f0f0;
  border-radius: 6px;
  padding: 10px;
  margin: 8px auto;
  width: 100%;
  max-width: 600px;
}
#main_search_box .form-select-text {
  background: #fff;
  margin: auto;
  padding: 12px 24px;
  width: 100%;
  display: block;
  margin: 10px 0px;
  border-radius: 4px;
  font-size: 1.1rem;
  position: relative;
}

#main_search_box .form-select-text.selected {
  color: #e8c592;
  font-weight: bold;
}

#main_search_box #search-select-category::before,
#main_search_box #search-select-size::before,
#main_search_box #search-select-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-right: -18px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: 16px 16px;
}

#main_search_box #search-select-category::before {
  background: url(https://weddingdress.itembox.design/item/icon/icon_category.png)
    left center no-repeat;
  background-size: cover;
}
#main_search_box #search-select-size::before {
  background: url(https://weddingdress.itembox.design/item/icon/icon_size.png)
    left center no-repeat;
  background-size: cover;
}
#main_search_box #search-select-price::before {
  background: url(https://weddingdress.itembox.design/item/icon/icon_money.png)
    left center no-repeat;
  background-size: cover;
}

#main_search_box .form-item {
  width: 100%;
}
#search_form_modal ul {
  width: 100%;
  max-width: 320px;
  position: relative;
  margin: 0 auto;
  padding: 0px;
}
#search_form_modal .dress-category {
  margin-bottom: 16px;
}
#search_form_modal .list li {
  list-style: none;
  margin: 0;
  padding: 4px 2px;
  float: left;
  position: relative;
  text-align: center;
  max-height: 70px;
}
#search_form_modal .list .chapternav-icon {
  width: 100%;
  height: 65px;
  background-size: 100% 65px;
  max-height: 90px;
}
#search_form_modal .list .caption {
  color: #fff;
  font-size: 9px;
  position: relative;
  top: -20px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: inline;

  white-space: nowrap;
}

#search_form_modal .list .caption.current {
  border-bottom: 2px solid #fff;
  pointer-events: none;
  padding: 0px 0px;
  border-radius: 2px;
}
#search_form_modal .list .checkmark {
  box-shadow: 0px -92px 8px -5px rgba(0, 0, 0, 0.3) inset;
}
#search_form_modal .list .checkmark::before {
  background: url(https://weddingdress.itembox.design/item/icon/checkmark_icon.png)
    center center no-repeat;

  background-size: 24px 24px;
  content: "";
  position: absolute;
  color: #e8c592;
  font-size: 28px;
  width: 100%;
  text-align: center;
  top: 6px;
  height: 70%;
  left: 0px;
}
.slider-size,
.slider-price {
  transform: scaleX(0.9);
}
.slider-size{
  display: none;
}

#top-nav-container {
  position: relative;
  margin: 0 auto;
}

a.member_login_induce {
  position: relative;
  margin: 0px auto 6px auto;
  font-size: 1.1rem;
  padding: 5px 10px;
  color: #fff;
  background-color: #555555;
  text-align: center;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 600px;
  height: 25px;
}
a.member_login_induce::after {
  content: ">";
  position: absolute;
  right: 10px;
}
a.member_login_induce:hover,
a.member_login_induce:visited {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #size-select-button-area #size-select-button {
    font-size: 12px;
  }
  .product-infomation {
    font-size: 12px;
  }
  .dress_description_header__text_dress_description {
    padding: 0px 3px 8px 3px;
    font-size: 10px;
  }
  .dress_description_header__image {
    padding-right: 12px;
    padding-left: 3px;
  }
  .dress_description_header__text_wrapper {
    padding-right: 7px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 350px) {
  .search-form .form-text {
    width: 67%;
  }
  .header-cart-icon {
    margin: 3px 20px;
  }
}
.only-sp{
  display: none;    
}

.fs-body-wishlist-login.fs-l-pageMain {
  min-height: 700px;
}

/* ちょっと管理画面変な感じになったので変更 */
@media screen and (min-width: 401){
  .fs-body-login .fs-c-anotherLogin__message--amazon {
    width: 360px;
    margin: auto;
  }
  .fs-body-wishlist-login .fs-l-pageMain {
    min-height: 700px;
  }
  .fs-body-wishlist-login .fs-c-buttonContainer--memberRegister:hover{
      color: black;
  }
  .fs-l-pageMain {
    max-width: 632px;
    margin: auto;
}
}

.fs-c-buttonContainer--memberRegister .fs-c-button--memberRegister:hover {
  background: white;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  width: 290px;
}

@media screen and (min-width: 960px){
.fs-body-wishlist-login .fs-c-loginForm {
    display: block;
}
}

@media screen and (max-width: 400px) {
  .fs-body-wishlist-login .fs-c-inputInformation__field {
    /* background: rgba(126, 126, 126, 0.08); */
    padding: 0px 32px;
  }
  .fs-body-login .fs-c-inputInformation__field {
    /* background: rgba(126, 126, 126, 0.08); */
    padding: 0px 32px;
  }

  .fs-body-wishlist-login .fs-c-inputInformation__button {
    margin-top: 12px;
  }
  .fs-body-login .fs-c-inputInformation__button {
    margin-top: 12px;
  }
  .fs-body-wishlist-login .fs-c-inputInformation__button {
    margin-top: 12px;
    width: 320px;
    margin: 12px auto 0;
  }
  .fs-body-login .fs-c-inputInformation__button {
    margin-top: 12px;
    margin: 12px auto 0;
  }

  .fs-c-anotherLogin{
    width: 310px;
    margin: auto;
  }

  .fs-c-anotherLogin__message, .fs-c-newUsers__message {
    font-size: 1rem;
    color: #999;
    margin: 15px 10px 10px;
  }

  .fs-c-subSection{

    width: 330px;
    margin: auto;

  }
  .only-sp{
    display: block;    
  }
  .fs-l-pageMain {
    min-height: 580px;
    position: relative;
    font-size: 1.2rem;
  }
  .fs-body-wishlist-login .fs-c-documentContent p {
    margin-bottom: 0px;
  }
}

/*商品詳細ページリニューアル*/

#product-wrapper  {
  margin-top: 14px;
}
.fs-c-breadcrumb  {
  background: white;
}
#fs_ProductDetails .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
  top: 76px;
}
#fs_ProductDetails .discount {
  background-color: #ff000000;
  color: red;
}
#fs_ProductDetails .discount::after {
  color: black;
}
.s-l-productLayout #size-select-button-area #size-select-button {
  width: 100%;
  height: 60px;
  background-color: #444444;
  padding: 12px 9px 0;
  border-radius: 7px;
  font-size: 17px;
}
#size-select-button-area #size-select-button::before,
.fs-c-button--addToCart--detail::before {
  background-size: 23px 22px;
}
#dressy-outlet-safe #dressy_safe_openmodal {
  background: white;
  border: solid 1px black;
  color: black;
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
}

.fs-c-productNameHeading,
.fs-c-productPrices,
.fs-p-productDescription,
.product-size,
.product-shop {
  /* padding: 5px 20px 20px; */
  padding: 5px 24px 20px;
  line-height: 21px;
}

#dressy-outlet-safe::before {
  display: none;
}

.installment-text {
  display: none;
}
#product_onlyone {
  display: none;
}

.fs-c-button--addToCart--detail {
  background-color: #e8c0ab;
  border-radius: 4px;
}

.text__separate {
  position: absolute;
  font-size: 10px;
  text-align: center;
  width: 100%;
  color: red;
  bottom: -32px;
  margin-left: -6px;
}
.modal .modal-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 商品詳細ーぱんくず */
.fs-c-breadcrumb__list--subgroup a {
  text-decoration: none;
}
.s-c-breadcrumb__list--subgroup a:link {
  color: black;
}
.fs-c-breadcrumb__list--subgroup a:visited {
  color: black;
}
.appbanner__bg {
  display: none;
}

@media screen and (max-width: 320px) {
  #size-select-button-area #size-select-button {
    font-size: 14px;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    height: 40px;
    right: 16px;
    position: absolute;
    top: -70px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 4px 0px 0 0;
    background-color: #fff;
    color: #ccc;
    font-size: 2rem;
    width: 40px;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    font-size: 23px;
    padding-bottom: 4px;
  }
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    font-size: 23px;
  }
}

.fs-c-slick .slick-list {
  z-index: 9990;
  transform: translate3d(0, 0, 0);
}

#fs_ProductDetails {
  -webkit-overflow-scrolling: touch;
  /* will-change: transform; */
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.fs-p-logo__image {
  padding: 2px 0px 0px 1px;
}

/*
.fs-c-productPrice__main__label {
  margin-right: 4px;
  display: none;
}
.fs-c-productListItem .fs-c-productName__copy {
  color: #FF0034;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #FF0034;
}

*/

.fs-c-productListItem__salesPeriodNotice,
.fs-c-productListItem__preorderMessage,
.fs-c-salesPeriod__date,
.fs-c-productPrice__main__label {
  display: none;
}

.fs-c-mark {
  background: #444444;
  border-radius: 0;
}

.slider-container .clickable-dummy {
  background: #efefef;
}

.modal-body .row {
  margin-bottom: 23px;
  text-align: center;
}

.product_detail_modal {
  height: 100vh;
}

.fs-c-variationAndActions__variationLabel {
  display: block;
  padding:4px;
  margin-top: 13px;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  top: 40vh;
}

.fs-c-productListItem__lowInStock,
.fs-c-productListItem__outOfStock,
.fs-c-productListItem__numberOfStock {
  border: none;
  color: #e25b33;
}

.fs-c-productListItem__notice {
  margin: -4px 0px 17px;
  text-align: left;
}

.fs-c-productOption__name {
  display: block;
  margin-bottom: 0px;
  background: white;
  margin-top:13px;
  padding: 4px;
}

.fs-c-productOption__option {
  /* margin: 0 0 13px; */
  margin:0px;
  padding: 4px;
}

.fs-c-productOption {
  margin-bottom: 0px;
  }


@media screen and (max-width: 767px) {
  .fs-pt-carousel{
    padding: 0;
  }

  .fs-c-productImageModal .fs-c-productImageModal__contents .fs-c-productImageModalCarousel__track{
    padding: 28% 0;
  }

  .modal-content .fs-c-button__label {
    margin-right: 34px;
  }

  #size-select-button-area #size-select-button {
    padding: 9px 10px 0px 10px;
    font-size: 16px;
  }

  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 18px;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
     margin-bottom: 10px;
  }

  .fs-c-productList__list > *:nth-child(n) {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 5px;
  }

  .fs-c-productList__list > *:nth-child(2n) {
    -ms-grid-column: 2;
    grid-column: 2;
    padding: 5px;
  }

  #fs_ProductDetails .fs-c-productNameHeading.fs-c-heading {
    line-height: 11px;
    font-size: 1.4rem;
    padding: 0px 20px;
  }
  .s-l-productLayout #size-select-button-area #size-select-button {
    padding: 12px 45px 0 9px;
    font-size: 20px;
  }
  .fs-c-productListItem__image__image {
    /* height: 213px; */
  }
  .fs-c-productImageModal__close{
    top: 62px;
  }
}

.fs-c-productPrice.fs-c-productPrice--selling{
  margin-left: -2px;
}

/* 商品詳細修正 */
#fs_ProductDetails .discount {
  left: -143px;
  top: -7px;
  padding: 0px;
  background-color: #e25b33;
  color: white;
  border-radius: 4px;
  font-size: 13px;
  padding: 0px;
}
#fs_ProductDetails .fs-c-productPrice--listed {
  margin-bottom: 16px;
  margin-left: 92px;
}
#fs_ProductDetails .discount::after {
  padding-left: 95px;
}
#dressy-outlet-safe #dressy_safe_openmodal {
  background: white;
  border: none;
  color: #999;
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  text-align: left;
  padding: 0px 0 20px;
}

.dressy-coution {
  width: 20px;
  margin-right: 10px;
  opacity: 0.5;
}

.fs-c-button--plain.fs-c-button--viewExtendedImage .fs-c-button__label {
  margin-right: 4px;
}

/* 撮影するフォントを指定 */
.font-roboto,
.fs-c-productPrice,
time,
.fs-c-button__label,
.fs-c-price,
.fr2-listItem__productPrice {
  font-family: "Roboto", sans-serif;
}

.fs-c-productImageModal__close{
  top: 62px;
}

#_rcmdjp_display_1 .fr2-productList--col3{
  background-color: white;
}

.selected-bar{
  z-index: 2;
  background: #f1d1c3;
}

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

/* 商品詳細の商品詳細のレコメンドがセンタリングされていないので修正*/
#_rcmdjp_display_1{
  margin: auto;
}

.fs-c-inputInformation__button .fs-c-button--login{
  background-color: #3C3C3C;
  width: 290px;
}

/**スライダーのViewMoreボタン**/
.view__more{
  position: relative;
  height: 200px;
}
.more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #444;
  background: #fff;
  height: 100px;
  width: 100px;
  text-align: center;
  border: 1px solid #444;
  border-radius: 50%;
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
}

.slide__section{
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .slide__section{
    margin-bottom: 40px;
  }
}

.slide__container{
  width: 100%;
}
.swiper-container {
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* タイミングみて消す */
  /* .swiper-container {
    width: 90%;
    left: -10%;
    margin-left: 5vw;
  } */
  /* section.swiper.swiper-product-details{
    width: 100vw; */
    /* position: relative; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  } */

  /* .swiper-button-prev, .swiper-button-next{
  display: none;
} */
  
}

/* .swiper-button-prev, .swiper-button-next{
  display: none;
} */

.slider__wrap{
  overflow: hidden;
}

.recommend__slide{
  margin: 18px;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.recommend__slide--item{
  border-bottom: none;
  padding: 0px 0px;
  background: #fff;
  margin-right: 15px;
}

.recommend__slide > *:nth-child(n) {
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 5px;
}

.recommend__slide > *:nth-child(2n) {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 5px;
}

.fs-c-listControl{
  font-size: 0;
  margin: 0;
  padding: 0;
}

#fs_Top .fs-c-listControl{
  display: none;
}

.swiper-wrapper{
  display: flex;
}

#advanced_search_area .page__bottomFixed--btn{
  font-size: 11px;
  width: 107px;
  height: auto;
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #666;
}

#advanced_search_area .page__bottomFixed--btn img{
  width: 100%;
}
@media screen and (max-width: 767px) {
    #advanced_search_area .page__bottomFixed--btn img{
      width: 75%;
    }
  }

/**モーダルメニュー**/
.modal__nav--box{
  margin-bottom: 50px;
}
#modal__Menu dt,
#top__footer--Menu dt{
  cursor:pointer;
  margin: 20px 0 5px;
  display: block;
  color: #333;
  font-weight: normal;
}
#modal__Menu a,
#top__footer--Menu a{
  color: #333;
}
#modal__Menu dd,
#top__footer--Menu dd{
  width:100%;
  display:none;
}
#modal__Menu span,
#top__footer--Menu span{
  float: right;
}
#modal__Menu,
#top__footer--Menu{
  padding: 5px 22px;
  font-size: 14px;
  color: black;
  margin-bottom: 0px;
  padding: 0;
}

.item__all{
  margin: 0;
  margin-bottom: 15px;
}
.item__all a{
  display: block;
  padding: 10px 0;
  position: relative;
}
.item__all a::after{
  content: '>';
  color: #ccc;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__menu--weddingdress-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.modal__menu--weddingdress-item{
  width: auto;
}

.modal__menu--weddingdress-item a{
  width: 18.5vw;
  height: 8.5vw;
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  transition: .2s;
}
@media screen and (max-width: 600px) {
  .modal__menu--weddingdress-item a{
    width: 27.5vw;
    height: 27.5vw;
  }
}

.modal__menu--weddingdress-item span{
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
}

.modal__menu--weddingdress-item.aline a{
  background: url('https://weddingdress.itembox.design/item/icon/dress_Aline.svg') no-repeat center 10px ;
  background-size: 50px;
}
.modal__menu--weddingdress-item.princess a{
  background: url('https://weddingdress.itembox.design/item/icon/dress_princess.svg') no-repeat center 10px ;
  background-size: 50px;
}
.modal__menu--weddingdress-item.mermaid a{
  background: url('https://weddingdress.itembox.design/item/icon/dress_mermaid.svg') no-repeat center 10px ;
  background-size: 33px;
}
.modal__menu--weddingdress-item.empire a{
  background: url('https://weddingdress.itembox.design/item/icon/dress_empire.svg') no-repeat center 10px ;
  background-size: 33px;
}
.modal__menu--weddingdress-item.slender a{
  background: url('https://weddingdress.itembox.design/item/icon/dress_slender.svg') no-repeat center 10px ;
  background-size: 33px;
}
.modal__menu--weddingdress-item.mini a{
  background: url('https://weddingdress.itembox.design/item/icon/dress_mini.svg') no-repeat center 10px ;
  background-size: 50px;
}

.modal__menu--weddingdress-item a:hover{
  border: 1px solid #111;
  border-radius: 10px;
  background-color: #efefef;
}

.modal__menu--weddingdress-list-tag{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.modal__menu--weddingdress-item-tag{
  width: 47%;
}
.modal__menu--weddingdress-item-tag a{
  display: block;
  padding: 15px 0;
  position: relative;
  font-size: 12px;
}
.modal__menu--weddingdress-item-tag a::after{
  content: '>';
  color: #ccc;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.special__cate--item a{
  display: block;
  padding: 10px 0;
}

/**セクションタイトル**/
.title-font {
  font-size: 22px;
  margin-bottom: 5px;
}
.sub-title-font {
  font-size: 10px;
}
.title-wrapper{
  color: #444444;
  text-align: center;
  /* margin: 0px 0 12px; */
  margin-bottom: 12px;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
}

/**topfooterメニュー**/
.top__footer--Catewrap{
  padding: 0 5vw;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 100%;
}

.top__footer--titleWrap{
  margin-bottom: 15px;
}

#top__footer--Menu ul{
  list-style-type: none;
}

.top__footer--itemAll{
  margin: 0;
  font-size: 14px;
}
.top__footer--itemAll a{
  display: block;
  padding: 10px 0;
}

/**税込の非表示**/
.fs-c-productPrice__addon__label{
  display: none;
}
/**予約商品、おゆずりなどのバッジ位置**/
.slide__section .fs-c-productMarks{
  float: right;
  min-width: 46px;
  margin: 0;
  padding: 0;
  position: absolute;
  /* right: 4px; */
  right: 0;
  /* top: 6px; */
  top: 0;
  text-align: right;
  transform: scale(0.75);
  transform-origin: top right;
}
/**値引きありの価格**/
.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price,
.fs-c-productPrice--selling .fs-c-productPrice__addon__label {
  color: #e25b33;
}
/**値引きなしの価格**/
.slide__section .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
  font-size: 1.2rem;
  color: #444444;
  line-height: 1.4rem;
  font-weight: bold;
}
/**見出しのフォント**/
.font-hind{
  font-family: 'Hind Guntur', sans-serif;
}
/**並べ替えモーダル**/
#sort_select_form{
  font-size: 14px;
  padding: 0;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 10px;
}
/**検索結果のタイトル**/
.search__title{
  font-size: 1.2rem;
}

/**------------------
レビュー
------------------**/
/**商品詳細のレビュースタイル**/
.fs-c-productReview{
  width: 90%;
  margin: 0 auto;
}

.fs-c-aggregateRating{
  padding-bottom: 12px;
}

.fs-c-reviewStars::before{
  color: #444;
  font-size: 17px;
}

.fs-c-rating__value{
  display: none;
  font-size: 0;
}

.fs-c-aggregateRating__rating{
  flex: auto;
}

.fs-c-aggregateRating__rating::before{
  content: 'レビュー';
  flex: auto;
  font-size: 1.3rem;
  font-weight: bold;
}

.fs-c-reviewStars{
  margin-right: 12px;
}

.fs-c-aggregateRating__count{
  flex-grow: 0;
  font-size: 1.4rem;
  display: inline-block;
}

.fs-c-aggregateRating__count::before{
  content: "(";
}

.fs-c-aggregateRating__count::after{
  content: ")";
}

.fs-c-reviewList__item{
  padding: 20px 8px;
  border-bottom: none;
}

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

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

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

.fs-c-reviewList__item__info{
  position: relative;
  padding-bottom: 30px;
}

.fs-c-reviewInfo__date{
  position: absolute;
  top: -4px;
  left: 96px;
  color: #bfbfbf;
}

.fs-c-reviewInfo__date dt{
  display: none;
}

.fs-c-reviewer__name{
  position: absolute;
  bottom: 0;
}

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

.fs-c-reviewBody{
  border: none;
  padding: 0;
}

#fs_ProductDetails .fs-c-buttonContainer{
  padding: 0px 0;
}

#fs_ProductDetails .fs-c-buttonContainer a{
  color: #404040;
  text-decoration: underline;
}

.fs-c-button--plain.fs-c-button--viewAllReviews::before,
.fs-c-button--plain.fs-c-button--addReview--detail::before{
  content: none;
}

/**商品のレビュー一覧ページスタイル**/
#fs_ReviewsByProduct .fs-c-history{
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
}

#fs_ReviewsByProduct .fs-c-reviewList__item{
  display: block;
}

#fs_ReviewsByProduct .fs-p-announcement{
  display: none;
}

#fs_ReviewsByProduct .fs-c-productReviewed{
  display: none;
}

#fs_ReviewsByProduct .fs-c-listControl__status{
  display: none;
}

#fs_ReviewsByProduct .fs-c-productReviewed + .fs-c-aggregateRating{
  width: 90%;
  margin: 24px auto 0;
}

#fs_ReviewsByProduct .fs-c-reviewer__profile{
  display: none;
}

/**レビューを書く ページスタイル**/
#fs_WriteReview .fs-c-productReviewed{
  display: block;
}

#fs_WriteReview .fs-c-productReviewed__image{
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #fs_WriteReview .fs-c-productReviewed__image{
    max-width: 160px;
  }
  #fs_WriteReview .fs-c-productReviewed__number{
    width: 90%;
    margin: 0 auto;
  }

  button.btn-normal.fs-c-button--change--small.fs-c-button--standard {
    width: 100%;
    max-width: 328px;
  }

  .fs-c-checkout-couponCodeInput{
    justify-content: space-around;
  }
}

#fs_WriteReview .fs-c-productNumber{
  padding-left: 0;
  border: none;
}

#fs_WriteReview .fs-c-productNumber__label{
  display: none;
}

#fs_WriteReview .fs-c-productNumber__number{
  color: #9e9e9e;
}

#fs_WriteReview .fs-c-productReviewed__prices{
  display: none;
}

#fs_WriteReview .headding{
  text-align: left;
  border-bottom: 10px solid #f7f7f7;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 600px;
  width: 90%;
}

#fs_WriteReview .headding .fs-c-heading--page{
  text-align: left;
  padding: 5px 0 0 0;
  margin-bottom: 20px;
  color: #444;
}

#fs_WriteReview h3{
  font-size: 16px;
}

#fs_WriteReview .fs-c-inputInformation__button{
  margin-bottom: 0;
}

#fs_WriteReview .fs-c-button--primary{
  width: 90%;
  max-width: 360px;
  border-radius: 3px;
  padding: 14px;
}

#fs_WriteReview .fs-c-inputInformation__button{
  margin-top: 0;
}

#fs_WriteReview .fs-c-aggregateRating{
  display: none;
}

.fs-body-review-write .fs-c-reveiwNotes{
  border-top: none;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.fs-c-panel--error{
  color: #E25B33;
  border-color: #E25B33;
  width: 90%;
  max-width: 600px;
  margin: 0 auto 24px;
}

.fs-c-panel--error::before{
  color: #E25B33;
  top: 6px;
  font-size: 1.2em;
}

.fs-c-panel__contentList__content{
  font-size: 1.2rem;
  color: #E25B33;
}

/**前に戻る**/
.history__back{
  text-align: center;
}
.history__back a{
  display: inline-block;
  padding: 20px;
  text-decoration: underline;
  font-size: 1.4rem;
}
.history__back a:hover{
  text-decoration: none;
}

.nav-horizontal-height-small{
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
}

/*future shopのfs_style.css書き換え*/
.fs-c-dropdown::after{
  background: white;
  border-left: none;
  font-size: 3rem;
}
dt.fs-c-productSelection__name{
  background: white;
}

.modal-close-link-container {
  margin-top: 13px;
}

.modal-close-link {
  text-decoration: underline;
  font-size: 12px;
  /* margin-top: 30px; */
}

.modal-close-link-container {
  width: 20%;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal-close-link {
  text-decoration: underline;
  font-size: 12px;
}

.fs-c-productSelection__name{
  margin-top: 13px;
}

.fs-c-dropdown__menu{
  height:34px;
  font-size:13px;
}

.fs-c-productSelection__field{
  height:34px;
}

dl{
  margin-bottom:0px;
}

.fs-c-variationLabel__label{
  margin-bottom: 5px;
  display: inline-block;
}

.fs-c-productSelection__name:first-of-type {
  margin-top: 0px;
}

#option_1,#option_2,#option_3,#option_4,#option_5,#option_6,#option_7,#option_8,#option_9,#option_10,#option_11,#option_12,#option_13,#option_14,#option_15,#option_16,#option_17,#option_18,#option_19,#option_20{
  font-size: 13px;
  height: 34px;
}

.btn.btn-default.btn-circle.modal-close {
  display: none;
}

button.cart-button-common.fs-c-button--addToCart--detail.fs-c-button--primary {
  background-color: #444444;
  border-radius: 3px;
}

#fs_ProductDetails .fs-c-productActionButton.fs-c-buttonContainer {
  margin-top: 24px;
  border-radius: 8px;
  margin: 10px auto;
  z-index: 1;
  width: 90%;
  /* background-color: #444444; */
  border-radius: 8px;
}

button.btn-primary.fs-c-button--confirmOrder.fs-c-button--primary {
  background: #444444;
}

a.btn-normal.fs-c-button--purchaseHere.fs-c-button--primary {
  background: #444444;
  box-shadow: none;
  /* width: 100%; */
  width: 90%;
}

.btn-normal.fs-c-button--registerAndPurchase.fs-c-button--secondary{
  background: #444444;
  width: 100%;
}

div#fs-checkout-payHere-container:first-child {
  display: none;
}

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

a.cart-to-shopping.fs-c-button--continueShopping.fs-c-button--standard{
  box-shadow: none;
  width: 100%;
  margin-top: 20px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
  color:#333333;
}

.fs-body-cart .fs-l-cart__contentsArea{
  margin-bottom: 0;
}

.fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--cancel--cart, .fs-c-cartTable__actionButton__container.fs-c-cartTable__actionButton__container--buyItLater{
  border: solid 0.8px #333333;
  border-radius: 3px;
}

button.fs-c-button--cancel--cart.fs-c-button--plain {
  background: white;
  color: #333333;
  border-radius:3px;
}

button.fs-c-button--buyItLater.fs-c-button--plain {
  background: white;
  color: #333333;
  border-radius:3px
}

.fs-body-cart .fs-l-cart__contentsArea > *{
  margin-bottom: 0;
}

#AmazonPayButton {
  width: auto !important;
  max-width: 90%;
}

div#AmazonPayButton {
  margin-top:15px;
  width: 360px!important;
  height: 65.4px!important;
}
.amazonpay-button-view3 .amazonpay-button-microtext img{
  transform: scale(1.2);
}

.amazonpay-button-container{
  height: 42px!important;
}
.amazonpay-button-view1-gray{
  height:42px!important;
}

.amazonpay-button-view1 .amazonpay-button-sandbox-logo img, .amazonpay-button-view1 .amazonpay-signin-button-sandbox-logo img, .amazonpay-button-view1 .amazonpay-button-logo img, .amazonpay-button-view1 .amazonpay-signin-button-logo img, .amazonpay-button-view1 .amazonpay-button-chevrons img{
  transform: scale(0.8);
}

select.fs-c-quantity__select.fs-system-quantity-list{
  text-align: right;
}

.btn-normal.fs-c-button--registerAndPurchase.fs-c-button--secondary{
  width: 90%;
}

select.fs-c-quantity__select.fs-system-quantity-list{
  text-align: right;
}

.fs-c-anotherLogin.fs-c-anotherLogin--amazon > #AmazonPayButton {
  max-width: 290px;
  max-height: 43px;
}

#fs_input_birthdayYear, #fs_input_birthdayMonth, #fs_input_birthdayDay {
  padding: 4px 4em 4px 8px;
}

.soldout__btn {
  width: 90%;
  margin: 10px auto;
  /* margin-bottom: 35px; */
  }

  .soldout__btn .soldout-button__label {
  display: block;
  height: 50px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 13px 10px 7px 10px;
  font-size: 16px;
  text-align: center;
  background: #bbbbbb;
  color: #ffffff;
}

  .soldout__btn--inner {
      display: inline-block;
      margin: 0 auto;
      position: relative;
  }

.badge-list{
  display: none;
}
@-moz-document url-prefix(){
  .fs-c-productName__name{
    font-weight:unset;
  }
  .slide__section .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
    font-weight:unset;
  }

  .fs-c-productList__list .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
    font-weight:unset;
  }
  label{
    font-weight: initial;
  }
  .fs-c-variationLabel{
    font-weight: initial;
  }
}

a.fs-c-button--topPage.fs-c-button--secondary {
  width: 90%;
  max-width: 360px;
  max-height: 42px;
  height: 42px;
  border-radius: 3px;
}

.soldout-checkbox {
  text-align: center;
  transform: scale(0.8);
}

/* input[name="nostock"]{
  accent-color:white;
  outline: solid 1.5px #bbbbbb;
} */

input[name="nostock"] {
  display: none;
}
.soldout-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-left: 18px;
}
.soldout-text::before {
  background: #fff;
  border: 1px solid #bbbbbb;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.soldout-text::after {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  content: '';
  display: block;
  height: 12px;
  left: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[name="nostock"]:checked + .soldout-text::after {
  opacity: 1;
}


.fs-c-productListItem .discount{
    z-index: 10;
}
.fs-c-productMarks{
    z-index: 10;
}
img.product_Image_url {
position: absolute;
top: 0;
}
img.fs-c-productListItem__image__image.fs-c-productImage__image{
    position: sticky;
    z-index: 9;
    transition: 0.2s linear;
}
.product_Image_url{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4; 
    transition: 0.2s linear;
} 
.fs-c-productListItem__image.fs-c-productImage:hover img.fs-c-productListItem__image__image.fs-c-productImage__image {
    opacity: 0.0;
}
.fs-c-productListItem__image.fs-c-productImage:hover img.product_Image_url {
    opacity: 1.0;
    
}

.modal-body .cart-button-common.fs-c-button--addToCart--detail.fs-c-button--primary{
  margin: 20px 0;
}

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

button.btn-normal.fs-c-button--change--small.fs-c-button--standard {
  width: 100%;
  /* max-width: 328px; */
  color: #000;
}

button.fs-c-button--useCoupon.fs-c-button--standard{
  width: 100%;
  color: #000;
}

.fs-c-checkout-destination__control{
  justify-content: space-around;
}

button.fs-c-button--chooseDestination.fs-c-button--standard{
  width: 100%;
  color: #000;
}

.fs-c-button--inputCreditCardData.fs-c-button--standard {
  width: 100%;
}

.fs-c-inputField__explanation {
  font-size: 1.3rem;
}

select#fs_input_creditCardExpirationMonth, select#fs_input_creditCardExpirationYear {
  padding: 4px 4em 4px 8px;
}

button.fs-c-button--inputCreditCardData.fs-c-button--standard {
  width: 100%;
  color: #000;
}

.fs-c-buttonContainer--inputCreditCardData{
  margin-left: 0;
}
.fs-c-checkout-paymentMethod__creditCardRegistration{
  justify-content: space-around;
}
@media screen and (min-width: 960px){
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
    padding-right: 0;
}
}

@media screen and (max-width: 480px) {
  .fs-body-top .swiper-container {
  width: 100%;
  max-width: calc(100vw - 28px);
}

.fs-body-top .fs-c-productList__list__item {
  max-width: none;
}

}
#acMenu a {
  color: #808080;
}

.return-page-button {
  /* width: 35px;
  height: 35px;
  margin: 5px 5px 0;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  left: 8px;
  top: 50px;
  box-shadow: 0 0 4px #c0c0c0;
  z-index: 2; */
  width: 40px;
  height: 40px;
  margin: 5px 5px 0;
  display: inline-block;
  background: url(https://weddingdress.itembox.design/item/concept/button/return_button.png) center center no-repeat;
  background-size: contain;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  left: 8px;
  top: 60px;
  box-shadow: 0 0 4px #c0c0c0;
  z-index: 2;
}

#fs_ProductDetails .fs-c-breadcrumb {
  margin-top: 35px;
}

.fs-c-featuredProduct .fs-c-productPrice--listed {
  margin-bottom: 0!important;
  margin-left: 0!important;
}

.fs-c-featuredProduct .discount {
  display: none;
}