/******************************/
/* Product */
/******************************/
.p-product {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/* 内側の.p-product */
.p-product .p-product {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/* form */
.p-product select, #custom-options-input, #custom-options-radio {
  width: 55% !important;
  box-sizing: border-box !important;
  padding: 5px !important;
  height: 40px !important;
  border: 1px solid #bfbfbf !important;
  font-size: 1.05em;
  font-family: yu-gothic-pr6n, sans-serif !important;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-product-main {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}
.p-product-img {
/*  width: 530px;*/
  width: 600px;  
}
@media screen and (max-width: 1200px) {
  .p-product-img {
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .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:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item 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-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .p-product-thumb-list {
    margin-left: 10px;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
/*  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;*/
  width: 19%;
  margin: 0.5%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: solid 1px #ddd;
}
@media screen and (max-width: 1200px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
/*    width: 90px;*/
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
/*    width: 60px;*/
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
/*  opacity: 0.7;*/
  cursor: pointer;
  border: solid 1px #888;
}
@media screen and (max-width: 1200px) {
  .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: 1200px) {
  .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;
  margin: auto;
  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 {
  width: 510px;
}
@media screen and (max-width: 1200px) {
  .p-product-info {
    width: auto;
    display: flex;
    flex-direction: column;
  }
}
.p-product-info__ttl {
  margin: 0;
  font-size: 21px;
  font-weight: 600;  
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 19px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
/*  margin: 0;*/
  margin: 10px 0;
  color: #999;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    font-size: 13px;
  }
}
.p-product-price {
  margin-top: 0;
  margin-bottom: 10px;
}
.p-product-price__sell {
  font-size: 22px;
  font-weight: 500;
}
/* 会員限定セール価格の場合赤文字(独自追加) */
.p-product-price__sell span {
  font-size: 19px;
  color: #bd2437;
}
.p-product-price__sell span.member-off {
    font-size: 0.7em;
    width: fit-content;
    background-color: #bd2437;
    color: #fff;
    line-height: 1em;
    padding: 5px 8px;
    vertical-align: inherit;
}
.p-product-price__normal {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 14px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}

/***** オプション選択肢 *****/
.p-option-cart {
  margin: 20px 0;
}

@media screen and (max-width: 1200px) {
  .p-option-cart {
    margin: 0;
  }
}

.p-product-option {
    display: block;
    margin: 10px 0 0;
    background-color: #F3F1EF;
    padding: 1px 25px;
}
@media screen and (max-width: 767px) {
  .p-product-option {
    margin: 10px -20px 0;
  }
}

/* オプション table */
.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;
}
/* オプション select */
.p-product-option-select {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-option-select__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.p-product-option-select__ttl, #custom-options-label /* 2021/09/29カスタムオプション設定も追加 */ {
  width: 40% !important;
  margin: 0 5% 0 0 !important;
  font-weight: 600 !important;
  font-size: 1.05em !important;
    display: inline-flex !important;
}
/***** オプション選択肢ここまで *****/

/* 名入れ */
.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: 30px;
  margin-bottom: 20px;
  font-size: 1.1em;
}
.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;
}
.p-product-form-btn__cart {
   width: 460px;
}
@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: #333333;
}
.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.p-product-form-btn__favorite-btn span {
  color: #333333;
}
.p-product-form-btn__favorite-btn:hover span {
    color: #fff;
}
.p-product-form__error-message {
  margin-top: 10px;
/* ●2021/09/17追加　警告を赤に変更● */
  color: #bd2437;
  font-size: 1.1em;
}


/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-product-sns-list__item {
  margin-right: 10px;
}
/* link */
.p-product-link-list {
  margin: 10px 0 0;
  display: block;
}
.p-product-link-list__item {
    font-size: 0.9em;
    padding: 1px 0;
    margin: 0;
}
  


/***** 商品詳細 *****/
.p-product__ttl {
  margin-top: 10px;
  margin-bottom: 35px;
  line-height: 1.4;
/*  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;*/
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 1200px) {
  .p-product__ttl, .c-ttl-main {
    font-size: 17px;
    text-align: center;
    background-color: #F3F1EF;
    padding: 19px 0;
    margin: 20px -20px;
  }
  .category-slide .c-ttl-main {
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    padding: 0;
    margin: 20px -20px;
  }
    
}

