<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slick-list{
 height:auto !important;
}
/* バナーエリア */
/******************************/
.banner-area{
  max-width: calc(71% - 30px);
  margin: 70px auto 0;
  box-sizing: border-box;
  text-align: center;
}
.banner-area img{
  width: 100%;
}
.banner-pc{
  display: block;
}
.banner-sp{
  display: none;
}
@media screen and (max-width:767px) {
  .banner-area{
    margin: 50px auto 0;
    max-width: 100%;
  }
  .banner-pc{
    display: none;
  }
  .banner-sp{
    display: block;
  }
}
/******************************/
/* Product */
/******************************/
.p-product {
    margin-bottom: 90px;
  }
  /* form */
  .p-product select {
    box-sizing: border-box;
    padding: 5px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 10px;
  }
  .input-border{
    width: 100%;
    color: black;
    font-weight: bold;
  }
  .p-product input[type=text] {
    box-sizing: border-box;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
  }


@media (min-width: 750px) {
   img.spimage { display: none; }  /* miniを非表示 */
   img.pcimage  { display: block; } /* bigを表示 */
}
/* ▼表示領域が600px未満の場合 */
@media (max-width: 750px) {
   img.spimage { display: block; } /* miniを表示 */
   img.pcimage  { display: none; }  /* bigを非表示 */
}

  .p-product-main {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
  @media screen and (max-width: 1030px) {
    .p-product-main {
      display: block;
    }
  }
  .p-product-img {
    width: 530px;
  }
  @media screen and (max-width: 1030px) {
    .p-product-img {
      width: auto;
      margin-bottom: 32px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-product-img {
      width: 100%;
    }
  }
  .p-product-img__main {
    text-align: center;
  }
  @media screen and (max-width: 1030px) {
    .p-product-img__main {
      margin-left: auto;
      margin-right: auto;
      width: 530px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main {
      width: auto;
    }
  }
  .p-product-img__main-item {
    position: relative;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main-item {
      text-align: center;
    }
  }
  .p-product-img__main-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-product-img__main-item img {
    margin: auto;
    text-align: center;
    border-radius: 2px;
  }
  .p-product-thumb-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -2px;
  }
  @media screen and (max-width: 1030px) {
    .p-product-thumb-list {
      margin-left: 0;
      margin-right: 0;
      flex-wrap: nowrap;
    }
  }
  .p-product-thumb-list__item {
    box-sizing: border-box;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid white;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-product-thumb-list__item img{
      border-radius: 2px;
  }
  @media screen and (max-width: 1030px) {
    .p-product-thumb-list__item {
      margin-right: 5px;
      padding-left: 0;
      padding-right: 0;
      width: 90px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-product-thumb-list__item {
      margin-right: 5px;
      width: 60px;
    }
  }
  .p-product-thumb-list__item.is-current {
    border-radius: 5px;
    border: 2px solid #ccc;
    cursor: pointer;
  }
  @media screen and (max-width: 1030px) {
    .p-product-thumb-list__item img {
      width: 90px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-product-thumb-list__item img {
      width: 60px;
    }
  }
  .p-product-thumb-list__img {
    /* overflow用 */
    position: relative;
    text-align: center;
  }
  @media screen and (max-width: 1030px) {
    .p-product-thumb-list__img {
      width: 90px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-product-thumb-list__img {
      width: 60px;
      text-align: center;
    }
  }
  .p-product-thumb-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-product-thumb-list__img img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
  }
  /* 商品画像 slider */
  .p-product-img__main .slick-track {
    margin-left: 0;
    margin-right: 0;
  }
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    top: 50%;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
      width: 45px;
      height: 45px;
    }
  }
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: all 0.4s ease;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
      top: 15px;
    }
  }
  .p-product-img__main .slick-prev {
    left: 15px;
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev {
      left: 0px;
    }
  }
  .p-product-img__main .slick-prev:before {
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev:before {
      left: 17px;
    }
  }
  .p-product-img__main .slick-next {
    right: 15px;
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main .slick-next {
      right: 0px;
    }
  }
  .p-product-img__main .slick-next:before {
    left: 4px;
    transform: rotate(135deg);
  }
  @media screen and (max-width: 767px) {
    .p-product-img__main .slick-next:before {
      left: 13px;
    }
  }
  /***** 商品情報 *****/
  .p-product-info {
    max-width: 450px;
  }
  @media screen and (max-width: 1030px) {
    .p-product-info {
      width: auto;
    }
  }
  .p-product-info__ttl {
    margin: 0 0 8px 0;
    font-size: 25px;
    line-height: 1.4;
    font-weight: bold;
    color: black;
  }
  @media screen and (max-width: 767px) {
    .p-product-info__ttl {
      font-size: 20px;
    }
    .p-product-price__sell {
      font-size: 24px !important;
      margin: 6px 0 0 0 !important;
    }
  }
  .p-product-info__ttl img {
    vertical-align: middle;
  }
  
  .p-product-info__id {
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .p-product-info__id {
      margin-top: 5px;
      font-size: 10px;
    }
  }
  .p-product-price {
    margin: 0;
  }
  .p-product-price__sell {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    margin: 5px 0 0 0;
    color: black;
  }
  .p-product-price__normal {
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .p-product-price__normal {
      font-size: 12px;
    }
  }
  .p-product-price__list-price {
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .p-product-price__list-price {
      font-size: 12px;
    }
  }
  /* オプション table */
  #option_tbl {
    border: 0;
  }
  .p-product-option-tbl {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-x: auto;
  }
  .p-product-option-tbl table {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
  }
  .p-product-option-tbl table div {
    display: inline-block !important;
  }
  .p-product-option-tbl th {
    min-width: 100px;
  }
  .p-product-option-tbl th, .p-product-option-tbl td {
    padding: 12px 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 0;
    text-align: center;
  }
  .p-product-option-tbl label {
    display: inline-block !important;
    margin-left: 5px;
    margin-bottom: 0;
  }
  .p-product-option-tbl input {
    margin-top: 0;
  }
  .p-product-option-tbl th,
  .p-product-option-tbl td {
    border-top: 0;
    border-bottom: 1px solid rgba(45, 45, 45, 10%);
    text-align: left;
  }
  /* オプション select */
  .p-product-option-select {
    margin-top: 30px;
  }
  .p-product-option-select__box {
    margin-top: 15px;
  }
  .p-product-option-select__ttl {
    margin-bottom: 5px;
    font-weight: bold;
  }
  /* 名入れ */
  .p-product-name {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-product-name__box {
    margin-top: 15px;
  }
  .p-product-name__ttl {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .p-product-name__body input {
    width: 100%;
  }
  /* 数量 */
  .p-product-form-stock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
  }
  .p-product-form-stock__input {
    display: flex;
    align-items: center;
  }
  .p-product-form-stock__input input {
    width: 60px;
  }
  .p-product-form-stock__unit {
    margin-left: 10px;
  }
  .p-product-form-stock__stock {
    margin-left: 25px;
  }
  /* ボタン */
  .p-product-form-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  .p-product-form-btn__cart {
    width: 100%;
  }
  @media screen and (max-width: 1030px) {
    .p-product-form-btn__cart {
      flex: 1;
      width: auto;
    }
  }
  .p-product-form-btn__favorite {
    width: 50px;
  }
  .p-product-form-btn__favorite-btn {
    display: inline-block;
    margin-top: 22px;
    margin-left: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-product-form-btn__favorite-btn.is-added {
    color: #000000;
  }
  .p-product-form-btn__favorite-btn svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
  }
  .p-product-form__error-message {
    color: #DB5656;
    margin-top: 15px;
  }
  /* SNS */
  .p-product-sns-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-product-sns-list__item {
    margin-right: 20px;
  }
  /* link */
  .p-product-link-list {
    margin-top: 27px;
  }
  .p-product-link-list__item {
    margin-bottom: 5px;
  }
  @media screen and (max-width: 767px) {
    .p-product-link-list__item {
      margin-bottom: 30px;
    }
  }
  /***** 商品詳細 *****/
  .p-product__ttl {
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.4;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.3em;
  }
  @media screen and (max-width: 767px) {
    .p-product__ttl {
      margin-bottom: 30px;
      font-size: 18px;
    }
  }
  .p-product-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  @media screen and (max-width: 1030px) {
    .p-product-detail {
      display: block;
    }
  }
  .p-product-explain {
    width: 100%;
    margin-top: 20px;
  }
  @media screen and (max-width: 1030px) {
    .p-product-explain {
      margin-bottom: 60px;
      width: auto;
    }
  }
  .p-product-explain__body {
    line-height: 2;
  }
  .p-product-other {
    width: 100%;
    order: -1;
  }
  @media screen and (max-width: 1030px) {
    .p-product-other {
      width: auto;
    }
  }
  /* おすすめ商品 */
  .p-product-recommend-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 90px;
  }
  @media screen and (max-width: 767px) {
    .p-product-recommend-list {
      margin-left: -5px;
      margin-right: -5px;
      margin-bottom: 60px;
    }
  }
  .p-product-recommend-list__img {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-product-recommend-list__img {
      margin-bottom: 5px;
      text-align: center;
    }
  }
  .p-product-recommend-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-product-recommend-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-product-recommend-list__img img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
  }
  .p-product-recommend-list__price {
    margin-top: 15px;
    font-size: 12px;
    color: #909090;
  }
  @media screen and (max-width: 767px) {
    .p-product-recommend-list__price {
      margin-top: 0;
    }
  }
  .p-product-recommend-list__price.is-strikethrough {
    margin-top: 0;
    text-decoration: line-through;
  }
  .p-product-recommend-list__expl {
    margin-top: 15px;
    font-size: 12px;
  }
  /* レビュー */
  .p-product-review {
    margin-bottom: 60px;
  }
  .p-product-review__item {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 40px;
    background: #f8f8f8;
  }
  @media screen and (max-width: 767px) {
    .p-product-review__item {
      padding: 20px;
    }
  }
  .p-product-review__heading {
    margin-bottom: 15px;
  }
  .p-product-review__ttl {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
  }
  .p-product-review-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-product-review-info__item {
    display: inline-block;
    font-size: 12px;
  }
  .p-product-review-info__item.is-type {
    margin-right: 35px;
  }
  .p-product-review__img {
    margin-bottom: 15px;
    text-align: center;
  }
  .p-product-review__body {
    margin-top: 15px;
    line-height: 2;
  }
  .p-product-review__rates {
    display: flex;
    flex-wrap: wrap;
  }
  .p-product-review__rate {
    width: 18px;
    height: 18px;
    vertical-align: -0.3em;
    fill: currentColor;
    fill: #d8d8d8;
  }
  .p-product-review__rate.is-color {
    fill: #000000;
  }
  /* レビュー 返信 */
  .p-product-review-reply {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
  }
  .p-product-review-reply__ttl {
    font-weight: bold;
  }
  .p-product-review-reply__body {
    font-size: 12px;
  }
  .p-product-review-reply__date {
    font-size: 12px;
  }
  .p-product-review__btn {
    margin-top: 45px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-product-review__btn {
      margin-top: 30px;
    }
  }
  .input-prepend.input-append input {
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100px;
    text-align: right;
  }

  /***********************
  以下追加CSS
  ***********************/
  /* 商品画像 */
  @media screen and (min-width: 1031px) {
  .p-product-img{
      max-width: 690px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 30px;
  }
  .p-product-img__thumb{
      width: 90px;
      display: flex;
      flex-direction: column;
  }
  .p-product-img__main{
      max-width: 570px;
      width: 100%;
  }
  .p-product-thumb-list__img{
    cursor: pointer;
    width: 97px;
    height: 107px;
  }
}

  /* カートに入れる */
  .c-btn-cart{
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 0;
    height: 75px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background: #3B3C38;
  }
  .c-btn-cart:hover{
    background: black;
  }
  .p-product-form__error-message.stock_error{
      margin: 0;
  }

  /* お気に入り */
  .product__fav-item {
    margin-top: 10px;
  }
  
  .product__fav-item button {
    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #7c7c7c;
  }
  
  .product__fav-item .fav-items {
    color: #ff7373;
  }
  
  .product__fav-item svg {
    width: 15px;
    height: 15px;
    vertical-align: -0.15em;
    margin-right: 2px;
    fill: currentColor;
  }

