/* override fs_theme.css */
select {
  appearance: none;
  vertical-align: middle;
}

input, textarea, select {
  background-color: #fff;
  color: #333;
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 5px;
}
[type=hidden]:focus, [type=text]:focus, [type=search]:focus, [type=tel]:focus, [type=url]:focus, [type=email]:focus, [type=password]:focus, [type=datetime]:focus, [type=date]:focus, [type=month]:focus, [type=week]:focus, [type=time]:focus, [type=datetime-local]:focus, [type=number]:focus, select:focus, textarea:focus {
  border-color: #4caac0;
  box-shadow: inset 0 0 1px #4caac0;
  outline: none;
}
[type=hidden].is-error, [type=text].is-error, [type=search].is-error, [type=tel].is-error, [type=url].is-error, [type=email].is-error, [type=password].is-error, [type=datetime].is-error, [type=date].is-error, [type=month].is-error, [type=week].is-error, [type=time].is-error, [type=datetime-local].is-error, [type=number].is-error, select.is-error, textarea.is-error {
  background-color: #fcf5c2;
  border-color: #da4453;
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root [type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
    font-size: 1.7rem;
  }
}

select::-ms-expand {
  display: none;
}

select[multiple] > option {
  border: none;
}

button:focus {
  outline: none;
}
/**/

.fs-preview-header {
  display: none;
}

.fs-l-page {
  overflow: hidden;
}

a:hover {
  color: inherit;
}

/* header */
.header a:hover {
  color: #fff;
  text-decoration: none;
}

.header a:visited {
  color: #fff;
}

.header_top_right.fs-clientInfo {
  display: flex;
}

.header_top_right.fs-clientInfo .login-true {
  display: none;
}

.header_top_right.fs-clientInfo .my-false {
  display: none;
}

.header .fs-pt-column {
  display: flex;
  flex-wrap: wrap;
}

.header .fs-pt-column__item {
  align-items: center;
  border: 1px solid #a3a3a3;
  display: flex;
  flex-direction: column-reverse;
  font-size: 1.3rem;
  height: 160px;
  justify-content: center;
  letter-spacing: .08em;
  margin-right: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  width: calc((100% - 10px) / 2);
}

.header .fs-pt-column__item:first-child, .header .fs-pt-column .fs-pt-column__item:nth-child(2) {
  margin-top: 0;
}

.header .fs-pt-column__item:nth-child(2n) {
  margin-right: 0;
}

.header .fs-pt-column__item::before {
  border-color: transparent transparent #a3a3a3 transparent;
  border-style: solid;
  border-width: 0 0 15px 15px;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.header .fs-pt-column__heading {
  font-size: 1.3rem;
  letter-spacing: .08em;
  line-height: 2;
  margin-top: 0;
  text-align: center;
}

.header .fs-pt-column__image > img {
  margin: 0 auto;
  max-height: 100px;
}

.header .fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
  display: none;
}

.header .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item {
  margin-top: 15px;
}

.header .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item:first-child {
  margin-top: 0;
}

.header .fs-pt-menu__submenu.fs-pt-menu--lv2 a.fs-pt-menu__link.fs-pt-menu__link--lv2 {
  font-size: 1.3rem;
  letter-spacing: .08em;
  margin: 0;
  padding: 0;
}

.header .fs-pt-menu__submenu.fs-pt-menu--lv2 a.fs-pt-menu__link.fs-pt-menu__link--lv2::before {
  content: '－';
  font-family: inherit !important;
  font-size: 1.3rem;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .header .fs-pt-column {
    width: 560px;
  }

  .header .fs-pt-column__item {
    margin-right: 20px;
    margin-top: 20px;
    width: 270px;
  }

  .header .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item {
    margin-top: 28px;
    padding-left: 65px;
  }
}

/* パンくず */
.fs-c-breadcrumb {
  margin: 0 auto;
  max-width: 1120px;
  padding-top: 115px;
}

.fs-c-breadcrumb + .fs-c-breadcrumb {
  margin-top: 10px;
}

.fs-c-breadcrumb__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.fs-c-breadcrumb__listItem {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/sub_breadcrumb_arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 4px 5px;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: .9rem;
  letter-spacing: .04em;
  margin-left: 6px;
  padding-left: 10px;
}

.fs-c-breadcrumb__listItem:first-child {
  background-image: none;
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/sub_breadcrumb_homeicon.png);
  background-size: 8px auto;
  margin-left: 0;
  padding-left: 0;
  text-indent: -9999px;
  width: 8px;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: none;
}

.fs-c-breadcrumb__listItem a:hover {
  color: inherit;
  text-decoration: underline;
}

.fs-c-breadcrumb__listItem a:visited {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    margin-top: 0;
    padding-top: 210px;
  }

  .fs-c-breadcrumb__list {
    padding: 0;
  }

  .fs-c-breadcrumb__listItem {
    font-size: 1.1rem;
  }

  .fs-c-breadcrumb__listItem:first-child {
    background-size: 10px auto;
    width: 10px;
  }
}

/* 全体 */
.fs-l-main {
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 1120px;
  padding: 0;
}

.fs-body-category .fs-l-main, .fs-body-product .fs-l-main {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .fs-l-main {
    margin-bottom: 85px;
    margin-top: 85px;
  }
}

/* sidebar */
.fs-l-sideArea {
  display: none;
}

.fs-l-sideArea .sidemenu_headline {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.3rem;
  letter-spacing: .04em;
}

.fs-l-sideArea .sidemenu_headline::after {
  color: #c30013;
  content: 'CATEGORY';
  display: block;
  font-size: 1.2rem;
  margin-top: 15px;
}

.fs-l-sideArea .fs-pt-menu.fs-pt-menu--lv1 {
  margin-top: 20px;
}

