/******************************/
/* Product */
/******************************/
@media screen and (max-width: 767px) {
  .p-product {
    margin-bottom: 45px;
  }
}

/* form */
.p-product select {
  box-sizing: border-box !important;
  padding: 5px !important;
  border: 2px solid #000000 !important;
  border-radius: 0 !important;
  height: 50px !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
}
.p-product input[type=text] {
  box-sizing: border-box !important;
  padding: 5px !important;
  border: 2px solid #000000 !important;
  border-radius: 0 !important;
  height: 50px !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
}

#custom-options-container {
  position: relative;
  /* 一時的に非表示 */
}

#custom-options-container span.alert {
  position: absolute;
  font-size: 12px;
  left: 0;
}

#custom-options-container span.alert.super-top {
 top: -105px;
}

#custom-options-container span.alert.top {
  top: 20px;
}

#custom-options-container span.alert.middle {
  top: 143px;
}

#custom-options-container span.alert.bottom {
  bottom: 52px;
}

#custom-options-container label {
  margin: 0 0 25px !important;
  line-height: 1 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* #custom-options-container div:first-child label,
#custom-options-container div:last-child label {
  margin: 0 0 25px !important;
} */

/* #custom-options-container div:nth-child(2) label {
  margin-bottom: 10px !important;
} */

@media screen and (max-width: 767px) {
  #custom-options-container label {
    font-size: 13px !important;
  }

  #custom-options-container span.alert {
    font-size: 11px;
  }

  #custom-options-container span.alert.top {
    top: 16px;
  }

  #custom-options-container span.alert.middle {
    top: 135px;
  }

  #custom-options-container span.alert.bottom {
    bottom: 53px;
  }
}

#custom-options-container div:not(:first-of-type) {
  margin-top: 30px;
}

.p-product-img {
  overflow: hidden;
}
.p-product-img .slick-list {
  overflow: visible;
}
.p-product-img .slick-slide {
  opacity: 0.4;
  padding: 4px;
  transition: all ease 0.2s;
}
.p-product-img .slick-slide.slick-active {
  opacity: 1;
}

.p-product-img__main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 530px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-product-img__main {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: 80%;
  }
}

.p-product-img__main-item {
  text-align: center;
  background: #F2EEE6;
}
.p-product-img__main-item img {
  margin-left: auto;
  margin-right: auto;
  /* max-height: 520px;
  max-width: 520px; */
}
@media screen and (max-width: 1023px) {
  .p-product-img__main-item img {
    max-height: 530px;
  }
}
@media screen and (max-width: 1023px) {
  .p-product-img__main-item img {
    max-width: 100%;
    max-height: 98%;
  }
}

.p-product-img__thumb {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-product-img__thumb {
    margin-top: 15px;
  }
}

.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-product-thumb-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.p-product-thumb-list__item {
  box-sizing: border-box;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 12px;
  width: 90px;
}
@media screen and (max-width: 1023px) {
  .p-product-thumb-list__item {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 6px;
    width: 60px;
  }
}
.p-product-thumb-list__item.is-current .p-product-thumb-list__img:before {
  border-color: #000000;
}

.p-product-thumb-list__img {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 90px;
  background: #F2EEE6;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    height: 60px;
  }
}
.p-product-thumb-list__img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-product-thumb-list__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  padding-top: calc(100% - 4px);
  border: 2px solid transparent;
  transition: all 0.1s ease;
}

/* 商品画像 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-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;
  padding-right: 40px;
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .p-product-info {
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-info {
    padding-right: 0;
    width: auto;
  }
}

.p-product-info__ttl {
  margin: 0 0 5px 0;
  line-height: 1.4;
  font-size: 30px;
  word-break: break-all;
}
.p-product-info__ttl span:not(:first-of-type) {
  font-size: 20px;
}
.p-product-info__ttl span.rice-small {
  font-size: 20px;
}
.p-product-info__ttl span:first-of-type {
  display: block;
  font-size: 20px;
}
.not-start {
  color: #FF0000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 22px;
  }

  .p-product-info__ttl > span  {
    font-size: 14px !important;
  }

  .p-product-info__ttl span {
    font-size: 14px !important;
  }

  .p-product-info__ttl span.rice-small {
    font-size: 14px;
  }
}
.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: 12px;
  }
}

.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-price {
    margin-top: 10px;
  }
}

.p-product-price__off {
  color: #a10000;
  font-weight: 500;
}

.p-product-price__sell {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-product-price__sell {
    font-size: 17px;
  }
}

.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 {
  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;
  }
}

.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;
  }
}

/* ギフト対応バナー */

