.p-product {
  /*margin-bottom: 90px;*/
}
/* form */
.p-product select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}

.p-product input[type=text] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}

.p-product-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 410px;
  grid-template-columns: 1fr 410px;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  gap: 0px 80px;
}
.p-product-main__left{
  max-width:730px;
  width:100%;
  margin:auto;
}
@media screen and (max-width: 768px) {
  max-width:100%;
}
.p-product-main > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-product-main > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-product-main > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-product-main > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1280px) {
  .p-product-main {
    gap: 0px 60px;
  }
}
@media (max-width: 1180px) {
  .p-product-main {
    gap: 0px 40px;
    -ms-grid-columns: 1fr 40px 360px;
    grid-template-columns: 1fr 360px;
  }
}
@media (max-width: 1120px) {
  .p-product-main {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
  }
}

@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.p-product-thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}

@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
.p-product-info {
  height: 100%;
}
@media (min-width: 1031px) {
  .p-product-info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
@media (max-width: 1030px) {
  .p-product-info {
    background: #f7f7f7;
    padding: 15px;
  }
}
.p-product-info__inner {
  padding-bottom: 0px;
}
.p-product-option-tbl{
  opacity: 0;
}
.p-product-info__inner.active .p-product-option-tbl{
  transition: all 0.2s ease;
  opacity: 1;
}
@media (max-width: 1030px) {
  .p-product-info__inner {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1030px) {
  .p-product-info {
    width: auto;
  }
}
.p-product-info__ttl {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 21px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  display: none;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-product-price {
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-product-price__sell {
  font-size: 18px;
}

.p-product-price__normal {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}
/* オプション table */
.p-product-tbl {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.p-product-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  border: none;
}
.p-product-tbl table .stock_head {
  border-bottom: none;
}

.p-product-tbl table div {
  display: inline-block !important;
}

.p-product-tbl th {
  min-width: 100px;
  font-size: 12px;
}

.p-product-tbl tr {
  border-bottom: 1px solid #efefef;
}

.p-product-tbl th, .p-product-tbl td {
  padding: 8px 5px;
  border-top: none;
  border-left: 0;
  text-align: center;
}

.p-product-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}

.p-product-tbl input {
  margin-top: 0;
}

/* オプション select */
.p-product-option-select {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-product-option-select__box {
  margin-top: 15px;
}

.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

/* 名入れ */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-product-name__box {
  margin-top: 15px;
}

.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

.p-product-name__body input {
  width: 100%;
}

.p-product-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1180px) {
  .p-product-form {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-product-form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 20px;
  }
}

/* 数量 */
.p-product-form-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  margin-bottom: 20px;
  align-items: center;
}

.p-product-form-stock__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product-form-stock__input input {
  width: 60px;
}

.p-product-form-stock__unit {
  margin-left: 10px;
}

.p-product-form-stock__stock {
  margin-left: 25px;
}

/* ボタン */
.p-product-form-btn {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .p-product-form-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-product-form-btn {
    width: 100%;
  }
}

.p-product-form-btn__cart {
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .p-product-form-btn__cart {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.p-product-form-btn__favorite {
  width: 50px;
}

.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}

.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.p-product-form__error-message {
  color: #DB5656;
  margin-top: 15px;
}

/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-product-sns-list__item {
  margin-right: 20px;
}

/* link */
.p-product-link-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .p-product-link-list {
    display: block;
    margin-top: 20px;
    gap: 0 20px;
  }
}

.p-product-link-list__item {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .p-product-link-list__item::after {
    display: inline-block;
    content: "/";
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.p-product-link-list__item:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 10px;
  }
  .p-product-link-list__item a {
    font-size: 14px;
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 16px;
  }
  .p-product-link-list__item a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-product-detail {
  width:100%;
  display: block;
  margin-top: 75px;
}
.p-product-detail script{
  width:0px;
}
@media (max-width: 768px) {
  .p-product-detail {
    margin-top: 45px;
  }
}
@media (min-width: 769px) {
  .p-product-detail {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media screen and (max-width: 1030px) {
  .p-product-detail {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  .p-product-explain {
    margin-bottom: 60px;
    width: auto;
  }
}
.p-product-explain__body {
  line-height: 2;
}

.p-product-other {
  width: 530px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}
/* おすすめ商品 */
.p-product-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}
.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}

/* レビュー */
.p-product-review {
  margin-bottom: 60px;
}

.p-product-review__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}

.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}

.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}

.p-product-review-info__item.is-type {
  margin-right: 35px;
}

.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}

.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}