/* .fs-l-sideArea .fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
  display: none;
} */

.fs-l-sideArea .fs-pt-menu__heading.fs-pt-menu__heading--lv1, .fs-l-sideArea .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item {
  border-bottom: #ccc 1px solid;
}

.fs-l-sideArea .fs-pt-menu.fs-pt-menu--lv1 .fs-pt-menu__item a.fs-pt-menu__link.fs-pt-menu__link--lv1, .fs-l-sideArea .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item a.fs-pt-menu__link.fs-pt-menu__link--lv2 {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/common/icon_arrow1.png);
  background-position: right 19px center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  color: inherit;
  font-size: 1.2rem;
  letter-spacing: .06em;
  line-height: 1.5;
  margin: 0;
  padding: 20px 40px 20px 20px;
}

@media screen and (min-width: 768px) {
  .fs-l-sideArea {
    display: block;
    max-width: 220px;
  }
}

/***********************
  main
***********************/
.fs-l-pageMain {
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .fs-l-pageMain {
    margin: 0;
  }

  .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 840px;
  }
}

.fs-c-heading--page {
  border: none;
  color: inherit;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: .08em;
  margin-bottom: 36px;
  padding: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .fs-c-heading--page {
    font-size: 2.8rem;
  }
}

/* パーツ基本のスタイル */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #cc1c2c;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #cc1c2c;
}

.fs-c-button--plain {
  color: #cc1c2c;
}

.fs-c-button--plain:visited {
  color: #cc1c2c;
}

/* 商品グループ */
.group_mv {
  margin: 0 -10px;
  max-width: none;
  width: calc(100% + 20px);
}

@media screen and (min-width: 768px) {
  .group_mv {
    margin: 0;
    max-width: 100%;
    width: auto;
  }
}

.fs-c-sortItems__list {
  align-items: center;
}

.fs-c-sortItems__list__item.is-active {
  background-color: #cc1c2c;
}

.fs-body-category .fs-c-productList {
  background-color: #f9f9f9;
  margin: 90px -10px 0;
  padding: 60px 10px;
}

.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.fs-c-productList__list__item {
  border: none;
  padding: 0;
  width: calc(50% - 10px);
}

.fs-c-productList__list__item + .fs-c-productList__list__item {
  margin-left: 20px;
}

.fs-c-productList__list__item:nth-child(2n + 1) {
  margin-left: 0;
}

.fs-c-productList__list__item:nth-child(n + 3) {
  margin-top: 30px;
}

.fs-c-productListItem__productName {
  font-size: 1.4rem;
  letter-spacing: .01em;
  line-height: 1.5;
}

.fs-c-productListItem__productName a, .fs-c-productListItem__productName a:visited {
  color: inherit;
}

.fs-c-productListItem__productName a:hover {
  text-decoration: none;
}

.fs-c-productList__list__item .fs-c-productMarks {
  margin: 5px 0 8px;
}

.fs-c-productList__list__item .fs-c-productMarks .fs-c-mark {
  margin: 3px 0 0;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productListItem__control {
  display: none;
}

.fs-c-productListItem__prices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 1.6rem;
  letter-spacing: .08em;
}

.fs-c-productListItem__prices .fs-c-productPrice__main__label {
  font-size: 1.2rem;
}

.fs-c-productListItem__prices .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: inherit;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .custom_comment:first-of-type {
    margin-top: 90px;
  }

  .custom_comment + .custom_comment {
    margin-top: 100px;
  }

  .fs-body-category .fs-c-productList {
    margin: 100px 0 0;
    padding: 70px 0;
    position: relative;
  }

  .fs-body-category .fs-c-productList::before {
    background-color: #f9f9f9;
    content: '';
    height: 100%;
    left: -100vw;
    position: absolute;
    top: 0;
    width: 300vw;
    z-index: -1;
  }

  .fs-c-productList__list {
    margin: 40px 0;
  }

  .fs-c-productList__list__item {
    width: calc(33.33% - 30px);
  }

  .fs-c-productList__list__item + .fs-c-productList__list__item {
    margin-left: 45px;
  }

  .fs-c-productList__list__item:nth-child(2n + 1) {
    margin-left: 45px;
  }

  .fs-c-productList__list__item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .fs-c-productList__list__item:nth-child(n + 3) {
    margin-top: 0;
  }

  .fs-c-productList__list__item:nth-child(n + 4) {
    margin-top: 45px;
  }

  .fs-c-productListItem__productName {
    font-size: 1.6rem;
  }

  .fs-c-productListItem__prices .fs-c-productPrice__main__label {
    font-size: 1.4rem;
  }

  .fs-c-productListItem__prices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.8rem;
  }

  .fs-c-productListItem__prices .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 1.4rem;
  }
}

/* 商品詳細 */
.fs-l-productLayout {
  display: block;
}

.product_detail_left + .product_detail_right {
  margin-top: 50px;
}

.product_detail_right .fs-c-productNameHeading__copy {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.product_detail_right .fs-c-productNameHeading__name {
  display: block;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.2;
}

.product_detail_right .fs-c-productNumber {
  border: none;
  font-size: 1.1rem;
  letter-spacing: .08em;
  margin-top: 20px;
  padding: 0;
}

.product_detail_right .fs-c-productMarks {
  margin: 10px 0 -5px;
}

.product_detail_right .fs-c-productMarks .fs-c-mark {
  margin-bottom: 3px;
}

.product_detail_right .fs-c-productPrice {
  margin-top: 20px;
}

.product_detail_right .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.3rem;
  letter-spacing: .08em;
}

.product_detail_right .fs-c-productPrice__addon {
  color: inherit;
  font-size: 1.1rem;
  letter-spacing: .08em;
}

