.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;
  border: 0;
  outline: none;
  color: #333;
  background: transparent;
}

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

.p-product-fav-item svg {
  width: 17px;
  height: 17px;
  vertical-align: -.35em;
  fill: currentColor;
}

.p-large-image__image-wrap {
  max-width: 400px;
  border: 6px solid transparent;
  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: #9c9480;
  background: #dfdcd6;
}

.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-cart-form {
  margin: 30px 0 20px;
}

.p-cart-form::after {
  display: block;
  clear: both;
  content: '';
}

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.p-cart-form__link-list {
  font-size: 0.9em;
  margin: 15px 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;
}

.p-cart-form__link-list img {
    width: 66px;
    height: auto;
    vertical-align: middle;
}

.p-cart-form__link-list a:hover {
  opacity: .66;
}

.p-cart-form__link-list a:active {
  opacity: 1;
}

.p-cart-form__name {
  font-size: 1.27em;
  font-weight: 500;
  line-height: 1.35rem;
}
@media (max-width: 768px){
    .p-cart-form__name {
      font-size: 1.38em;
      line-height: 1.2em;
      margin-top: 0;
    }
}

.p-cart-form__price {
  font-size:  1.3em;
  font-weight: 300;
}

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

.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: #1e1e1e;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: right;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 50px;
  vertical-align: -1.5em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 4px;
  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: 15px;
  height: 15px;
  fill: currentColor;
}

.p-cart-form__button-wrap {
  margin-top: 20px;
}

.p-cart-form__add-cart-button {
  font-weight: 600;
  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: 1.05em;
  line-height: 2;
  margin-bottom: 0.5rem;
}

.p-product-body__name {
  font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 1.25;
  margin: 0.2em 0 1.3em;
}

@media screen and (max-width: 768px) {
  .p-product-body__name {
    display: none;
  }
}

.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: 1rem;
  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 {
  font-size: 1.07em;
  line-height: 1.8;
  clear: both;
}

.p-product-body__description a {
  padding: 0.05rem 0rem;
  border-bottom: 1px solid #adadad;
}

.p-product-body__images {
  border-top: 1px solid #eaeaea;
}

@media (max-width:767px){
    .p-product-body__images {
        display: none !important;
    }
}

.p-product-body__linkto-cart {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  max-width: 500px;
  margin: 30px auto;
  padding: 12px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  border-radius: 0px;
  background: #fff;
  border: solid 1px #adadad;

  -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 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
  border-top: 1px solid #eaeaea;
}

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

.p-product-footer-nav a {
  transition: opacity .2s;
  text-decoration: none;
}

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

  .p-review__unit {
    padding: 30px 0;
  }

  .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-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: 445px;
  }

  .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 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-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: 1.3em; 
  font-weight: 300;
  min-width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.cms-opt-button__purchase-stock {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #555;
  min-width: 50%;
  word-break: break-all;
}

.cms-opt-button__purchase-number {
  display: inline-block;
}

.cms-opt-button__purchase-number {
  display: none;
}

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

.comment{
  font-size:1.01rem;
  font-weight: 500;
  line-height: 1.6em;
  margin:0 0 1.4rem;
  padding: 1.1em 0 1.1em 1.1em;
  border-left: solid 4px #888;
}
/* スマホ表示時 */
@media screen and (max-width: 768px) {
  .comment {
    padding: 1.4em 0;
    border-left: none;
    border-bottom: solid 1px #adadad;
  }
}

