/******************************/
/* Product */
/******************************/
@media screen and (max-width: 767px) {
  .p-product {
    margin-bottom: 45px;
  }
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 6px;
  border: 1px solid #b3b2b2;
  border-radius: 5px;
  width: 300px;
  height: 44px;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product select {
    height: 44px;
    width: 335px;
    font-size: 13px;
  }
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 6px;
  border: 1px solid #b3b2b2;
  border-radius: 5px;
  height: 44px;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product input[type=text] {
    height: 44px;
    font-size: 13px;
  }
}
.p-product-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    max-height: inherit;
  }
}
.p-product-img__main-item:before {
  background: #f5f5f5;
}
.p-product-img__thumb {
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .p-product-img__thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__thumb {
    margin-top: 15px;
  }
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
    width: 16.6666%;
  }
}
.p-product-thumb-list__item.is-current .p-product-thumb-list__img {
  opacity: 0.7;
}
.p-product-thumb-list__img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-thumb-list__img:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* 商品画像 slider */
.p-product-img__main * {
  min-width: 0;
  min-height: 0;
}
.p-product-img__main .slick-list {
  overflow: visible;
}
.p-product-img__main .slick-slide {
  opacity: 0.4;
  transition: all ease 0.2s;
}
.p-product-img__main .slick-slide.slick-active {
  opacity: 1;
}
.p-product-img__main .slick-prev {
  left: -80px;
}
@media screen and (max-width: 840px) {
  .p-product-img__main .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-prev:hover {
  left: -80px;
}
@media screen and (max-width: 1200px) {
  .p-product-img__main .slick-prev:hover {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:hover:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: -80px;
}
@media screen and (max-width: 840px) {
  .p-product-img__main .slick-next {
    right: 0;
  }
}
.p-product-img__main .slick-next:before {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
.p-product-img__main .slick-next:hover {
  right: -80px;
}
@media screen and (max-width: 1200px) {
  .p-product-img__main .slick-next:hover {
    right: 0;
  }
}
.p-product-img__main .slick-next:hover:before {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:hover:before {
    left: 13px;
  }
}
/***** 商品情報 *****/
.p-product-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-product-txt {
    display: block;
    margin-top: 30px;
  }
}
.p-product-info {
  box-sizing: border-box;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-product-info {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-info {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-product-info__ttl {
  margin: 0 0 10px 0;
  line-height: 1.4;
  font-size: 28px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 24px;
    text-align: left;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}
.p-product-info__id {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
  }
}
.p-product-info__ex {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}
.p-product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-price {
    display: block;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.p-product-price__off {
  color: #a10000;
  font-weight: bold;
}
.p-product-price__sell {
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-product-price__sell {
    margin-right: 0;
    font-size: 22px;
  }
}
.p-product-price__sell-off {
  display: inline-block;
  margin-left: 5px;
  padding: 0px 8px;
  border-radius: 3px;
  font-size: 18px;
  background: #cf1110;
  color: #ffffff;
}
.p-product-price__normal {
  margin-right: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    margin-right: 0;
    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;
  }
}
.p-product-action {
  box-sizing: border-box;
  padding-left: 40px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-product-action {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-action {
    margin-top: 30px;
    padding-left: 0;
    width: auto;
  }
}
/* オプション 値段詳細表 */
.p-product-option-detail {
  margin-top: 20px;
  text-align: center;
}
.p-product-option-detail__btn {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  width: 250px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1.4;
  background: #5c5c5c;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-option-detail__btn {
    margin-top: 0;
    padding: 18px;
  }
}
.p-product-option-detail__btn:hover {
  background: rgba(92, 92, 92, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.p-product-option-detail__btn:focus, .p-product-option-detail__btn:active {
  background: rgba(92, 92, 92, 0.8);
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mfp-container {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.js-option-detail-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 60px auto;
  padding: 90px 60px 0 70px;
  max-width: 1280px;
  background: #fafafa;
  max-height: calc(100vh - 120px);
}
@media screen and (max-width: 1023px) {
  .js-option-detail-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .js-option-detail-wrap {
    margin: 25px 20px;
    padding: 70px 20px 0 20px;
    width: auto;
    max-height: calc(100vh - 60px);
  }
}
.js-option-detail-wrap > .mfp-close {
  top: 30px !important;
  left: 30px;
  right: auto;
  width: 30px;
  height: 30px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .js-option-detail-wrap > .mfp-close {
    top: 20px !important;
    left: 20px;
  }
}
.js-option-detail-wrap > .mfp-close img {
  padding: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.p-price-table {
  box-sizing: border-box;
  overflow-y: auto;
  padding-right: 15px;
  padding-bottom: 90px;
  max-height: calc(100vh - 210px);
  line-height: 1.4;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-price-table {
    padding: 0 0 45px 0;
  }
}
.p-price-table__heading-wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-price-table__heading {
  box-sizing: border-box;
  padding: 15px 25px;
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  background: #f5f5f5;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-price-table__heading {
    padding: 15px 5px 15px 10px;
    font-size: 16px;
  }
}
.p-price-table__heading:nth-child(2) {
  padding-left: 10px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-price-table__heading:nth-child(2) {
    padding-left: 0px;
  }
}
.p-price-table__dl {
  display: flex;
  flex-wrap: wrap;
}
.p-price-table__dt {
  box-sizing: border-box;
  padding: 15px 25px;
  border-bottom: 2px solid #b3b2b2;
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-price-table__dt {
    padding: 15px 15px 15px 0;
  }
}
.p-price-table__dd {
  box-sizing: border-box;
  margin: 0;
  padding-top: 15px;
  border-bottom: 2px solid #b3b2b2;
  width: 70%;
}
.p-price-table-list__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-bottom: 1px solid #b3b2b2;
}
@media screen and (max-width: 767px) {
  .p-price-table-list__item {
    padding-left: 0;
  }
}
.p-price-table-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.p-price-table-list__name {
  font-weight: bold;
}
.p-price-table-list__price {
  margin-top: 5px;
}
.p-price-table-list__soldout {
  color: #ff0000;
  font-weight: bold;
}
.p-price-table__body::after {
  display: block;
  clear: both;
  content: "";
}
.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0.7em 0.5em;
  border-top: 1px solid #eaeaea;
}
.p-price-table__body dd {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #eaeaea;
}
.p-price-table__body span {
  display: block;
  text-align: right;
}
.p-price-table__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p-price-table__body li {
  padding: 0.7em 0.5em;
  border-bottom: 1px solid #eaeaea;
}
.p-price-table__body li:last-child {
  border-bottom: 0;
}
.p-price-table__name {
  font-weight: bold;
}
/* オプション table */
.p-product-option {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .p-product-option {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-option-tbl {
    display: none;
  }
}
.p-product-option-tbl table {
  margin-bottom: 0px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #b3b2b2;
  border-radius: 0;
  width: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 15px 30px;
  border-top: 1px solid #b3b2b2 !important;
  border-left: 0;
  border-radius: 0 !important;
  text-align: center;
}
.p-product-option-tbl th {
  font-weight: bold;
}
.p-product-option-tbl th:nth-child(2n), .p-product-option-tbl td:nth-child(2n) {
  background-color: #f5f5f5;
}
.p-product-option-tbl label {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.4;
}
.p-product-option-tbl input {
  margin-top: 0;
}
.p-product-option-tbl .stock_head th, .p-product-option-tbl .stock_head td {
  border-top: none !important;
  border-bottom: 2px solid #b3b2b2;
  font-size: 16px;
  font-weight: bold;
}
.p-product-option-tbl {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 30px;
  max-width: 1330px;
}
.p-product-option-tbl::-webkit-scrollbar {
  height: 10px;
}
.p-product-option-tbl::-webkit-scrollbar-track {
  background: transparent;
}
.p-product-option-tbl::-webkit-scrollbar-thumb {
  background: #c6c6c6;
  border-radius: 5px;
}
.stock_zero {
  color: #a10000;
}
/* オプション select */
.p-product-option-select {
  margin-bottom: 30px;
  text-align: center;
}
.p-product-option-select__box {
  margin-bottom: 25px;
}
.p-product-option-select__ttl {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
/* 名入れ */
.p-product-name {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-name {
    width: 335px;
  }
}
.p-product-name__box {
  margin-top: 15px;
}
.p-product-name__ttl {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-product-name__ttl {
    font-size: 13px;
  }
}
.p-product-name__body input {
  width: 100%;
}
/* 数量 */
.p-product-form {
  text-align: center;
}
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.p-product-form-stock__ttl {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-form-stock__ttl {
    font-size: 13px;
  }
}
.p-product-form-stock__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-form-stock__box {
    font-size: 13px;
  }
}
.p-product-form-stock__input {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b3b2b2;
}
.p-product-form-stock__input input[type=text] {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
}
.p-product-form-stock__add {
  overflow: hidden;
  display: block;
  position: relative;
  white-space: nowrap;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
.p-product-form-stock__add:hover {
  background: #f5f5f5;
}
.p-product-form-stock__add::before, .p-product-form-stock__add::after {
  content: "";
  position: absolute;
}
.p-product-form-stock__add.is-down::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, -50%);
}
.p-product-form-stock__add.is-up::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, -50%);
}
.p-product-form-stock__add.is-up::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #000000;
  transform: translate(-50%, -50%);
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  flex: 1;
  margin-left: 15px;
  font-size: rem(14px);
}
/* ボタン */
.p-product-form-btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .p-product-form-btn {
    width: 335px;
  }
}
.p-product-form-btn__cart {
  margin-top: 25px;
  margin-bottom: 30px;
}
.p-product-form-btn-member {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.p-product-form-btn-member__item {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
.p-product-form-btn__favorite {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite svg {
  position: relative;
  top: 1px;
  fill: #d8d8d8;
}
.p-product-form__error-message {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #a10000;
  text-align: center;
}
.p-product-contact__link {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-contact__link {
    font-size: 14px;
  }
}
/* SNS */
.p-product-sns-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-product-sns-list {
    margin-top: 40px;
    justify-content: center;
  }
}
.p-product-sns-list__item {
  margin-right: 20px;
}
.p-product-sns-list__item:last-child {
  margin-right: 0;
}
/* link */
.p-product-link-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-product-link-list__item {
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/***** 商品詳細 *****/
.p-product__ttl {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.p-product-detail {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-detail {
    padding-top: 60px;
  }
}
.p-product-explain {
  padding-top: 90px;
  padding-bottom: 120px;
  background: #f5f5f5;
}
.p-product-explain .u-container {
  max-width: 800px!important;
}
.p-product-explain .u-container .p-product__ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product-explain {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-product-explain__body {
  line-height: 2;
}

/* 商品説明下のレビュー・おすすめセクション */
.p-product-other{
  background:#ece9df;
}
/* レビュー */
.p-product-review {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-review {
    padding-top: 60px;
    margin-bottom: 30px;
  }
}
.p-product-review__bg {
  margin-bottom: 40px;
  background: #f5f5f5;
}
.p-product-review__wrap {
  box-sizing: border-box;
  padding: 75px 140px;
}
@media screen and (max-width: 1023px) {
  .p-product-review__wrap {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-review__wrap {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .p-product-review__wrap::-webkit-scrollbar {
    height: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .p-product-review__wrap::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
}
@media screen and (max-width: 1023px) {
  .p-product-review__wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #8f8f8f;
  }
}
.p-product-review__item {
  box-sizing: border-box;
}
.p-product-review__user {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  background: url(https://img.shop-pro.jp/tmpl_img/89/icon-user.png) no-repeat;
  background-size: 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-product-review__user {
    margin-top: 0;
    background-size: 35px 35px;
  }
}
.p-product-review__user-name {
  margin-right: 5px;
  font-weight: bold;
}
.p-product-review__heading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-product-review__heading {
    width: 265px;
  }
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d5d5d5;
}
.p-product-review__rate.is-color {
  fill: #dcad0a;
}
.p-product-review__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
.p-product-review__body {
  overflow: hidden;
  line-height: 1.75;
}
.p-product-review__img {
  margin-top: 20px;
  width: 140px;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 20px;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-product-review-reply__body {
    white-space: initial;
  }
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__none {
  padding: 30px;
  text-align: center;
}
.p-product-review__btn-wrap {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn-wrap {
    margin-top: 30px;
  }
}
.p-product-review__btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 15px;
  width: 250px;
  border: 1px solid #5c5c5c;
  border-radius: 30px;
  font-size: 14px;
  background: #5c5c5c;
  color: #ffffff;
  text-align: center;
  transition: all ease 0.2s;
}
.p-product-review__btn:hover, .p-product-review__btn:focus {
  background: rgba(92, 92, 92, 0.8);
  color: #ffffff;
  text-decoration: none;
}
/* おすすめ商品 */
.p-product-recommend {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom:90px;
  max-width: 800px;
  margin: 0 auto;
}
.p-product-recommend .p-product__ttl{
  display:block;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #684930;
}
.p-product-recommend .p-product__ttl .c-ttl-main-jpsub{
  display: block;
  margin-left: 0px;
  margin-top: 1em;
  letter-spacing:0.05em;
}
@media screen and (max-width: 767px) {
  .p-product-recommend {
    padding-top: 90px;
  }
}
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  position: relative;
  width: 33.3333%;
  word-break: break-all;
}
.p-product-recommend-list__item:hover .c-item-list__txt {
  opacity: 1;
}
