.item-info {
  padding: 20px 0 50px;
}
.item-info__ttl {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.item-info__content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 20px;
}
.item-info-slider {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.item-info-slider__slider .slick-prev {
  left: -18px;
}
.item-info-slider__slider .slick-next {
  right: -18px;
}
.item-info-slider__slider .slick-track {
  transform: unset !important;
}
.item-info-slider__slider .slider-img {
  position: relative;
  width: 450px;
  height: 450px;
}
.item-info-slider__slider .slider-img::after {
  position: absolute;
  content: "";
  bottom: 11px;
  right: 11px;
  width: 42px;
  height: 42px;
  background: url(../img/item/icon-zoom-in.svg) center/cover no-repeat;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
.item-info-slider__slider .slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-info-slider__thumb {
  margin-top: 10px;
}
.item-info-slider__thumb .thumb-img {
  margin-right: 10px;
}
.item-info-slider__thumb .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.item-info-slider__thumb .slick-current {
  outline: 2px solid #004490;
  outline-offset: -2px;
}
.item-info-slider__single {
  width: 450px;
  height: 450px;
}
.item-info-slider__single img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-info__text {
  flex: 1;
  min-width: 0;
}
.item-info .c-product-item__icon {
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 0;
}
.item-info .c-product-item__icon-img {
  width: auto;
}
.item-info__code {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #999;
  margin-top: 12px;
}
.item-info__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 12px;
}
.item-info__desc .qqtag {
  display: none;
}
.item-info-price__consumer {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.item-info-price__consumer span {
  text-decoration: line-through;
}
.item-info-price__price {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 3px;
}
.item-info-price__price .red {
  color: #e60012;
  padding-right: 5px;
}
.item-info-price__price .text {
  font-size: 18px;
}
.item-info-price__price .num {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  padding: 0 3px;
}
.item-info__option {
  margin-top: 25px;
}
.item-info__option .makeshop-option-wrap + .makeshop-option-wrap {
  margin-top: 15px;
}
.item-info__option .makeshop-option-label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.item-info__option .makeshop-option-label span {
  font-size: 14px;
  background: #fff000;
  margin-left: 7px;
  padding: 2px 10px;
}
.item-info__option .makeshop-option-select-wrap {
  position: relative;
}
.item-info__option .makeshop-option-select-wrap::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  top: 9px;
  right: 15px;
  background: url(../img/common/sort-down_b.svg) center/cover no-repeat;
  pointer-events: none;
}
.item-info__option select {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 50px;
  border: 2px solid #004490;
  border-radius: 5px;
  padding: 13px 30px 13px 13px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
.item-info__spec-btn {
  display: none;
}
.item-info__btns {
  display: flex;
  gap: 10px;
  background: #f7f7f7;
  margin-top: 25px;
  padding: 10px;
}
.item-info__btns span {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  transition: all 0.3s;
}
.item-info__cart {
  width: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #e60012;
  border: 2px solid #e60012;
  padding: 20px;
  transition: all 0.3s;
}
.item-info__cart span {
  padding-left: 36px;
}
.item-info__cart span::before, .item-info__cart span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: -7px;
  width: 31px;
  height: 30px;
  background: center/cover no-repeat;
  transition: all 0.3s;
}
.item-info__cart span::before {
  background-image: url(../img/common/icon-cart_w.svg);
}
.item-info__cart span::after {
  background-image: url(../img/common/icon-cart_r.svg);
  opacity: 0;
}
.item-info__cart:hover {
  background: #fff;
}
.item-info__cart:hover span {
  color: #e60012;
}
.item-info__cart:hover span::before {
  opacity: 0;
}
.item-info__cart:hover span::after {
  opacity: 1;
}
.item-info__buy {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #004490;
  border: 2px solid #004490;
  padding: 20px;
  transition: all 0.3s;
}
.item-info__buy span {
  padding-right: 18px;
}
.item-info__buy span::before, .item-info__buy span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -7px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: center/cover no-repeat;
  transition: all 0.3s;
}
.item-info__buy span::before {
  background-image: url(../img/common/circle-arrow_w.svg);
}
.item-info__buy span::after {
  background-image: url(../img/common/circle-arrow_b.svg);
  opacity: 0;
}
.item-info__buy:hover {
  background: #fff;
}
.item-info__buy:hover span {
  color: #004490;
}
.item-info__buy:hover span::before {
  opacity: 0;
}
.item-info__buy:hover span::after {
  opacity: 1;
}
.item-info__soldout {
  width: 100%;
  text-align: center;
  padding: 24px;
}
.item-info__btns2 {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.item-info__btns2 span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  transition: all 0.3s;
}
.item-info__contact {
  position: relative;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #004490;
  border: 2px solid #004490;
  padding: 12px 44px 13px;
  transition: all 0.3s;
}
.item-info__contact::before, .item-info__contact::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 17px;
  width: 24px;
  height: 18px;
  background: center/cover no-repeat;
  transition: all 0.3s;
}
.item-info__contact::before {
  background-image: url(../img/common/icon-mail_w.svg);
}
.item-info__contact::after {
  background-image: url(../img/common/icon-mail_b.svg);
  opacity: 0;
}
.item-info__contact span {
  padding-left: 33px;
}
.item-info__contact:hover {
  background: #fff;
}
.item-info__contact:hover::before {
  opacity: 0;
}
.item-info__contact:hover::after {
  opacity: 1;
}
.item-info__contact:hover span {
  color: #004490;
}
.item-info__favorite {
  position: relative;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #009de0;
  border: 2px solid #009de0;
  padding: 12px 44px 13px;
  transition: all 0.3s;
}
.item-info__favorite::before, .item-info__favorite::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 17px;
  width: 25px;
  height: 22px;
  background: center/cover no-repeat;
  transition: all 0.3s;
}
.item-info__favorite::before {
  background-image: url(../img/common/icon-heart_w.svg);
}
.item-info__favorite::after {
  background-image: url(../img/common/icon-heart_lb.svg);
  opacity: 0;
}
.item-info__favorite span {
  padding-left: 33px;
}
.item-info__favorite:hover {
  background: #fff;
}
.item-info__favorite:hover::before {
  opacity: 0;
}
.item-info__favorite:hover::after {
  opacity: 1;
}
.item-info__favorite:hover span {
  color: #009de0;
}
.item-info__sns {
  display: flex;
  margin-top: 20px;
}
.item-info__sns li {
  transform: scale(1.6);
  transform-origin: left center;
  margin-right: 60px;
}
.item-info__sns li span {
  vertical-align: baseline !important;
}
.item-info__bnr {
  margin-top: 30px;
  text-align: center;
}
.item-info__bnr a {
  transition: opacity 0.2s ease;
}
.item-info__bnr a:hover {
  opacity: 0.75;
}

