.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;
  text-align: left;
}

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

.p-product-fav-item button:hover {
  color: #007743;
}

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

.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: 0 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: #333;
  background: #333;
}

.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;
  text-decoration: none;
  color: #333;
}

.p-cart-form__link-list a:hover {
  color: #007743;
}

.p-cart-form__link-list a:active {
  color: #007743;
}

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

.p-cart-form__price {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #007743;
}

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

.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: #333;
  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 {
  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;
  font-weight: bold;
}

.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: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.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;
  text-align: right;
  color: #007743;
  font-family: 'Montserrat', sans-serif;
}

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

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

.p-product-body__point {
  margin: 30px 0;
}

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

  -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-nav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #eaeaea;
}

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

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

.p-product-footer-nav a:hover {
  color: #007743;
}

.p-product-footer-nav a:active {
  color: #007743;
}

.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-body__name {
    font-size: 30px;
  }
  .p-product-heading__unit {
    margin: 0 0 20px;
    padding: 20px 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;
  }
}

/*  オプションごとのカートボタン 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;
  }
}

.p-imread {
    margin: 15px 0 0 0;
}

.p-imread__title {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #007743;
}

.p-imread__text {
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #222;
}

/* ==============================================
▼ ソルトライフシリーズ商品ページ
=============================================== */
.salt-life-section01 img, .salt-life-section02 img, .salt-life-section03 img {
	width: 100%;
}
.salt-life-section01 p {
	font-size: 120%;
	line-height: 1.6;
}
.salt-life-section02 {
	background: url(../img/salt/salt-life-02.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 339px;
}
.salt-life-section02, .salt-life-section03 {
	position: relative;
}
.salt-life-section02 .box {
	padding-top: 14%;
	width: 68%;
	padding-left: 32%;
	font-size: 140%;
	line-height: 1.7;
	font-weight: bold;
	color: #1a1a6b;
}
.salt-life-section03 {
	height: 100%;
	background: url(../img/salt/salt-life-03.png) no-repeat;
	background-size: contain;
}
.salt-life-section03 .box {
	padding-top: 15%;
	width: 50%;
	padding-left: 15px;
	font-size: 150%;
	line-height: 1.6;
	font-weight: bold;
	color: #f87f3a;
}
.salt-life-section03 .box01, .salt-life-section03 .box02 {
	font-size: 120%;
	line-height: 1.6;
}
.salt-life-section03 .box01 {
	padding-top: 35px;
	width: 50%;
	padding-left: 15px;
}
.salt-life-section03 .box02 {
	padding-top: 50px;
	padding-left: 15px;
}
.salt-life-section03 .box03 {
	width: 100%;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 120%;
	line-height: 1.6;
}
.salt-life-section04 br {
	display: none;
}
.related-items:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
}
.salt-life-section04 a {
	text-decoration: none;
}
.salt-life-section04 a.list_area h3 {
	font-size: 12px;
	background-image: none;
	margin-bottom: 0;
	margin-top: .5em;
}
.salt-life-section04 a.list_area .pricebox p {
	display: inline;
}
.salt-life-section04 a.list_area .pricebox p[id^="price02_"] {
	font-weight: bold;
	color: #ff603a;
	font-size: 11px;
}
.salt-life-section01 p.point-memo {
	color: rgba(237,53,93,1.00) !important;
	font-size: 100%;
	margin-top: -40px;
	margin-bottom: 10px;
}
.main_comment .title-style01 {
	font-size: 140%;
	font-weight: bold;
	color: rgba(255,166,0,1.00);
}
.main_comment .textC {
	text-align: center !important;
}

