@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overtab {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

input::-moz-placeholder {
  color: #cdcdcd;
}

input::placeholder {
  color: #cdcdcd;
}

@media screen and (max-width: 768px) {
  input::-moz-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder {
    font-size: 0.875rem;
  }
}
.details__wrap {
  margin-top: 2.625rem;
}

.details__body {
  margin-top: 0.625rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .details__body {
    flex-direction: column;
    justify-content: initial;
  }
}
.details__colLeft {
  width: 46.6%;
}

@media screen and (max-width: 768px) {
  .details__colLeft {
    width: 100%;
  }
}
.details__imgs img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/338;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}

.details__imgs img.is-active {
  display: block;
}

.details__tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.details__tabs img {
  width: 32%;
  height: auto;
  aspect-ratio: 550/338;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
}

.details__tabs img:hover {
  opacity: 0.7;
}

.details__intro {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .details__intro {
    margin-top: 3.5rem;
  }
}
.details__subTitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #794c00;
  text-align: center;
}

.details__intro__description {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #cdcdcd;
}

.details__intro__body {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #cdcdcd;
}

.details__intro__body span {
  font-weight: 700;
}

.details__intro__text {
  margin-top: 0.625rem;
}

.details__intro__free {
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .details__intro__free {
    margin-top: 2.25rem;
  }
}
.details__colRight {
  width: 46.6%;
}

@media screen and (max-width: 768px) {
  .details__colRight {
    width: 100%;
  }
}
.details__unit {
  position: sticky;
  top: 0;
  margin-top: -6.25rem;
  padding-top: 6.25rem;
}

@media screen and (max-width: 768px) {
  .details__unit {
    pointer-events: none;
  }
}

.details__title {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .details__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}
.details__price {
  margin-top: 0.875rem;
  text-align: right;
  font-size: 1.75rem;
  font-weight: 700;
  color: #9c7d49;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 768px) {
  .details__price {
    font-size: 1.75rem;
  }
}
.details__cart {
  margin-top: 1.25rem;
}

.details__cart__unit {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.details__cart__count span {
  display: block;
  font-weight: bold;
}

.details__cart__select {
  position: relative;
}

.details__cart__select::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  top: 50%;
  right: 0.625rem;
  transform: rotate(45deg) translateY(-100%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .details__cart__select::after {
    right: 0.75rem;
  }
}
.details__cart__select select {
  border: 1px solid #cdcdcd;
  border-radius: 0.375rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.375rem 1.25rem;
  position: relative;
  color: #555;
}

.details__cart__select select:focus {
  border: 1px solid #d3b37d;
}

.details__cart__btn {
  margin-left: 1.375rem;
}

.details__cart__btn img {
  color: #555;
}

.details__info {
  margin-top: 4.375rem;
}

@media screen and (max-width: 768px) {
  .details__info {
    margin-top: 3.125rem;
  }
}
.details__info__body span {
  font-weight: 700;
}

.details__info__box {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #cdcdcd;
}

.details__info__box:first-child {
  margin-top: 0.625rem;
}

.details__info__text {
  margin-top: 0.625rem;
}

.details__info__methods {
  display: flex;
}

.details__info__method {
  line-height: 1;
  padding: 0.28125rem 0.375rem;
  border-radius: 0.25rem;
  margin-top: 0.625rem;
}

.details__info__method:not(:first-child) {
  margin-left: 0.5rem;
}

.details__info__method.details__info__method--yellow {
  background: #ffe794;
}

.details__info__method.details__info__method--gray {
  background: #95e3ff;
}

.details__info__method.details__info__method--blue {
  background: #daf5ff;
}

.details__info__method.details__info__method--white {
  background: #ececec;
}

.details__movie {
  margin-top: 4.375rem;
}

@media screen and (max-width: 768px) {
  .details__movie {
    margin-top: 2.5rem;
  }
}
.details__movie__content {
  width: 100%;
  height: auto;
  aspect-ratio: 580/326;
}

.details__movie__content iframe {
  width: 100%;
  height: 100%;
}

.details__return {
  margin: 4.375rem auto 0;
  width: 100%;
  max-width: 15.375rem;
}

@media screen and (max-width: 768px) {
  .details__return {
    margin: 2.5rem auto 0;
    max-width: 12.5rem;
  }
}
.details__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(85, 85, 85, 0.95);
  z-index: 9999;
  display: none;
}

.details__modal.is-active {
  display: block;
}

.details__modal__mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.details__modal__wrapper {
  width: 50%;
  background: #fff;
  box-shadow: 0.3125rem 0.3125rem 0 #c2a26c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 3.125rem 7.5rem;
}

@media screen and (max-width: 768px) {
  .details__modal__wrapper {
    width: 80%;
    max-width: 31.25rem;
    padding: 2.5rem 1.25rem;
  }
}
.details__modal__img {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .details__modal__img {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.details__modal__title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .details__modal__title {
    font-size: 1.25rem;
  }
}
.details__modal__text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .details__modal__text {
    font-size: 0.9375rem;
  }
}
.details__modal__attentions {
  margin-top: 1.25rem;
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .details__modal__attentions {
    font-size: 0.875rem;
  }
}
.details__modal__btn {
  margin-top: 2.5rem;
  max-width: 18.75rem;
}

.details__modal__btn:not(:first-of-type) {
  margin-top: 1.25rem;
}