.youtube-box {
	text-align: center;
	display: block;
	padding: 24px 6px;
	background: rgba(0, 0, 0, .03);
}
.youtube {
	display: inline-block;
  	position: relative;
	width: 320px;
	height: 180px;
}
.youtube::before {
	position: absolute;
	content: "";
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube::after {
	position: absolute;	
	text-align: center;
  	content: "";
	background: url(https://img07.shop-pro.jp/PA01026/107/etc/play.png) no-repeat;
	background-size: 48px;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 48px;
	height: 48px;
	z-index: 100;
	transition: all 0.3s;
}
.youtube:hover::before {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.3s;
}
.media-box {
    text-align: center;
	display: block;
	padding: 35px;
	color: #555;
	border: solid 1px #dbdbdb;
	font-size: 0.8em;
}
@media (max-width:768px){
  .media-box {
    padding: 25px;
  }
}

.audio-box {
    overflow-x: hidden; /* 横スクロールを防ぐ */
    max-width: 100%;
    box-sizing: border-box;
	text-align: center;
	display: block;
	padding: 2em;
	font-size: 0.8em;
	border: solid 1px #dbdbdb;
}

.audio-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5em;
    margin: 0;
    padding: 1.5em 1.2em 2em;
    list-style-type: none;
    background-color: #f4f4f4;
}
@media screen and (min-width: 767px) {
    .audio-list {
        grid-template-columns: repeat(2, 1fr); /* PCで2列 */
    }
}

.audio-track {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 高さ調整の要 */
  height: 100%; /* グリッド内で高さを揃える */
  padding: 0.3em;
  box-sizing: border-box;
  width: 100%;
}

/* audio要素は下に固定配置される */
.track-audio {
  width: 100%;
  height: 35px;
  display: block;
  box-sizing: border-box;
  margin-top: auto; /* 下に押し下げる */
}

.item-audio {
  margin: 5px 5px 10px;
  display:inline-block;
  width: 65.00%;
  height: 35px;
}

.youtube-container p,
.media-box p,
.audio-box p {
  line-height: 1.4em;
  margin: 0.5em;
  flex-grow: 1; /* テキストは上に配置される */
}
@media (max-width:1024px){
  .item-audio {
    width: 48.00%;
  }
}
@media (max-width:768px){
  .item-audio {
    width : 96%;
  }
}

.youtube-container br,
.media-box br,
.audio-box br {
    display: none;
}

/* コンディション */
.condition-block {
    position: relative;
    margin-top: 1.5em;
    padding: 15px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    font-size: 13px;
}
.condition-block::before {
    position: absolute;
    top: -17px;
    left: 0;
    color: #A2A7B2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    content: 'condition';
}

@media screen and (max-width: 600px) {
.condition-block {
    padding: 20px 10px;
}
}

.condition-1{margin:0 0 5px;font-size:1rem;}
.condition-1::before {
  content: "-";
  margin-right: 5px;
}
.condition-2{margin:0 0 3px;font-size:0.85rem;line-height:1.5em;}
.condition-2::before {
  font-size: 1rem;
  content: "-";
  margin-right: 5px;
}
.condition-info {
  padding:0 15px 0;
  margin-top: 2em;
  margin-bottom:2em;
  font-size:14px;
  text-align:left;
  line-height: 1.5em;
}

.condition-list {
  list-style: none;
  margin-top:6px;
  padding: 0 0 0 0;
}

ul.condition-list li {
margin-bottom: 5px;
}

.product-info-space-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #eee;
    border-radius: 0px;
}

.product-info-space-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #887f7a;
    color: #fff;
    border-radius: 0px;
}

.accordion-item {
    margin-bottom: 0.3rem;
}

.accordion-check {
    display: none;
}

.accordion-label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    border-left: 30px solid #fff;
    background-color: #f7f7f7;
    font-size: 0.82rem;
    line-height: 1.5;
}

.accordion-label::before {
    position: absolute;
    top: 48%;
    left: -30px;
    height: 100%;
    width: 30px;
    transform: translateY(-50%);
    color: #888;
    text-align: center;
    font-size: 1.2rem;
    content: '+';
}

.accordion-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
    transition: all .08s;
}

.accordion-check:checked~.accordion-box {
    height: auto;
    opacity: 1;
    padding-left: 2.4rem;
}

.accordion-check:checked+.accordion-label:before {
    content: '-';
}

.accordion-box p {
    line-height: 1.5;
}

.tracklist {
  margin:0 0 7px;
  font-weight: 550;
}