.p-product-review__rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}

.p-product-review__rate.is-color {
  fill: #000000;
}

/* レビュー 返信 */
.p-product-review-reply {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.p-product-review-reply__ttl {
  font-weight: bold;
}

.p-product-review-reply__body {
  font-size: 12px;
}

.p-product-review-reply__date {
  font-size: 12px;
}

.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.p-product-form__error-message:empty {
  display: none;
}

/* mdo added css*/
/*テキストタイトルの削除*/
/* オプションテーブルの編集*/
.table_price {
  display: none;
}

.table_price + br {
  display: none;
}

.p-product-tbl td {
  padding: 0 5px;
}
.p-product-tbl th {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-product-tbl th .color-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #efefef;
}
.p-product-tbl th.active {
  cursor: pointer;
}
@media (min-width: 769px) {
  .p-product-tbl th.active:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .p-product-tbl th.active:not(.nothover):hover {
    text-decoration: underline;
  }
}
.p-product-tbl input[type=radio] {
  display: block;
  width: 50px;
  height: 16px;
  border-radius: 0;
  background: transparent;
}

/*カートに入れるボタン*/
.c-btn-cart {
  border-radius: 4px;
  background: #000;
}

.c-btn-cart:hover {
  background: #666;
}

/*splide*/
.p-product-img {
  opacity: 0;
  position: relative;
}
.p-product-img.active {
  opacity: 1;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}

@media (max-width: 768px) {
  .splide--main .splide {
    padding: 0 20px;
  }
}
.splide--main .splide__slide {
  position: relative;
}
.splide--main .splide__slide .zoom-lens {
  display: none;
  position: absolute;
  width: 100%;
  height: 101%;
  background-repeat: no-repeat;
  background-size: 170% 170%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
.splide--main .splide__slide img {
  display: block;
  margin: auto;
  max-width: 630px;
  height: auto;
  width: calc(100% - 50px);
}
@media (max-width: 768px) {
  .splide--main .splide__slide img {
    max-width: 100%;
  }
}
@media (max-height: 760px) {
  .splide--main .splide__slide img {
    max-width: calc(100vh - 120px);
    width: 100%;
  }
}

.splide__slide img {
  display: block;
  margin: auto;
  height: auto;
}
.splide__slide.is-active p {
  
}
.splide__slide p {
  font-size: 12px;

  margin: 10px 0 0 0;
  padding: 0 20px;
  text-align: center;
}
.splide__arrow {
  background: none !important;
  mix-blend-mode: difference;
  width: 30px !important;
  height: 100% !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .splide__arrow {
    height: 100px !important;
  }
}
@media (min-width: 769px) {
  .splide__arrow:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .splide__arrow:not(.nothover):hover {
    opacity: 0.3 !important;
  }
}
.splide__arrow--prev {
  left: 0 !important;
}
@media (max-width: 768px) {
  .splide__arrow--prev {
    left: 10px !important;
  }
}
.splide__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.splide__arrow--next {
  right: 0 !important;
}
@media (max-width: 768px) {
  .splide__arrow--next {
    right: 10px !important;
  }
}
.splide__arrow--next::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.splide__arrow::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg height="24.08mm" viewBox="0 0 37.37 68.27" width="13.18mm" xmlns="http://www.w3.org/2000/svg"><path d="m36.31 1.06-34.15 34.16 34.15 31.96" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.splide__arrow svg {
  display: none !important;
}

.btn-color-achive {
  max-width: 210px;
  margin: 0 0 20px auto;
  text-align: center;
  display:none;
}
.btn-color-achive.active {
  display: block;
}
@media (max-width: 768px) {
  .btn-color-achive {
    max-width: 100%;
    margin: 20px 0 20px auto;
    text-align: left;
  }
}
.btn-color-achive a {
  font-size: 13px;
  color: #00679c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-right: 16px;
  position: relative;
  margin: 0 auto;
}
.btn-color-achive a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #00679c;
  border-bottom: 1px solid #00679c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .btn-color-achive a {
    position: relative;
    display: block;
    padding-right: 16px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.thumbnail-scrollbar {
  width: 100%;
  height: 8px;
  border-radius: 5px;
}

.splide--thumbnail .splide__track {
  padding-bottom: 30px;
}

.product-thumb {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  cursor: -webkit-grab;
  cursor: grab;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .product-thumb {
    margin-top: 10px;
    padding-bottom: 10px;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .product-thumb::-webkit-scrollbar {
    display: none;
  }
}
.product-thumb::-webkit-scrollbar {
  height: 1px;
}
.product-thumb::-webkit-scrollbar-thumb {
  background: #999899;
}
.product-thumb::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.product-thumb__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .product-thumb__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    padding: 0 10px;
  }
}
@media (min-width: 769px) {
  .product-thumb__list:not(.nothover) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .product-thumb__list:not(.nothover):hover {
    opacity: 1;
  }
}
.product-thumb__list.current {
  opacity: 1;
}
.product-thumb__list img {
  pointer-events: none;
  width: 100%;
  height: auto;
}

.thumbnail-scrollbar {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .thumbnail-scrollbar {
    display: none;
  }
}

.thumbnail-scrollbar__tab {
  position: absolute;
  height: 100%;
  width: 30px;
  background-color: #999899;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.thumbnail-scrollbar__tab:hover {
  background-color: #999899;
}

#prd-opt-select {
  display: none;
}