/* 商品説明 */
.detail{
    margin: 0;      
    font-size: 14px;
    line-height: 25px;
    color: black;
  }
.detail h2 {
    font-size: 18px;
    line-height: 30px;
  }
  #p-detail-1{
    border-top: 1px solid #cccccc;
  }
  .detail-wrap div {
    font-weight: normal;
}

/*商品仕様、成分値、1日の給与量、保管条件・賞味期限*/
.p-detail-wrap {
  display: flex;
  flex-flow: wrap;
}
.p-detail-wrap &gt; div {
  width: 48%;
  margin-bottom: 16px;
}
.p-detail-wrap &gt; div:nth-child(odd)  { margin-right: 2%;}
.p-detail-wrap &gt; div:nth-child(even) { margin-left: 2%;}
.p-detail-wrap table {
  width: 100%;
}
.p-detail-wrap th,
.p-detail-wrap td {
  padding: 8px 10px;
  border: 1px solid #ccc;
}
.p-detail-wrap th {
  background: #FCF9F1;
  text-align: left;
  width: 80px;
}
.p-detail-wrap ul {
  list-style: disc;
  margin-left: 1em;
}
@media screen and (max-width:767px){
  .p-detail-wrap &gt; div {
    width: 100%;
  }
  .p-detail-wrap &gt; div:nth-child(odd)  { margin-right: 0;}
  .p-detail-wrap &gt; div:nth-child(even) { margin-left: 0;}
  .p-detail-wrap h3 {
    font-size: 14px;
  }
  .p-detail-wrap th,
  .p-detail-wrap td {
    padding: 4px 8px;
    font-size: 96%;
  }
}

  /* アコーディオン */
  .detail-wrap{
      padding-bottom: 20px;
  }
  ul.p-product-explain.detail{
      padding: 0;
  }
  ul.p-product-explain.detail &gt; li{
    display: block;
    color: black;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: auto;
  }
  ul.p-product-explain.detail &gt; li .detail-header{
    margin: auto;
    padding: 12px 0;
    display: flex;
    align-items: center;
    position: relative;
  }
  .detail-header .i_box {
	display: none;
}