.product_detail_right .fs-c-subscriptionPriceTable {
  margin-top: 20px;
}

.product_detail_right .fs-c-subscriptionPriceTable .fs-c-subscriptionPriceTable__label, .product_detail_right .fs-c-subscriptionPriceTable .fs-c-subscriptionPriceTable__price {
  padding: 10px;
  vertical-align: middle;
}

.product_detail_right .fs-c-subscriptionPriceTable .fs-c-subscriptionPriceTable__price .fs-c-productPrice {
  margin: 0;
}

.product_detail_right .fs-c-buttonContainer {
  padding: 0;
}

.product_detail_right .fs-c-productReview {
  margin-top: 20px;
}

.product_detail_right .fs-p-productDescription--full {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 2;
  margin-top: 20px;
}

.product_detail_right .fs-p-productDescription--short {
  font-size: 1.5rem;
  letter-spacing: .08em;
  margin-top: 40px;
}

.product_detail_right .fs-p-productDescription--short > a {
  border: #707070 1px solid;
  display: block;
  line-height: 50px;
  margin: 0 auto;
  max-width: 315px;
  text-align: center;
}

.product_detail_right .fs-p-productDescription--short > a:hover {
  color: inherit;
  text-decoration: none;
}

.product_detail_right .fs-c-productSelection {
  margin-top: 30px;
}

.product_detail_right .fs-c-productSelection__name {
  background: none;
  font-size: 1.4rem;
  margin-top: 10px;
  padding: 0;
}

.product_detail_right .fs-c-productSelection__selection {
  margin-top: 5px;
  padding: 0;
}

.product_detail_right .fs-c-productSelection__field .option_remark {
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.product_detail_right .fs-c-productSelection__field input + .option_remark {
  margin-top: 10px;
}

.product_detail_right .fs-c-productQuantityAndWishlist {
  background-color: #ebebeb;
  border-radius: 3px 3px 0 0;
  grid-template-columns: 1fr auto;
  margin-top: 40px;
  padding: 30px 20px 0;
}

.product_detail_right .fs-c-productQuantityAndWishlist__quantity {
  align-items: center;
  display: flex;
}

.product_detail_right .fs-c-productQuantityAndWishlist__quantity::before {
  content: '数量';
  flex-shrink: 0;
  font-size: 1.5rem;
  letter-spacing: .08em;
  margin-right: 10px;
}

.product_detail_right .fs-system-quantity-list {
  background-color: #fff;
  border: #c3c3c3 1px solid;
  border-radius: 3px;
  flex-shrink: 0;
  font-size: 1.8rem;
  height: 48px;
  letter-spacing: .08em;
  text-align: center;
  width: 38px;
}

.product_detail_right .fs-c-button--particular.fs-c-button--addToWishList--detail {
  background-color: #fff;
  border: #c3767e 1px solid;
  border-radius: 3px;
  box-shadow: none;
  font-size: 1.4rem;
  height: 28px;
  letter-spacing: .05em;
  text-align: center;
}

.product_detail_right .fs-c-button--particular.fs-c-button--addToWishList--detail::before {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/icon_favorite.png);
  background-size: cover;
  content: '';
  height: 13px;
  margin-right: 5px;
  width: 16px;
}

.product_detail_right .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: none;
}

.product_detail_right .fs-c-buttonContainer--addToWishList--detail {
  background-color: #ebebeb;
  margin-top: 20px;
  padding: 30px 15px 0;
}

.product_detail_right .fs-c-productQuantityAndAction {
  background-color: #ebebeb;
  flex-wrap: nowrap;
  padding-top: 25px;
}

.product_detail_right .fs-c-productQuantityAndAction__quantity {
  align-items: center;
  display: flex;
  margin-left: 20px;
}

.product_detail_right .fs-c-productQuantityAndAction__quantity::before {
  content: '数量';
  flex-shrink: 0;
  font-size: 1.5rem;
  letter-spacing: .08em;
  margin-right: 10px;
}

.product_detail_right .fs-c-productQuantityAndAction .fs-c-productActionButton {
  padding-top: 0;
}

.product_detail_right .fs-c-productQuantityAndAction .fs-c-productActionButton .fs-c-button--primary {
  min-width: 200px;
}

.product_detail_right .fs-c-productActionButton {
  background-color: #ebebeb;
  padding: 25px 20px 0;
}

.product_detail_right .fs-c-productActionButton .fs-c-button__label::before {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/common/cart.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  width: 18px;
}

.product_detail_right .fs-c-inquiryAboutProduct {
  background-color: #ebebeb;
  border-radius: 0 0 3px 3px;
  padding: 20px 20px 30px;
}

.product_detail_right .fs-c-button--inquiryAboutProduct {
  color: inherit;
  font-size: 1.3rem;
  margin: 0 auto;
}

.product_detail_right .fs-c-button--inquiryAboutProduct .fs-c-button__label::before {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/icon_inquiry.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  width: 18px;
}

.product_detail_right .sns_share_area {
  align-items: center;
  display: flex;
  margin-top: 40px;
}

.product_detail_right .sns_share_title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.product_detail_right .sns_links {
  align-items: center;
  display: flex;
  margin-left: 10px;
}

.product_detail_right .sns_links li {
  width: 26px;
}

.product_detail_right .sns_links li + li {
  margin-left: 10px;
}

.product_detail_review {
  margin: 60px 0;
}

.product_detail_review .review_headline {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: .05em;
}

.product_detail_review .review_headline::after {
  color: #c30013;
  content: 'CUSTOMER’S VOICE';
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .12em;
  margin-top: 13px;
}

.product_detail_review .fs-c-productReview__aggregateRating {
  display: none;
}