@media only screen and (max-width: 780px) {
.salt-life-section04 a.list_area:nth-child(2n), .salt-life-section04 a.list_area:nth-child(3n) {
	margin-right: 1.8%;
}
.salt-life-section04 a.list_area:nth-child(2n + 1) {
  clear: both;
}
.salt-life-section04 a.list_area:nth-child(even) {
	margin-right: 0px;
}
.salt-life-section04 a.list_area.even-box:nth-child(even):after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
  
.salt-life-section04 a.list_area {
	width: 49%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media only screen and (max-width: 640px) {
.salt-life-section03 .box01 {
	width: 100%;
}
}

@media only screen and (max-width: 600px) {
.salt-life-section01 p {
	font-size: 100%;
	margin-top: -20px;
}
.salt-life-section02 {
	min-height: 234px;
	height: 100%;
}
.salt-life-section02 .box {
	top: 34%;
	width: 68%;
	font-size: 100%;
}
.salt-life-section03 .box01 {
	width: 68%;
}
.salt-life-section03 .box, .salt-life-section03 .box01, .salt-life-section03 .box02, .salt-life-section03 .box03 {
	font-size: 100%;
}
.salt-life-section03 .box {
	top: 7%;
}
.salt-life-section03 .box01 {
	top: 17%;
}
.salt-life-section03 .box02 {
	top: 40%;
}
}

@media only screen and (max-width: 360px) {
.salt-life-section03 .box01 {
	width: 100%;
}
}
/* ==============================================
▼ グルメソルト商品ページ
=============================================== */
#itemDetail p {
	font-size: 120%;
	margin-bottom: 10px;
}
#itemDetail .salt-life-section02 p, #itemDetail .salt-life-section03 p, #itemDetail .salt-life-section04 p {
	font-size: 100%;
}
#itemDetail .col-2 {
	width: 50%;
	float: left;
	padding: 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#itemDetail .col-2 .title {
	margin-top: 20px;
}
#itemDetail .col-2 img, #itemDetail .col-4 img {
	width: 100%;
}
#itemDetail .col-2.imgAuto img, #itemDetail .col-4.imgAuto img {
	width: auto;
}
#itemDetail .col-4 {
	width: 25%;
	padding: 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
#itemDetail .title {
	font-size: 140%;
	font-weight: bold;
	color: #ff783a;
	line-height: 1.8;
}
#itemDetail .sec + .sec {
	margin-top: 35px;
}
#itemDetail .clearfix {
	margin-top: 15px;
	margin-bottom: 15px;
}
#itemDetail .clearfix + .clearfix {
	margin-top: 20px;
}
#itemDetail a.btn {
	position: relative;
}
#itemDetail a.btn i {
	padding: 20px 10px;
	border: 3px solid #90cc01;
	display: inline-block;
	color: #90cc01;
}
#itemDetail a.btn:hover i {
	background-color: rgba(144, 204, 1, 0.2);
}
#itemDetail a.btn.pdf-icon {
	color: #fd3131;
	text-align: center;
	padding-left: 15px;
	padding-right: 10px;
	display: inline-block;
}
#itemDetail a.btn.pdf-icon:hover i {
	background-color: rgba(253, 49, 49, 0.2);
}
#itemDetail a.btn.pdf-icon i {
	border-color: #fd3131;
	position: relative;
	font-weight: 600;
	padding: 20px 15px 20px 42px;
	color: #fd3131;
	font-style: normal;
}
#itemDetail a.btn.pdf-icon i:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 10px;
	margin: 0;
	background-image: url(../img/icon/pdf_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 29px;
	height: 39px;
}
#itemDetail a.btn.oroshi-icon:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url(../img/salt/oroshi_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 89px;
	height: 111px;
}
#itemDetail a.btn.oroshi-icon i {
	padding: 20px 15px 20px 85px;
}
#itemDetail p.oroshi-box {
	margin-top: 180px;
}
#itemDetail a.btn.gourmet-icon02:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url(../img/salt/gourmet_icon02.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 70px;
}
#itemDetail a.btn.gourmet-icon01:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url(../img/salt/gourmet_icon01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 70px;
}
#itemDetail a.btn.gourmet-icon02 i {
	padding: 20px 15px 20px 85px;
}
#itemDetail a.btn.gourmet-icon01 i {
	padding: 20px 15px 20px 85px;
}
#itemDetail h4 {
	border-bottom : 2px solid #ff783a;
	font-size: 140%;
	font-weight: bold;
	color: #ff783a;
	background: none;
	margin-bottom: 15px;
}
#itemDetail h4.title-style-2, #itemDetail .title-style-2 {
	text-align: center;
	font-size: 200%;
	border: none;
	padding: 10px 0;
	color: #ff783a;
	background-color: #ffefd8;
	margin-bottom: 35px;
}
#itemDetail .icon-red {
	color: #fff;
	background: #90cc01;
	padding: 1px 5px;
	font-weight: 500;
	font-size: 90%;
	margin-bottom: 10px;
}
.title-style-1 {
	font-size: 140%;
	font-weight: 600;
	padding-top: 10px;
	line-height: 1.7;
	color: #151515;
}
#itemDetail p.list-style-1 {
	margin-bottom: 5px;
	text-align: left;
	padding-left: 15px;
	position: relative;
}
#itemDetail p.list-style-1:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.textRight {
	text-align: right !important;
}
.textLeft {
	text-align: left !important;
}
.positionR {
	position: relative;
}
.fs140 {
	font-size: 140% !important;
	line-height: 1.4;
}
.fs120 {
	font-size: 120% !important;
}
.bold {
	font-weight: bold !important;
}
.colorO {
	color: #ff783a !important;
}
.pt20 {
	padding-top: 20px !important;
}
.colorR {
	color: rgba(244,47,50,1.00) !important;
}
.mb0 {
	margin-bottom: 0!important;
}