.packing-banner {
  margin: 20px 0 0;
}

.packing-banner a {
  font-size: 18px;
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #FF0000;
  border: 1px solid #FF0000;
  transition: opacity .3s;
}

.packing-banner a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .packing-banner a {
    font-size: 16px;
  }
}

/* オプション 値段詳細表 */

.p-product-option {
  /* display: none; */
  /* 一時的に非表示 */
}

.p-product-option-detail {
  margin-top: 25px;
}

.p-product-option-detail__btn {
  position: relative;
  padding: 15px 20px;
  border-top: 2px solid #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
  border-left: 0;
  border-right: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  background: transparent;
  text-align: left;
}
.p-product-option-detail__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  transform: rotate(45deg);
  transition: all ease 0.2s;
}
.p-product-option-detail__btn:hover:before {
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
}
.p-product-option-detail__btn.is-on:before {
  margin-top: -3px;
  border-right-color: #2d2d2d;
  border-bottom-color: #2d2d2d;
  transform: rotate(-135deg);
}

.p-price-table {
  display: none;
  padding: 30px 30px 20px 30px;
  line-height: 1.4;
  background: #fafafa;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-price-table {
    padding: 25px 20px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-price-table {
    padding: 20px 10px 5px 10px;
  }
}

.p-price-table__heading-wrap {
  display: flex;
  flex-wrap: wrap;
}

.p-price-table__heading {
  box-sizing: border-box;
  padding-bottom: 15px;
  width: 40%;
  font-weight: bold;
}
.p-price-table__heading:nth-child(2) {
  padding-left: 10px;
  width: 60%;
}

.p-price-table__dl {
  display: flex;
  flex-wrap: wrap;
}

.p-price-table__dt {
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #2d2d2d;
  width: 40%;
  font-weight: 600;
}

.p-price-table__dd {
  box-sizing: border-box;
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid #2d2d2d;
  width: 60%;
}

.p-price-table-list__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #2d2d2d;
}
.p-price-table-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.p-price-table-list__name {
  font-weight: 600;
}

.p-price-table-list__price {
  margin-top: 5px;
}

.p-price-table-list__soldout {
  color: #a10000;
}

.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 */
@media screen and (max-width: 767px) {
  .p-product-option-tbl {
    display: none;
  }
}
.p-product-option-tbl table {
  margin-bottom: 30px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #2f2f2f;
  border-radius: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 17px 15px 12px 15px;
  border-top: 1px solid #2f2f2f !important;
  border-bottom: 1px solid #ffffff;
  border-left: 0;
  border-radius: 0 !important;
  text-align: center;
}
.p-product-option-tbl th {
  font-weight: 600;
}
.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 {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.p-product-option-tbl::-webkit-scrollbar {
  height: 8px;
}

.p-product-option-tbl::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.p-product-option-tbl::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 4px;
}

/* オプション select */
.p-product-option-select {
  display: block;
  margin-bottom: 30px;
}

.p-product-option-select__box {
  margin-bottom: 25px;
}

/* .p-product-option-select__box:first-child {
  display: none;
} */

.p-product-option-select__box:last-child {
  display: block;
}

/* .p-product-option.is-senbei .p-product-option-select__box:first-child {
  display: none;
} */

.p-product-option.is-kome .p-product-option-select__box:first-child {
  display: block;
}

.p-product-option-select__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-product-option-select__ttl {
    font-size: 13px;
  }
}

/* 名入れ */
.p-product-name {
  margin-bottom: 30px;
}

.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-stock {
  margin-top: 30px;
  margin-bottom: 25px;
}

.p-product-form-stock__ttl {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
@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;
  align-items: center;
}
.p-product-form-stock__input input {
  margin-right: 5px;
  width: 60px;
}

.p-product-form-stock__unit {
  margin-left: 10px;
}

.p-product-form-stock__stock {
  margin-left: 15px;
}

/* ボタン */
.p-product-form-btn__cart {
  margin-bottom: 10px;
}