.product_detail_review .fs-c-reviewList {
  margin-top: 70px;
}

.product_detail_review .fs-c-reviewList__item {
  border-bottom: #989898 1px solid;
  padding: 0 0 32px;
}

.product_detail_review .fs-c-reviewList__item:first-child {
  border-top: none;
}

.product_detail_review .fs-c-reviewList__item + .fs-c-reviewList__item {
  margin-top: 42px;
}

.product_detail_review .fs-c-reviewList__item__info {
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  align-items: flex-start;
  flex-direction: column;
}

.product_detail_review .fs-c-reviewer__name {
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 18px;
}

.product_detail_review .fs-c-reviewer__profile {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/icon_reviewer.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 18px;
  margin-top: 18px;
  padding-left: 22px;
}

.product_detail_review .fs-c-reviewInfo__date {
  font-size: 1.6rem;
  line-height: 18px;
  margin: 0 0 0 16px;
}

.product_detail_review .fs-c-reviewInfo__date dt {
  font-weight: 400;
}

.product_detail_review .fs-c-reviewRating {
  margin-top: 13px;
  width: 100%;
}

.product_detail_review .fs-c-reviewStars::before {
  color: #d4c610;
  font-size: 2rem;
  letter-spacing: .1em;
}

.product_detail_review .fs-c-reviewList__item__body {
  border: none;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.8;
  margin: 13px 0 0;
  padding: 0;
}

.product_detail_review .fs-c-productReview__allReviews {
  display: none;
}

.product_detail_review .fs-c-buttonContainer--addReview--detail {
  margin-top: 40px;
  padding: 0;
}

.product_detail_review .fs-c-button--plain {
  color: inherit;
}

.product_detail_review .fs-c-button--plain:visited {
  color: inherit;
}

.product_detail_review .fs-c-button--plain:hover {
  text-decoration: none;
}

.product_detail_review .fs-c-button--plain.fs-c-button--addReview--detail {
  border: #989898 1px solid;
  display: block;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 38px;
  margin: 0 auto;
  max-width: 290px;
  text-align: center;
  width: 100%;
}

.product_detail_review .fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: none;
}

.product_detail_review .fs-c-button--plain.fs-c-button--addReview--detail .fs-c-button__label {
  position: relative;
}

.product_detail_review .fs-c-button--plain.fs-c-button--addReview--detail .fs-c-button__label::after {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/icon_arrow2.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

@media screen and (min-width: 768px) {
  .fs-l-productLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product_detail_left {
    width: 400px;
  }

  .product_detail_right {
    width: 390px;
  }

  .product_detail_left + .product_detail_right {
    margin-top: 0;
  }

  .product_detail_right .fs-c-productNameHeading__copy {
    font-size: 1.4rem;
  }

  .product_detail_right .fs-c-productNameHeading__name {
    font-size: 2rem;
  }

  .product_detail_right .fs-c-productNumber {
    font-size: 1.2rem;
  }

  .product_detail_right .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2.4rem;
  }

  .product_detail_right .fs-c-productPrice__addon {
    font-size: 1.2rem;
  }

  .product_detail_right .fs-p-productDescription--full {
    margin-top: 30px;
  }

  .product_detail_right .fs-p-productDescription--short {
    margin-top: 30px;
  }

  .product_detail_right .fs-c-productQuantityAndWishlist {
    margin-top: 30px;
  }

  .product_detail_right .sns_share_area {
    margin-top: 30px;
  }

  .product_detail_review {
    margin: 115px 0 100px;
  }

  .product_detail_review .review_headline {
    font-size: 3.3rem;
    letter-spacing: .1em;
  }

  .product_detail_review .fs-c-reviewList {
    margin-top: 60px;
  }

  .product_detail_review .fs-c-reviewList__item__info {
    align-items: center;
  }

  .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
    align-items: center;
    flex-direction: row;
  }

  .product_detail_review .fs-c-reviewer__profile {
    margin: 0 0 0 40px;
  }

  .product_detail_review .fs-c-reviewRating {
    margin-top: 18px;
  }

  .product_detail_review .fs-c-reviewList__item__body {
    margin-top: 26px;
  }

  .product_detail_review .fs-c-button--plain.fs-c-button--addReview--detail {
    font-size: 1.6rem;
    line-height: 48px;
    max-width: none;
    width: 350px;
  }

  .product_detail_review .fs-c-button--plain.fs-c-button--addReview--detail .fs-c-button__label::after {
    height: 10px;
    right: -21px;
    width: 6px;
  }
}

/* 独自コメント */
.custom_comment:first-of-type {
  margin-top: 60px;
}

.custom_comment + .custom_comment {
  margin-top: 70px;
}

.custom_comment_headline_lv1 {
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 60px;
  padding: 18px 0;
}

.custom_comment_headline_lv2 {
  background-color: #f9f4f4;
  color: #454545;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 30px;
  padding: 14px 0 14px 15px;
}

.custom_comment_headline_lv3 {
  color: #cc1c2c;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 30px;
  padding: 6px 0 6px 20px;
  position: relative;
}

