.p-product-heading__unit {
  margin: 0 20px 20px;
}

.p-product-heading__unit::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-fav-item {
  margin-top: 10px;
}

.p-product-fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.p-product-fav-item .is-added {
  color: #ff7373;
}

.p-product-fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

.p-large-image__image-wrap {
  max-width: 400px;
  border: 6px solid transparent;
}

.p-large-image__image-wrap {
  margin: 20px auto;
}

.p-thumbnail-list {
  box-sizing: border-box;
  margin: 20px -5px 10px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.p-thumbnail-list__image-wrap {
  border: 2px solid transparent;
}

.p-thumbnail-list::after {
  display: block;
  clear: both;
  content: '';
}

.p-thumbnail-list__unit {
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.p-thumbnail-list__image-wrap.is-current {
  border-color: < {
      $setting-currentImage-bgColor
  }
  >;
  background: < {
      $setting-currentImage-bgColor
  }
  >;
}

.p-view-product-images {
  text-align: right;
}

.p-view-product-images a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
}

.p-view-product-images a:hover {
  opacity: .66;
}

.p-view-product-images a:active {
  opacity: 1;
}

.p-short-description {
  line-height: 1.5;
  margin: 20px 0;
}

.p-cart-form {
  margin: 20px 0;
}

.p-cart-form::after {
  display: block;
  clear: both;
  content: '';
}

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.p-cart-form__link-list {
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.p-cart-form__link-list a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__link-list a:hover {
  opacity: .66;
}

.p-cart-form__link-list a:active {
  opacity: 1;
}

.p-cart-form__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .8em;
}

.p-cart-form__price {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__regular-price {
  font-weight: bold;
  margin-top: .5em;
}

.p-cart-form__list-price {
  font-size: 12px;
  line-height: 2;
  opacity: .7;
}

.p-cart-form__point {
  font-size: 12px;
  margin-top: 10px;
}

.p-cart-form__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__stock {
  margin-top: 10px;
}

.p-cart-form__option-select select {
  box-sizing: border-box;
  width: 100%;
  border-color: #eaeaea;
}

.p-cart-form__option-select select:hover {
  border-color: #333;
}

.p-cart-form__password-input input {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-cart-form__password-input input:focus {
  border-color: < {
      $setting-keyColor
  }
  >;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: -2em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 5px;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__add-num:hover {
  opacity: .66;
}

.p-cart-form__add-num:active {
  opacity: 1;
}

.p-cart-form__add-num--up {
  top: 0;
}

.p-cart-form__add-num--down {
  bottom: 0;
}

.p-cart-form__add-num svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.p-cart-form__button-wrap {
  margin-top: 20px;
}

.p-cart-form__add-cart-button {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 15px;
  letter-spacing: 1px;
}

.p-cart-form__error-message {
  font-weight: bold;
  display: none;
  margin: 10px 0 0;
  text-align: center;
  color: #f00;
}

.p-view-option-info {
  display: block;
  margin-top: 20px;
  padding: .4em;
  text-align: center;
}

.p-price-table {
  line-height: 1.4;
  height: auto;
  margin-top: 10px;
  transition: .2s;
  text-align: left;
}

.p-price-table.is-hidden {
  overflow: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
}

.p-price-table__heading-wrap {
  display: table;
  width: 100%;
}

.p-price-table__heading {
  font-size: 12px;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding: .5em;
  background: #eaeaea;
}

.p-price-table__body {
  font-size: 12px;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body::after {
  display: block;
  clear: both;
  content: '';
}

.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: .7em .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: .7em .5em;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body li:last-child {
  border-bottom: 0;
}

.p-price-table__name {
  font-weight: bold;
}

.p-option-table table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
}

.p-option-table br {
  display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.p-option-table [type='radio'] {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
}

.p-option-table [type='radio']::before {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 20px;
  background: #eee;
}

.p-option-table [type='radio']::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transition: .2s;
  border-radius: 10px;
  background: transparent;
}

.p-option-table [type='radio']:hover::after {
  background: rgba(0, 0, 0, .2);
}

.p-option-table [type='radio']:checked::after {
  background: #fd7f23;
}

.p-option-table .t_stock_num {
  font-size: 12px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.p-option-table .stock_zero {
  font-size: 12px;
}

.p-option-table .table_price {
  display: none;
}

.p-product-body__model {
  font-size: 12px;
  line-height: 2;
  color: #888;
}

.p-product-body__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid;
}

.p-product-body__share-buttons {
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

.p-product-body__share-buttons li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.p-product-body__review-link {
  margin: 10px 0;
}

.p-product-body__review-link span {
  font-size: 18px;
}

.p-product-body__review-link a {
  transition: opacity .2s;
  text-decoration: none;
}

.p-product-body__review-link a:hover {
  opacity: .66;
}

.p-product-body__review-link a:active {
  opacity: 1;
}

.p-product-body__price {
  font-size: 18px;
  font-weight: bold;
  clear: both;
  margin: 20px 0 20px;
  display: inline-block;
}

.p-product-body__price--discount {
  color: #f00;
}

.p-product-body__regular-price {
  margin-top: 10px;
  text-decoration: line-through;
}

.p-product-body__point {
  margin: 20px 0 20px 20px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  border-left: 1px solid #9fa0a0;
}

.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-product-body__description {
  line-height: 1.8;
  clear: both;
  margin: 30px 0 0;
}

.p-product-body__images {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}

.p-product-body__linkto-cart {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: < {
      $setting-color-solidButton
  }
  >;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-product-images {
  margin: 0 -10px 0 0;
  padding: 30px 0;
  list-style-type: none;
}

.p-product-images__image-wrap {
  border: 6px solid transparent;
}

.p-product-images::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-images li {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  margin-bottom: 15px;
  padding-right: 10px;
}

.p-product-images li:nth-child(3n + 1) {
  clear: left;
}

.p-product-footer {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  overflow: hidden;
}

.p-product-footer-nav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  float: right;
}

.p-product-footer-nav li {
  margin-bottom: 10px;
}

.p-product-footer-nav a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-product-footer-nav a:hover {
  opacity: .66;
}

.p-product-footer-nav a:active {
  opacity: 1;
}

.p-product-footer-nav .c-icon {
  vertical-align: -.4em;
}

.p-review__unit {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.p-review__unit:last-child {
  border: 0;
}

.p-review__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}

.p-posted-review__image {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.p-posted-review__heading {
  overflow: hidden;
  margin: 0 20px 0 0;
}

.p-posted-review__title {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}

.p-posted-review__info {
  margin: 15px 0;
  padding: 0;
}

.p-posted-review__info li {
  display: inline;
  margin-right: 10px;
}

.p-posted-review__body {
  line-height: 1.8;
  overflow: hidden;
}

.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;
  fill: currentColor;
  fill: #ddd;
}

.p-posted-review__star.is-color {
  fill: #ffdc00;
}

@media screen and (min-width: 600px) {
  .p-product-heading__unit {
      margin: 0 0 20px;
      padding: 0 20px;
      border: 1px solid #eaeaea;
  }
  .p-cart-form__password-input input {
      font-size: 14px;
  }
  .p-product-body__share-buttons {
      float: left;
  }
  .p-product-body__linkto-cart {
      padding: 12px 15px;
  }
  .p-product-footer-nav li {
      display: inline-block;
      margin-left: 10px;
  }
  .p-review__unit {
      padding: 30px 0;
  }
  .p-review__button {
      padding: 10px 15px;
  }
  .p-posted-review__image {
      float: left;
      height: auto;
      margin: 0 30px 0 0;
  }
  .p-posted-review__title {
      display: inline-block;
      margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-large-image {
      float: left;
      width: 50%;
      margin: 0;
  }
  .p-thumbnail-list {
      float: right;
      width: 45%;
  }
  .p-view-product-images {
      float: right;
      width: 45%;
  }
  .p-short-description {
      float: right;
      width: 45%;
  }
  .p-cart-form__info {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0;
      text-align: left;
      border: 0;
  }
  .p-cart-form__option {
      float: right;
      width: 45%;
  }
  .p-cart-form__link-list {
      float: right;
      clear: right;
      width: 45%;
  }
  .p-product-body-inner {
      margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .p-product-wrap {
      overflow: hidden;
  }
  .p-product-heading {
      float: right;
      box-sizing: border-box;
      width: 400px;
  }
  .p-product-body {
      float: right;
      width: 100%;
      margin-right: -400px;
  }
  .p-product-body-inner {
      margin-right: 440px;
  }
  .p-large-image__image-wrap {
      border-width: 9px;
  }
  .p-thumbnail-list__image-wrap {
      border-width: 3px;
  }
  .p-view-product-images {
      display: none;
  }
  .p-product-body__linkto-cart {
      display: none;
  }
  .p-product-images__image-wrap {
      border-width: 9px;
  }
  .p-product-images li {
      width: 50%;
  }
  .p-product-images li:nth-child(3n + 1) {
      clear: none;
  }
  .p-product-images li:nth-child(2n + 1) {
      clear: left;
  }
}

@media screen and (max-width: 599px) {
  .p-short-description {
      display: none;
  }
  .p-product-body-inner {
      padding-top: 20px;
      border-top: 1px solid #eaeaea;
  }
  .p-product-body {
      padding: 0 20px;
  }
  .p-product-body__price {
      display: none;
  }
  .p-product-body__regular-price {
      display: none;
  }
  .p-product-body__point {
      display: none;
  }
  .p-product-footer {
      padding: 20px 20px 0;
  }
  .p-product-body__share-buttons {
      text-align: center;
      margin-bottom: 20px;
  }
  .p-product-body__share-buttons li:last-child {
      margin-right: 0;
  }
}


/*  オプションごとのカートボタン CSS  */

.cms-opt__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}

.cms-opt-button__opt-list {
  margin: 0;
}

.cms-opt-button__opt-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 20px 0;
}

.cms-opt-button__opt-label {
  display: inline-block;
}

.cms-opt-button__opt-heading {
  background: #eee;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.cms-opt-button__opt-heading--hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.cms-opt-button__content {
  margin-bottom: 10px;
}

.cms-opt-button__content-name {
  min-width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.cms-opt-button__content-price {
  font-size: 18px;
  min-width: 48%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .cms-opt-button__content-price {
      font-size: 20px;
  }
}

.cms-opt-button__purchase-stock {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #777;
  min-width: 50%;
  word-break: break-all;
}

.cms-opt-button__purchase-number {
  display: inline-block;
}

.cms-opt-button__cart {
  margin-top: 10px;
}

.cms-opt-button__purchase-unit {
  word-break: break-all;
}


/*  クイックカートイン 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;
  }
}


/* 商品詳細 */

.product_detail_area h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.3em;
  /* background: transparent url(https://img.shop-pro.jp/tmpl_img/67/border_bottom.png) repeat-x left bottom; */
  border-bottom: 4px solid #000;
  font-size: 21px;
  margin: 20px 0 40px;
}

.text-block {
  font-size: 20px;
  line-height: 1.8;
}

.text-block>span {
  display: block;
}

.br-none br {
  display: none;
}

.product_description div.br-none br {
  display: none !important;
}

.product_description.br-none>div {
  margin-bottom: 30px;
}

.catch-copy {
  margin-bottom: 2em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.movie-box {
  margin-bottom: 60px;
  iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 720/405;
  }
}

.product-text-type {
  margin-bottom: 2em;
  /* margin-bottom: 32px;
font-size: 16px;
line-height: 1.5; */
}

.product-text-type2 {
  margin-bottom: 32px;
}

.product-text-list1 {
  margin-bottom: 30px;
  font-size: 15px;
}

.cupping-text {
  margin-bottom: 30px;
  font-size: 15px;
}

.product_description .webfont {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.product_description .webfont>span {
  font-size: 16px;
}

.recommend-item-box-type1 {
  margin-bottom: 60px;
}

.recommend-item-box-type1 h3 {
  margin-bottom: 30px;
}

.recommend-item-box-type1 .recommend-item {
  -webkit-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 207px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}

.recommend-item-box-type1 .recommend-item:not(:nth-of-type(3n+1)) {
  margin-left: 2em;
}

.recommend-item-box-type1 .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}

.recommend-item-box-type1 .item_detail {
  margin: 15px 0 0;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}

.recommend-item-box-type1 .item_detail p {
  margin-bottom: 10px;
}

.recommend-item-box-type1 .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 15px;
}

.recommend-item-box-type1 .item_detail p.item_description {
  margin-bottom: 0;
}

.recommend-item-box-type1 .recommend-item .button-type1 {
  position: absolute;
  bottom: 0px;
}

.button-type1 a {
  display: inline-block;
  display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box;
  /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.button-type1.color a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)), url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  border-radius: 3px 0px 0px 3px;
}

.button-type1.red a {
  background-color: #c43c35;
  border-color: #c43c35;
}

.button-type1.red a:hover {
  background-color: #ee5f5b;
}

.button-type1.red a:active {
  background: #c43c35;
}

.button-type1 a:hover {
  background-color: #eee;
  color: #555;
}

.button-type1 a:active {
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
  outline: none;
}


/* .disable_cartin {
position: relative;
}

.disable_cartin::before {
content: "\f07a";
font-family: Font Awesome\ 5 Free;
color: #fff;
font-size: 2em;
font-weight: bold;
position: absolute;
left: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
} */

.product_link_area>p a.btn-contact {
  position: relative;
  display: block;
}

.product_link_area>p a.btn-contact::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f0e0";
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  left: 2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
}

.recommend-drink {
  padding: 40px 40px;
  margin-bottom: 60px;
  background-color: #000;
  color: #fff;
}

.product_description .recommend-drink h3 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.recommend-drink h3>span {}

.recommend-drink h3>span:nth-of-type(1) {
  margin-bottom: 5px;
}

.recommend-drink h3>span:nth-of-type(2) {
  font-size: 20px;
}

.recommend-drink p:not(:last-of-type) {
  margin-bottom: 15px;
}

.recommend-drink p>span {}

.recommend-drink p>span.name {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.valuepack-banner {
  margin-bottom: 60px;
}

.product-info h3 {
  /* font-size: 16px;
margin-bottom: 16px; */
  font-size: 20px;
  margin-bottom: 1em;
}

.product-capacity {
  margin-bottom: 30px;
  /* font-size: 16px; */
}

.product-postage {
  margin-bottom: 30px;
}

.product-info>div:not(.product-capacity) {
  margin-bottom: 30px;
}

.product-info>.product-capacity ul {
  margin-bottom: 15px;
}

.product-save {}

.event-banner {
  margin-bottom: 30px;
}

.event-banner img {
  max-width: 100%;
  height: auto;
}

.member-banner {
  margin-bottom: 30px;
}

.member-banner img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 760px) {
  .recommend-item-box-type1 .recommend-item {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .recommend-item-box-type1 .recommend-item:not(:nth-of-type(3n+1)) {
      margin-left: 0em;
  }
}


/* テイスティングチャート */

.coffee-chart br {
  display: none;
}

.coffee-chart {
  width: 100%;
  max-width: 300px;
  /*margin: 0 auto;*/
  margin-bottom: 50px;
}

.coffee-chart img {
  max-width: 100%;
  height: auto;
}

.coffee-chart img[src*=chart2-] {
  width: 300px;
  margin-bottom: 20px;
}

.coffee-chart p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.coffee-radar-chart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0 0 50px;
}

.coffee-radar-chart>br {
  display: none;
}

.coffee-radar-chart img {
  display: block;
  max-width: 450px;
  width: 50%;
  flex-shrink: 0;
}

.coffee-radar-chart figcaption {
  width: 100%;
  flex-shrink: 1;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width:640px) {
  .coffee-radar-chart {
      gap: 20px;
  }
  .coffee-radar-chart img {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
  }
  .coffee-radar-chart figcaption {
      font-size: 16px;
  }
}

.roasted {
  width: 100%;
  /* max-width: 180px; */
  margin: 0 auto 15px;
  font-size: 14px;
  font-weight: bold;
}

.roasted div.flex-box {
  padding: 0 .75em;
  font-size: 20px;
}

.tasting table {
  width: 100%;
  max-width: 300px;
  border-collapse: collapse;
  border: 2px solid #000;
}

.tasting table td {
  padding: 2px 10px;
  font-size: 14px;
  border-bottom: 2px solid #000;
}

.tasting table td:nth-child(1) {
  border-right: 1px dotted #000;
}

.product_description.br-none .coffee-chart-type1 {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 60px;
}

.coffee-chart-type1 img {
  max-width: 100%;
  height: auto;
}

.product_description.br-none .coffee-chart-type1 h3 {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.product_description.br-none .coffee-chart-type1 p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.product_description.br-none .coffee-chart-type1 .roasted {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 100%;
  max-width: 175px;
  margin: 0 0;
  font-size: 14px;
  font-weight: bold;
}

.product_description.br-none .coffee-chart-type1 .roasted div.flex-box {
  padding: 0 10px;
}

.product_description.br-none .coffee-chart-type1 .tasting {
  -webkit-flex: 1 0 60%;
  flex: 1 0 60%;
  margin-left: 60px;
}


/* coffee map */

.coffee-map1 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.coffee-map1>div {
  margin-bottom: 30px;
}


/* 定期購入 */

.product_description.br-none>div.teiki-text1 {
  margin-bottom: 70px;
}

.teiki-text1 {
  margin-bottom: 50px;
}

.teiki-text1 br {
  display: none;
}

.teiki-text1>p {
  color: #aa1f24;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.teiki-text1 ul li {
  font-size: 13px;
}

.teiki-text1 ul li a {
  color: #ab8420;
}

.teiki-text1 li .text-red {
  color: #aa1f24;
}

.teiki-caution {
  margin-top: 30px;
  margin-bottom: 30px;
}

.teiki-caution br {
  display: none;
}

.teiki-price {
  margin: 40px 0;
}

.teiki-price h3.webfont {
  margin-bottom: 15px;
}

.teiki-price h4.webfont {
  font-size: 18px;
  margin-bottom: 15px;
}

.teiki-price .price-list-type1 {
  margin-bottom: 25px;
}

.teiki-price .price-list-type1 ul li {
  -webkit-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 230px;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 14px;
  list-style: none;
}

.teiki-price .price-list-type1 ul li:not(:nth-child(3n+1)) {}

.teiki-price .price-list-type1 ul li>div.thum {
  margin-bottom: 10px;
}

.teiki-price .price-list-type1 ul li>div.thum img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.teiki-price .price-list-type1 ul li>div {
  font-size: 14px;
}

.teiki-price .price-list-type1 ul li>div>span {
  display: block;
}

.teiki-price .price-list-type1 ul li div.price-box {
  margin-bottom: 10px;
}

.teiki-price .price-list-type1 ul li span.normal {}

.teiki-price .price-list-type1 ul li span.normal::before {
  content: "通常価格";
}

.teiki-price .price-list-type1 ul li span.member {
  color: #DA5858;
}

.teiki-price .price-list-type1 ul li span.member::before {
  content: "会員価格";
}

.teiki-price .price-list-type1 ul li span.price::after {
  content: "円（内税）";
}

.teiki-price .price-list-type1 .button-type1>a {
  display: inline-block;
}


/* ページ下部バナーエリア */

.detail-bnrarea {
  max-width: calc( 100vw - 20px);
  margin-left: auto;
  margin-right: auto;
}

.detail-bnrarea a {
  display: block;
}

.detail-bnrarea a:not(:last-child) {
  margin-bottom: 1em;
}

.detail-bnrarea a img,
.detail-bnrarea a picture {
  display: block;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .detail-bnrarea a {
      transition: ease 300ms;
  }
  .detail-bnrarea a:hover {
      opacity: 0.6;
  }
}


/* 季節のコーヒーページ スタイル調整 */

.seasonal-wrap {
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
}

.product-kv {
  width: 100%;
  margin: 0 0 60px;
}

.product-block-2col {
  display: flex;
  justify-content: space-between;
}

.product-block-2col>* {
  width: calc((100% - 50px) * .5);
  margin: 0;
}

.data-area {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 2px solid;
}

.data-area__ttl {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.cupping {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.cupping>a,
.cupping>span {
  display: block;
  padding: 0.2em 1em;
  border: 2px solid #000;
  color: #000;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 20px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: background-color 200ms, color 200ms;
}

.cupping>a:hover {
  background: #000;
  color: #fff;
}

.recipe {
  border: 2px solid;
  padding: 75px;
}

.recipe__ttl {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 1em;
}

.recipe__ttl span {
  display: block;
}

.recipe__kv {
  margin: 0 0 30px;
}

.recipe__subttl {
  display: flex;
  margin: 0 0 1em;
  font-size: 20px;
}

.recipe__subttl span {
  display: block;
  padding: 0.25em 0.5em;
  background: #000;
  color: #fff;
  letter-spacing: 0.025em;
}

.recipe__subttl--large {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 2.4em;
}

.recipe__txt {
  font-size: 20px;
  line-height: 1.8;
}

.recipe__txt:not(:last-child) {
  margin-bottom: 1.8em;
}

.recipe__txt span {
  display: block;
}

.recipe__movie-container {
  display: block;
  margin: 50px 0;
}

.recipe__movie-container iframe {
  width: 100%;
  height: auto;
  min-height: 315px;
  display: block;
}

@supports ( aspect-ratio: 540/315) {
  .recipe__movie-container iframe {
      aspect-ratio: 540/315;
  }
}

.recipe__movie-btn {
  display: block;
  margin-top: 75px;
  display: block;
  transition: ease 200ms;
}

.recipe__movie-btn img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.recipe__movie-btn:hover {
  opacity: 0.6;
}

.product-info {
  padding: 75px 0;
  border-top: 2px solid;
}

.product-info:last-child {
  padding-bottom: 0;
}

.recipe+.product-info {
  border-top: none;
}

.product-info .product-info__ttl {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}

.product-info .product-info__txt {
  /* font-size: 20px; */
  margin-bottom: 1em;
  /* line-height: 1.8; */
}

.product-info .product-info__kv {
  display: block;
  margin: 0 0 40px;
}

.product-info .product-info__bnr {
  display: block;
  margin: 40px auto;
  transition: ease 200ms;
}

.product-info .product-info__bnr img {
  display: block;
  max-width: 100%;
}

.product-info .product-info__bnr:hover {
  opacity: 0.6;
}

.product-group {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #eaeaea;
}

.product-group h3 {
  font-size: 20px;
  margin: 0 0 1em;
}

.product-group__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: calc(100% + 1em);
}

.product-group__item {
  margin: 0 1em 1em 0;
  display: block;
}

.product-group__item a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  border: 1px solid #eaeaea;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border-radius: 4px;
  transition: color ease 200ms, background-color ease 200ms, border ease 200ms;
}

.product-group__item a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

@media screen and (max-width:640px) {
  .text-block {
      font-size: 16px;
  }
  .data-area {
      margin-top: 45px;
      padding-top: 30px;
  }
  /* .product-text1 {
  font-size: 18px;
} */
  .catch-copy,
  .data-area__ttl {
      font-size: 20px;
  }
  .catch-copy {
      margin-bottom: 1em;
  }
  .product-block-2col {
      display: block;
  }
  .product-block-2col>* {
      width: 100%;
  }
  .product-block-2col>*:not(:last-child) {
      margin-bottom: 1em;
  }
  .coffee-chart {
      max-width: 240px;
  }
  .tasting table td {
      text-align: center;
  }
  .roasted div.flex-box {
      font-size: 16px;
  }
  .cupping>a,
  .cupping>span {
      font-size: 14px;
  }
  .recipe {
      border: 2px solid;
      padding: 45px 15px;
  }
  .recipe__ttl {
      font-size: 20px;
  }
  .recipe__subttl--large {
      line-height: 1.4;
      margin-bottom: 0.8em;
  }
  .recipe__subttl span {
      padding: 0.25em 0.75em;
  }
  .recipe__ttl span {
      display: inline;
  }
  .recipe__movie-btn {
      margin-top: 45px;
  }
  .recipe__subttl {
      font-size: 16px;
  }
  .recipe__subttl--large {
      font-size: 20px;
  }
  .recipe__txt {
      font-size: 16px;
  }
  .product-info {
      padding: 30px 0;
  }
  .product-info .product-info__ttl {
      font-size: 20px;
  }
  .product-info .product-info__bnr {
      margin-bottom: 0;
  }
}


/**************************
* SP用追従カート
**************************/

@media screen and (min-width: 641px) {
  #spfloat {
      display: none !important;
  }
}

#spfloat,
#spfloat * {
  box-sizing: border-box;
}