@media only screen and (max-width: 977px) {
#itemDetail .col-2 {
	width: 100%;
	float: none;
}
#itemDetail .col-4 {
	width: 50%;
}
#itemDetail .col-4:nth-child(3), #itemDetail .col-4:nth-child(4) {
	margin-top: 10px;
}
#itemDetail .gourmet-sec01 .col-2, #itemDetail .gourmet-sec02 .col-2, #itemDetail .gourmet-sec03 .col-2 {
	width: 50%;
	float: left;
}
#itemDetail .col-2.imgAuto img, #itemDetail .col-4.imgAuto img {
	width: 100%;
}
#itemDetail p.oroshi-box {
	margin-top: 20px;
}
#itemDetail a.btn i {
	font-size: 13px;
	padding: 15px 15px 15px 30px;
}
#itemDetail a.btn.pdf-icon i {
	padding: 15px 15px 15px 30px;
}
#itemDetail a.btn.pdf-icon i:before {
	width: 20px;
	height: 26px;
}
#itemDetail a.btn.oroshi-icon:before {
	width: 50px;
	height: 62px;
}
#itemDetail a.btn.oroshi-icon i {
	padding: 15px 15px 15px 50px;
}
#itemDetail a.btn.gourmet-icon02 i {
	padding: 15px 15px 15px 52px;
}
#itemDetail a.btn.gourmet-icon02:before {
	width: 50px;
	height: 45px;
}
}

@media only screen and (max-width: 640px) {
#itemDetail .gourmet-sec01 .col-2, #itemDetail .gourmet-sec02 .col-2 {
	width: 100%;
	float: none;
}
#itemDetail .gourmet-sec02 .col-2 + .col-2 {
	margin-top: 15px;
}
}
/* ==============================================
▼ 岩塩ブロック　個別売り商品ページ
=============================================== */
#itemDetail .saltpc01 p {
	margin-bottom: 5px;
}
#itemDetail .saltpc01 p.title-style-1 {
	color: #ff783a;
	font-size: 160%;
	text-align: center;
	width: 60%;
	position: relative;
	padding-left: 5%;
	margin-bottom: 15px;
}
#itemDetail .saltpc01 p.title-style-1:after {
	background-image: url(../img/salt/saltpc_img01.png);
	width: 50%;
	height: 139px;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -50%;
	top: -10px;
	background-position: center;
}
#itemDetail .saltpc01 p.sub-text-1 {
	font-size: 130%;
	margin-top: -10px;
	margin-bottom: 15px;
}
#itemDetail .saltpc01 .col-2 {
	text-align: left;
}
#itemDetail .saltpc01 .col-2 p.title-style-3 {
	font-size: 140%;
	font-weight: bold;
}
#itemDetail .saltpc01 p.oroshi-box {
	margin-top: 80px;
}
#itemDetail .saltpc01 a.btn.pdf-icon {
	display: block;
	margin-top: 15px;
}