/* レビュー */
.reviewlist_datas {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 12px;
  }
  .icon_star {
    float: left;
    width: 99px;
  }
  .review_poster li {
    float: left;
    margin-left: 10px;
  }
  .review_poster li {
    list-style: none;
  }
  .reviewlist {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
  }
  .review_ttl,
  .shopcomment_ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .review_img {
    float: right;
    margin: 0 0 10px 10px
  }
  .reviewlist_content {
    overflow: hidden;
    zoom: 1;
  }
  .shopcomment {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eee;
    padding: 15px;
    border-radius: 6px;
  }

  /* 関連商品 */
  .p-product-detail{
      width: 100%;
      margin-top: 75px;
  }
  .p-product-other{
    margin: 0 calc(50% - 50vw);
    padding: 4px calc(50vw - 50% + 8px);
    width: 100vw;
    background: #FCF9F2;
  }
  .product{
    overflow: hidden;
  }


  /******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
    margin-left: 0;
    margin-right: 0;
  }
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 80px;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    z-index: 1;
    background: rgba(255,255,255,0.4);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
      top: 110px;
      width: 45px;
      height: 45px;
    }
  }
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: all 0.4s ease;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
      top: 15px;
    }
  }
  .p-ranking-list .slick-prev {
    left: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev {
      left: 0px;
    }
  }
  .p-ranking-list .slick-prev:before {
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev:before {
      left: 17px;
    }
  }
  .p-ranking-list .slick-next {
    right: 20px;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-next {
      right: 0px;
    }
  }
  .p-ranking-list .slick-next:before {
    left: 4px;
    transform: rotate(135deg);
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-next:before {
      left: 13px;
    }
  }
  .p-ranking-list__item {
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 25px;
    word-break: break-all;
  }
  @media screen and (max-width: 1030px) {
    .p-ranking-list__item {
      margin-right: 5px;
      margin-left: 5px;
    }
  }
  .p-ranking-list__img {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list__img {
      text-align: center;
    }
  }
  .p-ranking-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .p-ranking-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-ranking-list__img img {
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
  }
  .p-ranking-list__num {
    position: absolute;
    top: 0;
    left: 1px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    text-align: center;
  }
  .p-ranking-list__ttl img {
    vertical-align: middle;
  }
  .p-ranking-list__price {
    color: #909090;
    margin-top: 20px;
  }
  .p-ranking-list__btn {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .p-ranking-list__btn.is-added {
    color: #000000;
  }
  .p-ranking-list__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }


/******************************/
/* ランキング */
/******************************/
.top-list{
    margin: 75px 30px 0;
  }
  .top-list .u-container{
    margin: auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 0 80px 0;
  }
  .top-list .top-list-main{
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    color:black;
  }
  .top-list .top-list-main__en{
    display: block;
    margin: auto;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    color:black;
  }
  .description{
    display: block;
    text-align: center;
    margin-top:20px;
    font-size: 14px;
    line-height: 24.5px;
    color:black;
  }
