@charset "UTF-8";
.fs-p-logo img {
  max-width: 260px;
}

.fs-body-top .fs-l-main {
  margin-top: 100px;
  padding: 0;
}

.fs-l-main {
  max-width: 1200px;
  width: 90%;
  margin: 55px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.fs-l-main .left_bar {
  max-width: 240px;
  min-width: 240px;
  width: 20%;
}
.fs-l-main .left_bar .sp_member {
  display: none;
}
.fs-l-main .left_bar .bnr_area.second {
  margin: 15px 0 0;
}
.fs-l-main .left_bar .bnr_area.third {
  margin-top: 68px;
}
.fs-l-main .left_bar .bnr_area a {
  display: block;
}
.fs-l-main .left_bar .side_title {
  margin-top: 40px;
  background: #c10a11;
  border-radius: 10px 10px 0 0;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.fs-l-main .left_bar .side_title .side_title {
  font-size: 20px;
  font-weight: bold;
  padding: 18px 0;
}
.fs-l-main .left_bar .side_title .side_title.item_title {
  padding-left: 45px;
}
.fs-l-main .left_bar .side_title .side_title.category_title {
  padding-left: 25px;
}
.fs-l-main .left_bar .side_title .side_title.producer_title {
  padding-left: 35px;
}
.fs-l-main .left_bar .side_title .side_title .item_character {
  position: absolute;
  right: 10px;
  max-width: 49.5px;
  max-height: 81px;
  width: 100%;
  height: auto;
  bottom: 0;
}
.fs-l-main .left_bar .side_title .side_title .category_character {
  position: absolute;
  right: 10px;
  max-width: 51px;
  max-height: 80px;
  width: 100%;
  height: auto;
  bottom: 0;
}
.fs-l-main .left_bar .side_title .side_title .producer_character {
  position: absolute;
  right: 10px;
  max-width: 50px;
  max-height: 88px;
  width: 100%;
  height: auto;
  bottom: 0;
}
.fs-l-main .left_bar .side_item_search {
  background: #eeeeee;
  display: flex;
  border-radius: 30px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.fs-l-main .left_bar .side_item_search .item_input {
  border: none;
  background: #eeeeee;
  outline: 0;
  width: 90%;
  font-size: 14px;
  letter-spacing: 1.5px;
  appearance: none;
}
.fs-l-main .left_bar .side_item_search .item_input:focus {
  box-shadow: none;
  outline: none;
  border: none;
  background-color: #eeeeee;
}
.fs-l-main .left_bar .side_item_search .submit_btn {
  border: none;
  outline: 0;
  max-width: 22px;
  padding: 0;
}
.fs-l-main .left_bar .category_parent {
  font-weight: bold;
}
.fs-l-main .left_bar .category_parent.bottom_space {
  margin-bottom: 30px;
}
.fs-l-main .left_bar .side_category_nav {
  margin-top: 10px;
  margin-bottom: 25px;
}
.fs-l-main .left_bar .side_category_nav li {
  border-top: 1px solid #eeeeee;
}
.fs-l-main .left_bar .side_category_nav li:last-child {
  border-bottom: 1px solid #eee;
}
.fs-l-main .left_bar .side_category_nav a {
  display: block;
  padding: 10.5px 20px;
}
.fs-l-main .left_bar .side_category_nav .nav_d {
  color: #c10a11;
}
.fs-l-main .left_bar .sp_h_navi {
  display: none;
}
.fs-l-main .fs-l-pageMain {
  max-width: 900px;
  width: 80%;
}

@media (min-width: 1px) and (max-width: 1300px) {
  .fs-l-main .fs-l-pageMain {
    width: 75%;
  }
}
@media (min-width: 1px) and (max-width: 1150px) {
  .fs-l-main .fs-l-pageMain {
    width: 70%;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-top .fs-l-main {
    margin-top: 42px;
  }
  .menuOver.menu_bk {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .fs-l-main {
    width: 100%;
    max-width: 100%;
  }
  .fs-l-main .left_bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transform: translateX(-240px);
    transition: 0.3s;
    background: #fff;
    padding-top: 38px;
  }
  .fs-l-main .left_bar.action {
    transform: translateX(0px);
    overflow-y: auto;
    height: 100%;
    max-width: 300px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .fs-l-main .left_bar .sp_member {
    display: block;
  }
  .fs-l-main .left_bar .sp_member .login .login_name {
    text-align: center;
  }
  .fs-l-main .left_bar .sp_member .login_link_btn {
    display: block;
    max-width: 278px;
    margin: 10px auto 20px;
    width: 100%;
    text-align: center;
    border: 1px solid #c10a11;
    padding: 20px 0;
    border-radius: 5px;
    background: #fff url(../img/header/menbar_icon.jpg);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: 19% center;
    font-size: 14px;
    font-weight: bold;
  }
  .fs-l-main .left_bar .sp_member .login_link_btn.logout.my-false {
    display: none;
  }
  .fs-l-main .left_bar .sp_member .login_link_btn.login.my-true {
    display: none;
  }
  .fs-l-main .left_bar .sp_member .new_member_btn {
    display: block;
    max-width: 278px;
    margin: 0 auto;
  }
  .fs-l-main .left_bar .sp_member .new_member_btn.login.my-true {
    display: none;
  }
  .fs-l-main .left_bar .sp_member .delicious_flex {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    max-width: 240px;
    padding-bottom: 7.5px;
    margin: auto;
    justify-content: center;
    margin-top: 32px;
  }
  .fs-l-main .left_bar .sp_member .delicious_flex .delicious_pic {
    max-width: 15px;
    max-height: 15px;
    margin-right: 5px;
  }
  .fs-l-main .left_bar .bnr_area {
    display: none;
  }
  .fs-l-main .left_bar .side_title {
    margin-bottom: 0;
  }
  .fs-l-main .left_bar .side_title.h_none {
    display: none;
  }
  .fs-l-main .left_bar .side_title .side_title {
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    padding: 7.5px 0;
  }
  .fs-l-main .left_bar .side_title .side_title.item_title {
    padding-left: 0;
  }
  .fs-l-main .left_bar .side_title .side_title.category_title {
    padding-left: 0;
  }
  .fs-l-main .left_bar .side_title .side_title .item_character {
    max-width: 39.6px;
    max-height: 64.8px;
  }
  .fs-l-main .left_bar .side_title .side_title .category_character {
    max-width: 40.8px;
    max-height: 80px;
  }
  .fs-l-main .left_bar .side_item_search {
    max-width: 278px;
    margin: 24px auto 42px;
  }
  .fs-l-main .left_bar .side_item_search .item_input {
    font-size: 16px;
  }
  .fs-l-main .left_bar .category_parent {
    border-bottom: 1px solid #aaaaaa;
    padding: 11.5px 20px;
    background: url(../img/side/sp_h_arrow.png);
    background-repeat: no-repeat;
    background-size: 7.5px 13px;
    background-position: 92% center;
  }
  .fs-l-main .left_bar .category_parent a {
    font-size: 16px;
  }
  .fs-l-main .left_bar .category_parent.bottom_space {
    margin-bottom: 0;
  }
  .fs-l-main .left_bar .side_category_nav {
    margin: 0;
  }
  .fs-l-main .left_bar .side_category_nav.h_none {
    display: none;
  }
  .fs-l-main .left_bar .side_category_nav li {
    border-top: none;
    border-bottom: 1px solid #aaaaaa;
  }
  .fs-l-main .left_bar .side_category_nav li:last-child {
    border-bottom: 1px solid #aaa;
  }
  .fs-l-main .left_bar .side_category_nav li a {
    padding: 16.5px 20px;
    background: #f6f6f6 url(../img/side/sp_h_arrow.png);
    background-repeat: no-repeat;
    background-size: 7.5px 13px;
    background-position: 92% center;
    font-size: 16px;
  }
  .fs-l-main .left_bar .sp_h_navi {
    display: flex;
    flex-wrap: wrap;
    margin: 39px auto;
    border-top: 1px solid #aaaaaa;
  }
  .fs-l-main .left_bar .sp_h_navi .sp_h_navi_list {
    width: 50%;
    border-bottom: 1px solid #aaaaaa;
  }
  .fs-l-main .left_bar .sp_h_navi .sp_h_navi_list:nth-child(odd) {
    border-right: 1px solid #aaaaaa;
  }
  .fs-l-main .left_bar .sp_h_navi .sp_h_navi_list a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 11.5px 0px;
  }
  .fs-l-main .fs-l-pageMain {
    width: 100%;
    max-width: 100%;
  }
  .fs-l-main .index_content.sec {
    width: 90%;
    margin: auto;
  }
  .fs-l-main .index_content.sec.sec01 {
    background: #f6f6f6;
    width: 100%;
    padding: 20px 0;
    margin: 60px 0 50px;
  }
}
@media (min-width: 1px) and (max-width: 783px) {
  .fs-l-main .index_content.sec {
    width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-l-main .index_content.sec.sec01 {
    margin-top: 40px;
  }
}
@media (min-width: 1px) and (max-width: 340px) {
  .fs-l-main .left_bar.action {
    max-width: 280px;
  }
  .menu_close.action {
    left: 290px;
  }
  .fs-l-main .left_bar .sp_member .login_link_btn {
    max-width: 265px;
  }
  .fs-l-main .left_bar .side_item_search {
    max-width: 265px;
  }
}
@media (min-width: 1px) and (max-width: 330px) {
  .menu_close.action {
    left: 285px;
  }
}
/*商品グループ*/
.fs-body-category .index_content.sec.sec_mv {
  margin-bottom: 50px;
}
.fs-body-category .index_content.sec.sec03 {
  margin-top: 50px;
}
.fs-body-category .index_content .category_producer_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.fs-body-category .index_content .item_mv img {
  margin-bottom: 40px;
}
.fs-body-category .index_content .category_commitment_box {
  background: #f6f6f6;
  padding: 50px 50px 0;
}
.fs-body-category .index_content .category_commitment_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.fs-body-category .index_content .category_commitment_title:before {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  width: 37px;
  height: 2px;
  margin: auto;
  margin-right: 20px;
  vertical-align: middle;
}
.fs-body-category .index_content .category_commitment_title:after {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  width: 37px;
  height: 2px;
  margin: auto;
  margin-left: 20px;
  vertical-align: middle;
}
.fs-body-category .index_content .commitmen_first {
  margin-bottom: 50px;
}
.fs-body-category .index_content .commitmen_first .commitmen_img {
  margin-bottom: 25px;
}
.fs-body-category .index_content .commitmen_first .commitmen_text_area .commitmen_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fs-body-category .index_content .commitment_ul {
  display: flex;
  flex-wrap: wrap;
}
.fs-body-category .index_content .commitment_ul .commitment_list {
  width: 48.8%;
  margin-bottom: 50px;
}
.fs-body-category .index_content .commitment_ul .commitment_list:nth-child(odd) {
  margin-right: 2.4%;
}
.fs-body-category .index_content .commitment_ul .commitment_list .list_pic {
  margin-bottom: 20px;
}
.fs-body-category .index_content .commitment_ul .commitment_list .list_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fs-body-category .index_content .category_item_title {
  font-size: 24px;
  font-weight: bold;
}
.fs-body-category .index_content .item_category_relation {
  margin-top: 70px;
}
.fs-body-category .index_content .item_category_relation .relation_title {
  font-size: 24px;
  font-weight: bold;
}
.fs-body-category .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none;
}
.fs-body-category .fs-c-productList__list__item {
  border-bottom: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-category .item_mv {
    width: 90%;
    margin: auto;
  }
  .fs-body-category .index_content {
    width: 90%;
    margin: auto;
  }
  .fs-body-category .index_content.sec.sec_mv {
    width: 90%;
  }
  .fs-body-category .index_content.sec.sec02 {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 783px) {
  .fs-body-category .index_content .category_item_title {
    margin-left: 5%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-category .fs-l-main {
    margin-top: 20px;
  }
  .fs-body-category .item_mv img {
    margin-bottom: 20px;
  }
  .fs-body-category .index_content.sec.sec_mv {
    margin-bottom: 25px;
  }
  .fs-body-category .index_content .category_commitment_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .fs-body-category .index_content .commitmen_first {
    margin-bottom: 30px;
  }
  .fs-body-category .index_content .commitmen_first .commitmen_img {
    margin-bottom: 15px;
  }
  .fs-body-category .index_content .commitmen_first .commitmen_text_area .commitmen_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fs-body-category .index_content .commitmen_first .commitmen_text_area .commitmen_text {
    font-size: 12px;
  }
  .fs-body-category .index_content .category_commitment_box {
    padding: 25px 5% 0;
  }
  .fs-body-category .index_content .commitment_ul .commitment_list {
    width: 100%;
    margin-bottom: 30px;
  }
  .fs-body-category .index_content .commitment_ul .commitment_list:nth-child(odd) {
    margin-right: 0;
  }
  .fs-body-category .index_content .commitment_ul .commitment_list .list_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fs-body-category .index_content .commitment_ul .commitment_list .list_text {
    font-size: 12px;
  }
  .fs-body-category .index_content .item_category_relation {
    margin-top: 20px;
  }
  .fs-body-category .index_content .item_category_relation .relation_title {
    font-size: 20px;
  }
}
/*商品詳細*/
.fs-body-product.fs-body-productSubscribe .fs-c-productQuantityAndAction {
  flex-direction: row;
}
.fs-body-product.fs-body-productSubscribe .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fs-body-product.fs-body-productSubscribe .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail .fs-c-button--addToWishList--detail.fs-c-button--image {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.fs-body-product.fs-body-productSubscribe .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail .s-c-productQuantityAndAction__action.fs-c-productActionButton.fs-c-buttonContainer {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.fs-body-product.fs-body-productSubscribe .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail .fs-c-productQuantityAndAction.fs-c-productQuantityAndAction--subscription {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: flex;
  align-items: center;
  width: 35%;
  max-width: 100%;
  padding-top: 17px;
}
.fs-body-product.fs-body-productSubscribe .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail .fs-c-productQuantityAndAction.fs-c-productQuantityAndAction--subscription .fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget {
  width: 100%;
  max-width: 100%;
}
.fs-body-product.fs-body-productSubscribe .fs-c-productReview .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail {
  width: 49%;
}
.fs-body-product.fs-body-productSubscribe .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
  width: 100%;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--primary {
  max-width: 540px;
  width: 100%;
}
.fs-body-product.fs-body-productSubscribe .fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget {
  display: flex;
  align-items: center;
  width: 30%;
  max-width: 100%;
}
.fs-body-product.fs-body-productSubscribe .fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget::before {
  content: "数量：";
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  margin-right: 5px;
}
.fs-body-product.fs-body-productSubscribe .fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget::before .fs-c-quantity__select.fs-system-quantity-list {
  width: 57px;
}
.fs-body-product .fs-l-product2 .fs-l-productLayout {
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
}
.fs-body-product .fs-c-productNameHeading.fs-c-heading {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.fs-body-product .fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.fs-body-product .fs-c-productPostage {
  display: none;
}
.fs-body-product .fs-c-productPrice {
  align-items: flex-end;
  justify-content: flex-end;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail {
  border: 1px solid #e5e5e5;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling {
  justify-content: flex-start;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
  background: rgba(126, 126, 126, 0.08);
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #e5e5e5;
  padding: 9px;
}
@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
    font-size: 14px;
    padding: 7px 23px;
  }
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main {
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 59px);
}
@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main {
    width: calc(100% - 54px);
  }
}
.fs-body-product .fs-c-subscriptionPriceTable__label {
  vertical-align: middle;
  text-align: center;
}
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-weight: bold;
  font-size: 28px;
}
.fs-body-product .fs-c-price__currencyMark {
  display: none;
}
.fs-body-product .fs-c-price__value::after {
  content: "円";
}
.fs-body-product .fs-c-productPrice__addon__label {
  font-weight: bold;
}
.fs-body-product .fs-c-productQuantityAndWishlist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-product .fs-c-productQuantityAndWishlist {
    justify-content: center;
  }
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer {
  width: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.fs-body-product .fs-c-quantity__select.fs-system-quantity-list {
  border: 1px solid #aaaaaa;
  width: 160px;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
  display: flex;
  align-items: center;
  width: 35%;
  max-width: 100%;
  padding-top: 17px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
  content: "数量：";
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  margin-right: 5px;
}
.fs-body-product .fs-c-productReview {
  width: 49%;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.fs-body-product .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
  width: 49%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  align-self: flex-end;
  padding: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-product .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
    padding: 8px 0;
  }
}
.fs-body-product .item_shipping {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 25px;
  margin-bottom: 0;
}
.fs-body-product .item_remarks {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.fs-body-product .fs-c-productPointDisplay {
  font-size: 16px;
  line-height: 1.2;
}
.fs-body-product .item_producer {
  margin-bottom: 25px;
}
.fs-body-product .fs-c-productMainImage__expandButton {
  display: none;
}
.fs-body-product .index_content.sec.sec01 {
  margin-bottom: 50px;
}
.fs-body-product .index_content.sec.sec03 {
  margin-top: 50px;
}
.fs-body-product .index_content.sec.sec04 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.fs-body-product .index_content.sec.sec05 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.fs-body-product .index_content.sec_bnr {
  margin: 70px 0 0px;
}
.fs-body-product .index_content .item_bnr {
  display: flex;
  flex-wrap: wrap;
}
.fs-body-product .index_content .item_bnr .bnr_list {
  width: 49%;
}
.fs-body-product .index_content .item_bnr .bnr_list:nth-child(odd) {
  margin-right: 2%;
}
.fs-body-product .index_content .category_producer_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.fs-body-product .index_content .category_commitment_box {
  background: #f6f6f6;
  padding: 50px 50px 0;
  margin-top: 75px;
}
.fs-body-product .index_content .category_commitment_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.fs-body-product .index_content .category_commitment_title:before {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  width: 37px;
  height: 2px;
  margin: auto;
  margin-right: 20px;
  vertical-align: middle;
}
.fs-body-product .index_content .category_commitment_title:after {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  width: 37px;
  height: 2px;
  margin: auto;
  margin-left: 20px;
  vertical-align: middle;
}
.fs-body-product .index_content .commitment_ul {
  display: flex;
  flex-wrap: wrap;
}
.fs-body-product .index_content .commitment_ul .commitment_list {
  width: 48.8%;
  margin-bottom: 50px;
}
.fs-body-product .index_content .commitment_ul .commitment_list:nth-child(odd) {
  margin-right: 2.4%;
}
.fs-body-product .index_content .commitment_ul .commitment_list .list_pic {
  margin-bottom: 20px;
}
.fs-body-product .index_content .commitment_ul .commitment_list .list_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fs-body-product .index_content .category_item_title {
  font-size: 24px;
  font-weight: bold;
}
.fs-body-product .product_item_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.fs-body-product .product_details {
  width: 100%;
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
}
.fs-body-product .product_details th {
  font-size: 16px;
  text-align: center;
  background: #f6f6f6;
  padding: 13px 0;
  max-width: 274px;
  width: 30%;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  vertical-align: middle;
  line-height: 1.7;
}
.fs-body-product .product_details td {
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 13px 20px;
  line-height: 1.7;
}
.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList .fs-c-reviewList__item {
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 0;
}
.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList .fs-c-reviewList__item:first-child {
  border-top: 1px solid #d8d8d8;
}
.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__body.fs-c-reviewBody {
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList .fs-c-reviewList__item .review_area_flex {
  display: flex;
  margin-top: 20px;
}
.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList .fs-c-reviewList__item .review_area_flex .fs-c-reviewer__name {
  margin-right: 15px;
}
.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList .fs-c-reviewList__item .review_area_flex .fs-c-reviewInfo__reviewer.fs-c-reviewer {
  margin: 0 15px;
  display: flex;
}
.fs-body-product .fs-c-productReview__reviewList.fs-c-reviewList .fs-c-reviewList__item .review_area_flex .fs-c-reviewInfo__date {
  margin-left: 15px;
  display: flex;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-product .item_main {
    width: 90%;
    margin: auto;
  }
  .fs-body-product .fs-l-product2 .fs-l-productLayout {
    width: 90%;
    margin: auto;
  }
  .fs-body-product .fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    margin-left: 15px;
  }
  .fs-body-product .index_content.sec_bnr {
    margin: 70px auto 0px;
  }
}
@media (min-width: 1px) and (max-width: 783px) {
  .fs-body-product .index_content.sec_bnr {
    width: 90%;
  }
  .fs-body-product .index_content.sec.sec02 {
    width: 90%;
  }
  .fs-body-product .index_content.sec.sec05 {
    width: 90%;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .fs-body-product .index_content.sec.sec04 {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .fs-body-product .index_content .sec.sec01 {
    margin-top: 20px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-product.fs-body-productSubscribe .fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-right: 0;
  }
  .fs-body-product.fs-body-productSubscribe .fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget::before {
    width: 20%;
  }
  .fs-body-product.fs-body-productSubscribe .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail {
    width: 100%;
  }
  .fs-body-product.fs-body-productSubscribe .fs-c-productQuantityAndAction.fs-c-productQuantityAndAction--subscription {
    width: 100%;
  }
  .fs-body-product.fs-body-productSubscribe .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail .fs-c-productQuantityAndAction.fs-c-productQuantityAndAction--subscription {
    width: 100%;
  }
  .fs-body-product .fs-l-main {
    margin-top: 20px;
  }
  .fs-body-product .item_main {
    display: block;
  }
  .fs-body-product .item_pc_img {
    width: 100%;
  }
  .fs-body-product .item_details {
    width: 100%;
  }
  .fs-body-product .fs-c-productNameHeading.fs-c-heading {
    font-size: 18px;
    margin: 20px 0 8px;
  }
  .fs-body-product .fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
    font-size: 12px;
  }
  .fs-body-product .fs-c-subscriptionPriceTable__label {
    font-size: 14px;
  }
  .fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 18px;
  }
  .fs-body-product .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 18px;
  }
  .fs-body-product .fs-c-subscriptionPriceTable .fs-c-productPrice__main__price {
    font-size: 18px;
  }
  .fs-body-product .item_producer {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .fs-body-product .item_producer a {
    font-size: 12px;
  }
  .fs-body-product .fs-c-productQuantityAndWishlist__quantity {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .fs-body-product .fs-c-productQuantity__quantity.fs-c-quantity.fs-system-assistTarget {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .fs-body-product .fs-c-quantity__select.fs-system-quantity-list {
    width: 20%;
  }
  .fs-body-product .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
    width: 18%;
  }
  .fs-body-product .fs-c-productActionButton.fs-c-buttonContainer {
    width: 100%;
  }
  .fs-body-product .fs-l-product2 .fs-l-productLayout {
    display: block;
  }
  .fs-body-product .fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    margin-left: 0;
  }
  .fs-body-product .item_shipping {
    padding-top: 12.5px;
    margin-top: 10px;
  }
  .fs-body-product .item_shipping .shipping_text {
    font-size: 12px;
  }
  .fs-body-product .item_remarks {
    padding-bottom: 12.5px;
    margin-bottom: 10px;
  }
  .fs-body-product .item_remarks .remarks_text {
    font-size: 12px;
  }
  .fs-body-product .fs-c-productPointDisplay {
    font-size: 12px;
  }
  .fs-body-product .index_content.sec_bnr {
    margin-top: 20px;
  }
  .fs-body-product .index_content.sec_bnr .item_bnr {
    display: block;
  }
  .fs-body-product .index_content.sec_bnr .item_bnr .bnr_list {
    width: 100%;
    margin-bottom: 9px;
    display: block;
  }
  .fs-body-product .index_content.sec_bnr .item_bnr .bnr_list:nth-child(odd) {
    margin-right: 0;
  }
  .fs-body-product .index_content .category_commitment_title {
    font-size: 18px;
  }
  .fs-body-product .index_content .category_commitment_box {
    padding: 25px 5% 0;
    margin-top: 40px;
  }
  .fs-body-product .index_content .commitment_ul .commitment_list {
    width: 100%;
    margin-bottom: 35px;
  }
  .fs-body-product .index_content .commitment_ul .commitment_list:nth-child(odd) {
    margin-right: 0;
  }
  .fs-body-product .index_content .commitment_ul .commitment_list .list_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fs-body-product .index_content .commitment_ul .commitment_list .list_text {
    font-size: 12px;
  }
  .fs-body-product .product_item_title {
    font-size: 18px;
  }
  .fs-body-product .product_details {
    margin-bottom: 18px;
  }
  .fs-body-product .product_details th {
    font-size: 12px;
    padding: 10px 0;
  }
  .fs-body-product .product_details td {
    padding: 10px;
    font-size: 12px;
  }
  .fs-body-product .product_details_note {
    font-size: 12px;
  }
  .fs-body-product .fs-c-productThumbnail__image {
    margin: 4px 0.5%;
    flex-basis: 19%;
    min-width: 52px;
  }
}
/*フリーページ*/
/*ご利用ガイド*/
.fs-body-custom #guide_page,
.fs-body-product #guide_page,
.fs-body-category #guide_page {
  font-size: 14px;
  line-height: 1.6;
}
.fs-body-custom h1.free_p_title,
.fs-body-product h1.free_p_title,
.fs-body-category h1.free_p_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.fs-body-custom h2.free_p_sub_title,
.fs-body-product h2.free_p_sub_title,
.fs-body-category h2.free_p_sub_title {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-custom h2.free_p_sub_title:before,
.fs-body-product h2.free_p_sub_title:before,
.fs-body-category h2.free_p_sub_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-custom .mB30,
.fs-body-product .mB30,
.fs-body-category .mB30 {
  margin-bottom: 30px;
}
.fs-body-custom .text_space,
.fs-body-product .text_space,
.fs-body-category .text_space {
  margin-bottom: 25px;
  padding-left: 40px;
}
.fs-body-custom .text_space.last,
.fs-body-product .text_space.last,
.fs-body-category .text_space.last {
  margin-bottom: 40px;
}
.fs-body-custom .text_space.step_area,
.fs-body-product .text_space.step_area,
.fs-body-category .text_space.step_area {
  margin-bottom: 0;
}
.fs-body-custom .text_space.step_area.next_no,
.fs-body-product .text_space.step_area.next_no,
.fs-body-category .text_space.step_area.next_no {
  margin-bottom: 40px;
}
.fs-body-custom .text_space .atto:before,
.fs-body-product .text_space .atto:before,
.fs-body-category .text_space .atto:before {
  content: "@";
  display: inline-block;
}
.fs-body-custom .text_space .left_space_text,
.fs-body-product .text_space .left_space_text,
.fs-body-category .text_space .left_space_text {
  font-size: 16px;
}
.fs-body-custom .text_space .left_space_text .text_title,
.fs-body-product .text_space .left_space_text .text_title,
.fs-body-category .text_space .left_space_text .text_title {
  font-weight: bold;
  display: block;
}
.fs-body-custom .text_space .step_title,
.fs-body-product .text_space .step_title,
.fs-body-category .text_space .step_title {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  padding: 8px 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.fs-body-custom .text_space .step_title .step_number,
.fs-body-product .text_space .step_title .step_number,
.fs-body-category .text_space .step_title .step_number {
  display: block;
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
  background: #c10a11;
  padding: 9px 12px;
  border-radius: 5px;
}
.fs-body-custom .text_space .step_box,
.fs-body-product .text_space .step_box,
.fs-body-category .text_space .step_box {
  display: flex;
  padding: 20px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
.fs-body-custom .text_space .step_box .step_image,
.fs-body-product .text_space .step_box .step_image,
.fs-body-category .text_space .step_box .step_image {
  width: 50%;
}
.fs-body-custom .text_space .step_box .step_content,
.fs-body-product .text_space .step_box .step_content,
.fs-body-category .text_space .step_box .step_content {
  width: 46%;
}
.fs-body-custom .text_space .step_box .step_content .description,
.fs-body-product .text_space .step_box .step_content .description,
.fs-body-category .text_space .step_box .step_content .description {
  font-size: 16px;
  font-weight: bold;
}
.fs-body-custom .text_space .step_next,
.fs-body-product .text_space .step_next,
.fs-body-category .text_space .step_next {
  max-width: 26px;
  width: 100%;
  margin: 15px auto;
}
.fs-body-custom .text_space .faq_link,
.fs-body-product .text_space .faq_link,
.fs-body-category .text_space .faq_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  max-width: 373px;
  width: 100%;
  margin: auto;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  background: url(../img/guide/link_arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 90% center;
}
.fs-body-custom #inquiry_box,
.fs-body-product #inquiry_box,
.fs-body-category #inquiry_box {
  padding: 10px 20px;
  margin: 15px auto;
  width: 500px;
  font-size: 110%;
  font-weight: bold;
  border: 2px solid #DDC9B4;
}
.fs-body-custom #faq_page .faq_box .Q_box,
.fs-body-product #faq_page .faq_box .Q_box,
.fs-body-category #faq_page .faq_box .Q_box {
  background: #f6f6f6 url(../img/faq/faq_o.png);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 40px center;
  padding: 15px;
  margin-bottom: 10px;
}
.fs-body-custom #faq_page .faq_box .Q_box.clicked,
.fs-body-product #faq_page .faq_box .Q_box.clicked,
.fs-body-category #faq_page .faq_box .Q_box.clicked {
  background: #f6f6f6 url(../img/faq/faq_c.png);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 40px center;
}
.fs-body-custom #faq_page .faq_box .Q_box .q_title,
.fs-body-product #faq_page .faq_box .Q_box .q_title,
.fs-body-category #faq_page .faq_box .Q_box .q_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 56px;
}
.fs-body-custom #faq_page .faq_box .Q_box .q_title:before,
.fs-body-product #faq_page .faq_box .Q_box .q_title:before,
.fs-body-category #faq_page .faq_box .Q_box .q_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-custom #faq_page .faq_box .A_box,
.fs-body-product #faq_page .faq_box .A_box,
.fs-body-category #faq_page .faq_box .A_box {
  display: none;
  padding: 40px;
  padding-top: 20px;
}
.fs-body-custom #faq_page .faq_box .A_box .a_text,
.fs-body-product #faq_page .faq_box .A_box .a_text,
.fs-body-category #faq_page .faq_box .A_box .a_text {
  font-size: 16px;
}
.fs-body-custom #faq_page .contact_information,
.fs-body-product #faq_page .contact_information,
.fs-body-category #faq_page .contact_information {
  margin-top: 60px;
  background: #f6f6f6;
  padding: 55px 30px;
}
.fs-body-custom #faq_page .contact_information .info_title,
.fs-body-product #faq_page .contact_information .info_title,
.fs-body-category #faq_page .contact_information .info_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.fs-body-custom #faq_page .contact_information .info_title:before,
.fs-body-product #faq_page .contact_information .info_title:before,
.fs-body-category #faq_page .contact_information .info_title:before {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  width: 37px;
  height: 1px;
  vertical-align: middle;
  margin-right: 15px;
}
.fs-body-custom #faq_page .contact_information .info_title:after,
.fs-body-product #faq_page .contact_information .info_title:after,
.fs-body-category #faq_page .contact_information .info_title:after {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  width: 37px;
  height: 1px;
  vertical-align: middle;
  margin-left: 15px;
}
.fs-body-custom #faq_page .contact_information .info_note,
.fs-body-product #faq_page .contact_information .info_note,
.fs-body-category #faq_page .contact_information .info_note {
  margin-top: 25px;
}
.fs-body-custom #faq_page .contact_information .info_set,
.fs-body-product #faq_page .contact_information .info_set,
.fs-body-category #faq_page .contact_information .info_set {
  margin-top: 25px;
}
.fs-body-custom #faq_page .contact_information .info_set .info_set_bold,
.fs-body-product #faq_page .contact_information .info_set .info_set_bold,
.fs-body-category #faq_page .contact_information .info_set .info_set_bold {
  font-weight: bold;
}
.fs-body-custom #faq_page .contact_information .info_set .info_set_normal.b_20,
.fs-body-product #faq_page .contact_information .info_set .info_set_normal.b_20,
.fs-body-category #faq_page .contact_information .info_set .info_set_normal.b_20 {
  margin-bottom: 20px;
}
.fs-body-custom #sumifru_page .sumifru_mv,
.fs-body-product #sumifru_page .sumifru_mv,
.fs-body-category #sumifru_page .sumifru_mv {
  height: 364px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fs-body-custom #sumifru_page .sumifru_mv .mv_bk,