.p-product-recommend {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .p-product-recommend {
    margin-top: 60px;
  }
}
.p-product-recommend-list__ttl,
.p-product-recommend-list__price{
  text-align:center;
}
/*zoom*/

.zoom-toggle-wrap {
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: -10px;
  width: 35px;
  height: 40px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .zoom-toggle-wrap {
   display:none; 
  }
}
.switchArea {
  position: relative;
  margin: auto;
  width: 32px;
  border-radius: 50px;
  
}
.switchArea input[type="checkbox"] {
  display: none;
}

.switchArea label {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  height: 16px;
  border-radius: 11px;
  background: #ccc;
  
  //box-shadow:2px 2px 8px rgba(0, 0, 0, 0.1) inset;
  &::before{
    content:"ZOOM";
    transform: translateY(-20px);
    position: relative;
   display: block; 
   font-size: 10px;
   text-align: center;
   color: #999;
  }
}
.switchArea input[type="checkbox"]:checked+label {
  background: #000;
  &::before{
    color: #000;
  }
}
.switchArea #swImg {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  bottom: 8px;
  left: 3px;
  border-radius: 7px;
  transition: .2s;
  pointer-events: none;
  box-shadow: 0 3px 6px -6px rgba(0, 0, 0, 0.3);
}
.switchArea input[type="checkbox"]:checked~#swImg {
  transform: translateX(16px);
  background: #fff;
}
/*商品ごとのカラースウォッチ色設定*/
.bc-xxx-000{
	background:#ccc!important;
}
/*商品ごとのカラーを非表示*/
  
/*4187RB ｱﾊﾟﾀｲﾄ*/
.tr-152946406-206488{
  display:none;  
} 

/*7241R ｵｲｽﾀｰ*/
.tr-156641290-4e4228{
  display:none;  
}
/*4113R ｼﾅﾓﾝ*/
.tr-144830662-c96835{
  display:none;  
}

/*7379 ﾌﾚﾝﾁﾌﾞﾙｰ*/
.tr-178263024-245786{
  display:none;
}
/*7379 ｵｲｽﾀｰ*/
.tr-178263024-4e4228{
  display:none;
}

/*4122I ｼﾅﾓﾝ*/
.tr-176200183-c96835{
  display:none;
}
/*4122I ｱｰﾃｨﾁｮｰｸ*/
.tr-176200183-c2b491{
  display:none;
}

/*7333R ｽﾌﾟﾗｳﾄ*/
.tr-178485660-cac25f{
  display:none;
}


/*6899RA ｸﾛ*/
.tr-159373137-000{
  display:none;
}
/*6899RA ﾃﾞｨｰﾌﾟﾚｯﾄﾞ*/
.tr-159373137-b80404{
  display:none;
}
/*6899RA ﾊｰﾊﾞｰ*/
.tr-159373137-d0c4c6{
  display:none;
}
/*6899RA ﾌｫﾚｽﾄ*/
.tr-159373137-515e38{
  display:none;
}
/*7324RA ﾌﾞﾗｯｸｵﾘｰｳﾞ*/
.tr-168870677-4f4533{
  display:none;
}
/*7324RA ｲﾝﾃﾞｨｺﾞ*/
.tr-168870677-101978{
  display:none;
}
/*6307F ﾃﾞｨｰﾌﾟﾚｯﾄﾞ*/
.tr-163022174-b80404{
  display:none;
}
/*6307F ﾃﾞｨｰﾌﾟﾌﾞﾗｳﾝ*/
.tr-163022174-4a200a{
  display:none;
}
/*2758G ｱﾘｳﾑ*/
.tr-163562478-ad3d7d{
  display:none;
}