.c-topic-path__list {
    margin: 0 0 1px;
    padding: 0;
}

.p-product-footer-nav img {
  width: 66px;
  height:auto;
  vertical-align: middle;
}

.p-product-footer-nav span {
	vertical-align: middle;
}

.btn-backorder {
    width: 350px;
    height:auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    color: #555;
    border: 0;
    border-radius: 0px;
    background: #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-backorder:hover {
  opacity: 0.75;
  transition: all 0.3s;
}

.c-input-text {
  border-radius: 0px;
  border: solid 1px #d8d8d8;
  font-size: 12px;
}

.c-form__unit-cart {
  display: flex;
  justify-content: space-evenly;
  height: 42px;
  align-items: center; /* 高さを中央揃え */
  gap: 12px; /* ラベルと入力部の間の余白 */
}

.c-product-list-related {
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #eaeaea;
  flex-wrap: wrap;
}

.c-product-list-related::after {
  display: block;
  clear: both;
  content: '';
}

.c-product-list-related::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: '';
  background: #eaeaea;
}

.c-product-list-related__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  width: 50%;
  padding: 50px;
  transition: opacity .2s; /*! IEだけfloatする */
  text-align: center;
  border: 0\9;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width:768px){
  .c-product-list-related__item {
    padding: 30px;
  }
}
.c-product-list-related__item img {
  max-width: 230px;
  height: auto;
}
@media (max-width:1024px){
  .c-product-list-related__item img {
    width: 75%;
    height: auto;
  }
}

.c-product-list-related__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}

  .c-product-list-related {
    margin-bottom: 40px;
  }

  .c-product-list-related__item {
    width: 33.33333%;
  }

  .c-product-list-related__item:nth-child(3n) {
    border-right: 0;
  }

  .c-product-list-related__item:nth-child(3n + 1) {
    clear: both;
  }

@media (max-width:480px){
  .c-product-list-related {
    display: block;
    border-top: none;
}
.c-product-list-related__item {
    width: 100%;
    padding: 50px;
    border-right: none;
}
}

.item-tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    font-size: 0.9em;
    gap: 0.4em;
}

.c-button-hashtag {
    cursor: pointer;
    border: 1px solid #dbdbdb;
    background: transparent;
    padding: 4px 6px 4px 5px;
    display: inline-block;
    word-break: break-all;
}

.c-button-hashtag:hover,
.c-button-hashtag:focus {
  color: #fff;
  outline: none;
  background: #333;
  text-decoration: none;
}

.BO-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #8E8E8E;
    border-radius: 0px;
}
.BO-button:hover {
    background-color: #555;
}
.BO-txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border: 0;
    appearance: none;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 50px 0 35px;
  padding-bottom: 0;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/*タブのスタイル*/
.tab_item_prd {
  width: calc(100%/3);
  height: 45px;
  border-bottom: 1px solid #333;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.tab_item:hover, .tab_item_prd:hover {
  background-color: #eee;
  color: #333;
  font-weight: 300;
  cursor: pointer;
}
@media (max-width:768px){
  .tab_item, .tab_item_prd {
    font-size: 11px;
  }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"], input[name="tab_item_prd"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0 10px;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
@media (min-width: 1280px){
.tab_content {
    display: none;
    padding: 20px 5px 5px;
    clear: both;
    overflow: hidden;
  width: 1200px;
}
}
@media screen and (min-width: 1600px) {
.tab_content {
    clear: both;
    overflow: hidden;
    width: 1500px;
}
}

/*選択されているタブのコンテンツのみを表示*/
#used:checked ~ #used_content,
#newarrived:checked ~ #newarrived_content,
#restock:checked ~ #restock_content,
#recommended:checked ~ #recommended_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item, .tabs input:checked + .tab_item_prd {
  background-color: #fff;
  color: #333;
  font-weight: 500;
}