.fs-body-product #sumifru_page .sumifru_mv .mv_bk,
.fs-body-category #sumifru_page .sumifru_mv .mv_bk {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 364px;
  transition: all 0.3s;
}
.fs-body-custom #sumifru_page .sumifru_mv .mv_bk.in,
.fs-body-product #sumifru_page .sumifru_mv .mv_bk.in,
.fs-body-category #sumifru_page .sumifru_mv .mv_bk.in {
  opacity: 1;
}
.fs-body-custom #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
.fs-body-product #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
.fs-body-category #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk01 {
  background: url(../img/sumifru/mv_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 364px;
}
.fs-body-custom #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk02,
.fs-body-product #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk02,
.fs-body-category #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk02 {
  background: url(../img/sumifru/mv_bk02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 364px;
}
.fs-body-custom #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk03,
.fs-body-product #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk03,
.fs-body-category #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk03 {
  background: url(../img/sumifru/mv_bk03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 364px;
}
.fs-body-custom #sumifru_page .sumifru_mv .mv_logo,
.fs-body-product #sumifru_page .sumifru_mv .mv_logo,
.fs-body-category #sumifru_page .sumifru_mv .mv_logo {
  max-width: 590px;
  width: 100%;
  margin: auto;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.fs-body-custom #sumifru_page .main_text,
.fs-body-product #sumifru_page .main_text,
.fs-body-category #sumifru_page .main_text {
  font-size: 28px;
  text-align: center;
  margin-top: 60px;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fs-body-custom #sumifru_page .sumifru_sec,
.fs-body-product #sumifru_page .sumifru_sec,
.fs-body-category #sumifru_page .sumifru_sec {
  margin-top: 50px;
}
.fs-body-custom #sumifru_page .sumifru_sec .sec_title,
.fs-body-product #sumifru_page .sumifru_sec .sec_title,
.fs-body-category #sumifru_page .sumifru_sec .sec_title {
  font-size: 24px;
  font-weight: bold;
  color: #c10a11;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #c10a11;
}
.fs-body-custom #sumifru_page .sumifru_sec .sec_text,
.fs-body-product #sumifru_page .sumifru_sec .sec_text,
.fs-body-category #sumifru_page .sumifru_sec .sec_text {
  font-size: 16px;
  margin-bottom: 30px;
}
.fs-body-custom #sumifru_page .sumifru_sec .sec_text.botm_none,
.fs-body-product #sumifru_page .sumifru_sec .sec_text.botm_none,
.fs-body-category #sumifru_page .sumifru_sec .sec_text.botm_none {
  margin-bottom: 0;
}
.fs-body-custom #sumifru_page .sumifru_sec .sec_image,
.fs-body-product #sumifru_page .sumifru_sec .sec_image,
.fs-body-category #sumifru_page .sumifru_sec .sec_image {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.fs-body-custom #sumifru_page .sumifru_sec .image_list,
.fs-body-product #sumifru_page .sumifru_sec .image_list,
.fs-body-category #sumifru_page .sumifru_sec .image_list {
  width: 32%;
}
.fs-body-custom #sumifru_page .sumifru_cheering,
.fs-body-product #sumifru_page .sumifru_cheering,
.fs-body-category #sumifru_page .sumifru_cheering {
  margin-top: 75px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 35px 40px;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title {
  font-size: 28px;
  font-weight: bold;
  color: #c10a11;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px dotted #c10a11;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title:after,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title:after,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title:after {
  content: "";
  display: inline-block;
  background: url(../img/sumifru/title_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56.5px;
  height: 40.5px;
  vertical-align: bottom;
  margin-left: 10px;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_box,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_box,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_box .left_box,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_box .left_box,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_box .left_box {
  width: 72%;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_box .left_text,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_box .left_text,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_box .left_text {
  font-size: 16px;
  margin-bottom: 35px;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_box .right_box,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_box .right_box,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_box .right_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26%;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_list,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_list,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_list {
  display: flex;
  justify-content: space-between;
}
.fs-body-custom #sumifru_page .sumifru_cheering .cheering_list .cheering_image,
.fs-body-product #sumifru_page .sumifru_cheering .cheering_list .cheering_image,
.fs-body-category #sumifru_page .sumifru_cheering .cheering_list .cheering_image {
  width: 24%;
}
.fs-body-custom #sumifru_page .sumifru_faq,
.fs-body-product #sumifru_page .sumifru_faq,
.fs-body-category #sumifru_page .sumifru_faq {
  margin-top: 75px;
  margin-bottom: 70px;
}
.fs-body-custom #sumifru_page .sumifru_faq .faq_title,
.fs-body-product #sumifru_page .sumifru_faq .faq_title,
.fs-body-category #sumifru_page .sumifru_faq .faq_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.fs-body-custom #sumifru_page .sumifru_faq .faq_box .Q_box,
.fs-body-product #sumifru_page .sumifru_faq .faq_box .Q_box,
.fs-body-category #sumifru_page .sumifru_faq .faq_box .Q_box {
  background: #f6f6f6;
  padding: 15px;
}
.fs-body-custom #sumifru_page .sumifru_faq .faq_box .Q_box .q_title,
.fs-body-product #sumifru_page .sumifru_faq .faq_box .Q_box .q_title,
.fs-body-category #sumifru_page .sumifru_faq .faq_box .Q_box .q_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 56px;
}
.fs-body-custom #sumifru_page .sumifru_faq .faq_box .Q_box .q_title:before,
.fs-body-product #sumifru_page .sumifru_faq .faq_box .Q_box .q_title:before,
.fs-body-category #sumifru_page .sumifru_faq .faq_box .Q_box .q_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-custom #sumifru_page .sumifru_faq .faq_box .A_box,
.fs-body-product #sumifru_page .sumifru_faq .faq_box .A_box,
.fs-body-category #sumifru_page .sumifru_faq .faq_box .A_box {
  padding: 40px;
  padding-top: 20px;
}
.fs-body-custom #sumifru_page .sumifru_faq .faq_box .A_box .a_text,
.fs-body-product #sumifru_page .sumifru_faq .faq_box .A_box .a_text,
.fs-body-category #sumifru_page .sumifru_faq .faq_box .A_box .a_text {
  font-size: 16px;
}
.fs-body-custom #listing_page .sumifru_mv,
.fs-body-product #listing_page .sumifru_mv,
.fs-body-category #listing_page .sumifru_mv {
  height: 364px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fs-body-custom #listing_page .sumifru_mv .mv_bk,
.fs-body-product #listing_page .sumifru_mv .mv_bk,
.fs-body-category #listing_page .sumifru_mv .mv_bk {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 364px;
  transition: all 0.3s;
}
.fs-body-custom #listing_page .sumifru_mv .mv_bk.in,
.fs-body-product #listing_page .sumifru_mv .mv_bk.in,
.fs-body-category #listing_page .sumifru_mv .mv_bk.in {
  opacity: 1;
}
.fs-body-custom #listing_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
.fs-body-product #listing_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
.fs-body-category #listing_page .sumifru_mv .mv_bk .sumifru_slider .bk01 {
  background: url(../img/listing/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 364px;
}
.fs-body-custom #listing_page .sumifru_mv .mv_logo,
.fs-body-product #listing_page .sumifru_mv .mv_logo,
.fs-body-category #listing_page .sumifru_mv .mv_logo {
  max-width: 590px;
  width: 100%;
  margin: auto;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.fs-body-custom #listing_page .main_text,
