/* レビュー星 */
.fa-star,
.fa-star-half-alt {
  color: #F8A41C;
}

.fa-star.star-gray {
  color: #eee;
}

.fa-star:before {
  content: "\f005";
}

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

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

.review_point {
  font-weight: bold;
  margin-right: 1em;
  font-size: 16px;
  color: #F8A41C;
}

/* SP時の固定ヘッダーのズレを調整する用 */
#review {
  margin-top: -50px;
  padding-top: 50px;
}


.product_point {
  margin: 0.5em 0;
}

.p-4point {
  font-size: 1em;
  background: #fff;
  padding: 2em 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  background: #e7e7e7;
}

.p-point {
  font-size: 1em;
  color: #333;
  border: 1px solid #adadad;
  background: #fff;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.p-4point-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 1em 0;
  padding-inline-start: 0px !important;
}

.p-4point-list li {
  display: flex;
  width: 25%;
}

.p-4point-list li span {
  width: 100%;
  background: #EDEDED;
  padding: 2em 0;
  margin: 5px;
  text-align: center;
  display: grid;
  place-items: center;
}

.p-bottom {
  margin-bottom: 1em;
}

.p-top {
  margin-top: 1em;
}

.pr_tp {
  vertical-align: baseline !important;
}

.c-button__icon2 {
  width: 14px;
  height: 19px;
  vertical-align: -.37em;
  fill: currentColor;
}

.p-p-d__img {
  max-width: 100%;
  height: auto;
  margin: 0.5em 0;
}

.c-table-wrap {
  background-color: #fff;
}

.instagram-center {
  margin: 0 auto;
  max-width: 540px;
  min-width: 280px;
}

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

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

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

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

.p-product-fav-item {
  margin-top: 20px;
  text-align: center;
}

.p-product-fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #666;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #666;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 0.9em;
  vertical-align: bottom;
}

.p-product-fav-item .is-added {
  color: #FF56AB;
  border: 1px solid #FF56AB;
}

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

  fill: currentColor;
}

.p-large-image__image-wrap {
  max-width: 500px;
  border: none;
}

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

.p-thumbnail-list {
  box-sizing: border-box;
  margin: 20px -5px -20px;
  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: 20px;
  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: 0 1em;
  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.6;
  margin: 20px 0px 10px 0px;
}

.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: 20px;
  padding-bottom: 20px;
  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;
}

.price {
  font-size: 0.7em;
  margin-left: 6px;
}

.productid {
  display: block;
}

.listprice {
  display: block;
  margin-top: 1em
}

.p-product-body__listprice {
  display: inline-block;
  margin-left: 1em;
  color: #888;
  text-decoration: line-through;
  font-size: 0.7em;
  font-weight: normal;
}

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

.p-cart-form__price {
  font-size: 1.5em;
  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: 14px;
  font-weight: bold;
}

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

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

.cartbutton_area {
  padding: 20px;
  background: #f7f7f7;
  margin: -21px -20px -20px;
}

.c-select {
  background-color: #fff;
}

.c-form__unit {
  margin-bottom: 20px;
}

.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: 'Noto Sans JP', sans-serif;
  width: 100%;
  padding: 20px 15px;
  letter-spacing: 2px;
  font-weight: 500;
}

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

.shipinfo {
  font-size: 13px;
  padding: 16px 12px;
  background: #F7F7F7;
  line-height: 1.6;
}

#shipDate {
  color: #e1005b;
  font-weight: bold;
  margin-right: 4px;
}

.p-view-option-info {
  display: block;
  margin-top: 15px;
  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: #FF56AB;
}

.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: 26px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 0 16px;
  border-bottom: 1px solid #333;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 0;
}


.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: 1em;
}

.p-product-body__review-link a {
  transition: opacity .2s;
  text-decoration: none;
  border: 1px solid;
  padding: 0.3em 0.5em;
  border-radius: 4px;
  color: #888;
  font-size: 12px;
}

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

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

.p-product-body__price {
  font-size: 1.5em;
  font-weight: 500;
  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: 20px 0;
}

