@charset "UTF-8";


/* 非表示 */
.fs-c-productMarks,
.fs-c-productNumber__label,
.fs-c-variationAndActions__variationLabel,
.product_right_box .fs-c-productListItem__prices,
.fs-c-productNotice--outOfStock {
  display: none;
}

/* レイアウト */
.fs-l-main {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fs-l-main.active {
  opacity: 1;
}

.fs-l-productLayout {
  padding: 0 0 40px;
}

.product_left_box,
.product_right_box {
  width: 90%;
  margin: 0 auto;
}

/* 商品画像 */
.fs-c-button--viewExtendedImage {
  position: absolute;
  right: 10px;
  bottom: 40px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fs-c-button--viewExtendedImage::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/fs/expand_btn_01.png) no-repeat;
  background-size: 100%;
  pointer-events: none;
  content: '';
}

.fs-c-button--viewExtendedImage span {
  display: none;
}

.fs-c-productCarouselMainImage__carousel {
  margin-bottom: 20px !important;
}

.fs-c-productCarouselMainImage__carousel .slick-list {
  padding: 0 !important;
}

.fs-c-productCarouselMainImage__image > img {
  padding: 0 5%;
}

.fs-c-productCarouselMainImage__image__caption {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  margin-top: 10px;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  width: 25px;
  height: 40px;
  background: none;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.fs-c-slick .slick-prev {
  left: 0;
}

.fs-c-slick .slick-next {
  right: 0;
}

.fs-c-slick .slick-prev::before,
.fs-c-slick .slick-next::before {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  opacity: 1;
  content: '';
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.fs-c-slick .slick-prev::before {
  left: 5px;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #181818;
}

.fs-c-slick .slick-next::before {
  right: 5px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
}

.fs-c-slick .slick-prev.slick-disabled::before,
.fs-c-slick .slick-next.slick-disabled::before {
  opacity: 0;
}

.fs-c-productCarouselMainImage__thumbnailList {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  overflow-x: visible;
}

.fs-c-productCarouselMainImage__thumbnailList > li {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 19%;
  margin: 0 1.25% 15px 0;
  cursor: pointer;
}

.fs-c-productCarouselMainImage__thumbnailList > li:nth-of-type(5n) {
  margin-right: 0;
}

.fs-c-productCarouselMainImage__thumbnailList > li img {
  border: 1px solid #fff;
}

.fs-c-productCarouselMainImage__thumbnailList > li.slick-active img {
  border: 1px solid #f1f1f1;
}

.fs-c-productCarouselMainImage__thumbnailList > li .fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 10px;
  font-size: 1rem;
  padding: 3px 3px 0;
  text-align: center;
}

/* 画像ポップアップ */
.fs-c-photoswipe.pswp {
  z-index: 99999;
  display: block;
}

.fs-c-photoswipe .pswp__bg {
  opacity: 0.9 !important;
}

.fs-c-photoswipe .pswp__top-bar {
  height: 60px;
}

.fs-c-photoswipe .pswp__counter {
  height: 60px;
  padding: 0 0 0 5%;
  line-height: 60px;
  opacity: 1;
}

.fs-c-photoswipe .pswp__button {
  top: 8px;
  margin-right: 10px;
}

.fs-c-photoswipe .pswp__button--arrow--left,
.fs-c-photoswipe .pswp__button--arrow--right {
  width: 40px;
  height: 40px;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  margin: 0;
}

.fs-c-photoswipe .pswp__button--arrow--left {
  left: 0;
}

.fs-c-photoswipe .pswp__button--arrow--right {
  right: 0;
}

.fs-c-photoswipe .pswp__button--arrow--left::before,
.fs-c-photoswipe .pswp__button--arrow--right::before {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background: none;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: '';
}

.fs-c-photoswipe .pswp__button--arrow--left::before {
  left: 16px;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #181818;
}

.fs-c-photoswipe .pswp__button--arrow--right::before {
  right: 16px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
}

.fs-c-photoswipe.pswp--svg .pswp__button--arrow--left:before,
.fs-c-photoswipe.pswp--svg .pswp__button--arrow--right:before {
  background: none;
}

.fs-c-photoswipe.pswp--supports-fs .pswp__button--fs,
.pswp__caption {
  display: none;
}

/* 商品内容 */
.fs-c-productNumber {
  margin-bottom: 10px;
  text-align: center;
}

.fs-c-productNameHeading {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
}

.fs-c-productPrices {
  margin-bottom: 10px;
  text-align: center;
}

.fs-c-productPrices .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productPrices .fs-c-productPrice__main {
  display: inline-block;
}

.fs-c-productPrices .fs-c-productPrice__main__price {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.fs-c-productPrice--listed .fs-c-productPrice__main__price {
  text-decoration: line-through;
}

.fs-c-productOption {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
  padding: 20px 15px;
  border: 1px solid #e5e5e5;
}

.fs-c-productOption .fs-c-productOption__name {
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}

.fs-c-productOption .fs-c-productOption__name .fs-c-productOption__label {
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 5px;
}

.fs-c-productOption .fs-c-productOption__name .fs-c-productOption__price {
  font-size: 12px;
  font-size: 1.2rem;
}

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

.fs-c-productOption .fs-c-productOption__field input[type='text'] {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.fs-c-productOption .fs-c-productOption__field input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-c-productOption .fs-c-productOption__field input[type='text']:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-c-productOption .fs-c-productOption__field input[type='text']::-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-c-productOption .fs-c-productOption__field input[type='text']::placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-c-productOption .fs-c-productOption__comment {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-c-productOption .fs-c-productOption__comment .red {
  margin: 10px 0;
  color: #cc0000;
}

.fs-c-productOption .fs-c-productOption__comment .link::after {
  margin-left: 5px;
  content: '>';
}

.fs-c-productOption .fs-c-productOption__comment .link a {
  text-decoration: underline;
}

.fs-c-variationAndActions {
  margin: -60px 0 40px;
  padding-top: 60px;
}

.fs-c-variationAndActions .fs-c-variationList__item__body {
  display: block;
  margin-top: 0;
}

.fs-c-variationAndActions .fs-c-variationCart {
  padding: 0;
}

.fs-c-variationAndActions .fs-c-variationCart > li {
  display: grid;
  grid-template-rows: 40px 40px;
  grid-template-columns: 90px 1fr 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__image {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  margin: 0;
  padding-right: 10px;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__image > img {
  max-width: 80px;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__variationName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  grid-row: 1 / 2;
  grid-column: 2 / 4;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
  font-weight: bold;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton > button {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton > button span {
  color: #fff;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton .cart_btn_01 {
  background: #181818;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton .cart_btn_01 span::before {
  margin-right: 10px;
  font-size: 14px;
  font-family: 'icomoon';
  content: '\e903';
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton .cart_btn_02 {
  background: #bfbfbf;
}

.fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__wishlist {
  display: block;
  padding-left: 20px;
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

.fs-c-inquiryAboutProduct {
  margin-bottom: 40px;
  text-align: center;
}

.fs-c-inquiryAboutProduct span {
  position: relative;
  color: #666;
  text-decoration: underline;
}

.fs-c-inquiryAboutProduct span::after {
  position: absolute;
  right: -15px;
  content: '>';
}

.sns_btn_box {
  margin-bottom: 40px;
}

.sns_btn_box ul {
  text-align: center;
}

.sns_btn_box ul li {
  display: inline-block;
  width: 26px;
  margin: 0 15px;
}

.fs-p-productDescription--full {
  padding: 30px 5% 20px;
  border-top: 1px solid #f1f1f1;
}

.fs-p-productDescription--full p {
  margin-bottom: 10px;
}

.fs-p-productDescription--short {
  padding: 0 5%;
}

.fs-p-productDescription--short .product_spec {
  position: relative;
  height: 150px;
  padding: 20px 5% 70px;
  overflow: hidden;
  background: #f8f8f8;
}

.fs-p-productDescription--short .product_spec.open {
  height: auto;
}

.fs-p-productDescription--short .product_spec.open .btn_box {
  padding-top: 20px;
  background: none;
}

.fs-p-productDescription--short .ttl {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.fs-p-productDescription--short table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.fs-p-productDescription--short table tr th {
  width: 33%;
  padding: 0 10px 10px 0;
  text-align: left;
}

.fs-p-productDescription--short table tr td {
  padding: 0 0 10px 0;
}

.fs-p-productDescription--short .note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.fs-p-productDescription--short .btn_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 70px 0 20px;
  text-align: center;
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 50%, #f8f8f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(50%, #f8f8f8), to(#f8f8f8));
  background: -o-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 50%, #f8f8f8 100%);
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, #f8f8f8 50%, #f8f8f8 100%);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f8', endColorstr='#f8f8f8',GradientType=0 );
}

.fs-p-productDescription--short .btn_box a {
  text-decoration: underline;
}

.product_comment_01 {
  margin-bottom: 40px;
  padding: 35px 0;
  background: #f8f8f8;
}

.product_comment_01 .ttl_01 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 30px;
  text-align: center;
}

.product_comment_01 .product_content_slide .slick-prev,
.product_comment_01 .product_content_slide .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product_comment_01 .product_content_slide .slick-prev::before,
.product_comment_01 .product_content_slide .slick-next::before {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  opacity: 1;
  content: '';
}

.product_comment_01 .product_content_slide .slick-prev {
  left: 6%;
}

.product_comment_01 .product_content_slide .slick-prev::before {
  left: 17px;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #181818;
}

.product_comment_01 .product_content_slide .slick-next {
  right: 6%;
}

.product_comment_01 .product_content_slide .slick-next::before {
  right: 17px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
}

.product_comment_01 .product_content_slide .slick-disabled {
  opacity: 0;
}

.product_comment_01 .product_content {
  margin: 0 2%;
}

.product_comment_01 .product_content .img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.product_comment_01 .product_content .img img {
  width: 100%;
}

.product_comment_01 .product_content .ttl_02 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.product_comment_01 .product_content_responsive  {
  margin: 10% 2%;
}

.product_comment_01 .product_content_responsive .img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.product_comment_01 .product_content_responsive .img img {
  width: 100%;
}

.product_comment_01 .product_content_responsive .ttl_02 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.product_comment_02 {
  margin-bottom: 30px;
  padding: 0 5%;
  text-align: center;
}

.product_comment_02 img {
  width: 100%;
  max-width: 268px;
}

.product_comment_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  text-align: center;
}

.product_comment_03 .icon {
  width: 55px;
  padding: 10px 0;
  line-height: 1.2;
  border: 1px solid #181818;
  font-size: 13px;
  font-size: 1.3rem;
}

.product_comment_03 .text {
  width: 200px;
  font-size: 12px;
  font-size: 1.2rem;
}

.product_comment_04 {
  margin-bottom: 25px;
  text-align: center;
}

.product_comment_04 img {
  width: 100%;
  max-width: 300px;
}

.product_comment_05 {
  margin-bottom: 25px;
  text-align: center;
}

.product_comment_05 img {
  width: 100%;
  max-width: 300px;
}

.product_comment_06 {
  margin-bottom: 25px;
  text-align: center;
}

.product_comment_06 img {
  width: 95%;
}

/* 入荷お知らせメールポップアップ */
.fs-c-modal,
.fs-c-modal--medium,
.fs-c-modal--small {
  background: rgba(0, 0, 0, 0.9);
}

.fs-c-modal__inner {
  max-width: calc(100vw - 10px * 2);
  border-radius: 0;
}

.fs-c-modal__header {
  position: relative;
  display: block;
  padding: 15px 0;
  text-align: center;
}

.fs-c-modal__header .fs-c-modal__title {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-c-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
}

.fs-c-modal__close::before, .fs-c-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  background: #333;
  pointer-events: none;
  content: '';
}

.fs-c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fs-c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fs-c-modal__contents {
  padding: 10px 5% 20px;
}

.fs-c-modal__contents .fs-c-inputTable {
  width: 100%;
}

.fs-c-productImage__image {
  width: 80%;
  margin: 0 auto 20px;
}

.fs-c-stockNotificationsProduct__productName {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fs-c-stockNotificationsProduct__productName span {
  display: block;
  margin-bottom: 10px;
}

.fs-c-inputTable__headerCell {
  width: 100%;
  text-align: left;
}

.fs-c-inputTable__dataCell input[type='text'],
.fs-c-inputTable__dataCell input[type='tel'],
.fs-c-inputTable__dataCell textarea {
  padding: 5px;
  border: 1px solid #eaeaea;
  width: 100%;
}

.fs-c-inputInformation__button button {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #181818;
}

/* おすすめ商品 */
.fs-c-featuredProduct {
  display: none;
}

.go_buy_btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 9000;
  display: none;
  width: 100%;
}

.go_buy_btn .btn {
  margin-bottom: 40px;
}

.go_buy_btn .btn span {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #000;
}

.go_buy_btn .btn a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}

.go_buy_btn .btn a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  content: '';
  pointer-events: none;
  left: -22px;
}

/* ポイント */
.fs-c-productPointDisplay {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  /* レイアウト */
  .fs-l-productLayout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 70px;
  }
  .product_left_box {
    width: 48%;
  }
  .product_right_box {
    width: 45%;
    padding: 60px 0 0;
  }
  .product_left_box,
  .product_right_box {
    margin: 0;
  }
  /* 商品画像 */
  .fs-c-productCarouselMainImage__carousel {
    max-width: 430px;
    margin: 0 auto 40px !important;
  }
  .fs-c-productCarouselMainImage__image > img {
    max-width: 85%;
    max-height: 430px;
    margin: 0 auto;
    padding: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  /* 画像ポップアップ */
  .fs-c-photoswipe .pswp__counter {
    padding: 0 0 0 30px;
  }
  .fs-c-photoswipe .pswp__button--arrow--left,
  .fs-c-photoswipe .pswp__button--arrow--right {
    width: 50px;
    height: 50px;
  }
  .fs-c-photoswipe .pswp__button--arrow--left::before,
  .fs-c-photoswipe .pswp__button--arrow--right::before {
    width: 16px;
    height: 16px;
  }
  .fs-c-photoswipe .pswp__button--arrow--left::before {
    left: 20px;
  }
  .fs-c-photoswipe .pswp__button--arrow--right::before {
    right: 20px;
  }
  /* 商品内容 */
  .fs-c-productNameHeading {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .fs-c-productPrices {
    margin-bottom: 15px;
  }
  .fs-c-productOption {
    padding: 30px 25px;
  }
  .fs-c-productOption .fs-c-productOption__name {
    margin-bottom: 15px;
  }
  .fs-c-productOption .fs-c-productOption__name .fs-c-productOption__label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fs-c-productOption .fs-c-productOption__name .fs-c-productOption__price {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fs-c-productOption .fs-c-productOption__field {
    margin-bottom: 15px;
  }
  .fs-c-productOption .fs-c-productOption__comment .red {
    margin: 15px 0;
  }
  .fs-c-variationAndActions {
    margin: 0 0 60px;
    padding-top: 0;
  }
  .fs-c-variationAndActions .fs-c-variationCart > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__image {
    width: 15%;
    margin-right: 3%;
    padding-right: 0;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__image > img {
    max-width: none;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__variationName {
    display: block;
    width: 38%;
    margin-right: 2%;
    padding-bottom: 0;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__variationName .fs-c-variationCart__variationName__name {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    line-height: 1.5;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock {
    display: block;
    line-height: 1.5;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 35%;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton .fs-c-variationCart__cartButton {
    width: 100%;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton > button {
    padding: 10px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__cartButton .cart_btn_01:hover {
    background: #444;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__wishlist {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 7%;
    padding-left: 0;
    text-align: right;
  }
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon,
  .fs-c-variationAndActions .fs-c-variationCart .fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon {
    width: 18px;
  }
  .fs-c-inquiryAboutProduct {
    margin-bottom: 50px;
  }
  .sns_btn_box {
    margin-bottom: 50px;
  }
  .sns_btn_box ul li {
    width: 20px;
    margin: 0 10px;
  }
  .product_comment_01 {
    width: 100%;
    margin-bottom: 35px;
    padding: 70px 0;
    overflow: hidden;
  }
  .product_comment_01 .ttl_01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .product_comment_01 .product_content_slide {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .product_comment_01 .product_content_slide_off {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .product_comment_01 .product_content_slide .slick-list {
    overflow: initial;
  }
  .product_comment_01 .product_content_slide .slick-prev {
    left: 30px;
  }
  .product_comment_01 .product_content_slide .slick-next {
    right: 30px;
  }
  .product_comment_01 .product_content {
    margin: 0 30px;
  }
  .product_comment_01 .product_content .img {
    margin-bottom: 20px;
  }
  .product_comment_01 .product_content .ttl_02 {
    font-size: 20px;
    font-size: 2rem;
  }
  .product_comment_01 .product_content_responsive {
    margin: 2% 1%;
    width: 48%;
  }
  .product_comment_01 .product_content_responsive .img {
    margin-bottom: 20px;
  }
  .product_comment_01 .product_content_responsive .ttl_02 {
    font-size: 20px;
    font-size: 2rem;
  }
  .product_comment_02 {
    margin-bottom: 40px;
    padding: 0 5%;
  }
  .product_comment_02 img {
    max-width: 330px;
  }
  .product_comment_03 {
    margin-bottom: 50px;
  }
  .product_comment_03 .text {
    width: 370px;
  }
  .product_comment_04 {
    margin-bottom: 25px;
  }
  .product_comment_04 img {
    max-width: 438px;
  }
  .product_comment_05 {
    margin-bottom: 25px;
  }
  .product_comment_05 img {
    max-width: 438px;
  }
  .product_comment_06 {
    margin-bottom: 25px;
  }
  .product_comment_06 img {
    width: 30%;
  }
  .fs-p-productDescription--full {
    padding: 0 5% 20px;
    border-top: none;
  }
  .fs-p-productDescription--short .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .fs-p-productDescription--short table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fs-p-productDescription--short table tr th {
    width: 30%;
    padding: 0 10px 15px 0;
  }
  .fs-p-productDescription--short table tr td {
    padding: 0 0 15px 0;
  }
  .go_buy_btn {
    display: none !important;
  }
}

/*.loader_box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff;
    .loader_logo {
        position: absolute;
        top: 100px;
        left: 50%;
        width: 70px;
        height: 70px;
        background: url(https://www.hergopoch.com/new/wp-content/themes/hergopoch/assets/images/common/loader.png);
        background-size: 100%;
        transform: translateX(-50%);
    }
}

@include break($md) {
    .loader_box {
        .loader_logo {
            top: 200px;
            width: 80px;
            height: 80px;
        }
    }
}*/
.loader_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.loader_box .loader_bounce {
  position: absolute;
  top: 140px;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.loader_box .bounce_01,
.loader_box .bounce_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: loader_bounce 2s infinite ease-in-out;
          animation: loader_bounce 2s infinite ease-in-out;
}

.loader_box .bounce_02 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@media (min-width: 769px) {
  .loader_box .loader_bounce {
    top: 200px;
    width: 80px;
    height: 80px;
  }
}

@-webkit-keyframes loader_bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes loader_bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