.top-list.detail-info {
    margin: 75px 0 0;
}
  /* 関連商品 */
  .top-list.related  .list{
    justify-content: center;
}
    .related-bg{
        margin: 0 calc(50% - 50vw);
        padding: 80px calc(50vw - 50% + 0px);
        background-color: #FCF9F2;
    }
  
  /* ランキング */
  .top-list .list{
    margin-top:75px;
    display: flex;
    gap: 30px;
  }
  .list__item{
    width: 100%;
    max-width: 210px;
    position: relative;
  }
  .list__ttl{
    margin-top: 25px;
  }
  .list__ttl a{
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
  }
  .list__price{
    margin-top: 5px;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
  }

  
  /* 順位表示 */
  .list__num{
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    background-color: #EDEDED;
    border-radius: 25px;
  }
  .list__num.is-1{
    background: url("https://img06.shop-pro.jp/PA01316/035/etc/is-1.png?cmsp_timestamp=20211213184916");
    background-size: contain;
    color:white;
  }
  .list__num.is-2{
    background: url("https://img06.shop-pro.jp/PA01316/035/etc/is-2.png?cmsp_timestamp=20211213184957");
    background-size: contain;
    color:white;
  }
  .list__num.is-3{
    background: url("https://img06.shop-pro.jp/PA01316/035/etc/is-3.png?cmsp_timestamp=20211213185007");
    background-size: contain;
    color:white;
  }