.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 .c-btn-cart.is-favorite {
  color: #111;
}
.p-product-form-btn__favorite .c-btn-cart.is-favorite svg {
  position: relative;
  top: 1px;
  margin-right: 5px;
  width: 21px;
  height: 17px;
  fill: #d8d8d8;
}
@media screen and (max-width: 767px) {
  .p-product-form-btn__favorite .c-btn-cart.is-favorite svg {
    width: 18px;
    height: 14px;
  }
}
.p-product-form-btn__favorite .c-btn-cart.is-favorite.is-added {
  color: #2d2d2d;
}
.p-product-form-btn__favorite .c-btn-cart.is-favorite.is-added svg {
  fill: #000000;
}

.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;
  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;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-product-sns-list {
    margin-top: 40px;
  }
}

.p-product-sns-list__item {
  margin-right: 20px;
}
.p-product-sns-list__item:last-child {
  margin-right: 0;
}

/* link */
.p-product-link-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list {
    margin-left: 25px;
  }
}

.p-product-link-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 20px;
  }
}

/***** 商品詳細 *****/
.p-product__ttl {
  position: relative;
  margin-top: 240px;
  margin-bottom: 45px;
  padding-top: 25px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  color: #757575;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-top: 120px;
    margin-bottom: 30px;
    padding-top: 15px;
    line-height: 1.4;
    font-size: 20px;
  }
}
.p-product__ttl:before {
  content: "";
  position: absolute;
  top: -85px;
  left: 50%;
  height: 85px;
  width: 1px;
  background: #b3b2b2;
}
@media screen and (max-width: 767px) {
  .p-product__ttl:before {
    top: -40px;
    height: 40px;
  }
}

.p-product-detail {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-product-detail {
    padding-top: 45px;
  }
}

.p-product-explain {
  margin-left: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1023px) {
  .p-product-explain {
    /* margin-left: 75px;
    margin-right: 75px; */
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-product-explain {
    /* margin-left: 25px;
    margin-right: 25px; */
    width: 100%;
  }
}

.p-product-explain__body {
  line-height: 2;
}

.p-product-other {
  width: 530px;
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-product-other {
    width: auto;
  }
}

/* おすすめ商品 */
.p-product-recommend {
  padding-top: 90px;
}

.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-product-recommend-list__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 10px;
  }
}

.p-product-recommend-list__txt {
  position: relative;
  padding-bottom: 20px;
}

.p-product-recommend-list__ttl {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__ttl {
    font-size: 12px;
  }
}

.p-product-recommend-list__price {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 5px;
    font-size: 12px;
  }
}
.p-product-recommend-list__price.is-default {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__price.is-soldout {
  color: #a10000;
}

/* レビュー */
.p-product-review {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .p-product-review {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-review {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.p-product-review__item {
  box-sizing: border-box;
  padding: 30px 50px;
  border-top: 2px solid #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 25px;
  }
}
.p-product-review__item + .p-product-review__item {
  border-top: 0;
}

.p-product-review__heading {
  margin-bottom: 10px;
}

.p-product-review__ttl {
  margin-top: 15px;
  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;
}
@media screen and (max-width: 767px) {
  .p-product-review-info__item {
    display: block;
  }
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}

.p-product-review__img {
  margin-top: 20px;
  width: 80px;
  text-align: center;
  position: relative;
}
.p-product-review__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/87/review-icon-zoom.png);
  background-size: 18px 18px;
}

.p-product-review__body {
  line-height: 1.75;
}

.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: #ea872f;
}

/* レビュー 返信 */
.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;
}

.p-product-review-reply__date {
  font-size: 12px;
}

.p-product-review__none {
  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: 18px;
  min-width: 370px;
  border: 2px solid #2d2d2d;
  font-size: 18px;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    padding: 10px;
    font-size: 14px;
    min-width: 275px;
  }
}
.p-product-review__btn:hover, .p-product-review__btn:focus {
  background: #2d2d2d;
  color: #ffffff;
  text-decoration: none;
}

/*  クイックカートイン CSS  */
.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}
.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}
.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}
.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}
.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}
.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}
.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
.cart_in_modal__close-icon {
  cursor: pointer;
}
.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}
.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

/* CHIYOMATSU用 */

.c-subcontent {
  display: flex;
  margin-top: 60px;
}

.c-subcontent .image {
  width: 50%;
  margin: 0;
}

.c-subcontent .image img {
  width: 100%;
  height: auto;
}

.c-subcontent .image p {
  text-align: left;
  font-size: 14px;
}

.c-subcontent .image.has-title p {
  text-align: center;
  font-size: 22px;
}

