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

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

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

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

/* =========================================================
   ここからオリジナルCSS 大阪の会社対応
========================================================= */

.p-thumbnail-list {
  margin-bottom: 0;
}

.p-short-description {
  margin-top: 0;
}

.p-cart-form__info {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.p-cart-form__stock span {
  color: #EE0000;
}

.p-price-table__body dt {
  background-color: #fbf8f0;
  width:auto;
}

.p-product-body__description {
  line-height: normal;
  margin-top: 0;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  
  .p-short-description {
    float: none;
    text-align: center;
    width:100%;
  }
  
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {

  }
}

/*▼▼PCレイアウト　画面サイズ640px以上なら*/
.main-img{
  text-align:center;
  padding:20px;
  background:#fbf8f0;
  margin-bottom:10px;
}
.main-img img{
  width:80%;
}

/*商品ページ*/
.page-title{
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding:50px 0;
  text-align:center;
  margin-bottom:50px;
}
.page-description{
  line-height:25px;
  margin-bottom:30px;
  text-align:center;
}
.page-img-text{
  padding-bottom: 50px;
}
.page-img-text .page-img img{
  width:100%;
}
.page-img-text p{
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width:50%;
}
/*for IE6 */
* html .page-img-text p {
  display: inline;
  zoom: 1;
}
/*for IE7 */
*:first-child+html .page-img-text p {
  display: inline;
  zoom: 1;
}
.page-txt{
  padding:30px;
  line-height:25px;
  background-color:#fbf8f0;
}
.page-txt > b{
  display: block;
  font-size:18px;
  padding-bottom:10px;
}
.page-img-text:after {
  content: "";
  display: block;
  clear: both;
}
.page-name{
  background-color:#fbf8f0;
  padding:10px;
}
.page-model-sns{
  padding:10px;
}
.page-model{
  float:left;
  font-size:80%;
}
.page-snslink{
  float:right;
  padding: 0; 	
  margin: 0;
}
.page-snslink li{
  display: inline; 	
  padding: 0; 	
  margin: 0;
}
.page-model-sns:after {
  content: "";
  display: block;
  clear: both;
}
.page-hr hr{
  display:block;
  width: 100%;
  height: 100px;
  border: 0;
}
.page-blackbox{
  background-color:#222;
  padding:5px 10px;
  color:#FFF;
  font-size:16px;
  display:block;
  margin-bottom:10px;
}
.page-blackbox b{
  font-size:25px;
}

/*2列並びレイアウト*/
.page-towrows {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom:50px;
}
.page-towrows .item {
  background: #fbf8f0;
  text-align: center;
  padding:10px;
}
.page-towrows img {
  max-width: 100%;
  height: auto;
}
.page-towrows p {
  text-align: left;
}

/*5列並びレイアウト*/
.page-fiverows {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin-bottom:50px;
  padding:0 10px;
}
.page-fiverows .item {
  background: #fbf8f0;
  text-align: center;
  padding:10px;
}
.page-fiverows img {
  max-width: 100%;
  height: auto;
}
.page-fiverows p {
  text-align: center;
  padding:10px 10px 0;
  margin:0;
}

/**/
.page-fullimg{
  margin-bottom:50px;
}


/*カラーラインナップ用*/
.page-colorimg{
    display: table;
	table-layout: fixed;
	border-collapse: collapse; /* 境界線の重複を解除 */
	margin-bottom:50px;
}
.page-colorimg > img{
	margin-bottom:10px;
  width:100%;
}
.page-colorimg div p{
	display: table-cell;
	vertical-align: middle;　/* 縦方向の高さを調整 */
}
.page-colorup {
	padding-right:10px;
}
.page-colorup img{
  width:250px;
}
.page-colortxt b{
  font-size:25px;
  display:block;
  padding-bottom:5px;
}
.page-colortxt a{
  margin-top:5px;
  margin-bottom:5px;
  padding:10px 20px;
  background-color:#B51D23;
  color:#FFF;
  text-decoration: underline;
  display:inline-block;
}
.page-colortxt a:hover{
	background-color:#4C4C4C;
	text-decoration: underline;
}


/*カラーオーダー*/
.page-subtitle{
  background: #fbf8f0;
  letter-spacing: 5px;
  padding:10px;
  margin-bottom:10px;
  border-left:5px solid #d90000;
}
.page-ColorOrder{
  background: #fbf8f0;
  padding:20px;
  text-align:center;
  margin-bottom:100px;
}
.page-TitleEn{
  font-size:36px;
  letter-spacing: 6px;
  font-weight: bold; 
  padding:0;
  margin:0;
}
.page-TitleJp{
  padding:0;
  margin:0;
}
.page-ColorSofa{
  padding:20px 0;
  margin:0;
}
.page-ColorSofa img{
  border:dotted 1px #D6D6D6;
}
.page-textlist{
  list-style:none;
  padding:0 20px;
  margin:0;
}
.page-textlist li{
  text-align:left;
  padding:10px;
  margin:0;
}
.page-textlist li:first-child{
  border-top:1px solid #D6D6D6;
  border-bottom:1px solid #D6D6D6;
}
.page-textlist li + li {
  border-bottom:1px solid #D6D6D6;
}

.page-box-mb100{
  margin-bottom:100px;
}

.color-order-txt{
	font-weight:normal;  
}

/*設置サービス*/
.page-service{
  color: #FFF;
  text-align:center;
  /*background: #F2F2F2;*/
  background: #161616;
  padding:50px 10px;
}
.page-service2{
  background: #d90000;
  padding:10px 30px;
  display:inline-block;
  margin:50px 0;
}
.page-service3{
  padding:30px 0 0;
}
.page-service4{
  font-size: 0.9em;
  color: #777;
}

/*4列並びレイアウト*/
.page-fourrows {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom:20px;
  padding:0 20px;
}
.page-fourrows .item {
  background: #4C4C4C;
  text-align: center;
  padding:10px;
}
.page-fourrows img {
  max-width: 100%;
  height: auto;
}
.page-fourrows p {
  text-align: center;
  padding:10px 0 0;
  margin:0;
}

/*スペック表*/
.page-spec{
  border-bottom:3px solid #000;
}
.page-spec b{
  font-size:36px;
  letter-spacing: 6px;  
}
.page-SpecTable{
  padding:0 20px;
  margin-bottom:100px;
}
.page-SpecTable p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.page-SpecTable table {
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
.page-SpecTable th {
  border-bottom: solid 1px #D6D6D6;
  padding: 10px;
  text-align:left;
  width:100px;
}
.page-SpecTable td {
  border-bottom: solid 1px #D6D6D6;
  padding: 10px;
}
.Item-ColorLink{
  padding:0 0 10px;
  text-align:center;
}
/*▲▲PCレイアウト　画面サイズ640px以上なら*/


/*▼▼スマホ　画面サイズ640pxより小さければ*/
@media screen and (max-width: 640px) {
      .main-img{
        text-align:center;
        padding:10px;
        background:#fbf8f0;
        margin-bottom:10px;
      }
      .main-img img{
        width:100%;
      }

      /*商品ページ*/
      .page-title{
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        padding:20px 0;
        text-align:center;
        margin-bottom:20px;
      }
      .page-description{
        line-height:25px;
        margin-bottom:20px;
        text-align:center;
      }
      .page-img-text{
        padding-bottom: 20px;
      }
      .page-img-text p{
        display: block;
        margin: 0;
        width:auto;
      }
      .page-txt{
        padding:10px;
        line-height:25px;
        background-color:#fbf8f0;
      }
      .page-txt > b{
        display: block;
        font-size:16px;
        padding-bottom:8px;
      }
      .page-name{
        background-color:#fbf8f0;
        padding:10px;
      }
      .page-model-sns{
        padding:10px;
      }
      .page-model{
        float:left;
        font-size:80%;
      }
      .page-snslink{
        float:right;
        padding: 0; 	
        margin: 0;
      }
      .page-snslink li{
        display: inline; 	
        padding: 0; 	
        margin: 0;
      }
      .page-model-sns:after {
        content: "";
        display: block;
        clear: both;
      }
      .page-hr hr{
        display:block;
        width: 100%;
        height: 40px;
        border: 0;
      }
      .page-blackbox{
        padding:5px;
        font-size:14px;
        display:block;
        margin-bottom:10px;
      }
      .page-blackbox b{
        font-size:20px;
      }

      /*2列並びレイアウト*/
      .page-towrows {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }
      .page-towrows .item {
        padding:10px;
      }
      .page-towrows img {
        max-width: 100%;
        height: auto;
      }
      .page-towrows p {
        text-align: left;
      }

      /*5列並びレイアウト*/
      .page-fiverows {
        gap: 5px;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        margin-bottom:20px;
        padding:0 5px;
      }
      .page-fiverows .item {
        padding:5px;
      }
      .page-fiverows p {
        text-align: center;
        padding:3px 0 0;
        font-size:12px;
      }

      /* */
      .page-fullimg{
        margin-bottom:20px;
      }
  
  		/*カラーラインナップ用*/
      .page-colorup {
          padding-right:10px;
      }
      .page-colorup img{
        min-width:100px;
      }
      .page-colortxt b{
        font-size:18px;
      }
      .page-colortxt a{
        margin:3px 0;
        padding:3px 8px;
      }

      /*カラーオーダー*/
      .page-subtitle{
        background: #F2F2F2;
        letter-spacing: 5px;
        padding:10px;
        margin-bottom:10px;
        border-left:5px solid #d90000;
      }
      .page-ColorOrder{
        padding:10px;
        margin-bottom:40px;
      }
      .page-TitleEn{
        font-size:28px;
        letter-spacing: 1px;
        font-weight: bold; 
        padding:0;
        margin:0;
      }
      .page-TitleJp{
        padding:0;
        margin:0;
      }
      .page-ColorSofa{
        padding:10px 0;
      }
      .page-textlist{
        padding:0 5px;
      }
      .page-textlist li{
        padding:5px;
      }
      .page-textlist li:first-child{
        border-top:1px solid #D6D6D6;
        border-bottom:1px solid #D6D6D6;
      }
      .page-textlist li + li {
        border-bottom:1px solid #D6D6D6;
      }

      .page-box-mb100{
        margin-bottom:40px;
      }

      /*設置サービス*/
      .page-service{
        padding:30px 10px;
      }
      .page-service2{
        padding:10px 30px;
        display:inline-block;
        margin:30px 0;
      }
      .page-service3{
        padding:20px 0 0;
      }

      /*4列並びレイアウト*/
      .page-fourrows {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        /*grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));*/
        margin-bottom:20px;
        padding:0 20px;
      }
      .page-fourrows .item {
        background: #4C4C4C;
        text-align: center;
        padding:10px;
      }
      .page-fourrows img {
        max-width: 100%;
        height: auto;
      }
      .page-fourrows p {
        text-align: center;
        padding:10px 0 0;
        margin:0;
      }

      /*スペック表*/
    .page-SpecTable{
    padding:0 5px;
    margin-bottom:40px;
    }
    .page-SpecTable {
    width: 90%;
    }
    .page-SpecTable th {
      border-bottom: dotted 1px #D6D6D6;
      display: block;
      width: 100%;
      padding:5px;
    }
    .page-SpecTable td {
      border-bottom: solid 1px #D6D6D6;
      display: block;
      width: 100%;
      padding:5px 5px 5px 20px;
    } 
      .page-spec b{
        font-size:30px;
        letter-spacing: 3px;  
      }
}

/*カラバリ（カート付近）*/
.Item-ColorBox{
}
.Item-ColorBox ul{
  list-style-type: none;
  padding:0;
  margin:0;
}
.Item-ColorBox li{
  display:inline-block;
  width:100px;
}
.Item-ColorBox li img{
  width:100%;
}

/* =========================================================
   ここからオリジナルCSS
========================================================= */

@media screen and (max-width: 599px) {}
@media screen and (min-width: 600px) {}
@media screen and (min-width: 960px) {}

/* index ===================================================
   商品ヘッダー
   カート注意文
   送料無料文
   カートに入れるボタン
   商品説明文
========================================================= */

/* 商品ヘッダー
----------------------------------------------- */
@media screen and (max-width: 599px) {
  
  .p-product-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .p-product-body__model {
    font-size: 10px;
  }
  
  .p-product-body__name {
    font-size: 14px;
    margin: 1em 0;
  }
  
  .p-product-body__share-buttons {
    display: flex;
      justify-content: center;
  }
  
}

@media screen and (min-width: 600px) {
  
  .p-product-header {
    margin-top: 4em;
  }
  
}

/* カート注意文
----------------------------------------------- */
.p-cart-notes ._notes {
  display: none;
  font-size: 0.75em;
}

.p-cart-notes ._notes > ul {
  margin: 0;
  padding: 0;
}

.p-cart-notes ._notes > ul > li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}

.p-cart-notes ._notes > ul > li::before {
  content: "※";
}

.p-cart-notes ._select_item {
  color: #b41d22;
  text-align: center;
}

.p-cart-notes ._select_item img {
  border: 2px solid #b41d22;
  width: 160px;
}

.p-cart-notes > ._link {
  text-align: center;
}

/* 送料無料文
----------------------------------------------- */
.p-cart-form__service-info ._list > ul {
  margin: 0 auto 1em;
  overflow: hidden;
  padding: 0;
  width: 256px;
}

.p-cart-form__service-info ._list > ul > li {
  background-color: #0aa;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0.25em 1em;
  width: 10em;
}

.p-cart-form__service-info ._list > ul > li:nth-child(2n+1) {
  clear: both;
  float: left;
}

.p-cart-form__service-info ._list > ul > li:nth-child(2n) {
  float: right;
}


/* カートに入れるボタン
----------------------------------------------- */
.c-button--solid {
  background-color: #b41d22;
}

/* 商品説明文
----------------------------------------------- */
.page-TitleEn {
  font-family: "Times New Roman", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG 明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Times, "serif";
}

/*--お問い合わせBOX--*/
.mn-info-contact{
    border: solid 3px #B41D22;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.8em;
   margin-bottom:20px;
   margin-top:20px;
}
.mn-info-contact p{
    margin:0;
    padding:0;
}
.mn-info-contact_00 ._id{
    display: block;
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
}
.mn-info-contact ._title{
    background-color:#B41D22;
    font-size: 1.1em;
    padding: 5px;
    color:#FFFFFF;
    border-radius: 5px;
}
.mn-info-contact a{
    font-weight: bold;
    color:#741215;
    display: block;
    line-height: 2em;
}
.mn-info-contact ._tel a{
    font-size: 2em;
}
.mn-info-contact ._mail a{
    font-size: 1.4em;
    padding:5px 0;
}
.mn-info-contact div{
    margin:20px 10px;
}

/*--ご利用ガイド--*/
.mn-foot-guide {
  width: 100%;
  margin: 50px 0;
}
.mn-foot-guide::after, .mn-foot-guide::before {
  display: block;
  clear: both;
  contents: "";
}
.mn-foot-guide-container {
  width: calc(100%-40px);
  margin: 0 auto 50px;
}
.mn-foot-guide-container::after {
  display: block;
  clear: both;
  contents: "";
}
.mn-foot-guide-container > div {
  width: calc(25% - 10px);
  float: left;
  min-height: 450px;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-right: 13px;
  border: solid 3px #444444;
}
.mn-foot-guide-container > div:nth-child(4n) {
  float: right;
  margin-right: 0px;
}
.mn-foot-guide-container > div:nth-child(4n)::after {
  display: block;
  clear: both;
  contents: "";
}
.mn-foot-guide-container div div {
  width: calc(100% - 20px);
  margin: 10px auto;
}
.mn-foot-guide-container img{
    width:60%;
    display: block;
    margin:0 auto;
}
.mn-foot-guide-container div div a {
    display: block;
  text-align: right;
  padding: 0px;
  box-sizing: content-box;
  margin: 20px 0 10px;
  text-decoration: none;
  transition: 0.5s;
    border-bottom: dotted 1px #007AB8;
    float: right;
    padding: 0 5px;
}
.mn-foot-guide-container div div a::after {
  content: ">";
  color: #333333;
    margin-left: 5px;
}
.mn-foot-guide-container div div a:hover {
  background-color: #cccccc;
}
.mn-foot-guide h3 {
  padding: 5px;
  text-align: center;
  background-color: #444444;
  color: #ffffff;
    font-weight: normal;
  margin: 0;
}
@media screen and (max-width:599px) {
  .mn-foot-guide-container {
    width: calc(100% - 20px);
  }
  .mn-foot-guide-container > div {
    width: calc(50% - 5px);
  margin-right: 0px;
    min-height: 380px;
  margin-bottom: 10px;
  }
  .mn-foot-guide-container > div:nth-child(2n) {
    float: right;
    margin-right: 0px;
  }
  .mn-foot-guide-container > div:nth-child(2n-1)::after {
    display: block;
    clear: both;
    contents: "";
  }
  .mn-foot-guide-container {
    font-size: 0.8em;
  }
}

/*--キャッシュレス消費者還元事業--*/
.mn-info-cashless{
    width:1200px;
    margin:3px auto 0;
    background-color:#E71312;
}
.mn-info-cashless div{
    width:100%;
  padding: 0.5em 0;
}
.mn-info-cashless img{
    display: block;
    margin:0px auto;
}
@media screen and (max-width : 599px){
.mn-info-cashless{
    width:100%;
  margin:2px auto 0;
}
}
  

.chest-variation {
	width: 100%;
	border-top: solid 1px #d0d0d0;
	border-right: solid 1px #d0d0d0;
	background-color: #d0d0d0;
}
.chest-variation th, .chest-variation td {
	border-left: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
}
.chest-variation th {
	background-color: #F3ECE2;
}
.chest-variation thead th {
	height: 3em;
	vertical-align: middle;
	background-color: #362e2b;
	color: #fff;
}

@media screen and (max-width: 599px) {
.chest-variation {
	font-size: 0.7em;
  line-height: 1.2em;
}
}

/*簡易版*/
.page-img-text2{
        padding-bottom: 50px;
      }
      .page-img-text2 p{
        display: block;
        margin: 0;
        width:auto;
      }
@media screen and (max-width: 599px){ 
.page-img-text2{
        padding-bottom: 20px;
      }
      .page-img-text2 p{
        display: block;
        margin: 0;
        width:auto;
      }
}
@media screen and (min-width: 600px) {
    .page-2column{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        width:100%;
    }
    .page-2column .page-img-text2{
        width:49%;
    }
}

/*新カラーラインナップ*/
.page-colorlineup{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-bottom:50px;
}
.page-colorlineup p{
  margin:0;
}
.page-colorlineup .page-colorlineup-item{
    width:100%;
    margin-bottom:30px;
}
.page-colorlineup-item .color-img-item{
    width:100%;

}
.page-colorlineup-item > div{
    display:flex;
    flex-wrap:wrap;
  	justify-content :center;
}
.page-colorlineup-item .color-img-cloth{
    width:150px;
  	margin-top:0;
    margin-right:20px;
}
.page-colorlineup-item .color-text{
}
.page-colorlineup-item .color-text b{
    font-size:25px;
    display:block;
    padding-bottom:5px;
}
.page-colorlineup-item .color-text span{
    display:block;
}
.page-colorlineup-item .color-text a{
    margin-top:5px;
    margin-bottom:5px;
    padding:5px 20px;
    background-color:#B51D23;
    color:#FFF;
    text-decoration: underline;
    display:inline-block;
}
.page-colorlineup-item .color-text a:hover{
    background-color:#4C4C4C;
    text-decoration: underline;
}
@media screen and (min-width: 600px) {
.page-colorlineup{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.page-colorlineup .page-colorlineup-item{
    width:49%;
}
}