.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .p-product-detail {
    display: block;
  }
}
.p-product-explain {
/*  width: 410px;*/
  width: 510px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: solid 2px #ddd;
}
@media screen and (max-width: 1200px) {
  .p-product-explain {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 40px;
    width: auto;
/*    order: 2; スマホ版で商品画像⇒カートの順にする場合はON　*/
  }
}

/* 商品説明のtitle(PC版)のみ背景 */
.p-product-explain .p-product__ttl {
    display: none;
}

@media screen and (max-width: 1200px) {
  .p-product-explain .p-product__ttl {
    display: block;
    font-size: 17px;
    border-top: solid 1px #ddd;
    background-color: #ffffff;
    padding: 30px 0 10px;
  }
}

/* 　商品説明のリンクに下線追加  */
.p-product-explain a {
    color: #2D4C36;
    text-decoration: underline;
}

.p-product-explain a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #224d34;
}
/* 商品説明のリンクに下線追加  */

.p-product-explain__body {
  margin-bottom: 15px;
}

/* .p-product-other 元の設定はデフォルトを確認 */

.p-product-other-pc {
  display: block;
  margin: 150px 0 0;
  width: 550px;
}
.p-product-other-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .p-product-other-pc {
    display: none;
  }
  .p-product-other-sp {
    display: block;
    width: auto;
  }
}

/*
.p-product-other {
  width: 480px;
  order: -1;
}
@media screen and (max-width: 1200px) {
  .p-product-other {
    width: auto;
  }
}*/


/* 関連商品 */
.p-product-recommend-pc {
  display: block;
  margin: 100px 0 0;
}
.p-product-recommend-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .p-product-recommend-pc {
    display: none;
  }
  .p-product-recommend-sp {
    display: block;
  }
}


.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: 40px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 10px;
  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__ttl {
  display: none;
/*    display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6em;
    max-height: 4.6em;
}


.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: 10px;
  }
}
.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: 30px;
}

/* レビュー表示部分スクロール設定追加 */
.p-product-review-inner {
  max-height: 350px;
  overflow: scroll;
  overflow-x: hidden;
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .p-product-review-inner {
    max-height: 300px;
  }
}


.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 30px;
  font-size: 1em;
/*  background-color: #F3F1EF;*/
}
@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: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 0.95em;
  font-weight: bold;
}
.p-product-review-info {
  margin-top: 0px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 0.95em;
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
  font-size: 1em;
  font-weight: 600;
  color: #2D4C36;
}
.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 {
/* レビューの★非表示 */
  display: none;  
  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: 20px;
  padding: 20px 0 10px;
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.p-product-review-reply__ttl {
  font-weight: 600;
  margin: 10px 0;
  color: #2D4C36;
}
.p-product-review-reply__body {
  font-size: 0.9em;
}
.p-product-review-reply__date {
  font-size: 12px;
  color: #ccc;
  text-align: right;
  margin-top: 10px;
}
.p-product-review__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}



/***** CSS編集内style *****/
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}


















/************************************************************/
/************************************************************/
/* 独自追加 */
/************************************************************/
/************************************************************/


.catchCopy {
    font-size: 1.4em;
    margin: 0 0;
/*    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;*/
    font-weight: 500;
}



.itempage-wrapping, .itempage-message {
    margin-top: 1em;
    background: #F3F1EF;
    padding: 2em;
}

.itempage-wrapping_tit, .itempage-message_tit {
    text-align: center;
    font-size: 1.4em;
    margin: 0px auto 1.5em;
    border-bottom: 1px solid rgb(85, 85, 85);
    padding: 0px 0px 1em;
}

.itempage-wrapping_text, .itempage-message_text {
    text-align: left;
}

.itempage-wrapping_text img, .itempage-message_text img {
    margin: 0.5em 0;
}

#custom-options-container {
    margin: 0 0 10px 0;
/*    border: solid 1px #F3F1EF;*/
    background-color: #F3F1EF;
    padding: 10px 25px;
}