.c-subcontent .image.has-title p > span {
  display: block;
  font-size: 14px;
}

.c-subcontent .text {
  width: 50%;
  font-size: 16px;
  margin-left: 30px;
}

.c-subcontent .text.has-image img {
  padding-bottom: 30px;
}

.c-subcontent .text p:first-child {
  text-align: center;
  font-size: 22px;
}

.c-subcontent .text p:not(:first-child) {
  text-align: left;
}

.c-subcontent .text p a {
  text-decoration: underline;
  word-wrap:break-word;
}

.c-subcontent .text p a:hover {
  text-decoration: none;
}

.c-subcontent .text p span {
  display: block;
  text-align: center;
}

@media screen and (max-width: 800px){
  .c-subcontent {
    flex-direction: column;
    margin-top: 30px;
  }
  .c-subcontent .image {
    width: 100%;
    margin: 0;
  }

  .c-subcontent .image img {
    width: 100%;
    height: auto;
  }

  .c-subcontent .image p {
    margin-top: 10px;
    line-height: 1.7;
    text-align: left;
    font-size: 11px;
  }

  .c-subcontent .image.has-title p {
    margin: 0;
    line-height: 1.7;
    font-size: 18px;
  }

  .c-subcontent .image.has-title p > span {
    font-size: 12px;
  }
  .c-subcontent .image.has-title img {
    padding-top: 10px;
  }

  .c-subcontent .text {
    width: 100%;
    margin-left: 0;
  }
  .c-subcontent .text.has-image {
    margin-top: 30px;
  }
  .c-subcontent .text.has-image img {
    padding-bottom: 10px;
  }
  .c-subcontent .text p {
    margin-top: 15px;
  }
  .c-subcontent .text p:first-child {
    line-height: 1.7;
    font-size: 20px;
  }
}

.horizontal-content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.horizontal-content.centering {
  justify-content: center;
}

.horizontal-content > .half {
  width: 45%;
}

.horizontal-content > .more-half {
  width: 30%;
}

.horizontal-content > div img {
  display: block;
  margin: 0 auto;
  width: 205px;
  height: auto;
  text-align: center;
}

.horizontal-content .text p:first-of-type {
  text-align: center;
  font-size: 22px;
}

.horizontal-content .text p:first-of-type span {
  display: block;
  font-size: 14px;
}

.horizontal-content .text p {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .horizontal-content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }

  .horizontal-content > .half {
    width: 100%;
  }
}


/* カスタムスライド */

#senbei-slide .slick-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23B69459'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  width: 40px ;
  height: 40px;
}

#senbei-slide .slick-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23B69459'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  width: 40px ;
  height: 40px;
}

#senbei-slide .slick-dots {
  left: 0;
  bottom: 0;
}

#senbei-slide .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B69459;
}

#senbei-slide .slick-dots li {
  margin: 0;
}

#senbei-slide .horizontal-content .slick-slide {
  height: 450px;
  margin: 20px;
  padding: 20px;
  background-color: #fff;
}

#senbei-slide .horizontal-slide {
  background: #F2EEE6;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #senbei-slide .horizontal-content .slick-slide {
    margin: 5px;
  }

  #senbei-slide .horizontal-slide {
    padding-top: 20px;
  }
}

.single-image {
  margin-top: 50px;
  text-align: center;
}

.rice-method {
  max-width: 800px;
  margin: 50px auto 0;
}

.rice-method > li + li {
  margin-top: 30px;
}

.rice-method li > p:first-child {
  text-align: center;
  font-size: 20px;
}
.rice-method li > p span {
  display: block;
  text-align: center;
}

.rice-method li > p,
.rice-method li > ul li {
  font-size: 16px;
}

.rice-method li .important {
  color: #FF0000;
  text-decoration: underline;
  text-align: center;
}

.c-subcontent .multiple-text {

}

.c-subcontent .text.multiple-text .center {
  text-align: center;
  font-size: 22px;
}

