@charset "UTF-8";
/* CSS Document */
.fs-c-productPointDisplay,
.fs-c-productSalesPeriod,
.itemdetail_info .table,
.fs-c-productMarks,
.fs-c-productNumber,
.fs-c-productSelection,
.fs-p-productDescription--short,
.detail-ex-in p {
  font-family: "Noto Sans JP", sans-serif, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

body.fs-body-product .fs-l-footer {
  margin-top: 0;
}
.fs-l-productLayout .itemdetail {
  max-width: 1092px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-bottom: 60px;
}
.fs-l-productLayout .itemdetail .itemThumb_wrap {
  position: relative;
}
.fs-c-productCarouselMainImage__thumbnailList {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.fs-c-breadcrumb {
  max-width: 1092px;
}
.itemdetail_info {
  margin-top: 20px;
}
.fs-c-productNameHeading {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
}
.fs-c-productNameHeading__copy {
  font-size: 1.7rem;
}
.fs-c-productMark {
  margin-bottom: 0;
}
.fs-c-productMark__mark,
.fs-c-mark {
  font-size: 1.5rem;
}
.fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.fs-c-price__value {
  font-size: 3rem;
  font-weight: 600;
}
.fs-c-productPrice__addon,
.fs-c-price::after,
.fs-c-productPointDisplay {
  font-size: 1.6rem;
}
.fs-c-productPrice__addon {
  margin-left: 0;
}
.product-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.fs-c-productPrices.fs-c-productPrices--productDetail,
.fs-c-productPointDisplay {
  margin-bottom: 0;
}
.fs-c-productPointDisplay {
  font-weight: 700;
  color: #c00;
}
.fs-c-price,
.fs-c-productNumber {
  color: #333 !important;
}
.fs-c-productNumber {
  margin-top: 10px;
  font-size: 1.5rem;
}
.fs-c-productSalesPeriod {
  text-align: left;
  padding: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}
.fs-c-productSalesPeriod__label.fs-c-string.fs-c-string--label {
  display: block;
}
.fs-c-productSalesPeriod__label.fs-c-string.fs-c-string--label::after {
  content: "：";
  font-weight: 700;
  font-size: 1.6rem;
}
.itemdetail_info .table {
  width: 100%;
  border-collapse: collapse;
}
.itemdetail_info .table td {
  border: 1px solid #00256A;
  color: #00256A;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.8rem;
}
.itemdetail_info .table td.specLabel {
  background: #F8FAFD;
  text-align: center;
}
.fs-c-productSelection {
  border: 1px solid #F25C3C;
  font-weight: 700;
}
.fs-c-productSelection__name {
  background: #F25C3C;
  color: #fff;
  text-align: center;
}
.fs-c-productSelection__name,
.fs-c-productSelection__selection {
  padding: 10px;
  font-size: 1.6rem;
}
.fs-c-productSelection__selection {
  background-color: #FFF6F3;
}
.fs-p-productDescription--short {
  font-size: 1.6rem;
  margin: 20px 0;
}
.fs-c-quantity {
  max-width: none;
}
.fs-c-productQuantityAndWishlist {
  margin: 10px 0;
}
.fs-c-productQuantityAndWishlist__wishlist {
  padding: 0;
  width: 100%;
}
.fs-c-productQuantityAndWishlist__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  font-size: 1.6rem;
}
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  padding: .5em;
  font-size: 1.6rem;
  flex: 1;
  min-width: 5em;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  flex-direction: row-reverse;
  box-shadow: 0 0 0;
  border: 1px solid #00256A;
  color: #00256A;
  font-weight: 700;
  font-size: 1.6rem;
  background: #fff;
  padding: .8em .5em;
  border-radius: 0;
  justify-content: center;
  flex: 1;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  margin-left: 0;
  margin-right: 4px;
  color: #F25C3C;
}
.fs-c-button--addToCart--detail {
  background: #E26800;
  border-color: #E26800;
  color: #fff;
  font-weight: 700;
  padding: 1.45em 1.2em;
  width: 100%;
  font-size: 1.65rem;
}
.fs-c-button--addToCart--detail .fs-c-button__label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.fs-c-button--addToCart--detail .fs-c-button__label::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url("../images/sample_item/cart-icon.svg") center center no-repeat;
  background-size: contain;
}
.product-card-list {
  margin-top: 40px;
}
.product-card-list p {
  font-weight: 700;
}
.fs-p-snsArea {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  justify-content: flex-end;
}
.fs-c-returnedSpecialContract {
  display: none;
}
.item-sub-banner {
  margin-top: 10px;
}
.item-sub-banner span.nolink {
  display: block;
  border: 1px solid #00256A;
  color: #00256A;
  background: #F8FAFD;
  background-size: 6px auto;
  text-align: center;
  padding: 1em 0;
}
.item-sub-banner span.nolink .sub-banner-text {
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.item-sub-banner a {
  display: block;
  border: 1px solid #00256A;
  color: #00256A;
  background: #F8FAFD url("../images/sample_item/text-banner-arw.svg") right 1em center no-repeat;
  background-size: 6px auto;
  text-align: center;
  padding: 1em 0;
}
.item-sub-banner a span {
  display: block;
}
.item-sub-banner a:hover {
  text-decoration: none;
  opacity: .6;
}
.sub-banner-text {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .4em;
}
.sub-banner-sub {
  font-size: 1.4rem;
}
.product-comment-2 {
  font-weight: 500;
  border: 1px solid #00256A;
  padding: 20px 10px;
  margin: 50px 0;
}
.product-comment-2 table {
  border-collapse: collapse;
  width: 100%;
}
.product-comment-2 table a {
  text-decoration: underline;
}
.product-comment-2 table td.specLabel,
.product-comment-2 table td:first-child {
  font-weight: bold;
}
.detail-ex {
  margin: 0 -8px;
  /*background: #f8f8f8;*/
  padding: 40px 12px 60px;
}
.detail-ex-tl {
  margin: 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.detail-ex-in p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 20px 0;
}
.detail-ex-image {
  margin: 20px 0;
}
.detail-ex-wrap .detail-ex-image {
  margin-top: 40px;
}
.detail-ex-image + .detail-ex-tl {
  margin-top: 60px;
}
.detail-group-item + .detail-group-item {
  margin-top: 40px;
}
.group-item-text {
  margin-top: 70px;
}

.product-comment-4 {
  background: #F8F8F8;
}
.tanpin {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.tanpin-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 25px;
}
.tanpin-img {
  background: #fff;
  display: block;
  margin-bottom: 10px;
}
.tanpin-name {
  font-weight: 700;
}
.tanpin-item p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.tanpin-item a {
  display: block;
}
.tanpin-item a:hover {
  text-decoration: none;
  opacity: .6;
}
/*.tanpin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1445px) {
  .tanpin::before {
    height: 24.221vw;
  }
}
@media screen and (max-width: 767px) {
  .tanpin::before {
    height: 24.221vw;
  }
}
.tanpin::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fc), to(#fff));
  background: linear-gradient(#f2f5fc 0%, #fff 100%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tanpin::before {
    height: 46.667vw;
  }
}*/

.detail-ex-in {
  padding: 0 14px;
}

.fs-c-featuredProduct {
  padding-top: 20px;
  padding-bottom: 50px;
}
.fs-c-requiredMark,
.floating-cart {
  display: none;
}
.fs-c-radio__radioMark {
  margin: 0 12px 0 8px;
}
.fs-c-productReview {
  border: 1px solid #00256A;
  font-family: "Noto Sans JP", sans-serif, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 15px;
}
.fs-c-aggregateRating__rating::before {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .fs-l-productLayout .itemdetail {
    gap: 80px;
    justify-content: space-between;
  }
  .fs-l-productLayout .itemdetail .itemdetail_info {
    flex: 1;
  }
  .item-sub-sp {
    display: none;
  }
  .product-card-list p,
  .itemdetail_info .table td {
    font-size: 1.6rem;
  }
  .product-card-list p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .fs-c-productNameHeading {
    margin-bottom: 20px;
  }
  .fs-c-productNumber {
    margin-bottom: 10px;
  }
  .fs-c-productSalesPeriod {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .fs-c-productSelection {
    margin-top: 20px;
  }
  .fs-c-button--addToCart--detail {
    font-size: 2.4rem;
  }
  .fs-c-button--addToCart--detail .fs-c-button__label {
    gap: 20px;
  }
  .fs-c-button--addToCart--detail .fs-c-button__label::before {
    width: 1em;
    height: 1em;
  }
  .fs-c-productQuantityAndWishlist {
    margin-bottom: 20px;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
  .fs-p-snsArea {
    margin-top: 20px;
  }
  .sub-banner-text {
    font-size: 2.4rem;
  }
  .item-sub-pc {
    margin-top: 30px;
  }
  .product-comment-2 {
    padding: 20px;
    font-size: 1.6rem;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .fs-c-productReview {
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
    padding: 30px;
  }
  .product-comment-2 table tr {
    border-bottom: 1px solid #ddd;
  }
  .product-comment-2 table tr:last-child {
    border-bottom: none;
  }
  .product-comment-2 table td {
    padding: 10px 15px;
  }
  .product-comment-2 table td.specLabel,
  .product-comment-2 table td:first-child {
    width: 118px;
  }
  .product-comment-4 .title02 {
    font-size: 2.4rem;
  }
  .product-comment-4 {
    margin-top: 70px;
  }
  .tanpin {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tanpin-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
    max-width: 1024px;
    margin: 60px auto 0;
    justify-content: center;
  }
  .tanpin-item {
    width: 23%;
  }
  .detail-ex-in {
    max-width: 1230px;
    margin: 0 auto;
    width: 88%;
    box-sizing: content-box;
  }
  .detail-group-item,
  .detail-ex-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
  }
  .detail-group-item:nth-child(even) {
    flex-direction: row;
  }
  .detail-group-item + .detail-group-item {
    margin-top: 20px;
  }
  .detail-ex-tl {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: left;
  }
  .detail-ex {
    padding-top: 90px;
    padding-bottom: 140px;
  }
  .detail-ex-in p {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .detail-group-tx,
  .detail-ex-tx {
    flex: 1;
  }
  .detail-ex-image {
    max-width: 580px;
  }
  .detail-ex-wrap .detail-ex-image,
  .detail-ex-image {
    margin-top: 0;
  }
  .detail-ex-image + .detail-ex-tl {
    margin-top: 120px;
  }
  .fs-c-productListCarousel {
    max-width: 1228px;
    margin: 0 auto;
  }
  .fs-c-featuredProduct {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    font-size: 1.8rem;
    padding: .8em .5em;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    margin-right: 8px;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .fs-l-productLayout .itemdetail .itemThumb_wrap {
    width: 600px;
    margin: 0 auto;
  }
  .fs-c-productCarouselMainImage__image > img {
    width: 600px;
    height: 450px;
  }
  .detail-ex-in h2.title02 {
    margin-bottom: 60px;
  }
  .detail-ex-in .group-item-text  h2.title02 {
    margin-bottom: 40px;
  }
  .detail-ex-in h3.title02 {
    font-size: 2.7rem;
    margin-bottom: 30px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .fs-l-productLayout,
  .fs-l-productLayout .itemdetail {
    display: block;
  }
  .fs-c-productCarouselMainImage {
    max-width: 600px;
    margin: 0 auto;
  }
  .item-sub-pc {
    display: none;
  }
  .itemdetail_info .table td,
  .product-card-list p {
    font-size: 1.6rem;
  }
  .product-comment-2 table tr {
    border-bottom: 1px solid #ddd;
  }
  .product-comment-2 table tr:last-child {
    border-bottom: none;
  }
  .product-comment-2 table td {
    padding: 8px 10px;
  }
  .product-comment-2 table td.specLabel,
  .product-comment-2 table td:first-child {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    gap: 20px;
  }
  .fs-c-productCarouselMainImage__image > img {
    width: calc(100vw - 16px);
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .fs-c-productQuantityAndWishlist {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    margin-right: 8px;
    font-size: 1.4em;
  }
  .detail-ex-in h2.title02,
  .detail-ex-in h3.title02 {
    margin-bottom: 25px;
  }
  .floating-cart {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.8);
    padding: 5px 10px;
  }
  .floating-cart a {
    font-size: 1.9rem;
    padding: 10px 20px;
    max-width: 350px;
    margin: 0 auto;
    color: #D55A00;
    border: 1px solid #D55A00;
    background: #FFF5E0;
    font-weight: 600;
    display: block;
    text-decoration: none;
  }
  .floating-cart a span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .floating-cart a span::before {
    content: "";
    height: 1em;
    width: 2.29em;
    background: url("../images/sample_item/floating-icon.svg") center center no-repeat;
    background-size: contain;
  }
}

/* タグ出し分け */
.item-sub-banner-noshi-huka,
.item-sub-banner-noshi,
.item-sub-banner-kamaboko{
  display: none;
}

.fs-c-photoswipe .pswp__bg {
  background: #fff;
}
.fs-c-photoswipe .pswp__ui--fit .pswp__top-bar,
.fs-c-photoswipe .pswp__ui--fit .pswp__caption,
.fs-c-photoswipe .pswp__button--arrow--left:before,
.fs-c-photoswipe .pswp__button--arrow--right:before {
  background-color: rgba(0,0,0,.8);
}
@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .fs-l-productLayout {
    padding-right: 5vw;
  }
}

.fs-c-productNameHeading__name {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .fs-c-productNameHeading__name {
    font-size: 22px;
  }
}