.p-product-body__point span {
  font-size: 16px;
  font-weight: 500;
}

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

.p-product-body__description ul {
  padding-inline-start: 20px;
}
.p-product-body__description ul li span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.p-product-body__description ol {
  padding-inline-start: 20px;
}

.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: 100%;
  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-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__unit2 {
  padding: 24px 0px;
  border-bottom: 1px solid #eaeaea;
}

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

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

.p-review__button2 {
  display: block;
  max-width: 300px;
  margin: 10px auto 10px;
  padding: 10px;
  text-align: center;
  font-size: 0.9em;
}

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

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

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

.p-posted-review__info {
  margin: 12px 0;
  padding: 0;
  color: #888;
}

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

.p-p-d__h1 {
  font-size: 22px;
  margin: 0 0 0.8em;
  position: relative;
  line-height: 1.6;
  padding: 0.5em 0;
  display: inline-block;
  top: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.p-p-d__h2 {
  font-size: 20px;
  margin: 3em 0 0.5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}

.p-p-d__h3 {
  font-size: 18px;
  margin: 3em 0 1em;
  padding-left: 0.8em;
  background: transparent;
  border-left: solid 1px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.p-p-d__h4 {
  display: inline-block;
  font-size: 16px;
  margin: 2em 0 0.5em;
  padding-left: 0;
  background: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid;
}

.p-p-d__b {
  font-weight: bolder;
  color: #A28F51;
}

.p-p-d__b2 {
  font-weight: 500;
  border-bottom: 1px solid;
  font-size: 16px;
  padding-bottom: 6px;
}

.announce {
  margin: 1em 0 0 0;
  padding: 2em;
  background: #f7f7f7;
  line-height: 1.8;
  font-size: 0.9em;
}

.p-replied-review {
  margin: 0.5em;
  padding: 1em;
  background-color: #f7f7f7;
}

.p-replied-review__heading {
  margin-bottom: 0.5em;
}

.p-replied-review__body {
  line-height: 1.5em;
}

.info__soldout {
  color: #e1005b;
  font-weight: normal;
  line-height: 1.6;
}

.info__soldout span {
  font-weight: bold;
  text-decoration: underline;
}

.attention_product {
  display: block;
  font-size: 0.8em;
}

.col_side div {
  position: inherit;
  display: inline-block;
  border-bottom: 1px dotted #999;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.col_side img {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  float: left;
  box-sizing: border-box;
  padding-right: 4%;
}

.use_steps {
  display: flex;
  width: 100%;
  list-style: decimal;
  padding: 0;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-inline-start: 0 !important;
  list-style-position: inside;
}

.use_steps li {
  width: 50%;
  padding: 8px;
}

.use_steps li p {
  margin-bottom: 6px;
}

.use_steps li span {
  font-size: 0.8em;
}

.cart-link {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.cart-link span {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;

}
.seminar-profile {
  display: block;
  padding: 1em 2em;
  background: #EDEDED;
  margin-top: 2em;
}
.seminar-profile h4 {
  margin: 1em 0 0.5em;
}

@media screen and (min-width: 600px) {
  #review {
    margin-top: 0;
    padding-top: 0;
  }

  .p-product-heading__unit {
    margin: 0px;
    padding: 0px 20px 20px 20px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }

  .p-product-heading__unit2 {
    margin: -10px 0 20px;
    padding: 20px 20px 0 20px;
    border-right: 0px solid #eaeaea;
    border-left: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }

  .p-cart-form__password-input input {
    font-size: 14px;
  }

  .p-product-body__share-buttons {
    float: left;
    padding-left: 0px;
  }

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

.scro_n {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }

  .tbl-r07 {
    min-width: 640px;
  }
}

@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: left;
    width: 50%;
  }

  .p-cart-form__link-list {
    float: right;
    clear: right;
    width: 45%;
  }

  .p-product-body-inner {
    margin-top: 40px;
  }

  .announce {
    background: #F7F7F7;
    padding: 16px;
  }

  .cartbutton_area {
    padding: 20px;
    background: none;
    margin: -20px;
  }
}