.tab-box{width:93%;height:auto;border:1px #e1e1e1 solid;}
.tab-product-name {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    margin-top: .7em;
    padding-left: .4em;
    transition: opacity .2s;
}
.tab-product-name a {
    text-decoration: none;
}
.tab-product-name:hover {
    opacity: .66;
}

.used-wrap {
  padding: 0;
}

.used-wrap label {
  display: flex;
  padding : 8px 0;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  justify-content: flex-end;
  vertical-align: middle;
}

.used-wrap label:hover{
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  opacity: .66;
}

.used-wrap input[type="checkbox"] {
  display: none;
}

.used-wrap .content {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.used-wrap .c-button__icon {
  display: inline-block;  /* ← 追加推奨 */
  width: 18px;
  height: 18px;
  vertical-align: -.35em;
  fill: currentColor;
  margin-left: 3px;
}

.switch:checked + .content {
  height: auto;
}

.label1-title {
    display: flex;
    margin: 0 3px;
    align-items: center;
}

.Form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 100%;
    background: #f2f2f2;
    border-radius: 0px;
    margin-top: 20px;
}
.Form-button:hover {
    background: #888;
    text-decoration: none;
    color: #fff;
}
.Form-txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    appearance: none;
}

.c-button--solid.is-disabled {
  color: #1e1e1e;
}
.c-button--solid.is-disabled .c-button__icon {
  display: none;
}

.cms-opt-button__opt-value1 {
  font-size: 1.1em;
  font-weight: 600;
}

@media screen and (min-width: 1600px) {
.c-thumbnail-product-list__image-wrap {
    border-width: 18px;
}
}

.c-thumbnail-product-list__name {
    font-size: .9em;
    margin-top: 10px;
    padding-left: .4em;
}
.c-thumbnail-product-list__name:hover {
    opacity: .66;
}

.youtube-container {
	display: flex;
  	flex-wrap: wrap;
	justify-content:space-between;
	padding: 20px 38px 38px;
	text-align: center;
  	gap: 0.8em;
  	border: solid 1px #dbdbdb;
}
@media screen and (max-width: 768px) {
.youtube-container {
	padding: 12px 15px 15px;
	justify-content: center;
}
}

.youtube-track {
  display: flex;
  flex-direction: column;
}
.youtube-track p {
  max-width: 320px;
  margin: 0;
  font-size: 0.8em;
  margin-bottom: 8px;
  line-height: 1.3;
  flex-grow: 1; /* 比率を指定 */
}

.description_title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.2em;
  margin-bottom: 1.4em;
  display: flex; /* 見出しと線を横並びにする */
  align-items: center; /* 線の縦位置中央 */
}
.description_title::before,
.description_title::after {
  content: '';
  height: 1px; /* 線の高さ */
  flex-grow: 1; /* 横幅いっぱい */
  background-color: #eaeaea;
}
.description_title::before {
  margin-right: 20px; /* 文字との余白 */
}
.description_title::after {
  margin-left: 20px; /* 文字との余白 */
}
.p-product-body__description hr {
 height: 1px;
 background-color: #eaeaea;
 width: 100%;
 border: none;
 margin-top: 1.6em;
}

#player {
  max-width: 750px;
}

.paper-info {
  margin-bottom: 2em;
}
/* 入荷リクエスト */
.request-box {
  text-align: center;
  margin: 0 auto 1em;
  max-width: 600px;
}

.request-accordion-check {
  display: none;
}

.request-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.6em 1em;
  border: 1px solid #d1d1d1;
  font-size: 0.82rem;
  background-color: #f9f9f9;
  transition: background 0.3s;
  position: relative;
  gap: 0.4em; /* アイコンとテキストの間隔 */
}

.request-label:hover,
.request-label:focus {
  background-color: #8F8667;
  color: #fff;
  border-color: #d1d1d1;
  outline: none;
}

.request-label .icon {
  display: inline-block;
  width: 1em; /* アイコン幅固定で位置を安定させる */
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  transition: transform 0.2s;
}

.request-accordion-box {
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #FBFAF5;
  transition: all 0.3s ease;
}

