@charset "UTF-8";
/* 
  クリエイターモード：商品詳細：CSS
  Data: creatormode/template/item.css
*/
*{
  min-width: 0;
  min-height: 0;
}
.product-detail {
  display: flex;
  flex-direction: column;
}

.product-detail > .imagearea {
  width: 100%;
  order: 0;
}

.product-detail > .cartarea {
  width: 100%;
  order: 1;
}

/* 商品詳細 */
@media screen and (min-width: 768px) {
  .product-contents-wrap {
    flex-basis: 850px;
  }

  .product-detail {
    flex-direction: row;
    justify-content: space-between;
  }

  .product-detail > .imagearea {
    width: 400px;
  }

  .product-detail > .cartarea {
    width: 400px;
  }
}

/* 商品画像 */
/* サムネイル */
.item-image-small {
  margin-top: 10px;
}
.item-image-small .slick-track {
  transform:unset!important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.item-image-small .item-image-list {
  width: 14vw;
  height: 14vw;
  margin-left: 2.13333vw;
  border: solid 1px #ccc;
  margin-bottom: 8px;
}
.item-image-small .item-image-list.slick-current {
  border-color: #40220f;
}
@media screen and (min-width: 768px) {
  .item-image {
    margin-bottom: 2rem;
  }

  .item-image-small .item-image-list {
    width: 60px;
    height: 60px;
    margin-left: 8px;
  }
}
.item-image-small .item-image-list:nth-child(6n+1) {
  margin-left: 0;
}

.slick-prev {
  left: 10px;
  z-index: 10;
  width: auto;
  height: auto;
}

.slick-next {
  right: 10px;
  width: auto;
  height: auto;
}


/* 商品名上レビュー */
.product-reviewheading {
  margin: 4vw 4vw 0 4vw;
}

@media screen and (min-width: 768px) {
  .product-reviewheading {
    margin: 0 0 12px 0;
  }

  .product-reviewheading .reviewRateStar,
  .ul-indexlink .reviewRateStar {
    width: 16px;
    height: 16px;
  }

  .product-reviewheading .reviewRateStar::before,
  .ul-indexlink .reviewRateStar::before {
    width: 16px;
    height: 16px;
  }

  .product-reviewheading .count,
  .ul-indexlink .count {
    font-size: 12px;
  }
}

/* 商品名 */
.product-heading {
  margin: 4vw 4vw 0 4vw;
}

@media screen and (min-width: 768px) {
  .product-heading {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    font-family: '游ゴシック体 Pr6N B';
    line-height: 1.2;
  }
}

.item-name {
  margin-right: .5em;
}

/* 商品名補足 */
.special-display {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  background-color: #ddb83e;
  font-feature-settings: 'palt';
}

/* 商品番号 */
.original-code {
  margin-top: 4px;
  margin-left: 4vw;
  font-size: 10px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .original-code {
    margin-left: 0;
    font-size: 12px;
    line-height: 1.6;
  }
}

/* 商品価格 */
.product-price {
  margin: 4vw 4vw 0 4vw;
  font-weight: 600;
  font-family: '游ゴシック体 Pr6N B';
  color: #c11920;
  font-size: 15px;
  font-size: 4vw;
  letter-spacing: 0;
}

.product-price .price {
  font-size: 32px;
  font-size: 8.53333vw;
}

.product-price .tax {
  font-weight: normal;
  color: #000;
}

@media screen and (min-width: 768px) {
  .product-price {
    margin: 20px 0 0 0;
    font-size: 16px;
    width: 100%;
  }

  .product-price .price {
    font-size: 30px;
  }

  .product-price .tax {
    font-size: 12px;
  }
}

.product-price + .product-price {
  margin-top: 0;
}

/* カートに入れるボタン */
.add-btn {
  width: 100%;
  margin: 10px 0;
  background-color: #c11920;
}

@media screen and (min-width: 768px) {
  .add-btn {
    max-width: 360px;
  }
}

.cart-add-btn {
  flex-wrap: wrap;
  margin-top: 20px;
}

.cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-btn::before {
  display: block;
  width: 37px;
  height: 32px;
  margin-right: 25px;
  content: '';
  background: url("https://gigaplus.makeshop.jp/hasya710/img/product/icon-addcart.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}

/* カートに入れる（定期）ボタン */
.subscription {
  background-color: #c11920;
}

.subscription .cart-btn::before {
  width: 33px;
  height: 24px;
  background: url("https://gigaplus.makeshop.jp/hasya710/img/product/icon-subscription.svg") no-repeat;
}

/* 定期購入補足 */
.subscription-text {
  display: block;
  margin: 0 4vw 0 4vw;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .subscription-text {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

.subscription-time {
  margin-bottom: 30px;
}

.subscription-price {
  margin-top: 20px;
  font-size: 20px;
}

.subscription-gift {
  display: flex;
  margin-bottom: 20px;
}

.subscription-gift-text {
  padding-left: 16px;
}

/* 売り切れボタン */
.outstock-btn {
  width: 60%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  text-align: center;
  border-radius: 3px;
  background: #989898;
}

.outstock {
  display: inline-block;
  width: 100%;
  padding: 24px;
  color: #fff;
  border-radius: 2px;
}

/* お問い合わせボタン */
.inquiry-btn {
  margin: 10px 0;
}

.inquiry-btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  content: '';
  background: url("https://gigaplus.makeshop.jp/hasya710/img/product/icon-inquiry.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .inquiry-btn:hover::before {
    opacity: .7;
  }
}

/* シェアボタン */
.item-share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 20px 0;
}

.item-share .item + .item {
  margin-left: 8px;
}


/*送料について */
/* 成分分析表 */
/* お困りの際 */
.detail-description {
  display: flex;
  flex-direction: column;
  margin: 2em 0;
  font-size: 12px;
  line-height: 2;
}

.detail-description > .detail {
  flex-direction: column;
  order: 1;
  margin-top: 0;
}

.detail-description > .analysis {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  order: 2;
}


@media screen and (min-width: 768px) {
  .detail-description {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .detail-description > .detail {
    flex-basis: 400px;
    order: 2;
  }

  .detail-description > .analysis {
    flex-basis: 400px;
    order: 1;
    margin-right: 30px;
  }

  .detail-description > .analysis > .component {
    order: 2;
  }

  .detail-description > .analysis > .delivery {
    order: 1;
  }
}

.detail-description > .analysis > .help {
  order: 3;
}

.detail-description .delivery-notice {
  display: block;
  width: 100%;
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .detail-description .delivery-notice {
    margin-top: 0;
  }
}

.detail-description .delivery-notice .title {
  width: 100%;
  height: 35px;
  margin-bottom: 0 !important;
  font-size: 1.3em;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  line-height: 35px;
  text-align: center;
  letter-spacing: .2em;
  color: #e7dfcf;
  background-color: #40220f;
}

.detail-description .delivery-notice .fee {
  border: 2px solid #40220f;
  border-bottom: 0;
}

.detail-description .delivery-notice .fee.-solo {
  border-bottom: 2px solid #40220f;
}

.detail-description .delivery-notice .link {
  display: block;
}

.detail-description .delivery-notice .image {
  display: block;
  width: 100%;
  height: auto;
}

.detail-description .component-analysis {
  width: 100%;
  margin-top: 2em;
  font-size: 12px;
}

.detail-description .component-analysis .title {
  margin-bottom: 0 !important;
  font-size: 13px;
}

.detail-description .table-analysis + .title {
  border-top: 1px solid;
}

.detail-description .additional-help {
  width: 100%;
  margin-top: 3em;
}

.detail-description .additional-help .text {
  font-size: 16px;
  text-align: center;
  letter-spacing: .1em;
  color: #412110;
}

.detail-description .additional-help .text::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .2em;
  content: ' ';
  border-radius: 14px;
  background: #412110;
}

.detail-description .additional-help .item {
  margin-top: 13px;
}

.detail-description .table-ingredient {
  margin-top: 1em;
}

.detail-description .product-description .title {
  display: flex;
  width: 100%;
}

.detail-description .product-description .title .name {
  flex-grow: 1;
  padding: 10px 0 10px 4vw;
  font-size: .95em;
  background-image: url("https://gigaplus.makeshop.jp/hasya710/img/common/heading-beige-bg.png");
}

@media screen and (min-width: 768px) {
  .detail-description .product-description .title .name {
    padding: 10px;
  }
}

.detail-description .product-description .title::before {
  width: 70px;
  padding-top: 10px;
  content: '商品名';
  font-size: .95em;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  text-align: center;
  color: #fff;
  background-color: #40220f;
}

.detail-description .product-description .comment {
  padding: 1em;
  text-align: justify;
}

.product-deliverybanner {
  margin-top: 3em;
}

.product-deliverybanner .image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.product-selectionarea {
  position: relative;
  max-width: 400px;
  margin: 30px auto 0 auto;
}

.product-selectionarea:not(:empty)::before {
  display: block;
  margin: 0 0 10px 4vw;
  content: '●サイズを選択してください。';
  font-size: 13px;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  text-align: left;
  letter-spacing: 2px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .product-selectionarea:not(:empty)::before {
    margin-left: 18px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 2.4px;
    color: #40220f;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.selection-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .selection-list {
    position: relative;
  }
}

.selection-list .item {
  display: none;
  order: 1;
  width: 98%;
  margin: auto;
  margin-bottom: 8px;
  opacity: 0;
  border: 2px solid #eeeae5;
  border-radius: 4px;
  background-color: #eeeae5;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}

@media screen and (min-width: 768px) {
  .selection-list .item {
    display: block;
    order: 0;
    width: 100%;
    opacity: 1;
    box-shadow: none;
  }

  .selection-list .item:hover {
    opacity: .7;
  }
}

.selection-list .item.open {
  display: block;
  animation: fade-in 1s linear 0s;
  opacity: 1;
}

.selection-list .item.current {
  display: flex;
  align-items: center;
  order: 0;
  width: 100%;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .selection-list .item.current {
    opacity: 1;
    border: 2px solid #c11920;
  }

  .selection-list .item.current .link:hover {
    cursor: default;
    opacity: 1;
  }
}

.selection-list .item.current .box::after {
  position: relative;
  right: -5px;
  content: '▼';
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .selection-list .item.current .box::after {
    display: none;
  }

  .selection-list .item.notice {
    display: none;
  }
}

.selection-list .link {
  display: block;
  width: 100%;
}

.selection-list .box {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  padding: 4vw 4vw;
  line-height: 1.6;
  color: #231815;
  font-size: 10px;
  font-size: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .selection-list .box {
    padding: 10px 18px;
    font-size: 12px;
  }
}

.selection-list .box .name {
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  color: #40220f;
  font-size: 12.5px;
  font-size: 3.33333vw;
}

@media screen and (min-width: 768px) {
  .selection-list .box .name {
    flex-grow: 0;
    max-width: 150px;
    font-size: 15px;
    line-height: 1.3;
  }
}

.selection-list .box .name .sub {
  display: block;
  font-size: 8.5px;
  font-size: 2.26667vw;
}

@media screen and (min-width: 768px) {
  .selection-list .box .name .sub {
    font-size: 10px;
    line-height: 1.3;
  }
}

.selection-list .box .pricing {
  text-align: right;
}

.selection-list .box .pricing .price {
  padding-left: .2em;
  color: #c11920;
}

.selection-list .box .pricing::after {
  content: '(税込)';
}

.selection-list .box .normal {
  display: inline;
}

.selection-list .box .normal::before {
  content: '通常';
}

.selection-list .box .subsc {
  display: inline;
}

.selection-list .box .subsc::before {
  content: ' / 定期';
}

/* 注文数 */
.productnum-wrap {
  display: flex;
  align-items: center;
  margin: 25px 0 0 4vw;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .productnum-wrap {
    margin-left: 18px;
  }
}

.productnum-wrap .productnum {
  margin-left: .5em;
}

.purchase-num {
  font-size: 13px;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  letter-spacing: 2px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .purchase-num {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 2.4px;
    color: #40220f;
  }
}

/* シリーズ回遊エリア */
.series-list {
  display: flex;
  flex-wrap: wrap;
}

.series-list .item {
  width: 33.333%;
  margin-top: 4.53333vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .series-list .item {
    margin-top: 30px;
  }
}

.series-list .thumb {
  width: 19.6vw;
  height: 28.13333vw;
  margin: auto;
}

.series-list .thumb.square {
  width: 28.13333vw;
  height: 28.13333vw;
}

@media screen and (min-width: 768px) {
  .series-list .thumb {
    width: 84px;
    height: 120px;
  }

  .series-list .thumb.square {
    width: 100px;
    height: 100px;
  }
}

.series-list .title {
  margin-top: .8em;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  letter-spacing: .1em;
  font-size: 9.5px;
  font-size: 2.53333vw;
}

@media screen and (min-width: 768px) {
  .series-list .title {
    font-size: 10px;
  }
}

/* シリーズ回遊エリア（PC専用） */
.product-detail .series-area {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-detail .series-area {
    display: block;
  }
}

/* シリーズ回遊エリア（SP専用） */
@media screen and (min-width: 768px) {
  .product-spseriesarea {
    display: none;
  }
}

/* もっと読む（SP専用） */
.shipping-readmore,
.product-readmore {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  appearance: none;
}

@media screen and (min-width: 768px) {

  .shipping-readmore,
  .product-readmore {
    display: none;
  }
}

.table-ingredient,
.component-analysis,
.additional-help,
.product-deliverybanner {
  display: none;
}

@media screen and (min-width: 768px) {

  .table-ingredient,
  .component-analysis,
  .additional-help,
  .product-deliverybanner {
    display: block;
  }
}

.delivery-notice {
  overflow: hidden;
  height: 200px;
}

@media screen and (min-width: 768px) {
  .delivery-notice {
    height: auto;
  }
}

/* 商品所属カテゴリー説明文 */
.category-description {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .category-description {
    margin-top: 60px;
  }
}

.category-description .image {
  display: block;
  max-width: 100%;
  height: auto;
}

.category-description .toggle-box .title {
  outline: 0;
}

.category-description .toggle-box .title::-webkit-details-marker,
.fullDescription-wrap .toggle-box .title::-webkit-details-marker{
  display: none;
}

.tb-title {
  text-align: center;
}

.tb-frame {
  overflow: hidden;
  width: 100%;
  max-width: 850px;
  height: 900px;
}

.iframe-in {
  display: block;
  width: 100%;
  height: 100%;
}

/* 商品所属カテゴリー説明文：もっと読む */
.category-readmore {
  width: 100%;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  appearance: none;
}

.category-readmore .image {
  margin: auto;
}

.productcategory-detail {
  display: none;
}


/* 件数表示 */
.resultnum-area {
  text-align: right;
  margin: 20px 0;
  padding: 5px;
  font-size: 0.8125rem;
}

/* レビュー一覧 */
.review-area .writereview {
  font-size: 13px;
}

.reviewlist-unit {
  padding: 16px 0;
  font-size: 0.9rem;
  border-bottom: 1px dotted #ccc;
}

.reviewlist-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.review-head-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.review-star,
.review-score {
  display: inline-block;
}

.reviewlist-scorewrap .reviewRateStar::before {
  font-size: 1.1rem;
}

.review-score {
  margin-left: 4px;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  font-size: 1.0rem;
}

.reviewlist-content {
  font-size: 0.8rem;
}

.reviewlist-date {
  font-size: 0.7rem;
  margin-top: 8px;
  color: #999;
}