@media screen and (min-width: 960px) {
  .p-product-wrap {
    overflow: hidden;
  }

  .p-product-heading {
    float: left;
    box-sizing: border-box;
    width: 400px;
  }

  .p-product-body {
    float: right;
    width: 100%;
    margin-right: -400px;
  }

  .p-product-body-inner {
    margin-right: 400px;
    margin-left: 40px;
  }

  .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) {
  #swipebox-close {
    top: 5em !important;
  }

  .p-cart-form__add-cart-button {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .announce {
    background: #EDEDED;
    padding: 16px;
  }

  .p-short-description {
    display: ;
    margin: 20px 20px -10px 20px;
  }

  .p-product-body-inner {
    padding-top: 0px;
  }

  .p-product-body {
    padding: 0 20px;
  }

  .p-product-body__price {
    margin: 15px 0;
  }

  .p-product-body__regular-price {
    display: none;
  }

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

  .p-product-body__description_detail {
    font-size: 18px;
    text-align: center;
    margin: 1.5em 5em 1em;
  }

  table.pro_spec {
    border-collapse: collapse;
    width: 100%;
    line-height: 1.8;
  }

  table.protable {
    font-size: 11px;
  }

  .p-product-body__name {
    font-size: 20px;
  }

  .p-product-body__share-buttons {
    padding-left: 0px;
    text-align: center;
    padding-right: 0px;
  }

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

  .p-top-logo {
    font-size: 20px;
    line-height: 1.4;
    max-width: 90%;
    margin: -5px auto -20px;
    text-align: center;
  }

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

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

  .cartbutton_area {
    background: #ededed;
    margin: -21px -20px -22px;
  }

  .p-cart-form__name {
    border-bottom: 1px solid;
    padding-bottom: 0.8em;
  }

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

  .p-product-heading__unit2 {
    margin: 0px -20px 20px;
    padding: 10px 20px;
  }

  .p-4point {
    padding: 1.6em 0.5em;
  }

  .p-posted-review__title {
    display: block;
    margin: 14px 0;
    font-size: 1.2em;
  }

  .col_side img {
    display: block;
    width: 80%;
    padding-right: 0;
    float: none;
  }

  iframe[src*="instagram"] {
    width: 100%;
    min-width: 280px !important;
  }

  .shipinfo {
    font-size: 13px;
    background: #EDEDED;
    padding: 12px 10px;
  }

  .p-review__unit2 {
    padding: 16px 0px;
  }

  .p-4point-list li {
    width: 50%;
  }

  .p-4point-list li span {
    padding: 1.2em 12px;
  }

  .use_steps li {
    width: 100%;
    padding: 4px 0;
  }
}

table.pro_spec {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.8;
  width: 100%;
}

table.pro_spec tr {
  border-bottom: 1px #ccc solid;
}

table.pro_spec tr:first-child {
  border-top: 1px #ccc solid;
}

table.pro_spec th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 10px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #ccc;
}

table.pro_spec td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}

.pro_spec ul {
  padding-inline-start: 0px;
  margin: 0 0 0 16px;
  list-style-type: disc;
  list-style-position: outside;
}

.notice-list {
  padding-inline-start: 0px;
  margin: 0 0 0 16px;
  list-style-type: disc;
  list-style-position: outside;
}

.notice-num {
  padding-inline-start: 0px;
  margin: 0 0 0 16px;
  list-style-type: decimal;
  list-style-position: outside;
}

table.protable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.8;
  font-size: 12px;
}

table.protable tr {
  border-bottom: 1px #ccc solid;
}

table.protable tr:first-child {
  border-top: 1px #ccc solid;
}

table.protable th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding: 10px;
  color: #FFFFFF;
  background: #484848;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

table.protable td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}

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

.p-product-body__description_detail {
  font-size: 18px;
  line-height: 1.6;
  padding: 0.6em 0;
  border-bottom: 1px solid;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

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