.custom_comment_headline_lv3::before {
  background-color: #cc1c2c;
  content: '';
  height: 30px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

@media screen and (min-width: 768px) {
  .custom_comment_headline_lv2 {
    font-size: 1.8rem;
    padding: 14px 0 14px 20px;
  }

  .custom_comment_headline_lv3 {
    font-size: 1.7rem;
  }

  .custom_comment_headline_lv3::before {
    width: 4px;
  }
}

.custom_comment p {
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 2;
  margin-top: 30px;
}

.custom_comment p > img {
  margin: 0 auto;
}

.custom_comment p > span {
  color: #cc1c2c;
}

.custom_comment p > strong {
  font-weight: bold;
}

.custom_comment_link_products_list {
  align-items: center;
  border: #c30013 1px solid;
  color: #c30013;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  letter-spacing: .05em;
  margin: 30px auto;
  max-width: 530px;
  width: 100%;
}

.custom_comment_link_products_list:hover {
  color: #c30013;
  text-decoration: none;
}

.custom_comment_link_products_list::before {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/icon_cart.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 16px;
  margin-right: 10px;
  width: 16px;
}

.custom_comment_link_products_list::after {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/icon_arrow3.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 11px;
  margin-left: 10px;
  width: 7px;
}

@media screen and (min-width: 768px) {
  .custom_comment_link_products_list {
    font-size: 2rem;
    height: 127px;
    margin: 60px auto;
  }

  .custom_comment_link_products_list::before {
    height: 33px;
    margin-right: 20px;
    width: 32px;
  }

  .custom_comment_link_products_list::after {
    height: 22px;
    margin-left: 20px;
    width: 13px;
  }
}

.custom_comment_col2 {
  display: block;
  margin: 30px 0;
}

.custom_comment_col2 .col {
  width: auto;
}

.custom_comment_col2 .col + .col {
  margin: 20px 0 0;
}

.custom_comment_col2 .col img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .custom_comment_col2 {
    display: flex;
  }

  .custom_comment_col2 .col {
    width: 49%;
  }

  .custom_comment_col2 .col + .col {
    margin: 0 0 0 2%;
  }
}

.custom_table {
  margin: 40px 0;
  width: 100%;
}

.custom_table th, .custom_table td {
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
  font-size: 1.4rem;
  letter-spacing: .08em;
  padding: 20px 10px;
}

.custom_table tr:first-child th, .custom_table tr:first-child td {
  border-top: none;
}

.custom_table th {
  font-weight: 400;
  width: 30%;
}

.custom_recipe {
  background-color: #f9f9f9;
  margin: 80px -10px 0;
  padding: 60px 10px;
}

.custom_recipe_headline {
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: .05em;
}

.custom_recipe_headline::after {
  color: #c30013;
  content: 'RECIPE';
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .12em;
  margin-top: 10px;
}

.custom_recipe_list {
  margin-top: 40px;
}

.custom_recipe_list li {
  background-color: #fff;
  border: #989898 1px solid;
}

.custom_recipe_list li + li {
  margin-top: 20px;
}

.custom_recipe_list a {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.6;
  padding: 15px;
}

.custom_recipe_list a:hover {
  color: inherit;
  text-decoration: none;
}

.custom_recipe_list a:visited {
  color: inherit;
}

.custom_recipe_list img {
  margin-right: 10px;
  max-width: 140px;
}

.btn_custom_recipe_more {
  align-items: center;
  border: #989898 1px solid;
  display: flex;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 38px;
  margin: 40px auto 0;
  max-width: 290px;
}

.btn_custom_recipe_more:hover {
  color: inherit;
  text-decoration: none;
}

.btn_custom_recipe_more:visited {
  color: inherit;
}

.btn_custom_recipe_more::after {
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/sub/icon_arrow2.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 6px;
  margin-left: 10px;
  width: 4px;
}

@media screen and (min-width: 768px) {
  .custom_table {
    margin: 30px 0;
  }

  .custom_recipe {
    margin: 100px 0 0;
    padding: 100px 0 80px;
    position: relative;
  }

  .custom_recipe::after {
    background-color: #f9f9f9;
    content: '';
    height: 100%;
    left: -100vw;
    position: absolute;
    top: 0;
    width: 300vw;
    z-index: -1;
  }

  .custom_recipe_headline {
    font-size: 3.3rem;
  }

  .custom_recipe_headline::after {
    margin-top: 15px;
  }

  .custom_recipe_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .custom_recipe_list li {
    border: none;
    width: 400px;
  }

  .custom_recipe_list li + li {
    margin: 0 0 0 40px;
  }

  .custom_recipe_list li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .custom_recipe_list li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .custom_recipe_list a {
    font-size: 1.6rem;
    padding: 15px 10px 15px 30px;
  }

  .custom_recipe_list img {
    margin-right: 30px;
  }

  .btn_custom_recipe_more {
    font-size: 1.6rem;
    line-height: 48px;
    margin-top: 50px;
  }

  .btn_custom_recipe_more::after {
    height: 10px;
    margin-left: 17px;
    width: 6px;
  }
}

/* footer */
.footer_bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.footer_bottom a:visited {
  color: #fff;
}

.fs-p-footerPageTop {
  bottom: 0;
  left: auto;
  padding: 0;
  position: fixed;
  width: auto;
  z-index: 100;
}

.fs-p-footerPageTop__link {
  align-items: center;
  background-color: #191919;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.fs-p-scrollingCartButton__button {
  background-color: #cc1c2c;
}

/* top */
.top_bnr_container .fs-pt-column__item {
  padding: 0;
  width: calc((100% - 70px) / 3);
}

.top_bnr_container a.fs-pt-column__item {
  transition: .3s;
}

.top_bnr_container a.fs-pt-column__item:hover {
  color: inherit;
  text-decoration: none;
}

.top_bnr_container .fs-pt-column__image > img {
  border: 1px solid #b94e6d;
  width: 100%;
}

.top_bnr_container .fs-pt-column__heading {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .top_bnr_container .fs-pt-column__item {
    width: 100%;
  }

  .top_bnr_container .fs-pt-column__heading {
    margin-top: 12px;
  }
}

.top_ranking .fs-pt-column__item, .top_recommend .fs-pt-column__item {
  height: auto;
  margin-left: 25px;
  padding: 0;
  position: relative;
  width: calc((100% - 75px) / 4);
}