.request-accordion-check:checked ~ .request-trigger .request-accordion-box {
  height: auto;
  opacity: 1;
  padding: 1em 0;
}

/* テキストエリア説明 */
.request-exp {
  margin-bottom: .8em;
  font-size: .73rem;
  line-height: 1.4em;
}

.request-accordion {
  padding: 0.5em 1em 1em;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  text-align: left;
  background-color: #f9f9f9;
}

.request-menu {
  margin-top: 1em;
  font-size: 0.9rem;
}

.request-menu label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.request-menu-title {
  display: block;
}

.request-menu-title input,
.request-menu-title textarea {
  width: 100%;
  padding: 0.6em;
  font-size: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.request-menu-title textarea {
  resize: vertical;
  min-height: 3.5em;
  line-height: 1.4;
}

.request-btn {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 2em auto 1em;
  padding: 0.8em;
  background-color: #555;
  color: #fff;
  font-size: 0.85rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.request-btn:hover {
  background-color: #333;
}

/*売り切れ時*/
.c-product-soldout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  background-color: rgba(0, 0, 0, .03);
  border: solid 1px #eaeaea;
  min-height: 3.7em;
  margin-top: 1em;
}

.c-product-list__image-wrap {
    border-width: 25px;
    border: solid 1px #eaeaea;
  }

.prd-info-space {
  text-align: center;
  color:#fff;
  padding:18px 18px;
  margin:20px 0 10px;
  font-size: 1em;
  background-color:#5b6356;
}

/* ラジオボタン全体のラッパー */
.request-format-options {
  display: flex;
  gap: 1.2em; /* 横並び時の間隔をやや狭く */
  flex-wrap: wrap;
  margin-top: 0.8em;
}

/* 各ラジオボタン＋ラベルのペア */
.request-format-option {
  display: flex;
  align-items: center;
  font-size: 0.85rem; /* ← ラベルを少し小さく */
  white-space: nowrap;
}

/* ボタンとラベルの間を開ける */
.request-format-option input[type="radio"] {
  margin-right: 0.4em;
}

/* フォーマットの見出しラベル */
.request-label-block {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
}

/* スマホ表示時の縦並び間隔調整 */
@media screen and (max-width: 768px) {
  .request-format-options {
    flex-direction: column;
    gap: 0.4em; /* ← 間を詰めてスマートに */
  }

  .request-format-option {
    font-size: 0.9rem;
  }
}

.profile_box {
    position: relative;
    margin: 1em 0;
    padding: 0 2em 1.5em;
    line-height: 1.7;
    border: solid 1px #dbdbdb;
    font-size: 0.92em;
}
/* スマホ表示時の間隔調整 */
@media screen and (max-width: 768px) {
  .profile_box {
    padding: 0 1em 1.5em;
  }
}

.profile_title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: 500;
    color: #111;
    border-left: 2px solid #c6c6c6;
    padding: 1em 1em .6em;
}

#sample-player {
  margin-bottom: 3em;
}

.fotter-product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em; /* 余白を均等に */
    margin: 25px 10px 40px;
    padding: 0;
    list-style-type: none;
}

@media screen and (min-width: 600px) {
    .fotter-product-list {
        grid-template-columns: repeat(6, 1fr); /* PCで6列 */
    }
}

.footer-product-list__item {
    /* float: left; */
    box-sizing: border-box;
    /* width: 33.33333%; */
    margin-bottom: 15px;
    /* padding: 0 5px; */
    transition: opacity .2s;
}

.product-history-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5em; /* 余白を均等に */
    margin: 30px 10px;
    padding: 0;
    list-style-type: none;
}

@media screen and (min-width: 600px) {
    .product-history-list {
        grid-template-columns: repeat(8, 1fr); /* PCで8列 */
    }
}

.product-history-list__name {
    font-size: .83em;
    margin-top: 10px;
    padding: 0 .4em;
}

/* 内包画像調整 */
.c-image-box__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;     /* 幅100%で統一 */
  height: 100%;    /* 高さ100%で統一 */
  object-fit: contain;
}