.fs-body-product #listing_page .main_text,
.fs-body-category #listing_page .main_text {
  font-size: 28px;
  text-align: center;
  margin-top: 60px;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fs-body-custom #listing_page .title_sub_text,
.fs-body-product #listing_page .title_sub_text,
.fs-body-category #listing_page .title_sub_text {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
.fs-body-custom #listing_page .listing_recommended_box,
.fs-body-product #listing_page .listing_recommended_box,
.fs-body-category #listing_page .listing_recommended_box {
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 30px 40px;
}
.fs-body-custom #listing_page .listing_recommended_box .listing_recommended_title_area .title,
.fs-body-product #listing_page .listing_recommended_box .listing_recommended_title_area .title,
.fs-body-category #listing_page .listing_recommended_box .listing_recommended_title_area .title {
  font-size: 28px;
  font-weight: bold;
  color: #c10a11;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px dotted #c10a11;
}
.fs-body-custom #listing_page .listing_recommended_box .listing_recommended_text_area,
.fs-body-product #listing_page .listing_recommended_box .listing_recommended_text_area,
.fs-body-category #listing_page .listing_recommended_box .listing_recommended_text_area {
  margin-top: 20px;
  padding: 0 100px;
}
.fs-body-custom #listing_page .listing_recommended_box .listing_recommended_text_area .text,
.fs-body-product #listing_page .listing_recommended_box .listing_recommended_text_area .text,
.fs-body-category #listing_page .listing_recommended_box .listing_recommended_text_area .text {
  font-size: 20px;
}
.fs-body-custom #listing_page .listing_bottom_text,
.fs-body-product #listing_page .listing_bottom_text,
.fs-body-category #listing_page .listing_bottom_text {
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 45px;
}
.fs-body-custom #listing_page .listing_point_title,
.fs-body-product #listing_page .listing_point_title,
.fs-body-category #listing_page .listing_point_title {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}
.fs-body-custom #listing_page .listing_point_title .point_number,
.fs-body-product #listing_page .listing_point_title .point_number,
.fs-body-category #listing_page .listing_point_title .point_number {
  background: #c10a11;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  margin-right: 10px;
  min-width: 100px;
}
.fs-body-custom #listing_page .listing_point_title .note,
.fs-body-product #listing_page .listing_point_title .note,
.fs-body-category #listing_page .listing_point_title .note {
  font-size: 13px;
  margin-top: 10px;
}
.fs-body-custom #listing_page .listing_point_text,
.fs-body-product #listing_page .listing_point_text,
.fs-body-category #listing_page .listing_point_text {
  padding: 15px 0px 40px;
}
.fs-body-custom #listing_page .listing_point_text .point_text,
.fs-body-product #listing_page .listing_point_text .point_text,
.fs-body-category #listing_page .listing_point_text .point_text {
  padding: 0 40px;
  font-size: 16px;
}
.fs-body-custom #listing_page .listing_point_text .point_text.indent,
.fs-body-product #listing_page .listing_point_text .point_text.indent,
.fs-body-category #listing_page .listing_point_text .point_text.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.fs-body-custom #listing_page .listing_point_text .point_image,
.fs-body-product #listing_page .listing_point_text .point_image,
.fs-body-category #listing_page .listing_point_text .point_image {
  margin-top: 35px;
}
.fs-body-custom #listing_page .how_to_box,
.fs-body-product #listing_page .how_to_box,
.fs-body-category #listing_page .how_to_box {
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 30px 40px;
}
.fs-body-custom #listing_page .how_to_box .how_to_title_area .title,
.fs-body-product #listing_page .how_to_box .how_to_title_area .title,
.fs-body-category #listing_page .how_to_box .how_to_title_area .title {
  font-size: 28px;
  font-weight: bold;
  color: #c10a11;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px dotted #c10a11;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex,
.fs-body-product #listing_page .how_to_box .how_to_flex,
.fs-body-category #listing_page .how_to_box .how_to_flex {
  display: flex;
  width: 100%;
  max-width: 850px;
  justify-content: space-between;
  margin: 40px auto 0;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_left,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_left,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_left {
  display: flex;
  max-width: 400px;
  width: 100%;
  align-items: center;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_left .how_to_pic,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_left .how_to_pic,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_left .how_to_pic {
  max-width: 110px;
  width: 100%;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text {
  margin-left: 15px;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text .text,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text .text,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text .text {
  font-size: 18px;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_right,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_right,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_right {
  display: flex;
  max-width: 400px;
  width: 100%;
  align-items: center;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_right .how_to_pic,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_right .how_to_pic,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_right .how_to_pic {
  max-width: 87px;
  width: 100%;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text {
  margin-left: 15px;
}
.fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text .text,
.fs-body-product #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text .text,
.fs-body-category #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text .text {
  font-size: 18px;
}
.fs-body-custom #listing_page .sumifru_cheering,
.fs-body-product #listing_page .sumifru_cheering,
.fs-body-category #listing_page .sumifru_cheering {
  margin-top: 75px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 35px 40px;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_title_area .cheering_title,
.fs-body-product #listing_page .sumifru_cheering .cheering_title_area .cheering_title,
.fs-body-category #listing_page .sumifru_cheering .cheering_title_area .cheering_title {
  font-size: 28px;
  font-weight: bold;
  color: #c10a11;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px dotted #c10a11;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_title_area .cheering_title:after,
.fs-body-product #listing_page .sumifru_cheering .cheering_title_area .cheering_title:after,
.fs-body-category #listing_page .sumifru_cheering .cheering_title_area .cheering_title:after {
  content: "";
  display: inline-block;
  background: url(../img/sumifru/title_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56.5px;
  height: 40.5px;
  vertical-align: bottom;
  margin-left: 10px;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_box,
.fs-body-product #listing_page .sumifru_cheering .cheering_box,
.fs-body-category #listing_page .sumifru_cheering .cheering_box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_box .left_box,
.fs-body-product #listing_page .sumifru_cheering .cheering_box .left_box,
.fs-body-category #listing_page .sumifru_cheering .cheering_box .left_box {
  width: 72%;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_box .left_text,
.fs-body-product #listing_page .sumifru_cheering .cheering_box .left_text,
.fs-body-category #listing_page .sumifru_cheering .cheering_box .left_text {
  font-size: 16px;
  margin-bottom: 35px;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_box .right_box,
.fs-body-product #listing_page .sumifru_cheering .cheering_box .right_box,
.fs-body-category #listing_page .sumifru_cheering .cheering_box .right_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26%;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_list,
.fs-body-product #listing_page .sumifru_cheering .cheering_list,
.fs-body-category #listing_page .sumifru_cheering .cheering_list {
  display: flex;
  justify-content: space-between;
}
.fs-body-custom #listing_page .sumifru_cheering .cheering_list .cheering_image,
.fs-body-product #listing_page .sumifru_cheering .cheering_list .cheering_image,
.fs-body-category #listing_page .sumifru_cheering .cheering_list .cheering_image {
  width: 24%;
}
.fs-body-custom #listing_page .listing_about .listin_about_title,
.fs-body-product #listing_page .listing_about .listin_about_title,
.fs-body-category #listing_page .listing_about .listin_about_title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.fs-body-custom #listing_page .listing_point_title.line_title,
.fs-body-product #listing_page .listing_point_title.line_title,
.fs-body-category #listing_page .listing_point_title.line_title {
  position: relative;
  padding-left: 56px;
}
.fs-body-custom #listing_page .listing_point_title.line_title:before,
.fs-body-product #listing_page .listing_point_title.line_title:before,
.fs-body-category #listing_page .listing_point_title.line_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-custom #listing_page .price_list_area,
.fs-body-product #listing_page .price_list_area,
.fs-body-category #listing_page .price_list_area {
  margin-top: 70px;
}
.fs-body-custom #listing_page .price_list_area .price_list_title,
.fs-body-product #listing_page .price_list_area .price_list_title,
.fs-body-category #listing_page .price_list_area .price_list_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fs-body-custom #listing_page .price_list_area .price_box:after,
.fs-body-product #listing_page .price_list_area .price_box:after,
.fs-body-category #listing_page .price_list_area .price_box:after {
  content: "";
  display: block;
  clear: both;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table,
.fs-body-product #listing_page .price_list_area .price_box .price_table,
.fs-body-category #listing_page .price_list_area .price_box .price_table {
  width: 49%;
  border: 1px solid #d6d6d6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table tr:nth-child(1) th:nth-child(1),
.fs-body-product #listing_page .price_list_area .price_box .price_table tr:nth-child(1) th:nth-child(1),
.fs-body-category #listing_page .price_list_area .price_box .price_table tr:nth-child(1) th:nth-child(1) {
  border-right: 1px solid #d6d6d6;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table th,
.fs-body-product #listing_page .price_list_area .price_box .price_table th,
.fs-body-category #listing_page .price_list_area .price_box .price_table th {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table td,
.fs-body-product #listing_page .price_list_area .price_box .price_table td,
.fs-body-category #listing_page .price_list_area .price_box .price_table td {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #d6d6d6;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table.left,
.fs-body-product #listing_page .price_list_area .price_box .price_table.left,
.fs-body-category #listing_page .price_list_area .price_box .price_table.left {
  float: left;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table.left th,
.fs-body-product #listing_page .price_list_area .price_box .price_table.left th,
.fs-body-category #listing_page .price_list_area .price_box .price_table.left th {
  background: #6aaae4;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table.left td.color_text,
.fs-body-product #listing_page .price_list_area .price_box .price_table.left td.color_text,
.fs-body-category #listing_page .price_list_area .price_box .price_table.left td.color_text {
  color: #6aaae4;
  width: 40%;
  border-right: 1px solid #d6d6d6;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table.left td,
.fs-body-product #listing_page .price_list_area .price_box .price_table.left td,
.fs-body-category #listing_page .price_list_area .price_box .price_table.left td {
  width: 60%;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table.right,
.fs-body-product #listing_page .price_list_area .price_box .price_table.right,
.fs-body-category #listing_page .price_list_area .price_box .price_table.right {
  float: right;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table.right th,
.fs-body-product #listing_page .price_list_area .price_box .price_table.right th,
.fs-body-category #listing_page .price_list_area .price_box .price_table.right th {
  background: #ffc20e;
}
.fs-body-custom #listing_page .price_list_area .price_box .price_table.right td.color_text,
.fs-body-product #listing_page .price_list_area .price_box .price_table.right td.color_text,
.fs-body-category #listing_page .price_list_area .price_box .price_table.right td.color_text {
  color: #ffc20e;
  border-right: 1px solid #d6d6d6;
}
.fs-body-custom #listing_page .price_setting,
.fs-body-product #listing_page .price_setting,
.fs-body-category #listing_page .price_setting {
  margin-top: 45px;
  padding: 45px;
  background: #f6f6f6;
}
.fs-body-custom #listing_page .price_setting .price_title,
.fs-body-product #listing_page .price_setting .price_title,
.fs-body-category #listing_page .price_setting .price_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.fs-body-custom #listing_page .price_setting .price_title:before,
.fs-body-product #listing_page .price_setting .price_title:before,
.fs-body-category #listing_page .price_setting .price_title:before {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  height: 2px;
  width: 35px;
  margin-right: 15px;
  vertical-align: middle;
}
.fs-body-custom #listing_page .price_setting .price_title:after,
.fs-body-product #listing_page .price_setting .price_title:after,
.fs-body-category #listing_page .price_setting .price_title:after {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  height: 2px;
  width: 35px;
  margin-left: 15px;
  vertical-align: middle;
}
.fs-body-custom #listing_page .price_setting .price_formula,
.fs-body-product #listing_page .price_setting .price_formula,
.fs-body-category #listing_page .price_setting .price_formula {
  margin-top: 40px;
  font-size: 16px;
  color: #c10913;
  text-align: center;
  font-weight: bold;
}
.fs-body-custom #listing_page .price_setting .price_example,
.fs-body-product #listing_page .price_setting .price_example,
.fs-body-category #listing_page .price_setting .price_example {
  margin-top: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.fs-body-custom #listing_page .price_setting .price_example_test,
.fs-body-product #listing_page .price_setting .price_example_test,
.fs-body-category #listing_page .price_setting .price_example_test {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.fs-body-custom #listing_page .price_setting .price_example_test .pirice_line,
.fs-body-product #listing_page .price_setting .price_example_test .pirice_line,
.fs-body-category #listing_page .price_setting .price_example_test .pirice_line {
  border: 1px solid #c6c6c6;
  background: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}
.fs-body-custom #listing_page .price_setting .price_example_test .pirice_line .pirice_secong,
.fs-body-product #listing_page .price_setting .price_example_test .pirice_line .pirice_secong,
.fs-body-category #listing_page .price_setting .price_example_test .pirice_line .pirice_secong {
  margin-top: 3px;
}
.fs-body-custom #listing_page .price_setting .price_example_test .pirice_line .pirice_secong .price_price,
.fs-body-product #listing_page .price_setting .price_example_test .pirice_line .pirice_secong .price_price,
.fs-body-category #listing_page .price_setting .price_example_test .pirice_line .pirice_secong .price_price {
  font-size: 20px;
  font-weight: bold;
}
.fs-body-custom #listing_page .price_setting .price_example_test .pirice_plus,
.fs-body-product #listing_page .price_setting .price_example_test .pirice_plus,
.fs-body-category #listing_page .price_setting .price_example_test .pirice_plus {
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.fs-body-custom #listing_page .price_setting .price_example_test .pirice_total,
.fs-body-product #listing_page .price_setting .price_example_test .pirice_total,
.fs-body-category #listing_page .price_setting .price_example_test .pirice_total {
  padding: 0 20px;
  font-size: 20px;
  color: #c10913;
  font-weight: bold;
}
.fs-body-custom #listing_page .precautions,
.fs-body-product #listing_page .precautions,
.fs-body-category #listing_page .precautions {
  margin-top: 30px;
}
.fs-body-custom #listing_page .precautions .precautions_title,
.fs-body-product #listing_page .precautions .precautions_title,
.fs-body-category #listing_page .precautions .precautions_title {
  font-size: 24px;
  font-weight: bold;
}
.fs-body-custom #listing_page .precautions .precautions_text_area,
.fs-body-product #listing_page .precautions .precautions_text_area,
.fs-body-category #listing_page .precautions .precautions_text_area {
  margin-top: 25px;
  padding-left: 33px;
}
.fs-body-custom #listing_page .precautions .precautions_text_area .precautions_text,
.fs-body-product #listing_page .precautions .precautions_text_area .precautions_text,
.fs-body-category #listing_page .precautions .precautions_text_area .precautions_text {
  font-size: 16px;
}
.fs-body-custom #listing_page .faq,
.fs-body-product #listing_page .faq,
.fs-body-category #listing_page .faq {
  margin-top: 90px;
}
.fs-body-custom #listing_page .faq .faq_title,
.fs-body-product #listing_page .faq .faq_title,
.fs-body-category #listing_page .faq .faq_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fs-body-custom #listing_page .faq_box .Q_box,
.fs-body-product #listing_page .faq_box .Q_box,
.fs-body-category #listing_page .faq_box .Q_box {
  background: #f6f6f6 url(../img/faq/faq_o.png);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 40px center;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.fs-body-custom #listing_page .faq_box .Q_box.clicked,