#spfloat {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
  transition: ease 200ms;
  display: flex;
  align-items: center;
}

#spfloat.is-hidden {
  transform: translateY(100%);
  opacity: 0;
}

#spfloat .p-product-fav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.5rem;
  margin-top: 0;
}

#spfloat .p-product-fav-item svg {
  width: 1.5rem;
  height: 1.5rem;
}

#spfloat .p-product-fav-item small {
  display: block;
  white-space: nowrap;
  font-size: 10px;
  padding-top: 0.5em;
}

#spfloatForm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1rem;
  transition: ease 200ms;
  transform: translateY(100%);
}

#spfloatForm.is-active {
  transform: translateY(0%);
}

#spfloatForm .c-form__unit {
  margin-bottom: 1em;
}

@keyframes showOverlay {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes hideOverlay {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}

.spfloatFormOverlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  opacity: 0;
  animation: showOverlay 200ms both;
}

.spfloatFormOverlay:before,
.spfloatFormOverlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 10px;
  height: 2px;
  width: 40px;
  background: #fff;
  z-index: 1;
}

.spfloatFormOverlay:before {
  transform: rotate(45deg);
}

.spfloatFormOverlay:after {
  transform: rotate(-45deg);
}

.spfloatFormOverlay.remove {
  animation: hideOverlay 200ms both;
}

/* 検索用キーワード */
.search-keywords {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 20px;
}
.search-keywords::before {
  content: '検索用キーワード：';
}