.item-info-quantity {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.item-info-quantity__label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.item-info-quantity__input {
  position: relative;
  margin: 0 9px 0 14px;
  transform: translateY(2px);
}
.item-info-quantity__input .plus,
.item-info-quantity__input .minus {
  position: absolute;
  content: "";
  right: 0;
  width: 30px;
  height: 50%;
  background: none;
}
.item-info-quantity__input .plus span,
.item-info-quantity__input .minus span {
  position: absolute;
  width: 10px;
  height: 6px;
  right: 12px;
  background: url(../img/common/sort-down_b.svg) center/cover no-repeat;
}
.item-info-quantity__input .plus {
  top: 0;
}
.item-info-quantity__input .plus span {
  top: 12px;
  transform: rotate(180deg);
}
.item-info-quantity__input .minus {
  bottom: 0;
}
.item-info-quantity__input .minus span {
  bottom: 12px;
}
.item-info-quantity__input input {
  width: 120px;
  height: 40px;
  border: 2px solid #004490;
  border-radius: 5px;
  padding: 8px 30px 8px 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  -moz-appearance: textfield;
}
.item-info-quantity__input input:focus {
  outline: none;
}
.item-info-quantity__input input::-webkit-inner-spin-button, .item-info-quantity__input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.item-info-quantity__input input button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
}
.item-info-quantity__input input button::active {
  background: #ddd;
}
.item-info-quantity__stock {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #e60012;
  margin-left: 18px;
}