.fs-body-product #listing_page .faq_box .Q_box.clicked,
.fs-body-category #listing_page .faq_box .Q_box.clicked {
  background: #f6f6f6 url(../img/faq/faq_c.png);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: right 40px center;
}
.fs-body-custom #listing_page .faq_box .Q_box .q_title,
.fs-body-product #listing_page .faq_box .Q_box .q_title,
.fs-body-category #listing_page .faq_box .Q_box .q_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 56px;
}
.fs-body-custom #listing_page .faq_box .Q_box .q_title:before,
.fs-body-product #listing_page .faq_box .Q_box .q_title:before,
.fs-body-category #listing_page .faq_box .Q_box .q_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-custom #listing_page .faq_box .A_box,
.fs-body-product #listing_page .faq_box .A_box,
.fs-body-category #listing_page .faq_box .A_box {
  display: none;
  padding: 40px;
  padding-top: 20px;
}
.fs-body-custom #listing_page .faq_box .A_box .a_text,
.fs-body-product #listing_page .faq_box .A_box .a_text,
.fs-body-category #listing_page .faq_box .A_box .a_text {
  font-size: 16px;
}
.fs-body-custom #listing_page .contact_area,
.fs-body-product #listing_page .contact_area,
.fs-body-category #listing_page .contact_area {
  margin-top: 80px;
  background: #f6f6f6;
  padding: 50px 0;
}
.fs-body-custom #listing_page .contact_area .contat_title,
.fs-body-product #listing_page .contact_area .contat_title,
.fs-body-category #listing_page .contact_area .contat_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.fs-body-custom #listing_page .contact_area .contat_title:before,
.fs-body-product #listing_page .contact_area .contat_title:before,
.fs-body-category #listing_page .contact_area .contat_title:before {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  height: 2px;
  width: 32px;
  margin-right: 15px;
  vertical-align: middle;
}
.fs-body-custom #listing_page .contact_area .contat_title:after,
.fs-body-product #listing_page .contact_area .contat_title:after,
.fs-body-category #listing_page .contact_area .contat_title:after {
  content: "";
  display: inline-block;
  background: #c6c6c6;
  height: 2px;
  width: 32px;
  margin-left: 15px;
  vertical-align: middle;
}
.fs-body-custom #listing_page .contact_area .contact_btn_box,
.fs-body-product #listing_page .contact_area .contact_btn_box,
.fs-body-category #listing_page .contact_area .contact_btn_box {
  display: flex;
  max-width: 880px;
  width: 100%;
  margin: 40px auto 0;
  justify-content: space-between;
}
.fs-body-custom #listing_page .contact_area .contact_btn_box .contact_btn,
.fs-body-product #listing_page .contact_area .contact_btn_box .contact_btn,
.fs-body-category #listing_page .contact_area .contact_btn_box .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 75px;
  color: #fff;
  font-size: 24px;
  background-image: url(../img/listing/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 7.5px 16px;
  background-position: 97% center;
}
.fs-body-custom #listing_page .contact_area .contact_btn_box .contact_btn.btn_left,
.fs-body-product #listing_page .contact_area .contact_btn_box .contact_btn.btn_left,
.fs-body-category #listing_page .contact_area .contact_btn_box .contact_btn.btn_left {
  background-color: #c4151c;
  width: 48%;
}
.fs-body-custom #listing_page .contact_area .contact_btn_box .contact_btn.btn_right,
.fs-body-product #listing_page .contact_area .contact_btn_box .contact_btn.btn_right,
.fs-body-category #listing_page .contact_area .contact_btn_box .contact_btn.btn_right {
  background-color: #ffc20e;
  width: 48%;
}
.fs-body-custom #membar_page .membar_mv .membar_mv_text,
.fs-body-product #membar_page .membar_mv .membar_mv_text,
.fs-body-category #membar_page .membar_mv .membar_mv_text {
  margin-top: 15px;
  font-size: 16px;
}
.fs-body-custom #membar_page .membar_mv .membar_mv_text .text_b,
.fs-body-product #membar_page .membar_mv .membar_mv_text .text_b,
.fs-body-category #membar_page .membar_mv .membar_mv_text .text_b {
  font-weight: bold;
}
.fs-body-custom #membar_page .membar_link_btn,
.fs-body-product #membar_page .membar_link_btn,
.fs-body-category #membar_page .membar_link_btn {
  width: 100%;
  max-width: 370px;
  margin: 35px auto 0;
}
.fs-body-custom #membar_page .membar_link_btn .membar_btn,
.fs-body-product #membar_page .membar_link_btn .membar_btn,
.fs-body-category #membar_page .membar_link_btn .membar_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  height: 65px;
  border: 2px solid #c10a11;
  color: #c10a11;
  font-weight: bold;
  border-radius: 10px;
  font-size: 20px;
  background: url(../img/member/member_btn.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
}
.fs-body-custom #membar_page .membar_link_btn .membar_btn .small_text,
.fs-body-product #membar_page .membar_link_btn .membar_btn .small_text,
.fs-body-category #membar_page .membar_link_btn .membar_btn .small_text {
  font-size: 16px;
}
.fs-body-custom #membar_page .membar_list_area,
.fs-body-product #membar_page .membar_list_area,
.fs-body-category #membar_page .membar_list_area {
  margin-top: 125px;
}
.fs-body-custom #membar_page .membar_list_area .membar_list,
.fs-body-product #membar_page .membar_list_area .membar_list,
.fs-body-category #membar_page .membar_list_area .membar_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-body-custom #membar_page .membar_list_area .list_li,
.fs-body-product #membar_page .membar_list_area .list_li,
.fs-body-category #membar_page .membar_list_area .list_li {
  width: 49.5%;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin-bottom: 90px;
  padding: 20px 10px 30px;
}
.fs-body-custom #membar_page .membar_list_area .list_li.kyara,
.fs-body-product #membar_page .membar_list_area .list_li.kyara,
.fs-body-category #membar_page .membar_list_area .list_li.kyara {
  border: none;
  padding: 0;
}
.fs-body-custom #membar_page .membar_list_area .list_li.kyara .membar_kyara,
.fs-body-product #membar_page .membar_list_area .list_li.kyara .membar_kyara,
.fs-body-category #membar_page .membar_list_area .list_li.kyara .membar_kyara {
  max-width: 389px;
  width: 100%;
  margin: -60px auto 0;
}
.fs-body-custom #membar_page .membar_list_area .point_number,
.fs-body-product #membar_page .membar_list_area .point_number,
.fs-body-category #membar_page .membar_list_area .point_number {
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 213px;
}
.fs-body-custom #membar_page .membar_list_area .point_number .number,
.fs-body-product #membar_page .membar_list_area .point_number .number,
.fs-body-category #membar_page .membar_list_area .point_number .number {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
}
.fs-body-custom #membar_page .membar_list_area .point_title_area,
.fs-body-product #membar_page .membar_list_area .point_title_area,
.fs-body-category #membar_page .membar_list_area .point_title_area {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cacaca;
  margin-bottom: 15px;
}
.fs-body-custom #membar_page .membar_list_area .point_title_area .point_icon,
.fs-body-product #membar_page .membar_list_area .point_title_area .point_icon,
.fs-body-category #membar_page .membar_list_area .point_title_area .point_icon {
  max-width: 50px;
  margin-right: 5px;
}
.fs-body-custom #membar_page .membar_list_area .point_title_area .title,
.fs-body-product #membar_page .membar_list_area .point_title_area .title,
.fs-body-category #membar_page .membar_list_area .point_title_area .title {
  font-size: 21px;
  font-weight: bold;
}
.fs-body-custom #membar_page .membar_list_area .point_description .description,
.fs-body-product #membar_page .membar_list_area .point_description .description,
.fs-body-category #membar_page .membar_list_area .point_description .description {
  font-size: 16px;
}
.fs-body-custom #membar_page .point_last_text,
.fs-body-product #membar_page .point_last_text,
.fs-body-category #membar_page .point_last_text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.fs-body-custom #company_page .userTable_02,
.fs-body-product #company_page .userTable_02,
.fs-body-category #company_page .userTable_02 {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-collapse: collapse;
}
.fs-body-custom #company_page .userTable_02 th,
.fs-body-product #company_page .userTable_02 th,
.fs-body-category #company_page .userTable_02 th {
  font-weight: normal;
  background: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 12px 7px;
  vertical-align: middle;
}
.fs-body-custom #company_page .userTable_02 td,
.fs-body-product #company_page .userTable_02 td,
.fs-body-category #company_page .userTable_02 td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 12px 7px;
}
.fs-body-custom #company_page .company_holiday,
.fs-body-product #company_page .company_holiday,
.fs-body-category #company_page .company_holiday {
  text-align: center;
}
.fs-body-custom #company_page .sp_Title04,
.fs-body-product #company_page .sp_Title04,
.fs-body-category #company_page .sp_Title04 {
  margin: 10px 0 5px;
  font-size: 18px;
}