.c-subcontent .text.multiple-text .center + p {
  margin-top: 15px;
}
/*=====specエリア===========================*/
.spec-area {
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho", serif;
    margin-bottom: 50px;
    margin-top: 50px;
}
.spec-area br,
.detail-list br {
    display: none;
}
.spec-area h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 4px;
}
.spec-area p {
    font-size: 13px;
    font-weight: 400;
}
.bb__spec {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.bb__spec p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
}
.r-fl__spec {
    width: 60%;
}
.pl__spec {
    padding-left: 8px;
}
.detail-list ol {
    list-style: inside;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6px;
    padding-left: 5px;
    margin-top: 0;
}
.list-1__detail {
    margin-bottom: 10px;
}
.fl__spec {
    display: flex;
    align-items: center;
    gap: 15px;
}
.m-4-t {
    margin-bottom: 6px !important;
}
.m-0-t {
    margin-bottom: 0 !important;
}
.p-4-t{
    padding-bottom: 4px;
}
#p-4-t3 h4 {
    margin-bottom: 0;
}
#h5-2__spec {
    margin-bottom: 10px;
}
.m-10-t {
    margin-bottom: 10px !important;
}
.detail-list {
    font-size: 13px;
    font-weight: 400;
}
.p-product-explain__body {
    line-height: 1.4em;
}
.detail-title {
    margin-top: 0;
}
.t-14px {
    font-size: 13px;
}
.detail-title {
    margin-bottom: 35px;
}
.c-subcontent .text p span {
    text-align: left;
}
.c-subcontent .text p + p {
    margin-top: 30px;
}
@media (min-width: 800px) {
    .spec-area h4 {
        font-size: 15px;
    }
    .spec-area p {
        font-size: 14px;
    }
    .bb__spec p {
        font-size: 14px;
    }
    .t-14px {
        font-size: 14px;
    }
}

/*====口コミスライダー__240910===================*/
.slider2 {
    margin: 0 auto;
}
.slider2 .slick-prev /*左矢印*/
{
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border-top: solid 3px #B69459;
    border-right: solid 3px #B69459;
    position: absolute;
    transform: rotate(-135deg);
   left: -13px;
   z-index: 99px;
}
.slider2 .slick-next /*右矢印*/
{
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border-top: solid 3px #B69459;
    border-right: solid 3px #B69459;
    position: absolute;
    transform: rotate(45deg);
    right: -12px;
}
/* ドット全体の基本スタイル */
.slider2 .slick-dots li button {
  width: 10px;
  height: 10px; 
  padding: 0; 
  background: #E3D7C3;
  border-radius: 50%; 
  display: block;
  cursor: pointer;
  border: none;
}

.slider2 .slick-dots {
  margin-bottom: -15px;
}
/* アクティブなドットのスタイル */
.slider2 .slick-dots li.slick-active button {
  background: #B69459; /* 動くドットの背景色 */
}
.slider2 .slick-slide img {
   padding: 16px; 
   box-sizing: border-box;
   display: block; 
}
.kutikomi-bg {
  background: #F2EEE6;
    padding: 20px 0;
    margin-top: 54px;
    padding-right: 2px;
}
.slider2 .slick-dots li {
  margin: 0;
}
/*=====値段下、商品内容情報追加__241007==========*/
.content-box h3 {
  margin-bottom: 6px;
  font-weight: 600;
}
/*=====商品説明変更__241023==========*/
.s-ex-t {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.s-ex-p {
    font-size: 15px;
}
.c-h2 {
  font-size: 18px!important;
  font-weight: 600;
}
.c-subcontent .text {
  width: 45%;
}
.dip-width {
 width: 50%!important;
}
.koku {
  margin-bottom: 24px!important;
}
.c-subcontent .image img {
  height: 320px!important;
  object-fit: cover!important;
}
.rice-title {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .s-ex-t {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-subcontent .text {
    width: 100%;
  }
  .dip-width {
 width: 100%!important;
}
  .spec-area {
    margin-top: 50px;
  }
  .c-subcontent .image img {
    height: auto!important;
  }
  .rice-title {
    margin-top: 50px;
  }
  .pc-br {
    display: none;
  }
}

/*241211*/
.b {
	font-weight: bold;
    color: #f44329;
}
.info-text-bo {
    line-height: 1.6rem;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}
.info-text-bo{
    letter-spacing: 0.02em;
}
.fl-bo {
    display: grid;
    gap: 4%;
    grid-template-columns: 54px 1fr;
}
.p-product-form-stock__ttl {
	width: 54px;
    padding-top: 1px;
}
.kotira {
 border-bottom: 1px solid;
}
.fl-bo a {
  color: #08c;
}
.t-bo-50 {
  font-size: 13px;
}
@media screen and (max-width: 570px) {
    .fl-bo {
    grid-template-columns: 1fr;
}
}