.item-info-desc {
  background: #f7f7f7;
  margin-top: 30px;
  padding: 10px 23px 25px;
}
.item-info-desc__row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0;
}
.item-info-desc__ttl {
  position: relative;
  flex: 0 0 169px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 4px 0 0 55px;
}
.item-info-desc__ttl::before {
  position: absolute;
  content: "";
  top: -3px;
  left: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.item-info-desc__ttl::after {
  position: absolute;
  content: "";
  top: 17px;
  left: 27px;
  transform: translate(-50%, -50%);
}
.item-info-desc__ttl--01::after {
  width: 24px;
  height: 25px;
  background: url(../img/item/icon-box.svg) center/cover no-repeat;
}
.item-info-desc__ttl--02::after {
  width: 27px;
  height: 19px;
  background: url(../img/item/icon-delivery.svg) center/cover no-repeat;
}
.item-info-desc__ttl--03::after {
  width: 24px;
  height: 16px;
  background: url(../img/item/icon-card.svg) center/cover no-repeat;
}
.item-info-desc__ttl--04::after {
  width: 22px;
  height: 26px;
  background: url(../img/item/icon-verified.svg) center/cover no-repeat;
}
.item-info-desc__text {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  word-break: break-all;
}
.item-info-desc__text .note {
  font-size: 14px;
  line-height: 2.0714285714;
  letter-spacing: 0.08em;
}
.item-info-desc__text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #004490;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 2px 0 2px 43px;
  padding-right: 21px;
}
.item-info-desc__text a::after {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  width: 17px;
  height: 17px;
  background: url(../img/common/circle-arrow_b.svg) center/cover no-repeat;
  transition: all 0.3s;
}
.item-info-desc__text a:hover::after {
  right: -3px;
}

#glightbox-body {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999 !important;
}

#glightbox-body .goverlay {
  background: rgba(0, 0, 0, 0.7);
}

#glightbox-body .gcontainer {
  width: min(800px, 85vw);
  height: min(800px, 85vh);
  overflow: unset;
}

#glightbox-body .gslide {
  width: 100%;
  height: 100%;
}

#glightbox-body .gslide-inner-content {
  width: 100%;
  height: 100%;
}

#glightbox-body .ginner-container {
  width: 100%;
  height: 100%;
}

#glightbox-body .gslide-media {
  width: 100%;
  height: 100%;
}

#glightbox-body .gslide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

#glightbox-body .gclose {
  top: -40px;
  right: -5px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 26px;
  line-height: 44px;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#glightbox-body .gclose svg {
  width: 13px;
}

#glightbox-body .gprev,
#glightbox-body .gnext {
  background: rgba(0, 0, 0, 0.5);
  top: 45%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#glightbox-body .gprev {
  left: -10px;
}

#glightbox-body .gnext {
  right: -10px;
}

#glightbox-body .gprev svg,
#glightbox-body .gnext svg {
  width: 16px;
}

#glightbox-body .gnext.disabled,
#glightbox-body .gprev.disabled {
  opacity: 0;
}

.item-recommend {
  padding: 60px 0;
}
.item-recommend__table {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.item-recommend__row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.item-recommend__row--good .item-recommend__header {
  background: url(../img/item/wave-recommend.jpg) center/cover no-repeat;
}
.item-recommend__row--good .item-recommend__ttl {
  position: relative;
  color: #004490;
}
.item-recommend__row--good .item-recommend__ttl::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: -88px;
  width: 76px;
  height: 61px;
  background: url(../img/common/kujira02.png) center/cover no-repeat;
}
.item-recommend__row--good .item-recommend__list li::before {
  background: #009de0;
}
.item-recommend__header {
  flex: 0 0 400px;
  padding: 33px 39px 35px;
  display: flex;
  align-items: center;
  position: relative;
  background: #f7f7f7;
}
.item-recommend__ttl {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5238095238;
  letter-spacing: 0.08em;
}
.item-recommend__ttl span {
  background: linear-gradient(transparent 67%, #fff100 67%, #fff100 98%, transparent 98%);
  display: inline;
}
.item-recommend__content {
  flex: 1;
  padding: 33px 39px 35px;
  display: flex;
  align-items: center;
}
.item-recommend__list {
  width: 100%;
}
.item-recommend__list li {
  position: relative;
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.08em;
  padding-left: 19px;
}
.item-recommend__list li + li {
  margin-top: 10px;
}
.item-recommend__list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #111;
  border-radius: 50%;
}