@media (min-width: 1px) and (max-width: 1240px) {
  .fs-body-custom #listing_page .listing_recommended_box .listing_recommended_text_area {
    padding: 0 40px;
  }
  .fs-body-custom #listing_page .price_list_area .price_box .price_table th {
    padding: 20px 30px;
  }
  .fs-body-custom #listing_page .price_list_area .price_box .price_table td {
    padding: 20px 30px;
  }
}
@media (min-width: 1px) and (max-width: 1110px) {
  .fs-body-custom #listing_page .listing_recommended_box .listing_recommended_text_area {
    padding: 0 10px;
  }
  .fs-body-custom #listing_page .listing_recommended_box .listing_recommended_text_area .text {
    font-size: 18px;
  }
  .fs-body-custom #listing_page .price_list_area .price_box .price_table th {
    padding: 20px 20px;
  }
  .fs-body-custom #listing_page .price_list_area .price_box .price_table td {
    padding: 20px 20px;
  }
}
@media (min-width: 1px) and (max-width: 1075px) {
  .fs-body-custom #membar_page .membar_list_area .point_title_area .title {
    font-size: 18px;
  }
}
@media (min-width: 1px) and (max-width: 1040px) {
  .fs-body-custom #listing_page .price_list_area .price_box .price_table.left {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .fs-body-custom #listing_page .price_list_area .price_box .price_table.right {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-custom #membar_page .membar_mv .membar_mv_text {
    padding: 0 2%;
  }
  .fs-body-custom #membar_page .membar_list_area {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 880px) {
  .fs-body-custom #listing_page .price_setting {
    padding: 45px 10px;
  }
  .fs-body-custom #listing_page .price_setting .price_example_test .pirice_plus {
    padding: 0 10px;
  }
  .fs-body-custom #listing_page .price_setting .price_example_test .pirice_total {
    padding: 0 10px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-custom .fs-l-main,
  .fs-body-product .fs-l-main,
  .fs-body-category .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-custom h1.free_p_title,
  .fs-body-product h1.free_p_title,
  .fs-body-category h1.free_p_title {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 10px;
  }
  .fs-body-custom #guide_page,
  .fs-body-product #guide_page,
  .fs-body-category #guide_page {
    padding: 0;
    width: 100%;
    margin: auto;
  }
  .fs-body-custom #guide_sp_area,
  .fs-body-product #guide_sp_area,
  .fs-body-category #guide_sp_area {
    width: 100%;
    margin: auto;
  }
  .fs-body-custom #inquiry_box,
  .fs-body-product #inquiry_box,
  .fs-body-category #inquiry_box {
    width: 100%;
    max-width: 500px;
    padding: 10px;
  }
  .fs-body-custom h2.free_p_sub_title,
  .fs-body-product h2.free_p_sub_title,
  .fs-body-category h2.free_p_sub_title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .fs-body-custom .text_space,
  .fs-body-product .text_space,
  .fs-body-category .text_space {
    padding-left: 0;
    margin: 0 auto 25px;
    width: 90%;
  }
  .fs-body-custom .text_space .left_space_text,
  .fs-body-product .text_space .left_space_text,
  .fs-body-category .text_space .left_space_text {
    font-size: 14px;
  }
  .fs-body-custom .text_space .step_title,
  .fs-body-product .text_space .step_title,
  .fs-body-category .text_space .step_title {
    font-size: 16px;
  }
  .fs-body-custom .text_space .step_title .step_number,
  .fs-body-product .text_space .step_title .step_number,
  .fs-body-category .text_space .step_title .step_number {
    font-size: 12px;
  }
  .fs-body-custom .text_space .step_box,
  .fs-body-product .text_space .step_box,
  .fs-body-category .text_space .step_box {
    padding: 15px;
    flex-direction: column;
  }
  .fs-body-custom .text_space .step_box .step_image,
  .fs-body-product .text_space .step_box .step_image,
  .fs-body-category .text_space .step_box .step_image {
    width: 100%;
  }
  .fs-body-custom .text_space .step_box .step_content,
  .fs-body-product .text_space .step_box .step_content,
  .fs-body-category .text_space .step_box .step_content {
    width: 100%;
  }
  .fs-body-custom .text_space .step_box .step_content .description,
  .fs-body-product .text_space .step_box .step_content .description,
  .fs-body-category .text_space .step_box .step_content .description {
    margin-top: 5px;
    font-size: 14px;
  }
  .fs-body-custom .text_space .faq_link,
  .fs-body-product .text_space .faq_link,
  .fs-body-category .text_space .faq_link {
    font-size: 14px;
    max-width: 277px;
  }
  .fs-body-custom #faq_page,
  .fs-body-product #faq_page,
  .fs-body-category #faq_page {
    width: 90%;
    margin: auto;
  }
  .fs-body-custom #faq_page .faq_box .Q_box,
  .fs-body-product #faq_page .faq_box .Q_box,
  .fs-body-category #faq_page .faq_box .Q_box {
    background-position: right 15px center;
  }
  .fs-body-custom #faq_page .faq_box .Q_box.clicked,
  .fs-body-product #faq_page .faq_box .Q_box.clicked,
  .fs-body-category #faq_page .faq_box .Q_box.clicked {
    background-position: right 15px center;
  }
  .fs-body-custom #faq_page .faq_box .Q_box .q_title,
  .fs-body-product #faq_page .faq_box .Q_box .q_title,
  .fs-body-category #faq_page .faq_box .Q_box .q_title {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .fs-body-custom #faq_page .faq_box .Q_box .q_title:before,
  .fs-body-product #faq_page .faq_box .Q_box .q_title:before,
  .fs-body-category #faq_page .faq_box .Q_box .q_title:before {
    left: 5px;
  }
  .fs-body-custom #faq_page .faq_box .A_box,
  .fs-body-product #faq_page .faq_box .A_box,
  .fs-body-category #faq_page .faq_box .A_box {
    margin-left: 0;
    padding: 20px;
    padding-top: 10px;
  }
  .fs-body-custom #faq_page .faq_box .A_box .a_text,
  .fs-body-product #faq_page .faq_box .A_box .a_text,
  .fs-body-category #faq_page .faq_box .A_box .a_text {
    font-size: 14px;
  }
  .fs-body-custom #faq_page .contact_information,
  .fs-body-product #faq_page .contact_information,
  .fs-body-category #faq_page .contact_information {
    padding: 30px 15px;
  }
  .fs-body-custom #faq_page .contact_information .info_title,
  .fs-body-product #faq_page .contact_information .info_title,
  .fs-body-category #faq_page .contact_information .info_title {
    font-size: 16px;
  }
  .fs-body-custom #faq_page .contact_information .info_title::before,
  .fs-body-product #faq_page .contact_information .info_title::before,
  .fs-body-category #faq_page .contact_information .info_title::before {
    width: 20px;
  }
  .fs-body-custom #faq_page .contact_information .info_title::after,
  .fs-body-product #faq_page .contact_information .info_title::after,
  .fs-body-category #faq_page .contact_information .info_title::after {
    width: 20px;
  }
  .fs-body-custom #sumifru_page .sumifru_mv,
  .fs-body-product #sumifru_page .sumifru_mv,
  .fs-body-category #sumifru_page .sumifru_mv {
    height: 250px;
  }
  .fs-body-custom #sumifru_page .sumifru_mv .mv_bk,
  .fs-body-product #sumifru_page .sumifru_mv .mv_bk,
  .fs-body-category #sumifru_page .sumifru_mv .mv_bk {
    height: 250px;
  }
  .fs-body-custom #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
  .fs-body-product #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
  .fs-body-category #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk01 {
    background: url(../img/sumifru/mv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
  }
  .fs-body-custom #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk02,
  .fs-body-product #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk02,
  .fs-body-category #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk02 {
    background: url(../img/sumifru/mv_sp_second.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
  }
  .fs-body-custom #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk03,
  .fs-body-product #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk03,
  .fs-body-category #sumifru_page .sumifru_mv .mv_bk .sumifru_slider .bk03 {
    background: url(../img/sumifru/mv_sp_third.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
  }
  .fs-body-custom #sumifru_page .sumifru_mv .mv_logo,
  .fs-body-product #sumifru_page .sumifru_mv .mv_logo,
  .fs-body-category #sumifru_page .sumifru_mv .mv_logo {
    max-width: 295px;
  }
  .fs-body-custom #sumifru_page .main_text,
  .fs-body-product #sumifru_page .main_text,
  .fs-body-category #sumifru_page .main_text {
    font-size: 16px;
    margin-top: 20px;
  }
  .fs-body-custom #sumifru_page .sumifru_sec,
  .fs-body-product #sumifru_page .sumifru_sec,
  .fs-body-category #sumifru_page .sumifru_sec {
    margin-top: 35px;
  }
  .fs-body-custom #sumifru_page .sumifru_sec .sec_text,
  .fs-body-product #sumifru_page .sumifru_sec .sec_text,
  .fs-body-category #sumifru_page .sumifru_sec .sec_text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .fs-body-custom #sumifru_page .sumifru_sec .sec_image,
  .fs-body-product #sumifru_page .sumifru_sec .sec_image,
  .fs-body-category #sumifru_page .sumifru_sec .sec_image {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .fs-body-custom #sumifru_page .sumifru_sec .image_list,
  .fs-body-product #sumifru_page .sumifru_sec .image_list,
  .fs-body-category #sumifru_page .sumifru_sec .image_list {
    width: 47%;
    margin-bottom: 2%;
  }
  .fs-body-custom #sumifru_page .sumifru_sec .sec_title,
  .fs-body-product #sumifru_page .sumifru_sec .sec_title,
  .fs-body-category #sumifru_page .sumifru_sec .sec_title {
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering,
  .fs-body-product #sumifru_page .sumifru_cheering,
  .fs-body-category #sumifru_page .sumifru_cheering {
    margin-top: 55px;
    padding: 20px;
    margin-bottom: 25px;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title:after,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title:after,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_title_area .cheering_title:after {
    width: 47.5px;
    height: 37px;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_box,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_box,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_box {
    flex-direction: column;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_box .left_box,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_box .left_box,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_box .left_box {
    width: 100%;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_box .left_text,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_box .left_text,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_box .left_text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_box .right_box,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_box .right_box,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_box .right_box {
    width: 100%;
    max-width: 230px;
    margin: auto;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_list,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_list,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .fs-body-custom #sumifru_page .sumifru_cheering .cheering_list .cheering_image,
  .fs-body-product #sumifru_page .sumifru_cheering .cheering_list .cheering_image,
  .fs-body-category #sumifru_page .sumifru_cheering .cheering_list .cheering_image {
    width: 49%;
    margin-bottom: 2%;
  }
  .fs-body-custom #sumifru_page .sumifru_faq,
  .fs-body-product #sumifru_page .sumifru_faq,
  .fs-body-category #sumifru_page .sumifru_faq {
    display: none;
  }
  .fs-body-custom #listing_page .sumifru_mv,
  .fs-body-product #listing_page .sumifru_mv,
  .fs-body-category #listing_page .sumifru_mv {
    height: 250px;
  }
  .fs-body-custom #listing_page .sumifru_mv .mv_bk,
  .fs-body-product #listing_page .sumifru_mv .mv_bk,
  .fs-body-category #listing_page .sumifru_mv .mv_bk {
    height: 250px;
  }
  .fs-body-custom #listing_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
  .fs-body-product #listing_page .sumifru_mv .mv_bk .sumifru_slider .bk01,
  .fs-body-category #listing_page .sumifru_mv .mv_bk .sumifru_slider .bk01 {
    background: url(../img/listing/mv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
  }
  .fs-body-custom #listing_page .sumifru_mv .mv_logo,
  .fs-body-product #listing_page .sumifru_mv .mv_logo,
  .fs-body-category #listing_page .sumifru_mv .mv_logo {
    max-width: 295px;
  }
  .fs-body-custom #listing_page .main_text,
  .fs-body-product #listing_page .main_text,
  .fs-body-category #listing_page .main_text {
    font-size: 16px;
    margin-top: 18px;
  }
  .fs-body-custom #listing_page .title_sub_text,
  .fs-body-product #listing_page .title_sub_text,
  .fs-body-category #listing_page .title_sub_text {
    font-size: 14px;
    text-align: left;
    width: 90%;
    margin: 18px auto 0;
  }
  .fs-body-custom #listing_page .listing_recommended_box,
  .fs-body-product #listing_page .listing_recommended_box,
  .fs-body-category #listing_page .listing_recommended_box {
    padding: 17px;
    width: 90%;
    margin: 5px auto 0;
  }
  .fs-body-custom #listing_page .listing_recommended_box .listing_recommended_title_area .title,
  .fs-body-product #listing_page .listing_recommended_box .listing_recommended_title_area .title,
  .fs-body-category #listing_page .listing_recommended_box .listing_recommended_title_area .title {
    font-size: 18px;
  }
  .fs-body-custom #listing_page .listing_recommended_box .listing_recommended_text_area,
  .fs-body-product #listing_page .listing_recommended_box .listing_recommended_text_area,
  .fs-body-category #listing_page .listing_recommended_box .listing_recommended_text_area {
    padding: 0;
  }
  .fs-body-custom #listing_page .listing_recommended_box .listing_recommended_text_area .text,
  .fs-body-product #listing_page .listing_recommended_box .listing_recommended_text_area .text,
  .fs-body-category #listing_page .listing_recommended_box .listing_recommended_text_area .text {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
  }
  .fs-body-custom #listing_page .listing_bottom_text,
  .fs-body-product #listing_page .listing_bottom_text,
  .fs-body-category #listing_page .listing_bottom_text {
    font-size: 12px;
    width: 90%;
    margin: 10px auto 27px;
  }
  .fs-body-custom #listing_page .listing_point_title,
  .fs-body-product #listing_page .listing_point_title,
  .fs-body-category #listing_page .listing_point_title {
    border-radius: 0;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.3;
  }
  .fs-body-custom #listing_page .listing_point_title.day,
  .fs-body-product #listing_page .listing_point_title.day,
  .fs-body-category #listing_page .listing_point_title.day {
    position: relative;
  }
  .fs-body-custom #listing_page .listing_point_title.day .note,
  .fs-body-product #listing_page .listing_point_title.day .note,
  .fs-body-category #listing_page .listing_point_title.day .note {
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 11px;
  }
  .fs-body-custom #listing_page .listing_point_title .point_number,
  .fs-body-product #listing_page .listing_point_title .point_number,
  .fs-body-category #listing_page .listing_point_title .point_number {
    font-size: 12px;
    padding: 5px 7px;
    min-width: 66px;
    text-align: center;
    margin-right: 7px;
  }
  .fs-body-custom #listing_page .listing_point_text,
  .fs-body-product #listing_page .listing_point_text,
  .fs-body-category #listing_page .listing_point_text {
    padding: 10px 0 25px;
  }
  .fs-body-custom #listing_page .listing_point_text .point_text,
  .fs-body-product #listing_page .listing_point_text .point_text,
  .fs-body-category #listing_page .listing_point_text .point_text {
    padding: 0 20px;
    font-size: 14px;
  }
  .fs-body-custom #listing_page .listing_point_text .point_image,
  .fs-body-product #listing_page .listing_point_text .point_image,
  .fs-body-category #listing_page .listing_point_text .point_image {
    width: 90%;
    margin: 17px auto 0;
  }
  .fs-body-custom #listing_page .how_to_box,
  .fs-body-product #listing_page .how_to_box,
  .fs-body-category #listing_page .how_to_box {
    width: 90%;
    margin: 20px auto 0;
    padding: 15px 20px;
  }
  .fs-body-custom #listing_page .how_to_box .how_to_title_area .title,
  .fs-body-product #listing_page .how_to_box .how_to_title_area .title,
  .fs-body-category #listing_page .how_to_box .how_to_title_area .title {
    font-size: 18px;
  }
  .fs-body-custom #listing_page .how_to_box .how_to_flex,
  .fs-body-product #listing_page .how_to_box .how_to_flex,
  .fs-body-category #listing_page .how_to_box .how_to_flex {
    flex-direction: column;
    margin-top: 20px;
    width: 95%;
  }
  .fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_left,
  .fs-body-product #listing_page .how_to_box .how_to_flex .how_to_left,
  .fs-body-category #listing_page .how_to_box .how_to_flex .how_to_left {
    margin-bottom: 25px;
  }
  .fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_left .how_to_pic,
  .fs-body-product #listing_page .how_to_box .how_to_flex .how_to_left .how_to_pic,
  .fs-body-category #listing_page .how_to_box .how_to_flex .how_to_left .how_to_pic {
    max-width: 74px;
  }
  .fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text .text,
  .fs-body-product #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text .text,
  .fs-body-category #listing_page .how_to_box .how_to_flex .how_to_left .how_to_text .text {
    font-size: 14px;
  }
  .fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_right .how_to_pic,
  .fs-body-product #listing_page .how_to_box .how_to_flex .how_to_right .how_to_pic,
  .fs-body-category #listing_page .how_to_box .how_to_flex .how_to_right .how_to_pic {
    max-width: 61px;
  }
  .fs-body-custom #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text .text,
  .fs-body-product #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text .text,
  .fs-body-category #listing_page .how_to_box .how_to_flex .how_to_right .how_to_text .text {
    font-size: 14px;
  }
  .fs-body-custom #listing_page .sumifru_cheering,
  .fs-body-product #listing_page .sumifru_cheering,
  .fs-body-category #listing_page .sumifru_cheering {
    padding: 20px;
    width: 90%;
    margin: 20px auto 0px;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_title_area .cheering_title,
  .fs-body-product #listing_page .sumifru_cheering .cheering_title_area .cheering_title,
  .fs-body-category #listing_page .sumifru_cheering .cheering_title_area .cheering_title {
    font-size: 16px;
    display: flex;
    justify-content: center;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_title_area .cheering_title:after,
  .fs-body-product #listing_page .sumifru_cheering .cheering_title_area .cheering_title:after,
  .fs-body-category #listing_page .sumifru_cheering .cheering_title_area .cheering_title:after {
    width: 47.5px;
    height: 37px;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_box,
  .fs-body-product #listing_page .sumifru_cheering .cheering_box,
  .fs-body-category #listing_page .sumifru_cheering .cheering_box {
    flex-direction: column;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_box .left_box,
  .fs-body-product #listing_page .sumifru_cheering .cheering_box .left_box,
  .fs-body-category #listing_page .sumifru_cheering .cheering_box .left_box {
    width: 100%;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_box .left_text,
  .fs-body-product #listing_page .sumifru_cheering .cheering_box .left_text,
  .fs-body-category #listing_page .sumifru_cheering .cheering_box .left_text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_box .right_box,
  .fs-body-product #listing_page .sumifru_cheering .cheering_box .right_box,
  .fs-body-category #listing_page .sumifru_cheering .cheering_box .right_box {
    width: 100%;
    max-width: 230px;
    margin: auto;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_list,
  .fs-body-product #listing_page .sumifru_cheering .cheering_list,
  .fs-body-category #listing_page .sumifru_cheering .cheering_list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .fs-body-custom #listing_page .sumifru_cheering .cheering_list .cheering_image,
  .fs-body-product #listing_page .sumifru_cheering .cheering_list .cheering_image,
  .fs-body-category #listing_page .sumifru_cheering .cheering_list .cheering_image {
    width: 49%;
    margin-bottom: 2%;
  }
  .fs-body-custom #listing_page .contact_area,
  .fs-body-product #listing_page .contact_area,
  .fs-body-category #listing_page .contact_area {
    width: 90%;
    margin: auto;
  }
  .fs-body-custom #listing_page .contact_area .contat_title,
  .fs-body-product #listing_page .contact_area .contat_title,
  .fs-body-category #listing_page .contact_area .contat_title {
    font-size: 16px;
  }
  .fs-body-custom #listing_page .contact_area .contat_title:before,
  .fs-body-product #listing_page .contact_area .contat_title:before,
  .fs-body-category #listing_page .contact_area .contat_title:before {
    display: none;
  }
  .fs-body-custom #listing_page .contact_area .contat_title:after,
  .fs-body-product #listing_page .contact_area .contat_title:after,
  .fs-body-category #listing_page .contact_area .contat_title:after {
    display: none;
  }
  .fs-body-custom #listing_page .contact_area .contact_btn_box,
  .fs-body-product #listing_page .contact_area .contact_btn_box,
  .fs-body-category #listing_page .contact_area .contact_btn_box {
    margin-top: 25px;
    width: 90%;
    align-items: center;
    flex-direction: column;
  }
  .fs-body-custom #listing_page .contact_area .contact_btn_box .contact_btn,
  .fs-body-product #listing_page .contact_area .contact_btn_box .contact_btn,
  .fs-body-category #listing_page .contact_area .contact_btn_box .contact_btn {
    height: 50px;
    font-size: 16px;
    max-width: 270px;
  }
  .fs-body-custom #listing_page .contact_area .contact_btn_box .contact_btn.btn_left,
  .fs-body-product #listing_page .contact_area .contact_btn_box .contact_btn.btn_left,
  .fs-body-category #listing_page .contact_area .contact_btn_box .contact_btn.btn_left {
    width: 100%;
    max-width: 270px;
    margin-bottom: 10px;
  }
  .fs-body-custom #listing_page .contact_area .contact_btn_box .contact_btn.btn_right,
  .fs-body-product #listing_page .contact_area .contact_btn_box .contact_btn.btn_right,
  .fs-body-category #listing_page .contact_area .contact_btn_box .contact_btn.btn_right {
    width: 100%;
    max-width: 270px;
  }
  .fs-body-custom #listing_page .listing_about,
  .fs-body-product #listing_page .listing_about,
  .fs-body-category #listing_page .listing_about {
    margin-top: 25px;
  }
  .fs-body-custom #listing_page .listing_about .listin_about_title,
  .fs-body-product #listing_page .listing_about .listin_about_title,
  .fs-body-category #listing_page .listing_about .listin_about_title {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 8px;
  }
  .fs-body-custom #listing_page .listing_about .point_image,
  .fs-body-product #listing_page .listing_about .point_image,
  .fs-body-category #listing_page .listing_about .point_image {
    width: 90%;
    margin: auto;
  }
  .fs-body-custom #listing_page .listing_about .price_list_area,
  .fs-body-product #listing_page .listing_about .price_list_area,
  .fs-body-category #listing_page .listing_about .price_list_area {
    margin-top: 25px;
  }
  .fs-body-custom #listing_page .listing_about .price_list_area .price_list_title,
  .fs-body-product #listing_page .listing_about .price_list_area .price_list_title,
  .fs-body-category #listing_page .listing_about .price_list_area .price_list_title {
    font-size: 18px;
    padding: 0 20px;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table.left,
  .fs-body-product #listing_page .listing_about .price_box .price_table.left,
  .fs-body-category #listing_page .listing_about .price_box .price_table.left {
    float: none;
    width: 90%;
    margin: 0 auto 10px;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table.left td.color_text,
  .fs-body-product #listing_page .listing_about .price_box .price_table.left td.color_text,
  .fs-body-category #listing_page .listing_about .price_box .price_table.left td.color_text {
    padding: 10px 20px;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table tr:nth-child(1) th:nth-child(1),
  .fs-body-product #listing_page .listing_about .price_box .price_table tr:nth-child(1) th:nth-child(1),
  .fs-body-category #listing_page .listing_about .price_box .price_table tr:nth-child(1) th:nth-child(1) {
    padding: 10px 20px;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table.right,
  .fs-body-product #listing_page .listing_about .price_box .price_table.right,
  .fs-body-category #listing_page .listing_about .price_box .price_table.right {
    float: none;
    width: 90%;
    margin: auto;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table.right td.color_text,
  .fs-body-product #listing_page .listing_about .price_box .price_table.right td.color_text,
  .fs-body-category #listing_page .listing_about .price_box .price_table.right td.color_text {
    padding: 10px 20px;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table th,
  .fs-body-product #listing_page .listing_about .price_box .price_table th,
  .fs-body-category #listing_page .listing_about .price_box .price_table th {
    font-size: 14px;
    padding: 10px 9px;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table th .text_s,
  .fs-body-product #listing_page .listing_about .price_box .price_table th .text_s,
  .fs-body-category #listing_page .listing_about .price_box .price_table th .text_s {
    font-size: 12px;
  }
  .fs-body-custom #listing_page .listing_about .price_box .price_table td,
  .fs-body-product #listing_page .listing_about .price_box .price_table td,
  .fs-body-category #listing_page .listing_about .price_box .price_table td {
    font-size: 14px;
    padding: 10px 9px;
  }
  .fs-body-custom #listing_page .price_setting,
  .fs-body-product #listing_page .price_setting,
  .fs-body-category #listing_page .price_setting {
    width: 90%;
    margin: 27px auto 0;
    padding: 20px 17px;
  }
  .fs-body-custom #listing_page .price_setting .price_title,
  .fs-body-product #listing_page .price_setting .price_title,
  .fs-body-category #listing_page .price_setting .price_title {
    font-size: 16px;
  }
  .fs-body-custom #listing_page .price_setting .price_title:before,
  .fs-body-product #listing_page .price_setting .price_title:before,
  .fs-body-category #listing_page .price_setting .price_title:before {
    width: 16px;
    margin-right: 5px;
  }
  .fs-body-custom #listing_page .price_setting .price_title:after,
  .fs-body-product #listing_page .price_setting .price_title:after,
  .fs-body-category #listing_page .price_setting .price_title:after {
    width: 16px;
    margin-left: 5px;
  }
  .fs-body-custom #listing_page .price_setting .price_formula,
  .fs-body-product #listing_page .price_setting .price_formula,
  .fs-body-category #listing_page .price_setting .price_formula {
    margin-top: 30px;
    font-size: 13px;
    text-align: left;
  }
  .fs-body-custom #listing_page .price_setting .price_example,
  .fs-body-product #listing_page .price_setting .price_example,
  .fs-body-category #listing_page .price_setting .price_example {
    margin-top: 30px;
    font-size: 13px;
    text-align: left;
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .fs-body-custom #listing_page .price_setting .price_example_test,
  .fs-body-product #listing_page .price_setting .price_example_test,
  .fs-body-category #listing_page .price_setting .price_example_test {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fs-body-custom #listing_page .price_setting .price_example_test .pirice_line,
  .fs-body-product #listing_page .price_setting .price_example_test .pirice_line,
  .fs-body-category #listing_page .price_setting .price_example_test .pirice_line {
    font-size: 12px;
    height: 55px;
    padding: 0 15px;
    margin-bottom: 8px;
  }
  .fs-body-custom #listing_page .price_setting .price_example_test .pirice_line .pirice_secong .price_price,
  .fs-body-product #listing_page .price_setting .price_example_test .pirice_line .pirice_secong .price_price,
  .fs-body-category #listing_page .price_setting .price_example_test .pirice_line .pirice_secong .price_price {
    font-size: 14px;
  }
  .fs-body-custom #listing_page .price_setting .price_example_test .pirice_plus,
  .fs-body-product #listing_page .price_setting .price_example_test .pirice_plus,
  .fs-body-category #listing_page .price_setting .price_example_test .pirice_plus {
    font-size: 15px;
    padding: 0 5px;
  }
  .fs-body-custom #listing_page .price_setting .price_example_test .pirice_total,
  .fs-body-product #listing_page .price_setting .price_example_test .pirice_total,
  .fs-body-category #listing_page .price_setting .price_example_test .pirice_total {
    padding: 0 5px;
    font-size: 16px;
  }
  .fs-body-custom #listing_page .precautions,
  .fs-body-product #listing_page .precautions,
  .fs-body-category #listing_page .precautions {
    margin-top: 25px;
  }
  .fs-body-custom #listing_page .precautions .precautions_title,
  .fs-body-product #listing_page .precautions .precautions_title,
  .fs-body-category #listing_page .precautions .precautions_title {
    font-size: 18px;
    padding: 0 20px;
  }
  .fs-body-custom #listing_page .precautions .precautions_text_area,
  .fs-body-product #listing_page .precautions .precautions_text_area,
  .fs-body-category #listing_page .precautions .precautions_text_area {
    margin-top: 10px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .fs-body-custom #listing_page .precautions .precautions_text_area .precautions_text,
  .fs-body-product #listing_page .precautions .precautions_text_area .precautions_text,
  .fs-body-category #listing_page .precautions .precautions_text_area .precautions_text {
    font-size: 14px;
  }
  .fs-body-custom #listing_page .faq,
  .fs-body-product #listing_page .faq,
  .fs-body-category #listing_page .faq {
    margin-top: 25px;
  }
  .fs-body-custom #listing_page .faq .faq_title,
  .fs-body-product #listing_page .faq .faq_title,
  .fs-body-category #listing_page .faq .faq_title {
    font-size: 18px;
    padding: 0 20px;
  }
  .fs-body-custom #listing_page .faq .faq_box .Q_box,
  .fs-body-product #listing_page .faq .faq_box .Q_box,
  .fs-body-category #listing_page .faq .faq_box .Q_box {
    border-radius: 0;
    background-position: right 15px center;
  }
  .fs-body-custom #listing_page .faq .faq_box .Q_box.clicked,
  .fs-body-product #listing_page .faq .faq_box .Q_box.clicked,
  .fs-body-category #listing_page .faq .faq_box .Q_box.clicked {
    background-position: right 15px center;
  }
  .fs-body-custom #listing_page .faq .faq_box .Q_box .q_title,
  .fs-body-product #listing_page .faq .faq_box .Q_box .q_title,
  .fs-body-category #listing_page .faq .faq_box .Q_box .q_title {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .fs-body-custom #listing_page .faq .faq_box .Q_box .q_title:before,
  .fs-body-product #listing_page .faq .faq_box .Q_box .q_title:before,
  .fs-body-category #listing_page .faq .faq_box .Q_box .q_title:before {
    left: 5px;
  }
  .fs-body-custom #listing_page .faq .faq_box .A_box,
  .fs-body-product #listing_page .faq .faq_box .A_box,
  .fs-body-category #listing_page .faq .faq_box .A_box {
    margin-left: 0;
    padding: 20px;
    padding-top: 10px;
  }
  .fs-body-custom #listing_page .faq .faq_box .A_box .a_text,
  .fs-body-product #listing_page .faq .faq_box .A_box .a_text,
  .fs-body-category #listing_page .faq .faq_box .A_box .a_text {
    font-size: 14px;
  }
  .fs-body-custom #membar_page .membar_mv .membar_mv_text,
  .fs-body-product #membar_page .membar_mv .membar_mv_text,
  .fs-body-category #membar_page .membar_mv .membar_mv_text {
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  .fs-body-custom #membar_page .membar_list_area,
  .fs-body-product #membar_page .membar_list_area,
  .fs-body-category #membar_page .membar_list_area {
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .fs-body-custom #membar_page .membar_list_area .membar_list,
  .fs-body-product #membar_page .membar_list_area .membar_list,
  .fs-body-category #membar_page .membar_list_area .membar_list {
    flex-direction: column;
  }
  .fs-body-custom #membar_page .membar_list_area .list_li,
  .fs-body-product #membar_page .membar_list_area .list_li,
  .fs-body-category #membar_page .membar_list_area .list_li {
    width: 100%;
    margin-bottom: 65px;
  }
  .fs-body-custom #membar_page .membar_list_area .list_li.kyara .membar_kyara,
  .fs-body-product #membar_page .membar_list_area .list_li.kyara .membar_kyara,
  .fs-body-category #membar_page .membar_list_area .list_li.kyara .membar_kyara {
    margin-top: -30px;
  }
  .fs-body-custom #membar_page .membar_list_area .point_number,
  .fs-body-product #membar_page .membar_list_area .point_number,
  .fs-body-category #membar_page .membar_list_area .point_number {
    top: -42px;
  }
  .fs-body-custom #membar_page .membar_list_area .point_number .number,
  .fs-body-product #membar_page .membar_list_area .point_number .number,
  .fs-body-category #membar_page .membar_list_area .point_number .number {
    font-size: 18px;
  }
  .fs-body-custom #membar_page .membar_list_area .point_title_area,
  .fs-body-product #membar_page .membar_list_area .point_title_area,
  .fs-body-category #membar_page .membar_list_area .point_title_area {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .fs-body-custom #membar_page .membar_list_area .point_title_area .point_icon,
  .fs-body-product #membar_page .membar_list_area .point_title_area .point_icon,
  .fs-body-category #membar_page .membar_list_area .point_title_area .point_icon {
    max-width: 35px;
  }
  .fs-body-custom #membar_page .membar_list_area .point_title_area .title,
  .fs-body-product #membar_page .membar_list_area .point_title_area .title,
  .fs-body-category #membar_page .membar_list_area .point_title_area .title {
    font-size: 16px;
  }
  .fs-body-custom #membar_page .membar_list_area .point_description .description,
  .fs-body-product #membar_page .membar_list_area .point_description .description,
  .fs-body-category #membar_page .membar_list_area .point_description .description {
    font-size: 14px;
  }
  .fs-body-custom #membar_page .point_last_text,
  .fs-body-product #membar_page .point_last_text,
  .fs-body-category #membar_page .point_last_text {
    font-size: 16px;
  }
  .fs-body-custom #membar_page .membar_link_btn,
  .fs-body-product #membar_page .membar_link_btn,
  .fs-body-category #membar_page .membar_link_btn {
    width: 90%;
  }
  .fs-body-custom #membar_page .membar_link_btn .membar_btn,
  .fs-body-product #membar_page .membar_link_btn .membar_btn,
  .fs-body-category #membar_page .membar_link_btn .membar_btn {
    font-size: 14px;
    height: 55px;
  }
  .fs-body-custom #membar_page .membar_link_btn .membar_btn .small_text,
  .fs-body-product #membar_page .membar_link_btn .membar_btn .small_text,
  .fs-body-category #membar_page .membar_link_btn .membar_btn .small_text {
    font-size: 14px;
  }
  .fs-body-custom #company_page,
  .fs-body-product #company_page,
  .fs-body-category #company_page {
    width: 90%;
    margin: auto;
  }
  .fs-body-custom #company_page .sp_Title04,
  .fs-body-product #company_page .sp_Title04,
  .fs-body-category #company_page .sp_Title04 {
    font-size: 16px;
  }
  .fs-body-product #faq_page,
  .fs-body-product h1.free_p_title,
  .fs-body-category #faq_page,
  .fs-body-category h1.free_p_title {
    width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 367px) {
  .fs-body-custom h2.free_p_sub_title {
    font-size: 14px;
    line-height: 1.9;
  }
}
@media (min-width: 1px) and (max-width: 340px) {
  .fs-body-custom #listing_page .listing_point_title.day .note {
    bottom: 0;
  }
}
/*特定商取引法に基づく表示*/
.fs-body-about-terms #terms_area h1.free_p_title {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-terms #businessdeal_page {
  line-height: 1.6;
  font-size: 14px;
}
.fs-body-about-terms #businessdeal_page h2.free_p_sub_title {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-about-terms #businessdeal_page h2.free_p_sub_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-about-terms #businessdeal_page .userTable_02 {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-collapse: collapse;
}
.fs-body-about-terms #businessdeal_page .userTable_02 th {
  font-weight: normal;
  background: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 12px 7px;
  vertical-align: middle;
}
.fs-body-about-terms #businessdeal_page .userTable_02 td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 12px 7px;
  vertical-align: middle;
}
.fs-body-about-terms #businessdeal_page h4.Definition {
  margin: 10px 0 5px;
  color: #333;
  font-size: 18px;
  border-bottom: 2px dotted #dddddd;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-about-terms #terms_area h1.free_p_title {
    padding: 0 2%;
  }
  .fs-body-about-terms #businessdeal_page .userTable_02 {
    width: 96%;
    margin: 10px auto;
  }
  .fs-body-about-terms #businessdeal_page h4.Definition {
    margin: 10px auto 5px;
    width: 96%;
  }
  .fs-body-about-terms #businessdeal_page .sp_space_text {
    width: 96%;
    margin: 10px auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-about-terms .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-about-terms #terms_area h1.free_p_title {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-about-terms #businessdeal_page h2.free_p_sub_title {
    font-size: 16px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .fs-body-about-terms #businessdeal_page .userTable_02 {
    width: 90%;
    margin: 10px auto;
  }
  .fs-body-about-terms #businessdeal_page .table_bottom_text {
    font-size: 12px;
    display: block;
    margin: auto;
    width: 90%;
    text-align: left;
  }
  .fs-body-about-terms #businessdeal_page h4.Definition {
    margin: 10px auto 5px;
    width: 90%;
    font-size: 15px;
  }
  .fs-body-about-terms #businessdeal_page .sp_space_text {
    width: 90%;
    margin: 10px auto;
    font-size: 14px;
  }
}
/*個人情報取り扱いについて*/
.fs-body-about-privacyPolicy #policy_area h1.free_p_title {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-privacyPolicy #privacypolicy_page h3 {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-about-privacyPolicy #privacypolicy_page h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-about-privacyPolicy #privacypolicy_page h3.first_title {
  margin-top: 0;
}
.fs-body-about-privacyPolicy #privacypolicy_page .address_img {
  display: inline-block;
}
.fs-body-about-privacyPolicy #privacypolicy_page .privacy_link a {
  color: #00609f;
  text-decoration: underline;
}
.fs-body-about-privacyPolicy #privacypolicy_page p {
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-about-privacyPolicy #policy_area h1.free_p_title {
    padding: 0 2%;
  }
  .fs-body-about-privacyPolicy #privacypolicy_page p {
    width: 96%;
    margin: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-about-privacyPolicy .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-about-privacyPolicy #policy_area h1.free_p_title {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-about-privacyPolicy #privacypolicy_page p {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-privacyPolicy #privacypolicy_page h3 {
    font-size: 16px;
  }
}
/*ページが見つかりません*/
.fs-body-notfound img.fs-p-pageNotFound__image {
  margin: auto;
}

