label h2 {
  display: inline;
  margin: 0;
  padding:0;
  font-size: initial;
}
h3 {
  font-size: initial;
}
.blog {
  padding: 0;
}
.blog ul a {
  white-space: normal;
}

/* スライダー */
.bx-viewport { /* 枠の影をなくして詰める */
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.bx-controls-direction a { /* アイコン薄く */
  opacity: 0.6;
}
.p-large-image { /* スライダー画像 */
  margin: auto;
  font-size: x-large;
  max-width: 480px;
}
/* //スライダー */
.review_button {
  text-align: right;
}

/* 少し小さいタグ */
.hashtag > a {
  font-size: .9em;
}

h2 {
  text-align: center;
}

#custom-options-label {
  margin: 0px 0 0px!important;
  color: unset!important;
}
#custom-options-checkbox-label {
  margin: 0 0 5px!important;
}
#custom-options-checkbox-label #custom-options-checkbox-input {
  vertical-align: text-bottom;
}
#custom-options-checkbox-label span {
  line-height: 1.2em!important;
  color: unset!important;
}

.poster_notification_wrap {
  margin: 0 auto!important;
  text-align: center;
}

.c-form__unit {
  margin-bottom: 12px;
  font-size: 1.2em;
}
.c-form__unit-label {
  font-weight: bold;
}

.addtitle {
  display: block;
  margin: 1rem 0rem 0rem;
  line-height: 1.2;
  color: #003366;
  font-weight: bold;
}
.RestockRequest-restockRequest-nVwrx {
  margin: 0 1rem!important;
  left: unset!important;
  right: 3rem!important;
  bottom: 1rem!important;
}
.RestockRequest-restockRequestFabText-3JjHa {
  padding: 0.4rem 1rem!important;
  font-size: 0.95rem!important;
  height: auto!important;
  background-color: lightblue!important;
  border-radius: 1em!important;
}

.custom-thumb {
  display: flex;
  margin: 3px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
}
.custom-thumb img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 01px solid var(--bc);

}
.custom-thumb .active img {
  opacity: 1.0;
  scale: 1.1;
  opacity: 0.4;
}

.p-product-wrap {
  overflow: hidden;
}
.p-product-title {
  display: none;
}
.p-product-heading__unit {
  padding: 0 10px;
}

.p-product-heading__unit::after {
  display: block;
  clear: both;
  content: '';
}
.p-product-fav-item {
}
.p-product-fav-item button {
  padding: 0 12px;
  color: #999;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: .2s;
}
.p-product-fav-item .is-added {
  color: #ff7373;
}

/* 旧 画像サムネ */
.p-thumbnail-list {
  margin: 10px 0px 0px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.p-thumbnail-list__image-wrap {
  border: 1px solid transparent;
}
.p-thumbnail-list::after {
  display: block;
  clear: both;
  content: '';
}
.p-thumbnail-list__unit {
  float: left;
  width: 20%;
  margin-bottom: 0px;
  padding: 5px;
}
.p-thumbnail-list__image-wrap.is-current {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
.p-view-product-images {
  text-align: right;
}
.p-view-product-images a {
  display: inline-block;
  padding: 0;
  transition: opacity .2s;
}
.p-view-product-images a:active {
  opacity: 1;
}
.p-short-description {
  margin: 10px 0;
}

/* カート側 */
.p-cart-form__info {
  margin-bottom: 12px;
}
.p-cart-form__link-list {
  display: flex;
  margin: 0.8em 0;
  padding: 0;
  font-size: .8em;
  list-style-type: none;
  justify-content: center;
}
.p-cart-form__name {
  margin: 0;
  padding: 0 0 .3em;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
}
.p-cart-form__price {
  font-size: 1.5em;
  font-weight: bold;
  color: #000099;
}
.p-cart-form__list-price {
  font-size: 12px;
  line-height: 2;
  opacity: .7;
}
.p-cart-form__stock {
  margin: 10px 0;
}
.p-cart-form__option {
    margin: 6px 0 0;
    text-align: center;
}
.p-cart-form__option-select select {
  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;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-cart-form__password-input input:focus {
  border-color: #4e5665;
  outline: none;
}
.p-cart-form__add-cart-num {
  display: inline-block;
  width: 4em;
  text-align: center;
}
.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: -2em;
}
.p-cart-form__add-num {
  padding: 0 3px;
  transition: opacity .3s;
  color: #333;
}
.p-cart-form__add-num:hover {
  opacity: .66;
}
.p-cart-form__add-num:active {
  opacity: 1;
}
.p-cart-form__button-wrap {
}
.p-cart-form__error-message {
  font-weight: bold;
  display: none;
  margin: 10px 0 0;
  text-align: center;
  color: #f00;
}

/* 価格 */
.p-price-table {
  margin-top: 0px;
  line-height: 1.4;
  height: auto;
  transition: .2s;
}
.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;
  width: 50%;
  padding: 2px;
  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;
  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 0;
  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%;
  font-size: 0.8rem;
  white-space: normal;
  line-height: 1;
}
.p-option-table thead, .p-option-table tbody {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-option-table th, .p-option-table td {
  padding: 3px;
  border: 1px solid aliceblue;
  vertical-align: bottom;
}
.p-option-table .stock_head, .p-option-table th {
  background: var(--bc);
  vertical-align: middle;
}
.p-option-table th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-option-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.p-option-table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-option-table br {
  display: none;
}
.p-option-table .stock_zero, .p-option-table .t_stock_num {
  /*display: inline;
  margin-left: 6px;
  font-size: 1.3em;*/
}
.p-option-table .table_price {
  margin: 0 .5em 0 1em;
  color: #0066D0;
  font-size: 0.8em;
}
.p-option-table .table_price:[data-attr='0円'] {
  display: none;  
}
.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: 1em;
  background: var(--bc);
}
.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: 1em;
  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-view-option-info {
  display: block;
  margin: 2px auto;
  padding: 0px;
  text-align: center;
}
.price_none .table_price {
  display: none;
}
.price_none .t_stock_num {
  display: inline-block;
  margin: -18px 0 0 50px;
}

/* プロダクトbody */
p-product-body {
  margin: auto 10px;
}
.p-product-body__model {
  font-size: 11px;
  color: #888;
}
.p-product-body__name {
  padding-bottom: .3em;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
}
.p-product-body__review-link {
}
.p-product-body__review-link span {
  font-size: 1.3em;
}
.p-product-body__review-link a:active {
  opacity: 1;
}
.p-product-body__price {
  font-size: 18px;
  font-weight: bold;
  clear: both;
}
.p-product-body__price--discount {
  color: #f00;
}
.p-product-body__regular-price {
  margin-top: 10px;
  text-decoration: line-through;
}
.p-product-body__point {
  margin: 10px 0;
}
.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}
.p-product-body__description {
  padding: 1em 0;
  clear: both;
}
.p-product-body__images {
  margin: 0px;
}
.p-product-images {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p-product-images__image-wrap {
  border: 1px solid transparent;
}
.p-product-images::after {
  display: block;
  clear: both;
  content: '';
}
.p-product-images li {
  margin-bottom: 0px;
  padding: 1px;
  float: left;
  width: 33.33333%;
}
.p-product-images li:nth-child(3n + 1) {
  clear: left;
}

/* レビュー */
.p-review {
  padding: 0 10px;
}
.p-review h2 {
  text-align: center;
}
.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: 10px;
  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: 5px 0 0 0;
  padding: 0;
  font-weight: bolder;
}
.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;
}
.p-replied-review {
  margin: 0 0px 0 10px;
}
.p-replied-review__heading {
  margin: 5px 0 0 0;
  font-weight: bolder;
}
.p-replied-review__heading:before {
  content:'Re:グッぼる';  
}
.p-replied-review__body {
  line-height: 1.8;
  overflow: hidden;
}