.item-reason {
  position: relative;
  padding: 67px 0 62px;
  background: #e5f8ff;
}
.item-reason::before {
  position: absolute;
  content: "";
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 88px;
  background: url(../img/common/kujira01.png) center/cover no-repeat;
}
.item-reason__ttl {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  text-align: center;
}
.item-reason__ttl span {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  letter-spacing: 0.04em;
}
.item-reason__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.3333333333%;
  margin: 47px auto 0;
}
.item-reason-item {
  position: relative;
  width: 48.3333333333%;
  background: #fff url(../img/item/reason-item-bg.png) top/100% auto no-repeat;
  border-radius: 10px;
  padding: 0 39px 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
}
.item-reason-item::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.07));
  margin: -21px auto 11px;
  z-index: 1;
}
.item-reason-item--01::before {
  background: url(../img/item/reason-img01.png) center/cover no-repeat;
}
.item-reason-item--02::before {
  background: url(../img/item/reason-img02.png) center/cover no-repeat;
}
.item-reason-item--03::before {
  background: url(../img/item/reason-img03.png) center/cover no-repeat;
}
.item-reason-item--04::before {
  background: url(../img/item/reason-img04.png) center/cover no-repeat;
}
.item-reason-item--05::before {
  background: url(../img/item/reason-img05.png) center/cover no-repeat;
}
.item-reason-item--05 .item-reason-item__list-wrap {
  margin-top: 18px;
}
.item-reason-item__badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 77px;
  height: 73px;
  background: url(../img/common/star.svg) center/cover no-repeat;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #004490;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
  z-index: 2;
}
.item-reason-item__ttl {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
  margin-top: 9px;
  z-index: 1;
}
.item-reason-item__ttl .en {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.item-reason-item__ttl .num {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  line-height: 1;
}
.item-reason-item__text {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: 16px;
  z-index: 1;
}
.item-reason-item__list-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: 16px 0 1px;
  z-index: 1;
}
.item-reason-item__list {
  text-align: left;
}
.item-reason-item__list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  padding-left: 34px;
}
.item-reason-item__list li:last-child {
  margin-bottom: 0;
}
.item-reason-item__list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 4px;
  width: 22px;
  height: 16px;
  background: url(../img/common/check_lb.svg) center/cover no-repeat;
}
.item-reason-item__note {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.item-reason-item__more {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #004490;
  border-bottom: 1px solid #004490;
  margin: 0 20px 0 15px;
  transition: all 0.3s ease;
}
.item-reason-item__more::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  top: 6px;
  right: -19px;
  background: url(../img/common/circle-arrow_b.svg) center/cover no-repeat;
}
.item-reason-item__more:hover {
  border-color: transparent;
}
.item-reason__text {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 42px;
}
.item-reason__text a {
  color: #004490;
  text-decoration: underline;
}
.item-reason__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 31px;
}
.item-reason__btns .c-btn span::before, .item-reason__btns .c-btn span::after {
  right: -9px;
}

.item_detail__wrap {
  padding: 50px 0 1px;
}
.item_detail table {
  width: 100%;
  table-layout: auto;
}
.item_detail .specification_h {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
  text-align: center;
  padding-bottom: 60px;
}
.item_detail .specification_h::after {
  position: absolute;
  content: "";
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #004490;
}
.item_detail .main-spec-list {
  position: relative;
  display: flex;
  background: #f7f7f7;
  padding: 25px 0;
  margin-bottom: 40px;
}
.item_detail .main-spec-list__ttl {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
}
.item_detail .main-spec-item {
  width: 100%;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 13px;
}
.item_detail .main-spec-item:last-child {
  border-right: none;
}
.item_detail .main-spec-item__ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
}
.item_detail .main-spec-item__text {
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 12px 0 5px;
}
.item_detail tr:not(:has(.specification_h, .main-spec-list)) {
  border-top: 1px solid #e5e5e5;
}
.item_detail tr:not(:has(.specification_h, .main-spec-list)) th {
  width: 280px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #004490;
  padding: 15px 14px 15px 28px;
}
.item_detail tr:not(:has(.specification_h, .main-spec-list)) td {
  width: calc(100% - 280px);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 15px 14px;
}
.item_detail tr:not(:has(.specification_h, .main-spec-list)) td img {
  margin: -10px 0;
}
.item_detail tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.item-recommend-list__ttl,
.item-checked__ttl {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
  text-align: center;
  margin-top: 68px;
  padding-bottom: 22px;
}
.item-recommend-list__ttl::after,
.item-checked__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #004490;
}