/*送料とお支払い方法について*/
.fs-body-about-shippingPayment #payment_area h1.free_p_title {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-shippingPayment #payment_page h2.CrossHead {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-about-shippingPayment #payment_page h2.CrossHead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-about-shippingPayment #payment_page p {
  line-height: 1.6;
  margin: 1em 0;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle h2.free_p_title {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle .FS2_PostageSettleList_table.base_table {
  width: 100%;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle h3.Definition {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle h3.Definition:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle .FS2_PostageSettleList_icons {
  display: flex;
  flex-wrap: wrap;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle .userTable_02 {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle .userTable_02 th {
  font-weight: normal;
  background: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 12px 7px;
}
.fs-body-about-shippingPayment #payment_page .FS2_Config_Settle .userTable_02 td {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 12px 7px;
}
.fs-body-about-shippingPayment #payment_page .pageTitle {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-shippingPayment #payment_page .red {
  color: rgb(185, 28, 34);
}
.fs-body-about-shippingPayment #payment_page .FS2_bottom_btn_center_1 img {
  margin: auto;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-about-shippingPayment #payment_area h1.free_p_title {
    padding: 0 2%;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Postage p {
    width: 96%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle_about p {
    width: 96%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle_tax p {
    width: 96%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_DeliveryMethod p {
    width: 96%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle h2.free_p_title {
    padding: 0 2%;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle .userTable_02 {
    width: 96%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle .FS2_PostageSettleList_icons {
    padding: 0 2%;
  }
  .fs-body-about-shippingPayment #payment_area .pageTitle {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-about-shippingPayment .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-about-shippingPayment #payment_area h1.free_p_title {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Postage p {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle_about p {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle_tax p {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_DeliveryMethod p {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle h2.free_p_title {
    padding: 0 0%;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 16px;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle h3.Definition {
    font-size: 16px;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle .userTable_02 {
    width: 90%;
    margin: auto;
    font-size: 14px;
  }
  .fs-body-about-shippingPayment #payment_area .FS2_Config_Settle .FS2_PostageSettleList_icons {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-about-shippingPayment #payment_area .pageTitle {
    padding: 0 0%;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 16px;
  }
  .fs-body-about-shippingPayment #payment_area h2.CrossHead {
    font-size: 16px;
  }
}
/*ポイントについて*/
.fs-body-about-points #point_area h1.free_p_title {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-points #point_page h3.Definition {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-about-points #point_page h3.Definition:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-about-points .FS2_bottom_btn_center_1 {
  margin: 20px 0;
}
.fs-body-about-points .FS2_bottom_btn_center_1 img {
  margin: auto;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-about-points #point_area h1.free_p_title {
    padding: 0 2%;
  }
  .fs-body-about-points #point_page p {
    width: 96%;
    margin: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-about-points .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-about-points #point_area h1.free_p_title {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-about-points #point_page h3.Definition {
    font-size: 16px;
  }
  .fs-body-about-points #point_page p {
    width: 90%;
    margin: auto;
  }
}
/*返品特約について*/
.fs-body-about-returnPolicy .fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-returnPolicy .fs-c-documentColumn__heading {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-about-returnPolicy .fs-c-documentColumn__heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-about-returnPolicy .fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-about-returnPolicy .fs-c-documentColumn__content {
    width: 96%;
    margin: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-about-returnPolicy .fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-about-returnPolicy .fs-c-documentColumn__heading {
    font-size: 16px;
  }
  .fs-body-about-returnPolicy .fs-c-documentColumn__content {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-returnPolicy .fs-c-list li {
    font-size: 14px;
  }
}
/*会員規約について*/
.fs-body-about-memberAgreement .fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-about-memberAgreement .fs-c-documentColumn__heading {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-about-memberAgreement .fs-c-documentColumn__heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-about-memberAgreement .fs-c-orderedList > li::before {
  color: #333;
}
.fs-body-about-memberAgreement .fs-c-orderedList > li .fs-c-orderedList {
  border-left: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-about-memberAgreement .fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-about-memberAgreement .fs-c-documentColumn__content {
    width: 96%;
    margin: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-about-memberAgreement .fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-about-memberAgreement .fs-c-documentColumn__heading {
    font-size: 16px;
  }
  .fs-body-about-memberAgreement .fs-c-documentColumn__content {
    width: 90%;
    margin: auto;
  }
  .fs-body-about-memberAgreement .fs-c-orderedList > li {
    font-size: 14px;
  }
  .fs-body-about-memberAgreement .fs-c-orderedList > li .fs-c-orderedList li {
    font-size: 14px;
  }
}
/*会員登録*/
.fs-body-register .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-register .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-register .fs-c-inputInformation__field {
  max-width: 100%;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-register .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-register .fs-c-inputInformation {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-register .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-register .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-register .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*tableレイアウト*/
.fs-c-inputTable > tbody > tr {
  flex-direction: row;
  justify-content: space-between;
}

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}

.fs-c-inputTable {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.fs-c-inputTable__headerCell {
  width: 30%;
  background: #f6f6f6;
  font-weight: normal;
  border-bottom: 1px solid #dddddd;
  padding: 12px 7px;
  border-right: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fs-c-inputTable__dataCell {
  width: 70%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 12px 7px;
  line-height: 1.8;
}

@media (min-width: 1px) and (max-width: 767px) {
  .fs-c-inputTable__headerCell {
    width: 100%;
    justify-content: flex-start;
  }
  .fs-c-inputTable__dataCell {
    width: 100%;
  }
  .fs-c-inputTable {
    font-size: 14px;
  }
}
/*必須*/
.fs-c-requiredMark {
  width: 46px;
  height: auto;
  vertical-align: middle;
  display: inline;
  color: #c10a11;
  font-size: 14px;
}

.fs-c-requiredMark::before {
  display: none;
}

/*td内テキスト*/
.fs-c-inputField {
  display: flex;
  flex-direction: column-reverse;
}

/*select*/
.fs-c-dropdown__menu {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.fs-c-dropdown::after {
  padding: 2px;
}

/*ボタン*/
.fs-c-button--primary {
  font-size: 20px;
  font-weight: bold;
  padding: 0.7em 1.6em 0.7em;
  box-shadow: none;
}

.fs-c-button--secondary {
  font-size: 20px;
  font-weight: bold;
  padding: 0.7em 1.6em 0.7em;
  box-shadow: none;
}

.fs-c-button--standard {
  font-size: 20px;
  font-weight: bold;
  padding: 0.7em 1.6em 0.7em;
  box-shadow: none;
}

/*マイページログイン*/
.fs-body-login .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-login .fs-c-registeredUsers {
  flex-basis: 100%;
}
.fs-body-login .fs-c-newUsers {
  flex-basis: 100%;
}
.fs-body-login .fs-c-subSection__title {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-login .fs-c-subSection__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-login .fs-c-inputInformation__field {
  margin: 0 auto;
  background: transparent;
  padding: 0;
  max-width: 100%;
}
.fs-body-login .fs-c-requiredMark {
  display: none;
}
.fs-body-login .fs-c-inputTable__headerCell {
  width: 30%;
}
.fs-body-login .fs-c-inputTable__dataCell {
  width: 70%;
}
.fs-body-login .fs-c-newUsers__message.fs-c-subSection__message .fs-c-buttonContainer {
  margin: 20px 0;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-login .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-login .fs-c-fsLogin.fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-login .fs-c-otherServiceLogin {
    padding: 0 2%;
  }
  .fs-body-login .fs-c-inputTable__headerCell {
    width: 100%;
  }
  .fs-body-login .fs-c-inputTable__dataCell {
    width: 100%;
  }
  .fs-body-login .fs-c-newUsers {
    margin-left: 0;
  }
  .fs-body-login .fs-c-newUsers__message.fs-c-subSection__message {
    margin-left: 0;
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-login #header .trird_header {
    display: none;
  }
  .fs-body-login .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-login .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-login .fs-c-subSection__title {
    font-size: 16px;
  }
  .fs-body-login .fs-c-fsLogin.fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-login .fs-c-otherServiceLogin {
    padding: 0;
    width: 90%;
    margin: 30px auto;
  }
  .fs-body-login .fs-c-newUsers {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-login .fs-c-newUsers__message.fs-c-subSection__message {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*パスワードお忘れテキスト*/
.fs-c-inputInformation__link {
  text-align: center;
}
.fs-c-inputInformation__link .fs-c-textLink {
  color: rgb(0, 96, 159);
  text-decoration: underline;
}
.fs-c-inputInformation__link .fs-c-textLink:before {
  content: ">>";
  display: inline-block;
  text-decoration: underline;
}

/*まだご登録がお済みでないお客様*/
.FS2_Login_comment_area {
  font-size: 15px;
  letter-spacing: -0.5px;
}

@media (min-width: 1px) and (max-width: 767px) {
  .FS2_Login_comment_area {
    font-size: 14px;
  }
}
/*アマゾンログイン*/
.FS2_OtherServiceLoginAreaDivider_container {
  margin: 0 0 10px;
  width: 100%;
  text-align: center;
}
.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line {
  position: relative;
  display: block;
}
.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 42%;
  content: "";
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: rgb(170, 170, 170);
}
.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line:after {
  position: absolute;
  top: 0.5em;
  right: 0;
  display: block;
  width: 42%;
  content: "";
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: rgb(170, 170, 170);
}
.FS2_OtherServiceLoginAreaDivider_container .FS2_Divider_line .FS2_Divider_labelText {
  text-align: center;
}

.FS2_AnotherLogin_comment.FS2_AmazonLogin_comment {
  font-size: 13px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
  padding: 0.5em 1em;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  border-radius: 0.5em;
  background: rgba(220, 220, 220, 0.3);
  text-align: left;
}
.FS2_AnotherLogin_comment.FS2_AmazonLogin_comment:after {
  position: absolute;
  right: 0px;
  bottom: -12px;
  left: 0px;
  display: block;
  width: 0px;
  height: 0px;
  content: "";
  margin: auto;
  border-width: 12px 8px 0px;
  border-style: solid;
  border-color: rgb(204, 204, 204) transparent transparent;
}
.FS2_AnotherLogin_comment.FS2_AmazonLogin_comment p {
  font-size: 14px;
}

/*パースワードマーク*/
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.8rem;
}

/*会員登録完了*/
.fs-body-register-success .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-register-success .fs-c-registerSuccessMessage {
  text-align: left;
  border-bottom: none;
}
.fs-body-register-success .fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 18px;
  background: #c10a11;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 15px 0;
  width: 100%;
  max-width: 260px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-register-success .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-register-success .fs-c-registerSuccessMessage {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-register-success #header .trird_header {
    display: none;
  }
  .fs-body-register-success .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-register-success .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-register-success .fs-c-registerSuccessMessage {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*パスワードをお忘れの場合*/
.fs-body-forgotPassword .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-forgotPassword .fs-c-inputInformation__field {
  background: transparent;
  max-width: 100%;
  padding: 0;
}
.fs-body-forgotPassword .fs-c-inputInformation__message {
  justify-content: flex-start;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-forgotPassword .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-forgotPassword .fs-c-inputInformation {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-forgotPassword .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-forgotPassword .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-forgotPassword .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-forgotPassword .fs-c-orderedList li {
    font-size: 14px;
  }
}
/*新しいパスワードの登録*/
.fs-body-resetPassword .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-resetPassword .fs-c-inputInformation__field {
  background: transparent;
  max-width: 100%;
  padding: 0;
}
.fs-body-resetPassword .fs-c-inputInformation__message {
  justify-content: flex-start;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-resetPassword .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-resetPassword .fs-c-inputInformation {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-resetPassword .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-resetPassword .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-resetPassword .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*メールマガジン登録*/
.fs-body-newsletter-subscribe .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  background: transparent;
  max-width: 100%;
  padding: 0;
}
.fs-body-newsletter-subscribe .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-newsletter-subscribe .fs-p-emailDomainNotice strong {
  font-weight: bold;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-newsletter-subscribe .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-newsletter-subscribe .fs-l-block--center {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-newsletter-subscribe .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-newsletter-subscribe .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-newsletter-subscribe .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-newsletter-subscribe .fs-l-block--center {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*メールマガジン切り替えボタン*/
.magazine_switching {
  display: block;
  margin: 40px auto;
}
.magazine_switching a {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background: #eeeeee;
  padding: 15px 0;
}

/*メールマガジン停止*/
.fs-body-newsletter-unsubscribe .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  background: transparent;
  max-width: 100%;
  padding: 0;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-newsletter-unsubscribe .fs-c-button--primary.fs-c-button--confirmDelete {
  min-width: 250px;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-newsletter-unsubscribe .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-newsletter-unsubscribe .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-newsletter-unsubscribe .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-newsletter-unsubscribe .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*メールマガジン登録完了*/
.fs-body-newsletter-subscribe-success .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-newsletter-subscribe-success .fs-c-button--secondary {
  font-size: 18px;
  background: #c10a11;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 15px 0;
  width: 100%;
  max-width: 260px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-newsletter-subscribe-success .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-newsletter-subscribe-success .fs-c-inputInformation {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-newsletter-subscribe-success .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-newsletter-subscribe-success .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-newsletter-subscribe-success .fs-c-documentContent {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
  }
  .fs-body-newsletter-subscribe-success .fs-c-button--secondary {
    font-size: 15px;
  }
}
/*メールマガジン停止完了*/
.fs-body-newsletter-unsubscribe-sucess .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-newsletter-unsubscribe-sucess .fs-c-button--secondary {
  font-size: 18px;
  background: #c10a11;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 15px 0;
  width: 100%;
  max-width: 260px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-newsletter-unsubscribe-sucess .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-newsletter-unsubscribe-sucess .fs-c-documentContent {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-newsletter-unsubscribe-sucess .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-newsletter-unsubscribe-sucess .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-newsletter-unsubscribe-sucess .fs-c-documentContent {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
  }
  .fs-body-newsletter-unsubscribe-sucess .fs-c-button--secondary {
    font-size: 15px;
  }
}
/*お客様情報入力*/
.fs-body-customerDetails .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-customerDetails .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-customerDetails .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-customerDetails .fs-c-checkbox__labelText a {
  text-decoration: underline;
}
.fs-body-customerDetails .fs-c-inputField__field .fs-c-checkbox__labelText {
  font-size: 0;
}
.fs-body-customerDetails .fs-c-inputField__field .fs-c-checkbox__labelText a {
  text-decoration: underline;
  font-size: 16px;
}
.fs-body-customerDetails .fs-c-inputField__field .fs-c-checkbox__labelText a:after {
  content: "はこちら(必須)";
  display: inline-block;
  font-size: 16px;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-customerDetails .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-customerDetails .fs-c-inputInformation {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-customerDetails .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-customerDetails .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-customerDetails .fs-c-inputInformation__field {
    font-size: 14px;
  }
  .fs-body-customerDetails .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*ショッピングカートログイン*/
.fs-body-cart-login .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-cart-login .fs-c-loginForm {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.fs-body-cart-login .fs-c-registeredUsers.fs-c-subSection {
  width: 49%;
}
.fs-body-cart-login .fs-c-newUsers.fs-c-subSection {
  width: 49%;
}
.fs-body-cart-login .fs-c-subSection__title {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-cart-login .fs-c-subSection__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-cart-login .fs-c-inputInformation__field {
  padding: 0;
  background: transparent;
}
.fs-body-cart-login .fs-c-guestPurchase {
  border-top: none;
}
.fs-body-cart-login .fs-c-guestPurchase .fs-c-button--plain {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-cart-login .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-cart-login .fs-c-loginForm {
    padding: 0 2%;
    flex-direction: column;
  }
  .fs-body-cart-login .fs-c-registeredUsers.fs-c-subSection {
    width: 100%;
  }
  .fs-body-cart-login .fs-c-newUsers.fs-c-subSection {
    width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-cart-login #header .trird_header {
    display: none;
  }
  .fs-body-cart-login .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-cart-login .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-cart-login .fs-c-subSection__title {
    font-size: 16px;
  }
  .fs-body-cart-login .fs-c-loginForm {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*ショッピングカート*/
.fs-body-cart .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-cart .fs-c-continueShopping .fs-c-button--standard {
  font-size: 16px;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #bbbbbb;
}
.fs-body-cart .fs-l-cart__contentsArea {
  grid-template-columns: 1fr 330px;
}
.fs-body-cart .fs-l-cart__mainColumn {
  grid-column: 1/span 2;
}
.fs-body-cart #cart_return_contract {
  border: 3px solid #dddddd;
  padding: 7px;
  max-width: 420px;
  width: 100%;
  line-height: 1.6;
}
.fs-body-cart .fs-c-cartTableContainer {
  border: none;
  padding: 0;
}
.fs-body-cart .fs-c-cartTable__dataCell {
  vertical-align: middle;
  border-color: #dddddd;
}
.fs-body-cart .fs-c-cartTable__headerCell {
  background: #f6f6f6;
  border-color: #dddddd;
}
.fs-body-cart .fs-l-cart__sideColumn {
  border-color: #dddddd;
}
.fs-body-cart .fs-c-orderTotalTable > tbody > tr th, .fs-body-cart .fs-c-orderTotalTable > tbody > tr td {
  border-color: #dddddd;
}
.fs-body-cart .fs-c-button--secondary {
  border: none;
  box-shadow: none;
}
.fs-body-cart .fs-c-orderTotalTable__mainRow > td {
  font-size: 18px;
}
.fs-body-cart .fs-c-cartTable__actionButton__container > button {
  font-size: 16px;
}
.fs-body-cart .fs-c-wishlistProduct {
  margin-top: 50px;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 25px;
  border-bottom: none;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-productListItem__productName {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
  outline: none;
  font-size: 16px;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-productListItem__productName .fs-c-productName__copy {
  font-size: 16px;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-productPrice__main {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-productPrice__addon {
  display: none;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-button--carousel.fs-c-button--carousel--next {
  background: url(../img/index/item_s_arrow_n.png);
  background-repeat: no-repeat;
  background-size: 16px 28px;
  background-position: right center;
  flex-basis: 30px;
  min-width: 30px;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-button--carousel.fs-c-button--carousel--next:before {
  content: "";
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-button--carousel.fs-c-button--carousel--prev {
  background: url(../img/index/item_s_arrow_p.png);
  background-repeat: no-repeat;
  background-size: 16px 28px;
  background-position: left center;
  flex-basis: 30px;
  min-width: 30px;
}
.fs-body-cart .fs-c-wishlistProduct .fs-c-button--carousel.fs-c-button--carousel--prev:before {
  content: "";
}
.fs-body-cart .fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
  font-size: 16px;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #bbbbbb;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-cart .fs-l-cart {
    padding: 0 2%;
  }
  .fs-body-cart .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-cart #cart_return_contract {
    max-width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-cart .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-cart .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-cart .fs-l-cart {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--subtotal {
    font-size: 18px;
  }
  .fs-body-cart #cart_return_contract {
    font-size: 14px;
  }
  .fs-body-cart .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .fs-body-cart .fs-c-wishlistProduct .fs-c-productListItem__productName {
    font-size: 14px;
  }
  .fs-body-cart .fs-c-wishlistProduct .fs-c-productListItem__productName .fs-c-productName__copy {
    font-size: 14px;
  }
  .fs-body-cart .fs-c-wishlistProduct .fs-c-productPrice__main {
    font-size: 14px;
  }
}
/*ご注文手続き*/
.fs-body-checkout .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-checkout .fs-l-checkout {
  display: block;
}
.fs-body-checkout .fs-l-checkout__mainColumn {
  padding-right: 0;
}
.fs-body-checkout .fs-c-checkout-preview {
  border-color: #dddddd;
}
.fs-body-checkout .fs-c-commissionTable > thead > tr th {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__body .fs-c-commissionTable th.col {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-priceDisplay {
  justify-content: flex-end;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__value:after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout .fs-c-commissionTable > thead > tr th {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout .fs-c-checkout-preview__title {
  text-align: left;
  color: #333;
  font-size: 18.3px;
  font-weight: bold;
}
.fs-body-checkout .fs-c-button--standard {
  font-size: 18px;
}
.fs-body-checkout .fs-c-checkout-customerInfo__name {
  font-size: 22px;
}
.fs-body-checkout .fs-c-checkout-destination__name {
  font-size: 22px;
}
.fs-body-checkout .fs-c-checkout-delivery__method__title {
  font-size: 22px;
}
.fs-body-checkout .fs-c-checkout-destination__destination {
  align-items: flex-start;
}
.fs-body-checkout .fs-c-checkout-couponInfo .fs-c-checkout-couponStatus.is-active {
  font-size: 15px;
}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
  font-size: 22px;
  min-height: 2em;
}

/*手続きなのどのモーダル内*/
.fs-c-modal .fs-c-inputTable__headerCell {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 5px;
}
.fs-c-modal .fs-c-inputTable__dataCell {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 5px;
}

.fs-c-modal__inner .fs-c-inputTable__headerCell {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 5px;
}
.fs-c-modal__inner .fs-c-inputTable__dataCell {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 5px;
}
.fs-c-modal__inner .fs-c-inputInformation__field {
  max-width: 100%;
}

.fs-c-inputTable--inModal > tbody {
  padding-bottom: 0;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-checkout .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-checkout .fs-l-checkout {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-checkout .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-checkout .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-checkout .fs-l-checkout {
    padding: 0;
    width: 90%;
    margin: auto;
    font-size: 14px;
  }
  .fs-body-checkout .fs-c-button--standard {
    font-size: 14px;
  }
  .fs-body-checkout .fs-c-button--primary {
    font-size: 14px;
  }
  .fs-c-checkout-couponCodeInput__title {
    font-size: 14px;
  }
  .fs-c-totalAndActions button:not(.fs-c-button--image) {
    font-size: 16px;
  }
}
/*お申し込み手続き*/
.fs-body-checkout-subscribe .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-checkout-subscribe .fs-l-checkout {
  display: block;
}
.fs-body-checkout-subscribe .fs-l-checkout__mainColumn {
  padding-right: 0;
}
.fs-body-checkout-subscribe .fs-c-checkout-preview {
  border-color: #dddddd;
}
.fs-body-checkout-subscribe .fs-c-commissionTable > thead > tr th {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout-subscribe .fs-c-checkout-paymentMethod__body .fs-c-commissionTable th.col {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout-subscribe .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-priceDisplay {
  justify-content: flex-end;
}
.fs-body-checkout-subscribe .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout-subscribe .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__value:after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout-subscribe .fs-c-checkout-preview__title {
  text-align: left;
  color: #333;
  font-size: 18.3px;
  font-weight: bold;
}
.fs-body-checkout-subscribe .fs-c-button--standard {
  font-size: 18px;
}
.fs-body-checkout-subscribe .fs-c-checkout-customerInfo__name {
  font-size: 22px;
}
.fs-body-checkout-subscribe .fs-c-checkout-destination__name {
  font-size: 22px;
}
.fs-body-checkout-subscribe .fs-c-checkout-delivery__method__title {
  font-size: 22px;
}
.fs-body-checkout-subscribe .fs-c-checkout-destination__destination {
  align-items: flex-start;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-checkout-subscribe .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-checkout-subscribe .fs-l-checkout {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-checkout-subscribe .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-checkout-subscribe .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-checkout-subscribe .fs-l-checkout {
    padding: 0;
    width: 90%;
    margin: auto;
    font-size: 14px;
  }
  .fs-body-checkout-subscribe .fs-c-button--standard {
    font-size: 14px;
  }
  .fs-body-checkout-subscribe .fs-c-button--primary {
    font-size: 14px;
  }
}
/*ご注文手続き AMAZON*/
.fs-body-checkout-amazon .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-checkout-amazon .fs-l-checkout {
  display: block;
}
.fs-body-checkout-amazon .fs-l-checkout__mainColumn {
  padding-right: 0;
}
.fs-body-checkout-amazon .fs-c-checkout-loginGuidance {
  border-color: #dddddd;
}
.fs-body-checkout-amazon .fs-c-checkout-preview {
  border-color: #dddddd;
}
.fs-body-checkout-amazon .fs-c-commissionTable > thead > tr th {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout-amazon .fs-c-checkout-paymentMethod__body .fs-c-commissionTable th.col {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout-amazon .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-priceDisplay {
  justify-content: flex-end;
}
.fs-body-checkout-amazon .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout-amazon .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__value:after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout-amazon .fs-c-checkout-preview__title {
  text-align: left;
  color: #333;
  font-size: 18.3px;
  font-weight: bold;
}
.fs-body-checkout-amazon .fs-c-button--standard {
  font-size: 18px;
}
.fs-body-checkout-amazon .fs-c-checkout-customerInfo__name {
  font-size: 22px;
}
.fs-body-checkout-amazon .fs-c-checkout-destination__name {
  font-size: 22px;
}
.fs-body-checkout-amazon .fs-c-checkout-delivery__method__title {
  font-size: 22px;
}
.fs-body-checkout-amazon .fs-c-checkout-destination__destination {
  align-items: flex-start;
}
.fs-body-checkout-amazon .fs-c-checkout-couponStatus.is-active {
  font-size: 16px;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-checkout-amazon .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-checkout-amazon .fs-l-checkout {
    padding: 0 2%;
  }
  .fs-body-checkout-amazon .fs-c-checkout-loginGuidance.fs-c-checkout-loginGuidance--registeredUser {
    width: 90%;
    margin: 8px auto;
  }
  .fs-body-checkout-amazon .fs-c-checkout-loginGuidance.fs-c-checkout-loginGuidance--skipLogin {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-checkout-amazon .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-checkout-amazon .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-checkout-amazon .fs-l-checkout {
    padding: 0;
    width: 90%;
    margin: auto;
    font-size: 14px;
  }
  .fs-body-checkout-amazon .fs-c-button--standard {
    font-size: 14px;
  }
  .fs-body-checkout-amazon .fs-c-button--primary {
    font-size: 14px;
  }
}
/*ご注文手続き 複数*/
.fs-body-checkout-multi .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-checkout-multi .fs-l-checkout {
  display: block;
}
.fs-body-checkout-multi .fs-l-checkout__mainColumn {
  padding-right: 0;
}
.fs-body-checkout-multi .fs-c-checkout-loginGuidance {
  border-color: #dddddd;
}
.fs-body-checkout-multi .fs-c-checkout-preview {
  border-color: #dddddd;
}
.fs-body-checkout-multi .fs-c-commissionTable > thead > tr th {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout-multi .fs-c-checkout-paymentMethod__body .fs-c-commissionTable th.col {
  background: #666666;
  color: #fff;
  text-align: center;
}
.fs-body-checkout-multi .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-priceDisplay {
  justify-content: flex-end;
}
.fs-body-checkout-multi .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__currencyMark {
  display: none;
}
.fs-body-checkout-multi .fs-c-checkout-paymentMethod__body .fs-c-commissionTable td .fs-c-price__value:after {
  content: "円";
  display: inline-block;
}
.fs-body-checkout-multi .fs-c-checkout-preview__title {
  text-align: left;
  color: #333;
  font-size: 18.3px;
  font-weight: bold;
}
.fs-body-checkout-multi .fs-c-button--standard {
  font-size: 18px;
}
.fs-body-checkout-multi .fs-c-checkout-customerInfo__name {
  font-size: 22px;
}
.fs-body-checkout-multi .fs-c-checkout-destination__name {
  font-size: 22px;
}
.fs-body-checkout-multi .fs-c-checkout-delivery__method__title {
  font-size: 22px;
}
.fs-body-checkout-multi .fs-c-checkout-destination__destination {
  align-items: flex-start;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-checkout-multi .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-checkout-multi .fs-l-checkout {
    padding: 0 2%;
  }
  .fs-body-checkout-multi .fs-c-checkout-loginGuidance.fs-c-checkout-loginGuidance--registeredUser {
    width: 90%;
    margin: 8px auto;
  }
  .fs-body-checkout-multi .fs-c-checkout-loginGuidance.fs-c-checkout-loginGuidance--skipLogin {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-checkout-multi .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-checkout-multi .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-checkout-multi .fs-l-checkout {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-checkout-multi .fs-c-button--standard {
    font-size: 14px;
  }
  .fs-body-checkout-multi .fs-c-button--primary {
    font-size: 14px;
  }
}
/*マイページ*/
.fs-body-my-top .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-top .fs-l-account {
  display: block;
}
.fs-body-my-top .FS2_mypage_top_table {
  width: 100%;
}
.fs-body-my-top .FS2_mypage_top_table h3.CrossHead {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-my-top .FS2_mypage_top_table h3.CrossHead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-my-top .FS2_mypage_top_table p {
  margin: 10px 0;
}
.fs-body-my-top .fs-c-wishlistProduct {
  display: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-top .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-top .fs-l-account {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-top .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-top .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-top .fs-l-account {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-top .FS2_mypage_top_table h3.CrossHead a {
    font-size: 16px;
  }
}
/*パスワード変更*/
.fs-body-my-account-password .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-account-password .fs-c-inputInformation__field {
  padding: 0;
  background: transparent;
  max-width: 100%;
}
.fs-body-my-account-password .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-account-password .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-account-password .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-account-password .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-account-password .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-my-account-password .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-account-password .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-account-password .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-account-password .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-account-password .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-account-password .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*お届け先リスト*/
.fs-body-my-addressbook .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-addressbook .fs-c-list li {
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
  font-size: 16px;
  line-height: 1.6;
}
.fs-body-my-addressbook .fs-c-list li:before {
  display: none;
}
.fs-body-my-addressbook .fs-c-listTable {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.fs-body-my-addressbook .fs-c-listTable td {
  border-color: #dddddd;
  vertical-align: middle;
}
.fs-body-my-addressbook .fs-c-listTable > tbody {
  border-color: #dddddd;
}
.fs-body-my-addressbook .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
  font-size: 16px;
}
.fs-body-my-addressbook .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-addressbook .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-addressbook .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-addressbook .fs-c-addressBookList {
    padding: 0 2%;
  }
  .fs-body-my-addressbook .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-addressbook .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-addressbook .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-addressbook .fs-c-addressBookList {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-addressbook .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-addressbook .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
  .fs-body-my-addressbook .fs-c-list li {
    font-size: 14px;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  .fs-body-my-addressbook .fs-c-listTable {
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
  .fs-body-my-addressbook .fs-c-listTable > tbody > tr {
    border-color: #dddddd;
  }
}
/*お届け先変更*/
.fs-body-my-addressbook-edit .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-addressbook-edit .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-my-addressbook-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-addressbook-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-addressbook-edit .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-addressbook-edit .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-my-addressbook-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-addressbook-edit .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-addressbook-edit .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-addressbook-edit .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-addressbook-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-addressbook-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
    max-width: 100%;
  }
}
/*お届け先追加*/
.fs-body-my-addressbook-new .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-addressbook-new .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-my-addressbook-new .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-addressbook-new .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-addressbook-new .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-addressbook-new .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-my-addressbook-new .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-addressbook-new .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-addressbook-new .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-addressbook-new .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-addressbook-new .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-addressbook-new .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
    max-width: 100%;
  }
}
/*会員登録内容変更*/
.fs-body-my-account-settings-edit .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-account-settings-edit .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--release .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 240px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--release .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-account-settings-edit .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-account-settings-edit .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-account-settings-edit .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-account-settings-edit .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-account-settings-edit .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-account-settings-edit .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*会員情報詳細*/
.fs-body-my-account-settings .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-account-settings .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-account-settings .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--release .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 240px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--release .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-account-settings .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-account-settings .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-account-settings .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-account-settings .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-account-settings .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-account-settings .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
  .fs-body-my-account-settings .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
    font-size: 14px;
  }
  .fs-body-my-account-settings .fs-c-inputInformation__field .fs-c-inputTable__dataCell {
    font-size: 14px;
  }
}
/*退会手続き*/
.fs-body-my-account-delete .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-account-delete .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-account-delete .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-account-delete .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-account-delete .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-account-delete .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-account-delete .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-account-delete .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-account-delete .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
    max-width: 100%;
  }
  .fs-body-my-account-delete .fs-c-inputInformation__field .fs-c-inputTable__headerCell {
    font-size: 14px;
  }
  .fs-body-my-account-delete .fs-c-inputInformation__field .fs-c-inputTable__dataCell {
    font-size: 14px;
  }
}
/*クレジットカード*/
.fs-body-my-cards .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-cards .fs-c-inputInformation__field {
  max-width: 100%;
}
.fs-body-my-cards .fs-c-inputInformation__message {
  justify-content: flex-start;
}
.fs-body-my-cards .fs-c-button--secondary {
  font-size: 16px;
}
.fs-body-my-cards .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-cards .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-my-cards .fs-c-button--standard {
  font-size: 16px;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-cards .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-cards .fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-my-cards .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-cards .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-cards .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-cards .fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-cards .fs-c-button--secondary {
    font-size: 14px;
  }
  .fs-body-my-cards .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-cards .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
  .fs-body-my-cards .fs-c-button--standard {
    font-size: 13px;
  }
}
/*お気に入り*/
.fs-body-my-wishlist .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-my-wishlist .fs-c-productListItem__productName {
  font-size: 16px;
}
.fs-body-my-wishlist .fs-c-productName__copy {
  font-size: 16px;
}
.fs-body-my-wishlist .fs-c-productPrice__main {
  font-size: 16px;
  align-items: flex-end;
  flex-direction: column;
  font-weight: bold;
  width: 100%;
}
.fs-body-my-wishlist .fs-c-productPrice {
  flex-wrap: nowrap;
  align-items: flex-end;
}
.fs-body-my-wishlist .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-my-wishlist .fs-c-productPrice__addon {
  display: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-wishlist .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-wishlist .fs-c-wishList.fs-c-productList {
    padding: 0 2%;
  }
  .fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-wishlist .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-wishlist .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-wishlist .fs-c-wishList.fs-c-productList {
    padding: 0;
    width: 90%;
    margin: 24px auto;
  }
  .fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-wishlist .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
  .fs-body-my-wishlist .fs-c-productListItem__productName {
    font-size: 14px;
  }
  .fs-body-my-wishlist .fs-c-productName__copy {
    font-size: 14px;
  }
  .fs-body-my-wishlist .fs-c-productPrice__main {
    font-size: 14px;
  }
  .fs-body-my-wishlist .fs-c-button--plain {
    font-size: 14px;
  }
}
/*お気に入り ログイン*/
.fs-body-wishlist-login .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-wishlist-login .fs-c-documentContent {
  text-align: left;
  padding: 0;
}
.fs-body-wishlist-login .fs-c-documentContent h3.CrossHead {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-wishlist-login .fs-c-documentContent h3.CrossHead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-wishlist-login .fs-c-subSection__title {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-wishlist-login .fs-c-subSection__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-wishlist-login .fs-c-inputInformation__field {
  padding: 0;
  max-width: 100%;
  background: transparent;
}
.fs-body-wishlist-login .fs-c-registeredUsers {
  flex-basis: calc(50% - 0px);
}
.fs-body-wishlist-login .fs-c-newUsers {
  margin-left: 15px;
}
.fs-body-wishlist-login .fs-c-requiredMark {
  display: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-wishlist-login .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-wishlist-login .fs-c-documentContent p {
    padding: 0 2%;
  }
  .fs-body-wishlist-login .fs-c-loginForm .fs-c-fsLogin.fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-wishlist-login .fs-c-loginForm .fs-c-otherServiceLogin {
    padding: 0 2%;
  }
  .fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers.fs-c-subSection {
    margin-left: 0;
  }
  .fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers.fs-c-subSection .fs-c-newUsers__message.fs-c-subSection__message {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-wishlist-login #header .trird_header {
    display: none;
  }
  .fs-body-wishlist-login .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-wishlist-login .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-wishlist-login .fs-c-subSection__title {
    font-size: 16px;
  }
  .fs-body-wishlist-login .fs-c-documentContent h3.CrossHead {
    font-size: 16px;
  }
  .fs-body-wishlist-login .fs-c-documentContent p {
    padding: 0;
    width: 90%;
    margin: 16px auto 0;
  }
  .fs-body-wishlist-login .fs-c-loginForm .fs-c-fsLogin.fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-wishlist-login .fs-c-loginForm .fs-c-otherServiceLogin {
    padding: 0;
    width: 90%;
    margin: 30px auto;
  }
  .fs-body-wishlist-login .fs-c-loginForm .fs-c-newUsers.fs-c-subSection .fs-c-newUsers__message.fs-c-subSection__message {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*クーポン情報*/ /*タイトル調整のみ　マイページボタン*/
.fs-body-my-coupons .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-coupons .fs-c-couponName__name {
  color: #333;
}
.fs-body-my-coupons .fs-c-couponExpiration__list__item__title {
  padding: 4px;
  margin-bottom: 5px;
}
.fs-body-my-coupons .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-coupons .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-coupons .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-coupons .fs-c-couponList {
    padding: 0 2%;
  }
  .fs-body-my-coupons .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-coupons .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-coupons .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-coupons .fs-c-couponName__name {
    font-size: 16px;
  }
  .fs-body-my-coupons .fs-c-couponExpiration__title {
    font-size: 16px;
  }
  .fs-body-my-coupons .fs-c-couponAppliedCondition__title {
    font-size: 16px;
  }
  .fs-body-my-coupons .fs-c-couponList {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-coupons .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-coupons .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*ポイント履歴*/ /*タイトル調整のみ　マイページボタン*/
.fs-body-my-points .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-points .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-points .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-points .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-points .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*レビューレビュー履歴*/
.fs-body-my-reviews .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-my-reviews .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-reviews .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-reviews .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-reviews .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*レビューログイン*/
.fs-body-review-login .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-review-login .fs-c-registeredUsers {
  flex-basis: calc(50% - 0px);
}
.fs-body-review-login .fs-c-newUsers {
  margin-left: 15px;
}
.fs-body-review-login .fs-c-subSection__title {
  background: #f6f6f6;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #333;
  padding: 15px;
  padding-left: 56px;
  margin-bottom: 20px;
}
.fs-body-review-login .fs-c-subSection__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 40px;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: #c10a11;
}
.fs-body-review-login .fs-c-inputInformation__field {
  margin: 0 auto;
  background: transparent;
  padding: 0;
  max-width: 100%;
}
.fs-body-review-login .fs-c-requiredMark {
  display: none;
}
.fs-body-review-login .fs-c-inputTable__headerCell {
  width: 40%;
}
.fs-body-review-login .fs-c-inputTable__dataCell {
  width: 60%;
}

@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-review-login .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-review-login .fs-c-fsLogin.fs-c-inputInformation {
    padding: 0 2%;
  }
  .fs-body-review-login .fs-c-otherServiceLogin {
    padding: 0 2%;
  }
  .fs-body-review-login .fs-c-newUsers.fs-c-subSection {
    margin-left: 0;
  }
  .fs-body-review-login .fs-c-newUsers__message.fs-c-subSection__message {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-review-login #header .trird_header {
    display: none;
  }
  .fs-body-review-login .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-review-login .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-review-login .fs-c-subSection__title {
    font-size: 16px;
  }
  .fs-body-review-login .fs-c-fsLogin.fs-c-inputInformation {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-review-login .fs-c-otherServiceLogin {
    padding: 0;
    width: 90%;
    margin: 30px auto;
  }
  .fs-body-review-login .fs-c-newUsers.fs-c-subSection {
    margin: auto;
  }
  .fs-body-review-login .fs-c-newUsers__message.fs-c-subSection__message {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
/*注文履歴ン*/
.fs-body-my-orders .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-orders .fs-c-history {
  display: block;
}
.fs-body-my-orders .fs-c-history__total dt, .fs-body-my-orders .fs-c-history__total dd {
  color: #333;
}
.fs-body-my-orders .fs-c-history__term {
  color: #333;
}
.fs-body-my-orders .fs-c-history__info {
  background: transparent;
  padding: 0 0 16px;
}
.fs-body-my-orders .fs-c-orderHistoryItem__product {
  display: flex;
  align-items: center;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productImage {
  width: 10%;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productName {
  width: 25%;
  font-size: 16px;
}
.fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
  width: 12%;
  font-size: 14px;
}
.fs-body-my-orders .fs-c-productPrice__addon {
  font-size: 14px;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
  width: 8%;
  font-size: 14px;
}
.fs-body-my-orders .fs-c-orderHistoryItem__productQuantity__label {
  font-size: 14px;
}
.fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo {
  width: 20%;
  font-size: 14px;
}
.fs-body-my-orders .fs-c-orderHistoryItem__button {
  width: 25%;
}
.fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 1150px) {
  .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo {
    display: flex;
    flex-direction: column;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo dt {
    text-align: center;
    padding-right: 0;
    padding-bottom: 8px;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo dd {
    border-top: 1px solid #333;
    border-left: none;
    padding-left: 0;
    padding-top: 8px;
    text-align: center;
  }
}
@media (min-width: 1px) and (max-width: 950px) {
  .fs-body-my-orders .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-orders .fs-c-history__info {
    padding: 0 2% 16px;
  }
  .fs-body-my-orders .fs-c-history__listContainer {
    padding: 0 2%;
  }
  .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-orders .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-orders .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-orders .fs-c-history__total dt, .fs-body-my-orders .fs-c-history__total dd {
    font-size: 14px;
  }
  .fs-body-my-orders .fs-c-history__term {
    font-size: 16px;
  }
  .fs-body-my-orders .fs-c-listControl__status {
    font-size: 14px;
    margin: 10px 0;
  }
  .fs-body-my-orders .fs-c-history__info {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-orders .fs-c-history__listContainer {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__product {
    display: block;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__productImage {
    width: 100%;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__productName {
    width: 100%;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice {
    width: 100%;
    margin: 5px 0;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__unitPrice .fs-c-priceDisplay {
    justify-content: flex-end;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo {
    width: 100%;
    flex-direction: row;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo dt {
    text-align: right;
    padding-right: 8px;
    padding-bottom: 0px;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__deliveryInfo dd {
    padding-left: 8px;
    border-left: 1px solid #333;
    border-top: none;
    padding-top: 0px;
    text-align: center;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__button {
    width: 100%;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__button .fs-c-button--image {
    width: 100%;
    max-width: 225px;
    margin: 10px auto 0;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__productQuantity {
    width: 100%;
  }
  .fs-body-my-orders .fs-c-orderHistoryItem__orderInfo__info {
    font-size: 14px;
    margin: 0 8px 8px;
  }
  .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-orders .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*注文履歴詳細ページ*/
.fs-body-my-orders-details .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-orders-details .fs-c-orderDetailList {
  border: none;
}
.fs-body-my-orders-details .fs-c-orderDetailList__date, .fs-body-my-orders-details .fs-c-orderDetailList__date + dd {
  background: #f6f6f6;
  padding: 12px 7px;
  color: #333;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  background: #f6f6f6;
  padding: 12px 7px;
  color: #333;
  margin-bottom: 10px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee {
  display: block;
  margin-top: 15px;
}
.fs-body-my-orders-details .fs-c-listedProductName {
  font-size: 16px;
}
.fs-body-my-orders-details .fs-c-cartTable__unitPrice {
  font-size: 16px;
}
.fs-body-my-orders-details .fs-c-productPrice__addon {
  font-size: 16px;
}
.fs-body-my-orders-details .fs-c-cartTable__headerCell {
  background: #f6f6f6;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList > dt {
  background: #f6f6f6;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable > tbody > tr th {
  background: #f6f6f6;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo {
  display: block;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
  margin: 8px 0;
}

@media (min-width: 1px) and (max-width: 950px) {
  .fs-body-my-orders-details .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__data {
    padding: 0 2%;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
    padding: 0 2%;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo {
    padding: 0 2%;
  }
  .fs-body-my-orders-details .fs-c-buttonContainer--back {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-orders-details .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-orders-details .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__data {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-orders-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-orders-details .fs-c-buttonContainer--back {
    padding: 0;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-orders-details .fs-c-buttonContainer--back .fs-c-button--standard {
    font-size: 14px;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList > dt {
    font-size: 14px;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList__detailList > dd {
    font-size: 14px;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList__detailList > dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    background: #f6f6f6;
    font-size: 18px;
  }
  .fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-body-my-orders-details .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    font-size: 18px;
  }
}
/*定期申込履歴ページ*/
.fs-body-my-subscriptions .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-subscriptions .fs-c-history {
  display: block;
}
.fs-body-my-subscriptions .fs-c-history__total dt, .fs-body-my-subscriptions .fs-c-history__total dd {
  color: #333;
}
.fs-body-my-subscriptions .fs-c-history__term {
  color: #333;
}
.fs-body-my-subscriptions .fs-c-history__info {
  background: transparent;
  padding: 0 0 16px;
}
.fs-body-my-subscriptions .fs-c-orderHistoryItem__product {
  display: flex;
  align-items: center;
}
.fs-body-my-subscriptions .fs-c-orderHistoryItem__productImage {
  width: 15%;
}
.fs-body-my-subscriptions .fs-c-orderHistoryItem__productName {
  width: 50%;
  font-size: 16px;
}
.fs-body-my-subscriptions .fs-c-orderHistoryItem__unitPrice {
  width: 20%;
  font-size: 14px;
}
.fs-body-my-subscriptions .fs-c-productPrice__addon {
  font-size: 14px;
}
.fs-body-my-subscriptions .fs-c-orderHistoryItem__productQuantity {
  width: 15%;
  font-size: 14px;
}
.fs-body-my-subscriptions .fs-c-orderHistoryItem__productQuantity__label {
  font-size: 14px;
}
.fs-body-my-subscriptions .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-my-subscriptions .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 950px) {
  .fs-body-my-subscriptions .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-subscriptions .fs-c-history {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-subscriptions .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-subscriptions .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-subscriptions .fs-c-history {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-subscriptions .fs-c-history__term {
    font-size: 16px;
  }
  .fs-body-my-subscriptions .fs-c-listControl__status {
    font-size: 14px;
    margin: 10px 0;
  }
  .fs-body-my-subscriptions .fs-c-history__info {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-subscriptions .fs-c-history__listContainer {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-subscriptions .fs-c-orderHistoryItem__product {
    display: block;
  }
  .fs-body-my-subscriptions .fs-c-orderHistoryItem__productImage {
    width: 100%;
  }
  .fs-body-my-subscriptions .fs-c-orderHistoryItem__productName {
    width: 100%;
  }
  .fs-body-my-subscriptions .fs-c-orderHistoryItem__unitPrice {
    width: 100%;
    margin: 10px 0;
  }
  .fs-body-my-subscriptions .fs-c-orderHistoryItem__productQuantity {
    width: 100%;
  }
  .fs-body-my-subscriptions .fs-c-orderHistoryItem__orderInfo__info {
    font-size: 14px;
    margin: 0 8px 8px;
  }
  .fs-body-my-subscriptions .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-subscriptions .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*定期申込履歴詳細ページ*/
.fs-body-my-subscription-details .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-my-subscription-details .fs-c-orderDetailList {
  border: none;
}
.fs-body-my-subscription-details .fs-c-orderDetailList__date, .fs-body-my-subscription-details .fs-c-orderDetailList__date + dd {
  background: #f6f6f6;
  padding: 12px 7px;
  color: #333;
}
.fs-body-my-subscription-details .fs-c-orderPerAddressee__heading {
  background: #f6f6f6;
  padding: 12px 7px;
  color: #333;
  margin-bottom: 10px;
}
.fs-body-my-subscription-details .fs-c-orderPerAddressee {
  display: block;
  margin-top: 15px;
}
.fs-body-my-subscription-details .fs-c-listedProductName {
  font-size: 16px;
}
.fs-body-my-subscription-details .fs-c-cartTable__unitPrice {
  font-size: 16px;
}
.fs-body-my-subscription-details .fs-c-productPrice__addon {
  font-size: 16px;
}
.fs-body-my-subscription-details .fs-c-cartTable__headerCell {
  background: #f6f6f6;
}
.fs-body-my-subscription-details .fs-c-deliveryInfoList > dt {
  background: #f6f6f6;
}
.fs-body-my-subscription-details .fs-c-orderPaymentTable > tbody > tr th {
  background: #f6f6f6;
}
.fs-body-my-subscription-details .fs-c-orderDetailInfo {
  display: block;
}
.fs-body-my-subscription-details .fs-c-orderDetailInfo__heading {
  margin: 8px 0;
}

@media (min-width: 1px) and (max-width: 950px) {
  .fs-body-my-subscription-details .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-my-subscription-details .fs-c-orderDetail__data {
    padding: 0 2%;
  }
  .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionDeliveryInfo {
    padding: 0 2%;
  }
  .fs-body-my-subscription-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo {
    padding: 0 2%;
  }
  .fs-body-my-subscription-details .fs-c-buttonContainer--back {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-my-subscription-details .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-my-subscription-details .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-my-subscription-details .fs-c-orderDetail__data {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionDeliveryInfo {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-subscription-details .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-my-subscription-details .fs-c-buttonContainer--back {
    padding: 0;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-my-subscription-details .fs-c-buttonContainer--back .fs-c-button--standard {
    font-size: 14px;
  }
  .fs-body-my-subscription-details .fs-c-subscriptionDetail__label {
    font-size: 16px;
  }
  .fs-body-my-subscription-details .fs-c-subscriptionDetail__value + .fs-c-subscriptionDetail__label {
    font-size: 16px;
  }
  .fs-body-my-subscription-details .fs-c-deliveryScheduleTable {
    font-size: 14px;
  }
  .fs-body-my-subscription-details .fs-c-subscriptionDeliveryInfo__message {
    font-size: 14px;
  }
  .fs-body-my-subscription-details .fs-c-deliveryInfoList > dt {
    font-size: 14px;
  }
  .fs-body-my-subscription-details .fs-c-deliveryInfoList__detailList > dd {
    font-size: 14px;
  }
  .fs-body-my-subscription-details .fs-c-deliveryInfoList__detailList > dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .fs-body-my-subscription-details .fs-c-cartTable__dataCell--subtotal {
    background: #f6f6f6;
  }
  .fs-body-my-subscription-details .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    font-size: 18px;
  }
}
/*ご注文完了ページ*/
.fs-body-checkout-success .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-checkout-success .fs-c-checkoutSuccess.fs-c-subSection {
  color: #333;
  text-align: center;
}
.fs-body-checkout-success .fs-c-checkoutSuccess.fs-c-subSection strong {
  font-weight: bold !important;
}
.fs-body-checkout-success .fs-c-checkoutSuccess.fs-c-subSection.border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.fs-body-checkout-success .fs-c-subSection__title {
  font-size: 20px;
  color: #333;
  padding-bottom: 5px;
}
.fs-body-checkout-success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  font-size: 20px;
  font-weight: bold;
  background: #eeeeee;
  padding: 15px 0;
  color: #333;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
  border: none;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.fs-body-checkout-success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 950px) {
  .fs-body-checkout-success .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-checkout-success .fs-c-checkoutSuccess.fs-c-subSection {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-checkout-success .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-checkout-success .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-checkout-success .fs-c-checkoutSuccess.fs-c-subSection {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .fs-body-checkout-success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    padding: 8px 0%;
    width: 90%;
    margin: 32px auto 0;
  }
  .fs-body-checkout-success .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    margin: auto;
  }
}
/*商品グループ　暫定*/
.fs-body-category .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-category .fs-c-subgroup .fs-c-subgroupList__link::after {
  font-size: 1.8rem;
}
.fs-body-category .fs-c-productList__controller .fs-c-sortItems {
  font-size: 16px;
  align-items: center;
}
.fs-body-category .fs-c-productListItem__productName {
  font-size: 16px;
}
.fs-body-category .fs-c-productListItem__productName .fs-c-productName__copy {
  font-size: 16px;
}
.fs-body-category .fs-c-productPrice__main {
  align-items: flex-end;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.fs-body-category .fs-c-productPrice__main .fs-c-price__currencyMark {
  display: none;
}
.fs-body-category .fs-c-productPrice__main .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-category .fs-c-productPrice__addon {
  display: none;
}
.fs-body-category .fs-c-productListItem__notice {
  font-size: 13px;
}

@media (min-width: 1px) and (max-width: 950px) {
  .fs-body-category .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-category .fs-c-productList {
    padding: 0 2%;
  }
  .fs-body-category .fs-c-subgroup {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-category .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-category .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-category .fs-c-productList {
    padding: 0;
    width: 90%;
    margin: 0px auto 24px;
  }
  .fs-body-category .fs-c-subgroup {
    padding: 0;
    width: 90%;
    margin: 24px auto;
  }
  .fs-body-category .fs-c-subgroup .fs-c-subgroupList__link::after {
    font-size: 1.2rem;
  }
  .fs-body-category .fs-c-productListItem__productName {
    font-size: 14px;
  }
  .fs-body-category .fs-c-productListItem__productName .fs-c-productName__copy {
    font-size: 14px;
  }
  .fs-body-category .fs-c-productPrice__main {
    font-size: 14px;
  }
  .fs-body-category .fs-c-productListItem__notice {
    font-size: 11px;
  }
  .fs-body-category .fs-c-button--plain {
    font-size: 14px;
  }
  .fs-body-category .fs-c-productList__controller .fs-c-sortItems {
    font-size: 14px;
  }
}
/*商品検索結果　暫定*/
.fs-body-search .fs-c-heading.fs-c-heading--page {
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.fs-body-search .fs-c-subgroup .fs-c-subgroupList__link::after {
  font-size: 1.8rem;
}
.fs-body-search .fs-c-productList__controller .fs-c-sortItems {
  font-size: 16px;
  align-items: center;
}
.fs-body-search .fs-c-productListItem__productName {
  font-size: 16px;
}
.fs-body-search .fs-c-productListItem__productName .fs-c-productName__copy {
  font-size: 16px;
}
.fs-body-search .fs-c-productPrice__main {
  align-items: flex-end;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.fs-body-search .fs-c-productPrice__main .fs-c-price__currencyMark {
  display: none;
}
.fs-body-search .fs-c-productPrice__main .fs-c-price__value::after {
  content: "円";
  display: inline-block;
}
.fs-body-search .fs-c-productPrice__addon {
  display: none;
}
.fs-body-search .fs-c-productListItem__notice {
  font-size: 13px;
}

@media (min-width: 1px) and (max-width: 950px) {
  .fs-body-search .fs-c-heading.fs-c-heading--page {
    padding: 0 2%;
  }
  .fs-body-search .fs-c-productList {
    padding: 0 2%;
  }
  .fs-body-search .fs-c-subgroup {
    padding: 0 2%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-search .fs-l-main {
    margin-top: 15px;
  }
  .fs-body-search .fs-c-heading.fs-c-heading--page {
    padding: 0;
    width: 90%;
    margin: 0 auto 10px;
    font-size: 18px;
  }
  .fs-body-search .fs-c-productList {
    padding: 0;
    width: 90%;
    margin: 24px auto;
  }
  .fs-body-search .fs-c-subgroup {
    padding: 0;
    width: 90%;
    margin: 24px auto;
  }
  .fs-body-search .fs-c-subgroup .fs-c-subgroupList__link::after {
    font-size: 1.2rem;
  }
  .fs-body-search .fs-c-productListItem__productName {
    font-size: 14px;
  }
  .fs-body-search .fs-c-productListItem__productName .fs-c-productName__copy {
    font-size: 14px;
  }
  .fs-body-search .fs-c-productPrice__main {
    font-size: 14px;
  }
  .fs-body-search .fs-c-productListItem__notice {
    font-size: 11px;
  }
  .fs-body-search .fs-c-button--plain {
    font-size: 14px;
  }
  .fs-body-search .fs-c-productList__controller .fs-c-sortItems {
    font-size: 14px;
  }
}/*# sourceMappingURL=page.css.map */