@media only screen and (max-width: 640px) {
#itemDetail .saltpc01 p.title-style-1 {
	font-size: 130%;
}
#itemDetail h4.title-style-2, #itemDetail .title-style-2 {
	font-size: 150%;
}
#itemDetail .saltpc01 .col-2 p.title-style-3 {
	margin-top: 10px;
}
#itemDetail .saltpc01 p.oroshi-box {
	margin-top: 15px;
}
}
/* ==============================================
▼ ホワイトセージ
=============================================== */
#itemDetail .clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.white-sage-section01 {
	background: url(https://kiseki-japan.co.jp/img/sage/white-sage-01.jpg) no-repeat left top;
	background-size: 100%;
	width: 100%;
}
.white-sage-section01, .white-sage-section02, .white-sage-section03 {
	line-height: 1.7;
}
.white-sage-section01 .box {
	margin-right: 55%;
	padding-top: 23%;
	padding-left: 10px;
	font-weight: 600;
}
#itemDetail .white-sage-section01 .box p,
#itemDetail .white-sage-section02 .box p{
  font-size: 100%;
}
.white-sage-section01 .box p.text05 {
	margin-right: -130%;
}
#itemDetail .white-sage-section04 .col-2 p.title-style-3 {
	margin-bottom: 20px;
}

@media only screen and (min-width: 978px) {
#itemDetail .white-sage-section04 .col-2 p.title-style-3 {
	margin-top: 15px;
}
.white-sage-movie-btn {
	margin-top: 25%
}
}

@media only screen and (max-width: 977px) {
#itemDetail .col-2 + .col-2 {
	margin-top: 10px;
}
#itemDetail .white-sage-section04 .col-2 p.text {
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 940px) {
.white-sage-section01 .box p.text04 {
	margin-right: -130%;
}
}

@media only screen and (max-width: 732px) {
.white-sage-section01 .box p.text03 {
	margin-right: -130%;
}
}

@media only screen and (max-width: 640px) {
.white-sage-section01 .box p.text02 {
	margin-right: -130%;
}
.white-sage-section01 {
	background-size: 122%;
}
}

@media only screen and (max-width: 600px) {
.white-sage-section01 .box p.text03 {
	margin-right: 0;
}
}

@media only screen and (max-width: 450px) {
.white-sage-section01 .box p.text03 {
	margin-right: -130%;
}
}

@media only screen and (max-width: 380px) {
.white-sage-section01 {
	background-size: 142%;
}
.white-sage-section01 .box {
	padding-top: 30%;
}
}
/* ==============================================
▼ 浄化用さざれ
=============================================== */
#item_Detail .sazare {
}
#item_Detail .sazare-section01 {
	margin-bottom: 40px;
}
#item_Detail .sazare-section01 .box01 {
	display: inline-block;
	width: 100%;
}
#item_Detail .sazare-section01 .col-2, #item_Detail .sazare-section02 .col-2 {
	width: 49%;
	float: left;
}
#item_Detail .sazare-section01 .col-2 img {
	width: 85%;
	margin-left: 5%;
}
#item_Detail .sazare-section02 {
	background: url(https://img21.shop-pro.jp/PA01461/053/etc/sazare_img_14.jpg),  url(https://img21.shop-pro.jp/PA01461/053/etc/sazare_img_05.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	background-size: 100%;
	width: 100%;
	margin-bottom: 30px;
    background-size: contain;
}
#item_Detail .sazare-section02 .box02 {
	background: url(https://img21.shop-pro.jp/PA01461/053/etc/sazare_img01.png?cmsp_timestamp=20210105175501) no-repeat left top;
	display: inline-block;
	position: relative;
	height: 800px;
	left: 0;
	width: 100%;
    background-size: contain;
}
#item_Detail .sazare-section02 .box02 h3 {
	background: #876c5e;
	line-height: 2;
	color: #fff;
	padding: 5px 5px 5px 15px;
}
#item_Detail .sazare-section02 .box02 .text01 {
    position: absolute;
    right: 2rem;
    top: 12rem;
    left: 15rem;
}
#item_Detail .sazare-section02 .box02 .text02 {
	background-position: bottom;
	position: absolute;
	right: 0;
	top: 29rem;
	left: 0;
	margin: 0 auto;
	padding: 0 25px;
}
#item_Detail .sazare-section02 .box02 .box_img {
	position: absolute;
	left: 2rem;
	top: 11rem;
}
#item_Detail .sazare-section02 .col-2 p {
	padding: 5px;
}
#item_Detail .sazare-section02 .col-2 .icon {
	position: relative;
	padding-left: 30px;
}
#item_Detail .sazare-section02 .col-2 .icon:before {
	background: url(https://img21.shop-pro.jp/PA01461/053/etc/sazare_img04.png) no-repeat center center;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 9px;
	background-size: contain;
}
#item_Detail .sazare-section02 .col-2 .img {
	padding: 0;
}
#item_Detail .sazare-section02 .col-2 .img img {
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: auto;
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
#item_Detail .sazare-section02 .box02 {
	background-size: 100% auto;
	min-height: 106vh;
	height: auto;
  padding-bottom: 15px;
}
#item_Detail .sazare-section02 .box02 .box_img {
	position: absolute;
	left: 1rem;
	top: 9rem;
}
#item_Detail .sazare-section02 .box02 .box_img > img {
	width: 65%;
}
#item_Detail .sazare-section02 .box02 .text01 {
	position: absolute;
	top: 7rem;
	margin: 0;
	right: auto;
	padding: 0 15px;
  left: 0;
}
  #item_Detail .sazare-section02 .box02 .text01 h3,
  #item_Detail .sazare-section02 .box02 .text01 h4 {
    margin: 10px 0 0 0;
  }
  #item_Detail .sazare-section01 p, #item_Detail .sazare-section02 p {
    font-size: 13px;
}
#item_Detail .sazare-section02 .box02 .text02 {
	top: 24rem;
  padding: 0 15px;
}
#item_Detail .sazare-section01 .col-2, #item_Detail .sazare-section02 .col-2 {
	float: none;
	width: 100%;
	margin-bottom: 16px;
}
#item_Detail .sazare-section02 .box02 .box_img {
	position: absolute;
	right: 0;
	top: 0rem;
	width: 96px;
	left: auto;
	z-index: 2;
}
#item_Detail .sazare-section02 .box02 .box_img > img {
	width: 100%;
}
#item_Detail .sazare-section02 .box02 .text02 {
	top: 22rem;
}
}
#item_Detail .sazare-section01 p, #item_Detail .sazare-section02 p {
  margin: 0;
}