.item-checked .c-product-list__list {
  margin-bottom: 80px;
}
.detail-fixed-bottom {
  width: min(940px, 100%);
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-inline: auto;
  background: #4076b3;
  background: #004490;
  border-radius: 10px;
  z-index: 9999;
  padding-block: 10px;
  padding-inline: clamp(10px, 3.958vw, 50px);
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.736vw, 25px);
}

.dfb-info-area {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: min(400px, 50%);
  padding-block: 5px;
  padding-inline: clamp(15px, 1.736vw, 30px);
  height: 65px;
  font-size: 16px;
  position: relative;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  transition: all ease 0.33s;
  flex-shrink: 0;
  gap: 10px;
  line-height: 1;
  border-radius: 10px;
  letter-spacing: 0;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
}

.dfb-price {
  display: flex;
  align-items: baseline;
  font-size: clamp(12px, 1.111vw, 16px);
}
.dfb-price strong {
  font-size: clamp(18px, 1.9444vw, 28px);
  font-weight: 600;
}

.dfb-amont-area {
  width: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 4px;
  font-size: clamp(12px, 0.972vw, 14px);
  font-weight: 600;
}

.btn-dfb-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e60012;
  width: min(400px, 50%);
  padding-block: 5px;
  padding-inline: clamp(15px, 1.736vw, 30px);
  font-weight: 600;
  height: 65px;
  font-size: 16px;
  position: relative;
  letter-spacing: 0.05em;
  color: #fff !important;
  text-decoration: none !important;
  transition: all ease 0.33s;
  flex-shrink: 0;
  gap: 10px;
  line-height: 1;
  border-radius: 10px;
  letter-spacing: 0;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
  border: 2px solid #e60012;
  transition: all 0.3s;
}
.btn-dfb-cart .cart-icon {
  content: "";
  position: relative;
  display: inline-block;
  width: clamp(16px, 1.736vw, 25px);
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-dfb-cart:hover {
  color: #e60012 !important;
  background: #fff;
}
.btn-dfb-cart.--soldout {
  background: #eee;
  color: #666 !important;
  border-color: #eee;
  cursor: default;
  pointer-events: none;
}
.btn-dfb-cart.--soldout::before {
  content: none;
}
.btn-dfb-cart > span {
  font-size: clamp(13px, 1.111vw, 18px);
}
@media screen and (min-width: 751px) {
  .item-info-slider__thumb .slick-track {
    width: auto !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    transform: none !important;
  }
  .item-info-slider__thumb .slick-track::before, .item-info-slider__thumb .slick-track::after {
    display: none;
  }
  .item-info-slider__thumb .thumb-img {
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .item-recommend-list .c-product-item:nth-child(n+4),
  .item-checked .c-product-item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .item-recommend-list .c-product-list__list,
  .item-checked .c-product-list__list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-top: 41px;
  }
  .item-recommend-list .c-product-item,
  .item-checked .c-product-item {
    flex: 0 0 270px;
  }
  .item-recommend-list .c-product-item__img,
  .item-checked .c-product-item__img {
    margin-bottom: 13px;
  }
  .item-recommend-list .c-product-item__name,
  .item-checked .c-product-item__name {
    font-weight: 500;
    margin-bottom: 5px;
  }
  .item-recommend-list .c-product-item__icon,
  .item-checked .c-product-item__icon {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .item-info__btns {
    flex-flow: column;
  }
  .item-info__cart {
    width: 100%;
  }
  .item-info__buy {
    width: 100%;
  }
  .item-info__btns2 {
    flex-flow: column;
  }
}
@media screen and (max-width: 959px) {
  .item-info__content {
    flex-flow: column;
    gap: 30px;
  }
  .item-info__option select {
    max-width: 100%;
  }
  .item-info__btns2 {
    flex-flow: row;
  }
  .item-recommend__row--good .item-recommend__ttl::after {
    right: -76px;
  }
  .item-recommend__header {
    flex: 0 0 300px;
    padding: 20px;
  }
  .item-recommend__ttl {
    font-size: 18px;
  }
  .item-recommend__list li {
    font-size: 15px;
    line-height: 1.6;
  }
  .item-reason-item {
    padding: 0 30px 33px;
  }
  .item-reason-item__ttl {
    font-size: 20px;
  }
  .item-reason-item__text {
    font-size: 15px;
  }
  .item-reason-item__note {
    font-size: 13px;
  }
  .item_detail .specification_h {
    font-size: 28px;
  }
  .item_detail .main-spec-item__ttl {
    font-size: 16px;
  }
  .item_detail .main-spec-item__text {
    font-size: 18px;
  }
  .item-recommend-list__ttl,
  .item-checked__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .item-info {
    padding: 20px 0 30px;
  }
  .item-info__ttl {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-bottom: 9px;
  }
  .item-info__content {
    margin-top: 15px;
    gap: 20px;
  }
  .item-info-slider {
    max-width: 335px;
  }
  .item-info-slider__slider .slick-prev {
    left: -9px;
  }
  .item-info-slider__slider .slick-next {
    right: -9px;
  }
  .item-info-slider__slider .slider-img {
    width: 335px;
    height: 335px;
  }
  .item-info-slider__slider .slider-img::after {
    bottom: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
  }
  .item-info-slider__thumb {
    margin-top: 20px;
  }
  .item-info-slider__thumb .thumb-img {
    margin-right: 8px;
  }
  .item-info-slider__single {
    width: 335px;
    height: 335px;
  }
  .item-info__text {
    flex: auto;
    width: 100%;
  }
  .item-info__box {
    display: flex;
    flex-flow: column;
  }
  .item-info .c-product-item__icon {
    order: 0;
  }
  .item-info .c-product-item__icon-img {
    width: calc(50% - 3.5px);
    height: 25px;
  }
  .item-info__code {
    order: 3;
    font-size: 12px;
    text-align: right;
    margin-top: 7px;
  }
  .item-info__desc {
    order: 1;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 13px;
  }
  .item-info-price {
    order: 2;
    display: flex;
    flex-flow: column;
    gap: 15px;
    background: #f7f7f7;
    margin-top: 15px;
    padding: 21px 18px 23px;
  }
  .item-info-price__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .item-info-price__ttl {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .item-info-price__text {
    font-size: 14px;
    line-height: 1.2142857143;
    letter-spacing: 0.06em;
    text-align: right;
  }
  .item-info-price__row--02 .item-info-price__text span {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
  }
  .item-info-price__row--03 {
    color: #e60012;
  }
  .item-info-price__row--03 .item-info-price__text span {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
  }
  .item-info__option {
    order: 5;
    margin-top: 27px;
  }
  .item-info__option .makeshop-option-wrap + .makeshop-option-wrap {
    margin-top: 15px;
  }
  .item-info__option .makeshop-option-label {
    font-size: 14px;
  }
  .item-info__option .makeshop-option-label span {
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
    padding: 1px 9px;
  }
  .item-info__option .makeshop-option-select-wrap::after {
    top: 8px;
    right: 13px;
  }
  .item-info__option select {
    height: 40px;
    border-width: 1px;
    border-radius: 2.5px;
    padding: 9px 30px 8px 13px;
    color: #111;
    font-size: 14px;
    margin-top: 8px;
  }
  .item-info__spec-btn {
    order: 6;
    display: block;
    margin-top: 25px;
  }
  .item-info__spec-btn .c-btn {
    max-width: 100%;
    background: #01B3A9;
    border-color: #01B3A9;
  }
  .item-info__btns {
    order: 6;
    margin: 26px -20px 0;
    padding: 20px;
  }
  .item-info__btns span {
    font-size: 16px;
  }
  .item-info__btns:has(.item-info__soldout) {
    margin-left: 0;
    margin-right: 0;
  }
  .item-info__cart {
    border-width: 1px;
    padding: 17px;
  }
  .item-info__cart span {
    padding-left: 25px;
  }
  .item-info__cart span::before {
    left: -9px;
    width: 25px;
    height: 25px;
  }
  .item-info__buy {
    width: 100%;
    border-width: 1px;
    padding: 17px;
  }
  .item-info__buy span {
    padding: 0 0 0 21px;
  }
  .item-info__buy span::before, .item-info__buy span::after {
    right: auto;
    left: -11px;
  }
  .item-info__soldout {
    padding: 10px;
  }
  .item-info__btns2 {
    order: 7;
    flex-flow: column;
    margin-top: 25px;
  }
  .item-info__contact {
    width: 100%;
    border-width: 1px;
    padding: 13px 44px 14px;
  }
  .item-info__contact::before {
    left: 19px;
    width: 19px;
    height: 14px;
  }
  .item-info__contact span {
    padding-left: 0;
  }
  .item-info__favorite {
    width: 100%;
    border-width: 1px;
    padding: 13px 44px 14px;
  }
  .item-info__favorite::before {
    left: 19px;
    width: 19px;
    height: 17px;
  }
  .item-info__favorite span {
    padding-left: 0;
  }
  .item-info__sns {
    order: 9;
    margin-top: 29px;
  }
  .item-info__sns li {
    transform: scale(1.25);
    margin-right: 25px;
  }
  .item-info__bnr {
    order: 10;
    justify-content: center;
    margin-top: 25px;
  }
  .item-info-quantity {
    order: 4;
    margin-top: 15px;
  }
  .item-info-quantity__label {
    font-size: 14px;
  }
  .item-info-quantity__input {
    margin: 0 9px 0 12px;
    transform: translateY(1px);
  }
  .item-info-quantity__input .plus span,
  .item-info-quantity__input .minus span {
    width: 8px;
    height: 5px;
    right: 7px;
  }
  .item-info-quantity__input .plus span {
    top: 12px;
  }
  .item-info-quantity__input .minus span {
    bottom: 11px;
  }
  .item-info-quantity__input input {
    width: 75px;
    height: 35px;
    border-width: 1px;
    border-radius: 2.5px;
    padding: 8px 14px;
    font-size: 14px;
  }
  .item-info-quantity__stock {
    font-size: 12px;
    margin-left: 12px;
  }
  .item-info-desc {
    order: 8;
    margin: 25px -20px 0;
    padding: 0 20px 21px;
  }
  .item-info-desc__row {
    flex-flow: column;
    padding: 22px 0 15px;
  }
  .item-info-desc__row:has(.item-info-desc__ttl--04) .item-info-desc__text {
    display: flex;
    justify-content: space-between;
  }
  .item-info-desc__ttl {
    flex: auto;
    padding: 0 0 0 49px;
  }
  .item-info-desc__ttl::before {
    top: -7px;
    left: 0;
  }
  .item-info-desc__ttl::after {
    top: 14px;
    left: 20px;
  }
  .item-info-desc__text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.07em;
    margin-top: 17px;
  }
  .item-info-desc__text .note {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
  }
  .item-info-desc__text a {
    font-size: 14px;
    margin: 1px 0px 2px 20px;
    padding-right: 19px;
  }
  .item-info-desc__text a::after {
    top: 6px;
    width: 15px;
    height: 15px;
  }
  .item-info-desc__text a:hover::after {
    right: -3px;
  }
  #glightbox-body .gcontainer {
    width: calc(100% - 20px);
    height: -moz-fit-content;
    height: fit-content;
  }
  #glightbox-body .gslide.current {
    display: flex !important;
  }
  #glightbox-body .ginner-container {
    height: auto;
  }
  #glightbox-body .gprev,
  #glightbox-body .gnext {
    width: 32px;
    height: 32px;
  }
  #glightbox-body .gprev {
    left: -5px;
  }
  #glightbox-body .gnext {
    right: -5px;
  }
  .item-recommend {
    padding: 50px 0;
  }
  .item-recommend__row {
    flex-flow: column;
    background: #f7f7f7;
  }
  .item-recommend__row--good {
    background: url(../img/item/wave-recommend_sp.jpg) center/cover no-repeat;
  }
  .item-recommend__row--good .item-recommend__header {
    background: none;
    padding: 20px 20px 10px;
  }
  .item-recommend__row--good .item-recommend__ttl::after {
    bottom: 3px;
    right: -116px;
    width: 58px;
    height: 47px;
  }
  .item-recommend__row--good .item-recommend__content {
    padding-bottom: 22px;
  }
  .item-recommend__row--good .item-recommend__list li + li {
    margin-top: 13px;
  }
  .item-recommend__header {
    flex: auto;
    padding: 17px 18px 11px;
  }
  .item-recommend__ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4375;
  }
  .item-recommend__ttl span {
    background: linear-gradient(transparent 69%, #fff100 69%, #fff100 90%, transparent 90%);
  }
  .item-recommend__content {
    padding: 4px 20px 20px;
  }
  .item-recommend__list {
    width: 100%;
  }
  .item-recommend__list li {
    font-size: 14px;
    line-height: 1.6428571429;
    padding-left: 15px;
  }
  .item-recommend__list li + li {
    margin-top: 9px;
  }
  .item-recommend__list li::before {
    top: 11px;
    width: 5px;
    height: 5px;
  }
  .item-reason {
    padding: 46px 0 40px;
  }
  .item-reason::before {
    top: -26px;
    width: 60px;
    height: 73px;
  }
  .item-reason__ttl {
    font-size: 20px;
    margin: 0 -5px;
  }
  .item-reason__ttl span {
    font-size: 22px;
  }
  .item-reason__list {
    gap: 25px;
    margin-top: 23px;
  }
  .item-reason-item {
    width: 100%;
    padding: 0 25px 20px;
    background-image: url(../img/item/reason-item-bg_sp.png);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  }
  .item-reason-item::before {
    width: 135px;
    height: 135px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.07));
    margin: -11px auto 10px;
  }
  .item-reason-item--05 .item-reason-item__list-wrap {
    margin-top: 8px;
  }
  .item-reason-item__badge {
    top: -5px;
    left: -5px;
    width: 50px;
    height: 47px;
    font-size: 18px;
    padding-top: 8px;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
  }
  .item-reason-item__ttl {
    font-size: 16px;
    line-height: 1.375;
    margin-top: 5px;
  }
  .item-reason-item__ttl .num {
    font-size: 26px;
  }
  .item-reason-item__text {
    font-size: 14px;
    line-height: 1.7857142857;
    margin-top: 9px;
  }
  .item-reason-item__list-wrap {
    margin: 8px 0 3px;
  }
  .item-reason-item__list li {
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 25px;
  }
  .item-reason-item__list li::before {
    top: 6px;
    left: 0;
    width: 18px;
    height: 13px;
  }
  .item-reason-item__note {
    margin-top: 15px;
    font-size: 12px;
  }
  .item-reason-item__more {
    font-size: 14px;
    margin: 0;
  }
  .item-reason-item__more::after {
    width: 15px;
    height: 15px;
    top: 4px;
    right: -17px;
  }
  .item-reason-item__more:hover::after {
    right: -20px;
  }
  .item-reason__text {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin-top: 20px;
  }
  .item-reason__btns {
    flex-flow: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .item-reason__btns .c-btn span::before, .item-reason__btns .c-btn span::after {
    right: -2px;
  }
  .item_detail__wrap {
    padding: 26px 0 0;
  }
  .item_detail .specification_h {
    font-size: 24px;
    padding-bottom: 48px;
  }
  .item_detail .specification_h::after {
    bottom: 33px;
  }
  .item_detail .main-spec-list {
    flex-flow: column;
    padding: 15px 20px 21px;
    margin-bottom: 21px;
  }
  .item_detail .main-spec-list__ttl {
    font-size: 18px;
  }
  .item_detail .main-spec-item {
    display: flex;
    padding: 16px 0 15px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .item_detail .main-spec-item__ttl {
    flex: 0 0 109px;
    font-size: 14px;
    padding-right: 10px;
    text-align: left;
  }
  .item_detail .main-spec-item__text {
    font-size: 14px;
    margin: 0;
  }
  .item_detail tr:not(:has(.specification_h, .main-spec-list)) {
    border-top: 1px solid #e5e5e5;
  }
  .item_detail tr:not(:has(.specification_h, .main-spec-list)) th {
    display: block;
    width: 100%;
    padding: 13px 0 9px;
  }
  .item_detail tr:not(:has(.specification_h, .main-spec-list)) td {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.7142857143;
    padding: 0 0 15px;
  }
  .item-recommend-list__ttl,
  .item-checked__ttl {
    font-size: 20px;
    line-height: 1.45;
    margin-top: 42px;
    padding-bottom: 16px;
  }
  .item-checked .c-product-item__list {
    margin-bottom: 40px;
  }
  .detail-fixed-bottom {
    bottom: 0;
    border-radius: 0px;
  }
  .dfb-info-area {
    flex-flow: column;
    align-items: center;
  }
  .dfb-amont-area {
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  .btn-dfb-cart {
    border-width: 1px;
  }
}