.top_ranking .fs-pt-column__item:first-child, .top_recommend .fs-pt-column__item:first-child, .top_ranking .fs-pt-column__item:nth-child(5n), .top_recommend .fs-pt-column__item:nth-child(5n) {
  margin-left: 0;
}

.top_ranking .fs-pt-column__item:nth-child(n+5), .top_recommend .fs-pt-column__item:nth-child(n+5) {
  margin-top: 40px;
}

.top_ranking .fs-pt-column__item::before {
  background-color: #72869e;
  color: #fff;
  display: block;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2rem;
  height: 40px;
  letter-spacing: .12em;
  padding: 11px 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.top_ranking .fs-pt-column__item:nth-child(1)::before {
  background-color: #ebaa0e;
  content: '1';
}

.top_ranking .fs-pt-column__item:nth-child(2)::before {
  background-color: #989191;
  content: '2';
}

.top_ranking .fs-pt-column__item:nth-child(3)::before {
  background-color: #b47631;
  content: '3';
}

.top_ranking .fs-pt-column__item:nth-child(4)::before {
  content: '4';
}

.top_ranking .fs-pt-column__item:nth-child(5)::before {
  content: '5';
}

.top_ranking .fs-pt-column__item:nth-child(6)::before {
  content: '6';
}

.top_ranking .fs-pt-column__item:nth-child(7)::before {
  content: '7';
}

.top_ranking .fs-pt-column__item:nth-child(8)::before {
  content: '8';
}

.top_ranking .fs-pt-column__item.number1::before {
  background-color: #ebaa0e;
  content: '1';
}

.top_ranking .fs-pt-column__item.number2::before {
  background-color: #989191;
  content: '2';
}

.top_ranking .fs-pt-column__item.number3::before {
  background-color: #b47631;
  content: '3';
}

.top_ranking .fs-pt-column__item.number4::before {
  content: '4';
}

.top_ranking .fs-pt-column__item.number5::before {
  content: '5';
}

.top_ranking .fs-pt-column__item.number6::before {
  content: '6';
}

.top_ranking .fs-pt-column__item.number7::before {
  content: '7';
}

.top_ranking .fs-pt-column__item.number8::before {
  content: '8';
}

.top_ranking a.fs-pt-column__item, .top_recommend a.fs-pt-column__item {
  transition: .3s;
}

.top_ranking a.fs-pt-column__item:hover, .top_recommend a.fs-pt-column__item:hover {
  color: inherit;
  text-decoration: none;
}

.top_ranking .fs-pt-column__heading, .top_recommend .fs-pt-column__heading {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.4;
  margin-top: 23px;
}

.top_ranking .fs-pt-column__heading {
  color: #fff;
}

.top_recommend .fs-pt-column__heading {
  color: inherit;
}

.top_ranking .fs-pt-column__description, .top_recommend .fs-pt-column__description {
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  letter-spacing: .08em;
  margin-top: 10px;
}

.top_ranking .fs-pt-column__description {
  color: #fff;
}

.top_recommend .fs-pt-column__description {
  color: #c30013;
}

@media screen and (max-width: 767px) {
  .top_ranking .fs-pt-column__item {
    margin-left: 0;
    width: 150px;
  }

  .top_ranking .fs-pt-column__item:nth-child(n+5) {
    margin-top: 0;
  }

  .top_recommend .fs-pt-column__item {
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }

  .top_recommend .fs-pt-column__item:nth-child(3n) {
    margin-left: 20px;
  }

  .top_recommend .fs-pt-column__item:nth-child(odd) {
    margin-left: 0;
  }

  .top_recommend .fs-pt-column__item:nth-child(n+3) {
    margin-top: 30px;
  }

  .top_ranking .fs-pt-column__heading, .top_recommend .fs-pt-column__heading {
    font-size: 1.3rem;
    margin-top: 17px;
  }

  .top_ranking .fs-pt-column__description {
    font-size: 1.5rem;
  }
}

.top_topics_list_item_link:hover {
  text-decoration: none;
}

.top_category_list .fs-pt-column__item {
  align-items: center;
  border: 1px solid #989898;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.3rem;
  height: 200px;
  justify-content: center;
  letter-spacing: .08em;
  margin-right: 30px;
  margin-top: 30px;
  width: 450px;
}

.top_category_list .fs-pt-column__item:nth-child(2n) {
  margin-right: 0;
}

.top_category_list .fs-pt-column__item:first-child, .top_category .fs-pt-column__item:nth-child(2) {
  margin-top: 0;
}

.top_category_list a.fs-pt-column__item {
  transition: .3s;
}

.top_category_list a.fs-pt-column__item:hover {
  color: inherit;
  text-decoration: none;
}

.top_category_list .fs-pt-column__heading {
  align-items: center;
  background-image: url(../img/top/top_category_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  display: flex;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 150px;
  min-height: 120px;
  padding: 40px 0;
  text-align: center;
  width: 45%;
}

.top_category_list .fs-pt-column__image {
  width: 45%;
}

.top_category_list .fs-pt-column__image img {
  margin: 0 auto;
  max-height: 170px;
  max-width: 160px;
}

.top_category_list2 .fs-pt-column__item {
  align-items: center;
  border: 1px solid #989898;
  display: flex;
  flex-direction: column-reverse;
  font-size: 1.3rem;
  height: 250px;
  justify-content: flex-end;
  letter-spacing: .08em;
  margin-right: 30px;
  padding: 15px;
  width: 210px;
}

.top_category_list2 .fs-pt-column__item:nth-child(4n) {
  margin-right: 0;
}

.top_category_list2 .fs-pt-column__item:nth-child(n+5) {
  margin-top: 30px;
}

.top_category_list2 a.fs-pt-column__item {
  transition: .3s;
}

.top_category_list2 a.fs-pt-column__item:hover {
  color: inherit;
  text-decoration: none;
}

.top_category_list2 .fs-pt-column__heading {
  align-items: center;
  background-image: url(../img/top/top_category_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  display: flex;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.7rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: 0 auto;
  min-height: 70px;
  padding: 0;
  width: 100%;
}

.top_category_list2 .fs-pt-column__image {
  margin-top: 10px;
  width: 100%;
}

.top_category_list2 .fs-pt-column__image img {
  margin: 0 auto;
  max-height: 145px;
  max-width: 115px;
}

@media screen and (max-width: 767px) {
  .top_category_list {
    flex-direction: column;
    justify-content: center;
  }

  .top_category_list .fs-pt-column__item {
    height: 120px;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
  }

  .top_category_list .fs-pt-column__item:first-child {
    margin-top: 0;
  }

  .top_category_list .fs-pt-column__item:nth-child(2) {
    margin-top: 15px;
  }

  .top_category_list .fs-pt-column__heading {
    background-size: 95px 95px;
    font-size: 1.5rem;
    max-width: 130px;
    min-height: 95px;
    padding: 13px 0;
    width: 40%;
  }

  .top_category_list .fs-pt-column__image {
    width: 40%;
  }

  .top_category_list .fs-pt-column__image img {
    max-height: 105px;
    max-width: 120px;
  }

  .top_category_list2 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .top_category_list2 .fs-pt-column__item {
    align-items: center;
    display: flex;
    height: 150px;
    margin-right: 15px;
    padding: 10px;
    width: calc((100% - 15px) / 2);
  }

  .top_category_list2 .fs-pt-column__item:nth-child(2n) {
    margin-right: 0;
  }

  .top_category_list2 .fs-pt-column__item:nth-child(n+3) {
    margin-top: 15px;
  }

  .top_category_list2 .fs-pt-column__heading {
    background-size: 55px 55px;
    font-size: 1.5rem;
    line-height: 1.1;
    min-height: 55px;
  }

  .top_category_list2 .fs-pt-column__image {
    margin-top: -10px;
    width: 100%;
  }

  .top_category_list2 .fs-pt-column__image img {
    max-height: 85px;
    max-width: 80px;
  }
}

.top_column_item_link:hover {
  text-decoration: none;
}

/* フォーム */
.fs-c-inputTable__headerCell {
  margin: 10px 0;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  システムページ
*************************/
.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
  border: none;
  color: inherit;
  margin-bottom: 10px;
}

.fs-c-subSection__message {
  line-height: 1.5;
}

.fs-c-button--primary {
  align-items: center;
  background-color: #454545;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: flex;
  font-size: 1.6rem;
  height: 55px;
  justify-content: center;
  letter-spacing: .08em;
  max-width: 315px;
  padding: 0;
  width: 100%;
}

.fs-c-button--secondary {
  background-color: #454545;
  border: none;
}

.fs-c-anotherLogin__message {
  line-height: 1.5;
}

.fs-c-anotherLogin__button--amazon {
  margin: 8px auto;
}

.fs-p-accountInfo__body {
  margin: 8px 0;
}

.fs-p-accountInfo__point > * + * {
  margin-top: 8px;
}

.fs-c-accountService__page {
  flex-basis: calc(50% - 10px);
}

.fs-c-accountService__page.fs-c-accountService__page--logout .fs-c-string.fs-c-string--label::before {
  background-image: url(../img/sub/icon_my_logout.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  fill: #7c8790;
  height: 64px;
  margin: 4px auto;
  width: 44px;
}

@media screen and (min-width: 600px) {
  .fs-c-accountService__page {
    flex-basis: 128px;
  }
}

.fs-c-wishlistProduct {
  margin: 40px 0;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  border: none;
  color: inherit;
  margin-bottom: 10px;
}

.fs-c-wishlistProduct__viewAllProducts, .fs-c-wishlistProduct__viewAllProducts:visited {
  color: #cc1c2c;
}

.fs-p-announcement__title {
  color: inherit;
  margin-bottom: 10px;
}

.fs-p-announcement__body * {
  line-height: 1.5;
}

.fs-c-reviewList__item {
  border-color: #ddd;
  margin: 10px 0;
}

.fs-c-reviewList__item:first-child {
  border-color: #ddd;
}

.fs-body-review-write .fs-c-reveiwNotes {
  border-color: #ddd;
  line-height: 1.5;
  padding: 10px 0;
}

.fs-body-review-write .fs-c-reveiwNotes h3 {
  font-weight: bold;
}

.fs-c-listTable {
  line-height: 1.5;
}

.fs-c-inputField__explanation {
  line-height: 1.5;
}

.fs-c-checkout-preview__title {
  border-color: #ddd;
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
  border-color: #ddd;
}

.fs-c-checkout-customerInfo {
  line-height: 1.5;
}

.fs-c-checkout-destination__list {
  line-height: 1.5;
}

.fs-c-returnedSpecialContract__link a {
  color: #cc1c2c;
}

.fs-c-featuredProduct {
  margin-top: 50px;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
  ログインページ　パスワード再設定
*************************/
.reset_pass_wrapper {
  margin: 55px auto;
  max-width: 900px;
}

.reset_pass_heading {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.reset_pass_bottom {
  background-color: #fcf9ed;
  margin-top: 25px;
  padding: 15px 35px;
}

.reset_pass_heading2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.reset_pass_text {
  line-height: 1.5;
  margin: 1rem 0;
}

/* 会員登録 */
.fs-p-announcement__title {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2rem;
  letter-spacing: .05em;
  padding: 22px 0;
  text-align: center;
}

.fs-p-announcement__body {
  margin-top: 42px;
}

.fs-p-announcement__body__title {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
}

.registerPrivilege_list {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.registerPrivilege_list_item {
  align-items: center;
  background-image: url(https://aizutenpo.itembox.design/item/assets/img/page/registerPrivilege_list_item_frame.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 163px;
  position: relative;
  width: 180px;
}

.registerPrivilege_list_item_number_box {
  background-color: #000;
  height: 38px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 38px;
}

.registerPrivilege_list_item_number {
  color: #fff;
  display: block;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.orderedList_item_icon_img1 {
  height: 53px;
  margin-bottom: 13px;
  margin-top: 33px;
  width: 71px;
}

.orderedList_item_icon_img2 {
  height: 39px;
  margin-bottom: 10px;
  margin-top: 40px;
  width: 45px;
}

.orderedList_item_icon_img3 {
  height: 29px;
  margin-bottom: 25px;
  margin-top: 45px;
  width: 44px;
}

.orderedList_item_icon_img4 {
  height: 45px;
  margin-bottom: 8px;
  margin-top: 37px;
  width: 45px;
}

.orderedList_item_icon_img5 {
  height: 35px;
  margin-bottom: 22px;
  margin-top: 42px;
  width: 39px;
}

.registerPrivilege_list_item_text {
  color: #454545;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
}

.orderedList_item_text_small {
  display: block;
  font-size: 1rem;
}

.register_coupon_box {
  background-color: #f9f4f4;
  margin-top: 38px;
  padding: 25px 0;
}

.register_coupon {
  background-color: #fff;
  color: #454545;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.6;
  margin: 0 auto;
  padding: 28px 0;
  text-align: center;
  width: 800px;
}

.register_coupon_red {
  color: #c30013;
  font-weight: bold;
}

.fs-c-specTableContainer {
  margin-top: 22px;
}

.register_remark {
  color: #454545;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .05em;
  margin: 0 auto;
  text-align: center;
}

.fs-c-specTable {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .05em;
  margin: 50px auto;
  width: 100%;
}

.fs-c-specTable__headerCell {
  background-color: #c30013;
  border: 1px solid #fff;
  color: #fff;
  padding: 23px 0;
}

.fs-c-specTable__headerCell.rank {
  background-color: #f4f4f4;
  border-bottom: 1px solid #989898;
  color: #454545;
  padding: 35px 0;
  width: 21%;
}


.fs-c-specTable, .fs-c-specTable__dataCell {
  border: 1px solid #989898;
}

.fs-c-specTable__dataCell {
  line-height: 1.6;
  vertical-align: middle;
}

.text_in_cell_box {
  display: table;
  margin: 0 auto;
}

.text_in_cell {
  text-align: left;
}

.fs-c-specTable__dataCell.condition {
  width: 18%;
}

.fs-c-specTable__dataCell.benefit1 {
  width: 37%;
}

.fs-c-specTable__headerCell:last-child {
  border-right: 1px solid #989898;
}

.fs-c-specTable__headerCell:first-child {
  border-left: 1px solid #989898;
}

.text_red {
  color: #c30013;
}

@media screen and (max-width: 767px) {
  body:not(.fs-body-cart) .fs-p-announcement {
    margin: 0;
  }

  .fs-p-announcement__title {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 11px 0;
  }

  .fs-p-announcement__body {
    margin-top: 20px;
  }

  .fs-p-announcement__body__title {
    font-size: 1.8rem;
  }

  .registerPrivilege_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 35px auto 0;
    width: 355px;
  }

  .registerPrivilege_list_item {
    height: 154px;
    margin-left: 15px;
    width: 170px;
  }

  .registerPrivilege_list_item:first-child {
    margin-left: 0;
  }

  .registerPrivilege_list_item:nth-child(n+3) {
    margin-top: 35px;
  }

  .registerPrivilege_list_item:nth-child(odd) {
    margin-left: 0;
  }

  .orderedList_item_icon_img1 {
    height: 42px;
    width: 57px;
  }

  .orderedList_item_icon_img2 {
    height: 31px;
    margin-top: 30px;
    width: 36px;
  }

  .orderedList_item_icon_img3 {
    height: 23px;
    width: 35px;
  }

  .orderedList_item_icon_img4 {
    height: 36px;
    width: 36px;
  }

  .orderedList_item_icon_img5 {
    height: 28px;
    width: 31px;
  }

  .registerPrivilege_list_item_text {
    font-size: 1.3rem;
  }

  .register_coupon_box {
    margin-top: 28px;
    padding: 15px 0;
  }

  .register_coupon {
    font-size: 1.6rem;
    padding: 18px 0;
    width: 330px;
  }

  .register_remark {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 10px;
  }

  .fs-c-specTable {
    margin: 30px auto 10px;
  }

  .fs-c-heading--page {
    margin-top: 30px;
  }
}

/* レビューを書く レビューを見る */
.review_parts {
  color: #c30013;
  font-size: 1.4rem;
  margin-top: 22px;
}

.review_parts_write {
  background-image: url(../img/sub/icon_write_review.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  display: inline-block;
  line-height: 19px;
  padding-left: 25px;
}

.review_parts_view {
  background-image: url(../img/sub/icon_view_review.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18px 17px;
  display: inline-block;
  line-height: 19px;
  margin-left: 35px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .review_parts {
    text-align: center;
  }
}

/* 404 */
.fs-body-notfound .fs-l-main {
  padding-top: 115px;
}

.fs-p-pageNotFound__image {
  margin: 0 auto;
}

.fs-p-pageNotFound__body {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .fs-body-notfound .fs-l-main {
    padding-top: 210px;
  }
}