/* オプション ゼロ赤 */
.stock_zero {
  color:red;
}

/* 追加表 */
.add-table {
  display: table;
  width: 100%;
}
.add-table th,.add-table td {
  margin: 0px;
  padding: 2px 0;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eaeaea;
}

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

/* 赤文字 */
.red {
  text-align: center;
}
.red a {
  padding: 0;
  color: red;
  line-height: 1.3;
}

/* クイックカートイン */
.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;
}
.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: 1em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  text-align: center;
  position: absolute;
}
.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}
.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}
.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}
.cart_in_modal__name {
  margin: 0;
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
}
.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
}
.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;
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  border: 0;
  border-radius: 1em;
  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: 1em;
}
.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: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 1em;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

/* iPhone 600pxまで */
/*
@media screen and (min-width: 600px) {
  .p-short-description {
    display: none;
  }
  .p-product-body {
    padding: 0px 10px;
  }
  .p-product-body__price {
    display: none;
  }
  .p-product-body__regular-price {
    display: none;
  }
  .p-product-body__point {
    display: none;
  }  
  .p-product-body__images {
    margin: 10px -10px;
  }
  .cms-opt-button__content-price {
     font-size: 20px; 
  }
  .RestockRequest-restockRequest-nVwrx {
    bottom: 1rem!important;
  }
  .cms-opt-button__content-price {
     font-size: 20px; 
  }
  .p-cart-form__password-input input {
    font-size: 14px;
  }
  .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;
  }
}
*/


/* iPad 600-959px */
/*
@media screen and (min-width: 600px) and (max-width: 959px) {
  /*.p-large-image {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .p-thumbnail-list {
    float: right;
    width: 50%;
  }
  .p-view-product-images {
    float: right;
    width: 50%;
  }
  .p-short-description {
    float: right;
    width: 50%;
  }
  .p-cart-form__info {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    border: 0;
  }
  .p-cart-form__option {
    float: right;
    width: 50%;
  }

  .p-cart-form__link-list {
    float: right;
    clear: right;
    width: 50%;
  }
}
*/

/* 960px以上 PC */
@media screen and (min-width: 960px) {
  .p-product-heading {
    float: right;
    width: 460px;
  }
  .p-product-body {
    float: right;
    width: 100%;
    margin-right: -460px;
  }
  .p-product-body-inner {
    margin: 0px 460px 10px 0px;
    padding: 0 10px;
  }
  .p-view-product-images {
    display: none;
  }
  .p-product-title {
    display: initial;
  }
  .p-large-image {
    margin: 0 10px;
  }
  .p-review .btn--cart {
    display: none;
  }
  .cart_in_modal__name {
    font-size: 18px;
  }
  .cart_in_modal__detail {
    flex-direction: row;
  }
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
  .cart_in_modal,  .cart_in_error_modal {
    align-items: center;
  }
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
  .cart_in_modal__button-wrap {
    width: 350px;
  }
  .sp-br {
    display: none;
  }
}