/* ==============================================
▼ 鉱物ライト
=============================================== */
#item_Detail.led_black_light .led_sec01, #item_Detail.led_black_light .led_sec02 img, #item_Detail.led_black_light .led_sec03 img {
	/*margin-bottom: 30px;*/
	width: 100%;
}
#item_Detail.led_black_light .led_imgarea img {
	width: 100%;
}
#item_Detail.led_black_light .led_txtarea {
	background: #1b1a33;
	padding: 20px;
	color: #fff;
}
#item_Detail.led_black_light .led_sec04 {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}
#item_Detail.led_black_light .led_sec04 video {
    width: 100%;
    height: 100%;
    border: 4px solid #000000;
    box-sizing: border-box;
    height: 47%;
}
#item_Detail.led_black_light .led_h4title {
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #007743;
}
#item_Detail.led_black_light .led_sec05 .td_bg {
	background: #eee;
  font-weight: bold;
}
.led_movie_txt {
	font-weight: bold;
	margin-top: 5px;
}
#undercolumn {
    width: 100%;
}
/* レイアウト
----------------------------------------------- */
iframe {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
}
table th, table td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
a.list_area {
	float: left;
	vertical-align: top;
	width: 30.5%;
	margin: 0px 2% 1.8% 0px;
	padding: 0.5%;
	border: 1px solid #eaeaea;
	color: #494B4E;
}
a.list_area:hover {
	text-decoration: none;
	background-color: #E7E7E7;
}
a.list_area:nth-of-type(3n) {
	margin-right: 0px;
}
a.list_area div.listphoto {
	text-align: center;
}
a.list_area div.listphoto img {
	width: 100%;
}
a.list_area .status_icon {
	overflow: hidden;
	height: 17px;
	padding: 1px 0px;
}
a.list_area .status_icon li {
	float: left;
	margin-right: 5px;
}
a.list_area h3 {
	font-weight: bold;
	color: #ff603a;
	/*    height: 1.5em;*/
	padding-top: 1px;
	overflow: hidden;
}
a.list_area .listcomment {
	height: 4em;
	overflow: hidden;
}
a.list_area .pricebox {
	text-align: right;
}
a.list_area .price span,
.text-soldout {
	font-weight: bold;
	color: #ff603a;
}
.productsListBottomArea {
  clear: both;
}