/* すべて見る */
.show-all{
    display: block;
    width: 210px;
    height: 40px;
    border: 1px solid #7C7C7C;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #7C7C7C;
    text-decoration: none;
    margin: 75px auto 0;
  }
  .show-all:hover{
    color: #7C7C7C;
    text-decoration: none;
  }


/* 最近チェックした商品 &amp; タグ一覧 */
.u-container&gt;form{
  margin: 0;
}
.top-list.check .check-flex{
  display: flex;
  padding: 0 30px;
  max-width: 1170px;
  width: 100%;
  margin: auto;
  gap: 30px;
}
.check-header{
  color: black;
  font-size: 18px;
}
.top-list.check .u-contents{
  max-width: 690px;
}
.top-list.check .u-contents.tag-list-wrap{
  max-width: 450px;
}
.top-list.check .list{
  margin-top: 40px;
}
.tag-list-wrap{
  margin: 0 auto !important;
}
.taglist{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.tag-btn{
  padding: 10px 20px;
  border: 1px solid #69696A;
  border-radius: 6px;
  display: inline-block;
}
.tag-btn {
    color: #000;
}
  
/******************************/
/* スマホ&amp;#12316;タブレット */
/******************************/
@media screen and (max-width: 1030px) {
  .top-list .top-list-main{
    font-size: 22px;
  }

  /* グループリストSP表示 */
  .group-list{
    flex-wrap: wrap;
  }
  .group-list h3{
    margin-right: initial;
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
  }
  .group-list ul{
    align-items: start;
  }
  .group-list__item{
    flex-wrap: wrap;
    margin-bottom: auto;
    width: calc(100% / 3);
  }
  .group-list-item__wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px ;
  }
  .group-list-item__title{
    width: initial;
    margin: auto;
  }
  .group-list-item__description{
    width: 100%;
    text-align: center;
  }
  .group-list__item img{
    margin-right: initial;
    margin: auto;
  }
  /* ランキング・おすすめ説明文非表示 */
  .ranking .description,.recommend .description{
    display: none;
  }


  /* 最近チェックした商品 */
  .check-header{
    text-align: center;
  }


  /* 商品説明レスポンシブ対応 */
  .p-product-info,ul.p-product-explain.detail{
    margin: auto;
    max-width: 800px;
  }
  .p-product-img__thumb{
    display: none;
  }

  /* カートラベルの位置変更 */
  .p-global-header__cart-count{
    right: 5px;
    top: 20px;
    font-size: 10px;
  }

  /* ボタン下リンクマージン */
  .p-product-link-list__item{
    margin-bottom: 10px;
  }
  .p-product-link-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .top-list.check {
    margin-bottom: 0;
  }
}