#custom-options-container div {
    padding: 2px 0;
}

@media screen and (max-width: 767px) {
  #custom-options-container {
      margin: 0px -20px 0;
  }
}

#custom-options-select, #custom-options-input {
    padding: 10px !important;
    margin: 5px 0 !important;
}

#custom-options-radio {
    border: none !important;
    display: inline-table;
}

#custom-options-radio-label {
    padding: 0 0 0 25px !important;
    margin: 0 0 0 !important;
}

#custom-options-radio-label span {
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 170% !important;
    color: #444 !important;
}

/* ガイドリンク */
/* カスタムオプションの下-「ラッピングについて」など*/
.p-o-cartlink {
    margin: 15px 0;
    line-height: 2;
}

.p-o-cartlink a {
    color: #2D4C36;
    text-decoration: none;
}

.p-o-cartlink img {
    width: 1.3em;
    vertical-align: middle;
    margin-right: 5px;
}

/* ガイドリンク  */
/* 表示する場合は商品ページにCSSを記述 */
.p-o-cartlink_bds, .p-o-cartlink_kokuin, .p-o-cartlink_kokuin-a, .p-o-cartlink_ip {
    display: none;
}

/*　長期休業やクリスマス前の納期案内　*/
.p-product-link-holiday_delivery {
    display: block;
    border: solid 2px #a92027;
    padding: 5px 15px;
    margin-bottom: 10px;
    line-height: 200%;
    font-weight: 600;
    text-align: center;
    border-radius: 0.4em;
}

.p-product-link-holiday_delivery a {
    color: #a92027;
}



/* ●レビュー投稿でポイントプレゼント */

.p-product-review__present {
    display: block;
    text-align: center;
    font-size: 0.9em;
    margin: 30px 0 0;
    overflow: auto;
}

.p-product-review__present a {
    display: block;
    padding: 1.5em 2em;
    background-color: #F3F1EF;
  }



/******************************/
/* FEATURES(トピック) */
/******************************/
.p-features {
  padding-bottom: 30px;
}
.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1200px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3%;
}
@media screen and (max-width: 1200px) {
  .p-features-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 220px;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}
.p-features-list__in:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1200px) {
  .p-features-list__in:before {
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}
.p-features-list__in:hover:before {
  content: "";
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
}
.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-features-list__img img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-features-list__txt {
  box-sizing: border-box;
  padding: 15px 10px;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  .p-features-list__txt {
    padding: 15px 10px;
    width: 220px;
  }
}
.p-features-list__ttl {
  font-weight: bold;
  font-size: 1em;
}
.p-features-list__body {
  color: #909090;
  font-size: 0.9em;
}
@media screen and (max-width: 1200px) {
  .p-features-list__body {
    white-space: initial;
  }
}

/******************************/
/* RECOMMENDED */
/******************************/


.product-recommend {
}

@media screen and (max-width: 767px) {
  .product-recommend .u-contents {
    padding-top: 0;
  }
}

.c-item-list__item {
    width: 25%;
}

@media screen and (max-width: 767px) {
.c-item-list__item {
    width: 50%;
}
}




/* -------  画像付きボックスレイアウト(商品詳細部分限定)  ------- */


.p-product-explain .c-o-flexlist__item {
    width: 100%;
}

.p-product-explain .c-o-flexlist__item:nth-child(2), .p-product-explain .c-o-flexlist__item:nth-child(3) {
    border-top: none;
}
.p-product-explain .c-o-flexlist__item a {
    text-decoration: none;
}


/******************************/
/* 納期表示 */
/******************************/

.o-p-item-lead-time {
    margin: 0em auto;
    padding: 1em 2em 1.2em;
    overflow: hidden;
    background-color: #F3F1EF;  
    font-size: 1.1em;
    text-align: center;
}

.o-p-item-lead-time {
    color:#333333;
    font-weight: 500;
}

a.link-sk {
    color:#CC543A;
    font-weight: 600;
}

/* お急ぎ対応商品へのリンク */
a.link-stock {
    color:#333333;
    font-weight: 500;
}