/******************************/
/* スマホ&amp;#12316;タブレット */
/******************************/
@media screen and (max-width: 870px) {
  /* 関連商品 */
  .related .related-bg{
    background-color: white;
  }
  /* ランキング */
  .top-list.ranking{
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .top-list .u-container{
    padding: 0;
  }
  .ranking.top-list .list , .related.top-list .list{
    overflow: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
    gap: 15px;
    margin-top: 45px;
  }
  .list__item{
    flex: 0 0 150px;
    max-width: 150px;
    width: 100%;
  }
  .top-list.ranking .show-all{
    margin-top: 10px;
  }
  .list__num{
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  /* 最近チェックした商品 */
  .top-list.check .check-flex{
    flex-wrap: wrap;
    padding: 0;
  }
  .top-list.check .u-contents{
    margin-top: 0;
  }
  .related-bg{
    padding-top: 40px;
  }
  .top-list.check .list{
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-list.check .list::after{
    content: "";
    display: block;
    max-width: 150px;
    width: 100%;
  }
  .taglist{
    padding-top: 0 20px;
  }

}


/******************************/
/* スマホ */
/******************************/
@media screen and (max-width: 430px) {
  /* 最近チェックした商品 */
  .top-list.check .check-flex{
    flex-wrap: wrap;
    padding: 0;
  }
  .top-list.check .u-contents{
    margin-top: 0;
  }
  .related-bg{
    padding: 40px 20px 80px 20px
  }
  .top-list.check .list{
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-list.check .list::after{
    content: "";
    display: block;
    max-width: 150px;
    width: 100%;
  }
  .taglist{
    padding-top: 0 20px;
  }
  .c-breadcrumbs-list{
    margin-bottom: 24px;
  }
}



/******************************/
/* 関連商品レスポンシブ対応 */
/******************************/
@media screen and (max-width: 540px) {
  .top-list.related .list{
    justify-content: left !important;
  }
}
@media screen and (max-width: 1030px) {
  .top-list.related .list{
    justify-content: center;
  }
}


/* お気に入り文言変更 */
.fav-items .fav-text-remove {
  display: inline;
}
.fav-text-remove {
  display: none;
}
.fav-items .fav-text-add {
  display: none;
}
.favorite-button{    
  display: flex;
  justify-content: center;
  align-items: center;
}
.favorite-button:hover{
  border-color: rgba(224,38,34);
}
.favorite-button.fav-items{
  border-color: rgba(224,38,34);
}
.favorite-button svg{
  margin-right: 6px;
}
.favorite-button:hover .fav-text-add{
  color: rgba(224,38,34);
  transition: all .2s ease;
}
.p-product-form .favorite-button.fav-items{
  background: rgba(224,38,34,0.1);
}
.fav-text-remove{
  color: rgba(224,38,34);
}

.product__fav-item svg {
  width: 20px;
  height: 16px;
  padding: 0 2px;
  fill: rgba(255,255,255,0.5);
  stroke: #69696a;
  stroke-width: 6em;
  transition: all .2s ease;
}
.product__fav-item .favorite-button.fav-items svg{
  fill: rgba(224,38,34);
  stroke: rgba(224,38,34);
}


/* slick-slider初期表示設定 */
.p-product-img__main{
  opacity: 0;
  transition: opacity .2s ease;
}
.p-product-img__main.slick-initialized{
  opacity: 1;
}


/* slick-slider枚数表示 */
.slick-num{
  position: absolute;
  width: 40px;
  height: 20px;
  border-radius: 6px;
  right: 10px;
  text-align: center;
  bottom: 10px;
  margin: 0;
  font-size: 10px;
  background: rgba(0,0,0,38%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 1;
  transition: .2s ease;
}
.p-product-img{
  position: relative;
}
@media screen and (min-width: 1031px) {
  .slick-num{
    display: none;
  }
}
.slick-num.show{
  opacity: 1;
  transition: .2s ease;
}

/* お知らせエリア */
.notice-area{
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 20px auto 0;
  padding: 25px;
  box-sizing: border-box;
  text-align: left;
}
.notice-area span{
  color: black;
}
.toppcbr{
  display: none;
}

@media screen and (max-width: 768px) {
  .notice-area{
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 20px auto 0;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
  }
  .notice-area span{
    font-size: 12px;
  }
}


/* GO用 
@media screen and (min-width: 1031px) {
  .p-product-img.go-def{
    display: none;
  }
  .p-product-img.go-pc {
    display : block;
  }
}
@media screen and (max-width: 1030px) {
  .p-product-img.go-pc{
    display: none;
  }
  .p-product-img.go-def{
    display : block;
  }
}
.p-product-img.go-pc .p-product-img__wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.p-product-img.go-pc img {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
*/

/* GO用 オリジナル */
  .p-product-img.go-pc{
    display: none;
  }

/* 販売価格・購入数 */
.p-product-form-stock{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-product-form-stock .p-product-price h3,.p-product-form-stock .input-border h3{
  font-size: 14px;
  margin: 0;
}
.p-product-form-stock .p-product-price .p-product-price__sell{
  font-size: 27px;
}
.p-product-form-stock .p-product-price .p-product-price__sell .tax{
  font-size: 14px;
}

.discount-rate{
  color: red;
  font-size: 14px;
}
.p-product-form-stock{
  align-items: start;
}
.p-product-price__normal{
  line-height: 1;
}

.p-product-option-select__ttl{
  margin-bottom: 0;
}

.p-product-form-stock{
  margin-top: 20px;
}

.p-product-price__normal{
  color: #333;
}

.p-product select{
  margin-top: 5px;
}

.select-wrap{
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrap select {
  appearance: none;
  padding-left: 16px;
  padding-right: 36px;
  cursor: pointer;
  transition: .2s ease;
  line-height: 25px;
}
.select-wrap::after{
  content: "";
  position: absolute;
  right: 16px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}
/* レビュー */
.reviewArea {
	margin: 75px auto 0;
    width: 750px;
    text-align: center;
}
.reviewArea h2 {
	margin-bottom: 8px !important;
    display: inline-block;
}
.reviewArea .reviewlist {
	border-bottom: 1px solid #CCCCCC;
	margin: 32px 0;
	text-align: left;
}
.reviewArea .reviewlist .review_ttl {
	font-size: 16px;
	margin-bottom: 16px;
    line-height: 1.2;
}
.reviewArea .reviewlist .review_poster li {
	float: none;
    margin-left: 0;
    font-size: 11px;
    margin-top: 20px;
	line-height: 1;
}
.review_write {
	margin: 80px auto 0;
	border: 1px solid #CCC;
	width: 505px;
	padding-top: 28px;
	padding-bottom: 32px;
	border-radius: 7px;
}
.review_write h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto 10px;
}
.review_write_btn {
    display: inline-block;
	width: 320px;
    margin-top: 20px;
    padding: 13px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
	font-weight: bold;
}
.review_write_btn span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-left: 8px;
    background: url(https://img06.shop-pro.jp/PA01316/035/etc/ico_pencil.png?cmsp_timestamp=20230118153548) 0 0 no-repeat;
    -webkit-background-size: 24px 24px;
    vertical-align: bottom;
}
a.review_write_btn:hover {
	background-color: #999;
	color: #FFF !important;
}
.review_note {
	color: #8e8e8e;
	font-size: 12px;
	margin-top: 80px;
}
.reviewArea .show-all{
    margin-top: 10px;
  }
@media screen and (max-width: 768px) {
	.reviewArea {
    	width: 100%;
	}
	.review_write {
		width: 100%;
		margin: 40px auto 0;
	}
	.review_write p {
		width: 82%;
		text-align: left;
		margin: 0 auto 8px;
	}
	.review_write_btn { 
		width: 84%;
	}
	.review_note {
		margin-top: 32px;
		text-align: left;
	}
}
.about-delivery-sec {
    margin: 27px 0;
}
.about-delivery-sec h4 {
    display: none;
}
.about-delivery-wrap {
  display: flex;
  justify-content: space-between;
}
.about-delivery-col {
  display: flex;
  width: 33.333%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-delivery-cat {
  margin: 9px 0 14px;
  font-size: 14px;
}
.about-delivery-msg {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.about-delivery-col img {
  width: 32px;
  height: auto;
}
.about-delivery-col:first-child img {
  width: 38px;
}
.about-delivery-wrap .for-sp {
  display: none;
}

.about-delivery-annotation {
color: #8e8e8e;
font-size: 12px;
margin: 20px auto 30px;
text-align: center;
}

@media screen and (max-width: 767px) {
  .about-delivery-cat,
  .about-delivery-msg {
    font-size: 13px;
    line-height: 1.4;
  }
  .about-delivery-wrap .for-sp {
    display: block;
  }
}

/**
商品詳細PRセクション
*/
div#ItemPR {
    display: none;
}
div#ItemPRSec {
}

.item-notice {
	margin: 0 0 10px;
	padding: 10px;
	background: #f3f3f3;
	border-radius: 10px;
}
.item-notice h4 {
	margin: 0 0 10px;
	padding: 0;
}
.item-notice ul {
  margin: 0 1em 10px;
  list-style: disc;
}

/**
商品レビュー Rating
**/
.p-item-rating {
    margin: 8px 0px;
}
.rating a {
    padding: 2px;
    display: inline-block;
}
.rating .star {
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: text-bottom;
    width: 108px;
    height: 18px;
    position: relative;
    background: url("https://img06.shop-pro.jp/PA01316/035/etc_base64/cmV2aWV3X3N0YXI.png?cmsp_timestamp=20230808183612") no-repeat;
    background-position: 0px 0px;
    background-size: 108px 200px;
   /* 108/18*/
}
.rating .rating-txt {
    color: #AB0218;
    font-weight: bold;
    font-size: 1.3em;
}
.rating .total {
    color: #000;
}
.star50 { background-position: 0px 0px !important;}
.star45,.star46,.star47,.star48,.star49 { background-position: 0px -20px !important;}
.star40,.star41,.star42,.star43,.star44 { background-position: 0px -40px !important;}
.star35,.star36,.star37,.star38,.star39 { background-position: 0px -60px !important;}
.star30,.star31,.star32,.star33,.star34 { background-position: 0px -80px !important;}
.star25,.star26,.star27,.star28,.star29 { background-position: 0px -100px !important;}
.star20,.star21,.star22,.star23,.star24 { background-position: 0px -120px !important;}
.star15,.star16,.star17,.star18,.star19 { background-position: 0px -140px !important;}
.star10,.star11,.star12,.star13,.star14 { background-position: 0px -160px !important;}
.star01,.star02,.star03,.star04,.star05,.star06,.star07,.star08,.star09 { background-position: 0px -180px !important;}
</pre></body></html>