@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Oswald&display=swap"); */
.products {
  /* ソート用、後日コンポーネントごとに別のファイル化 */
}

.products .pagination .pagination__next {
  width: 100%;
  padding-bottom: 1px;
  text-align: center;
  line-height: 3em;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.products .pagination .pagination__next:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  position: absolute;
  top: 53%;
  right: 10px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .products .c-pager-count__number {
    font-size: 16px;
    margin-right: 2px;
  }
}
.products .c-sort-btn {
  /* padding-right: 7px; */
  padding-left: 14px;
}

.products .c-sort-btn::before {
  margin-inline: 0.1em 0.15em;
  height: 15px;
  width: 15px;
}

@media screen and (min-width: 992px) {
  .products .c-sort-btn::before {
    height: 18px;
    width: 18px;
  }
}
/*@media screen and (max-width: 991px) {*/
/*  .products .listset {*/
/*    padding-top: 4px !important;*/
/*    padding-bottom: 14px !important;*/
/*  }*/
/*}*/
.products .listset button {
  width: 126px;
  position: relative;
  color: #000;
  padding-bottom: 1px;
}

@media screen and (min-width: 992px) {
  .products .listset button {
    width: 137px;
    font-size: 14px;
  }
}
.products .listset button::before {
  position: absolute;
  top: 3.5px;
  left: 2px;
}

@media screen and (min-width: 992px) {
  .products .listset button::before {
    left: 3px;
    top: 4px;
  }
}
.products .listset button.btn {
  color: #000;
}

.products .listset button.btn.show {
  background-color: #fff !important;
  color: #A4A4A4;
}

.products .listset button.btn.show:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* color: #A4A4A4; */
  background-color: #fff !important;
}

.products .listset button.btn.show:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* color: #A4A4A4; */
  background-color: #fff !important;
}

.products .listset button.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* color: #A4A4A4; */
  background-color: #fff !important;
}

.products .listset button.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* color: #A4A4A4; */
  background-color: #fff !important;
}

.products .listset .dropdown-menu {
  padding: 0;
  min-width: 126px !important;
  border-radius: 4px;
  -webkit-transform: translate3d(0px, 32px, 0px) !important;
  transform: translate3d(0px, 32px, 0px) !important;
  border: none;
  -webkit-box-shadow: 2px 2px 10px rgba(157, 157, 157, 0.16);
  box-shadow: 2px 2px 10px rgba(157, 157, 157, 0.16);
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .products .listset .dropdown-menu {
    min-width: 137px !important;
  }
}
.products .listset .dropdown-menu li {
  border-bottom: 1px solid #E5E5E5;
}

.products .listset .dropdown-menu li:last-child {
  border-bottom: none;
}

.products .listset .dropdown-item {
  min-width: none;
  position: relative;
  padding-left: 33px;
  padding-top: 4px;
  padding-bottom: 5px;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .products .listset .dropdown-item {
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 5px;
    font-size: 14px;
  }
}
.products .listset .dropdown-item.active {
  background-color: #fff;
  color: #000;
}

.products .listset .dropdown-item.active::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 7px;
  top: 8px;
  left: 10px;
  border-left: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  .products .listset .dropdown-item.active::before {
    top: 11px;
    left: 9px;
  }
}
.products-detail {
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
}

@media screen and (max-width: 991px) {
  .products-detail .sp-search,
  .products-detail .keyword-wrap {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .products-detail .breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  .products-detail .special-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .products-detail .pg-s-cat-search .vstack .btn {
    font-size: 16px;
  }
}
.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .product-detail {
    width: 100%;
    padding-bottom: 25px;
  }
}
.product-detail .modal__background {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 9998;
  display: none;
}

.product-detail .modal__background.active {
  display: block;
}

.product-detail__img {
  width: 100%;
  max-width: 618px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .product-detail__img {
    max-width: none;
    padding: 0;
  }
}
.product-detail__img .gallery__img {
  position: absolute;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 8;
  margin: -25px 0px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product-detail__img .gallery__img {
    bottom: 8px;
    right: 16px;
  }
}
.product-detail__img .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.product-detail__img .swiper-slide {
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.product-detail__img .mySwiper2 {
  height: 80%;
  width: 100%;
}

.product-detail__img .mySwiper2 .swiper-slide-active.zoom {
  overflow: auto;
}

.product-detail__img .mySwiper2 .swiper-slide-active.zoom img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.product-detail__img .mySwiper2 .swiper-wrapper {
  max-height: initial !important;
}

.product-detail__img .mySwiper2 .o-nav__header {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F8F8F8;
  display: none;
}

.product-detail__img .mySwiper2 .o-nav__header .modal__close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: 38px;
  line-height: 1rem;
}

.product-detail__img .mySwiper2 .o-nav__header .modal__close::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 4px;
  left: -1rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.product-detail__img .mySwiper2 .o-nav__header .modal__close .close__text {
  font-weight: 500;
}

.product-detail__img .mySwiper2 .o-nav__header .ttl {
  font-weight: 500;
}

.product-detail__img .mySwiper2.modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background: white;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-detail__img .mySwiper2.modal .gallery__img {
  display: none;
}

.product-detail__img .mySwiper2.modal .o-nav__header {
  display: block;
}

.product-detail__img .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

@media screen and (min-width: 992px) {
  .product-detail__img .mySwiper {
    margin-top: 55px;
  }
}
.product-detail__img .mySwiper.hidden {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .product-detail__img .mySwiper.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.product-detail__img .mySwiper .swiper-wrapper {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

@media screen and (min-width: 992px) {
  .product-detail__img .mySwiper .swiper-wrapper {
    max-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail__img .mySwiper .swiper-slide {
    margin-top: 11px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .product-detail__img .mySwiper {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    /* height: 100vh; */
    overflow-x: auto;
    z-index: 9997;
    padding: 0;
    background-color: white;
    height: 100vh;
    overflow-y: auto;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .product-detail__img .mySwiper .o-nav__header {
    position: relative;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F8F8F8;
  }
  .product-detail__img .mySwiper .o-nav__header .gallery__close {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    left: 38px;
    line-height: 1rem;
  }
  .product-detail__img .mySwiper .o-nav__header .gallery__close::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 4px;
    left: -1rem;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .product-detail__img .mySwiper .o-nav__header .gallery__close .close__text {
    font-weight: 500;
  }
  .product-detail__img .mySwiper .o-nav__header .ttl {
    font-weight: 500;
  }
  .product-detail__img .mySwiper .swiper-wrapper {
    max-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail__img .mySwiper .swiper-slide {
    margin: 0 !important;
    padding: 0 !important;
    width: 50% !important;
  }
}
.product-detail__img .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.9;
}

@media screen and (max-width: 991px) {
  .product-detail__img .mySwiper .swiper-slide {
    opacity: 1;
  }
}
.product-detail__img .mySwiper .swiper-slide-thumb-active {
  border: solid 2px var(--bs-primary);
  opacity: 1;
}

.product-detail__img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-detail__img .swiper-button-next,
.product-detail__img .swiper-button-prev {
  width: 20px;
  height: 20px;
  color: black;
}

.product-detail__img .swiper-button-next:after,
.product-detail__img .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 22px;
}

.product-detail__img .swiper-button-prev:after,
.product-detail__img .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 22px;
}

.product-detail__des {
  width: 100%;
  max-width: 477px;
}

@media screen and (max-width: 991px) {
  .product-detail__des {
    max-width: none;
    padding: 25px 16px;
  }
}
.product-detail__des .option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail__des .option-wrap__inner {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.7142857143;
  text-align: left;
  color: #707070;
  margin-right: 10px;
  margin-bottom: 0;
	border: 1px solid;
	padding: 0 3px;
	border-radius: 3px;
}

.product-detail__des .option-wrap__inner.new {
  color: #fff;
	font-weight: 700;
	background-color: #CFB465;
  border: #CFB465 solid 1px;
}

.product-detail__des .option-wrap__inner.rank {
  color: #CBAB46;
  font-family: "Lato", sans-serif;
}

.product-detail__des .option-wrap__inner.discount {
	background-color: var(--bs-danger);
	color: #fff;
	border: var(--bs-danger) solid 1px;
}

.product-detail__des .option-wrap__inner.speed {
	background-color: var(--bs-danger);
	color: #fff;
	font-weight: 700;
	font-style: italic;
	padding-right: .3rem;
	border: var(--bs-danger) solid 1px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .option-wrap__inner {
    font-size: 10px;
    margin-right: 10px;
  }
}
.product-detail__des .option-wrap__inner:last-child {
  margin-right: 0;
}

.product-detail__des__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #000;
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .product-detail__des__ttl {
    font-size: 15px;
    margin-top: 6px;
  }
}
.product-detail__des .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .price-wrap {
    margin-top: 11px;
  }
}
.product-detail__des .price-wrap__type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2666666667;
  text-align: center;
  color: #000;
  margin-right: 20px;
  padding-bottom: 4px;
  position: relative;
  border-bottom: solid 4px #000000;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .price-wrap__type {
    width: 60px;
    font-size: 12px;
    border-bottom: solid 3px #000000;
    padding-bottom: 2px;
    margin-right: 11px;
  }
}
.product-detail__des .price-wrap__type.case-member {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.product-detail__des .price-wrap__price {
  font-family: "LatoWebSemibold";
  font-size: 38px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #000;
  margin-right: 8px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .product-detail__des .price-wrap__price {
    font-size: 30px;
  }
}
.product-detail__des .price-wrap__price span {
  display: inline-block;
}

.product-detail__des .price-wrap__price.case-member {
  color: var(--bs-primary);
}

.product-detail__des .price-wrap__tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5384615385;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .price-wrap__tax {
    font-size: 10px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.product-detail__des .price-wrap__tax.case-member {
  color: var(--bs-primary);
}

.product-detail__des .price-wrap.case-member {
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .price-wrap.case-member {
    margin-top: 7px;
  }
}
.product-detail__des .size-wrap {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap {
    margin-top: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.product-detail__des .size-wrap__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: left;
  color: #000;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap__ttl {
    margin-top: 0;
    font-size: 15px;
    width: 75px;
  }
}
.product-detail__des .size-wrap__ctn {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail__des .size-wrap__ctn::after {
  display: block;
  content:"";
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap__ctn {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: #EFEFEF;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-detail__des .size-wrap__ctn.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.product-detail__des .size-wrap__ctn__header {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap__ctn__header {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
  }
  .product-detail__des .size-wrap__ctn__header__close {
    padding-left: 21px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    color: #000;
  }
  .product-detail__des .size-wrap__ctn__header__close::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.product-detail__des .size-wrap__ctn .__inner {
  width: calc((100% - 20px) / 3);
  height: 45px;
  border: solid 2px #A4A4A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000;
  margin-top: 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap__ctn .__inner {
    border: none;
    width: calc(100% - 32px);
    margin-top: 10px;
    margin-left: 16px;
    background-color: white;
    height: 44px;
    padding: 0 21px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
  }
}
.product-detail__des .size-wrap__ctn .__inner.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
}

@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap__ctn .__inner.active {
    background-color: white;
    color: black;
  }
}
.product-detail__des .size-wrap__select {
  display: none;
}

.product-detail__des .size-wrap__select__ctn {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap__select__ctn.active {
    display: block;
    width: calc(100% - 107px - 75px);
    font-size: 13px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: black;
  }
}
@media screen and (max-width: 991px) {
  .product-detail__des .size-wrap__select {
    display: block;
  }
  .product-detail__des .size-wrap__select__inner {
    width: 107px;
    height: 44px;
    border: solid 2px #A4A4A4;
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
  .product-detail__des .size-wrap__select__inner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail__des .size-wrap__select__inner.add__inner {
    width: 128px;
    padding-left: 21px;
    padding-bottom: 2px;
  }
  .product-detail__des .size-wrap__select__inner span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .product-detail__des .size-wrap__select__inner img {
    margin-left: 10px;
    margin-top: 4px;
    width: 15.83px;
    height: 15.83px;
  }
}

.product-detail__des .color-wrap {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap {
    margin-top: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.product-detail__des .color-wrap__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: left;
  color: #000;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap__ttl {
    margin-top: 0;
    font-size: 15px;
    width: 75px;
  }
}
.product-detail__des .color-wrap__ctn {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail__des .color-wrap__ctn::after {
  display: block;
  content:"";
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap__ctn {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: #EFEFEF;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-detail__des .color-wrap__ctn.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.product-detail__des .color-wrap__ctn__header {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap__ctn__header {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
  }
  .product-detail__des .color-wrap__ctn__header__close {
    padding-left: 21px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    color: #000;
  }
  .product-detail__des .color-wrap__ctn__header__close::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.product-detail__des .color-wrap__ctn .__inner {
  width: calc((100% - 20px) / 3);
  height: 45px;
  border: solid 2px #A4A4A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000;
  margin-top: 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap__ctn .__inner {
    border: none;
    width: calc(100% - 32px);
    margin-top: 10px;
    margin-left: 16px;
    background-color: white;
    height: 44px;
    padding: 0 21px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
  }
}
.product-detail__des .color-wrap__ctn .__inner.active {
  background-color: #e6002d;
  border-color: #e6002d;
  color: white;
}

@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap__ctn .__inner.active {
    background-color: white;
    color: black;
  }
}
.product-detail__des .color-wrap__select {
  display: none;
}

.product-detail__des .color-wrap__select__ctn {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap__select__ctn.active {
    display: block;
    width: calc(100% - 107px - 75px);
    font-size: 13px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: black;
  }
}
@media screen and (max-width: 991px) {
  .product-detail__des .color-wrap__select {
    display: block;
  }
  .product-detail__des .color-wrap__select__inner {
    width: 107px;
    height: 44px;
    border: solid 2px #A4A4A4;
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
  .product-detail__des .color-wrap__select__inner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail__des .color-wrap__select__inner.add__inner {
    width: 128px;
    padding-left: 21px;
    padding-bottom: 2px;
  }
  .product-detail__des .color-wrap__select__inner span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .product-detail__des .color-wrap__select__inner img {
    margin-left: 10px;
    margin-top: 4px;
    width: 15.83px;
    height: 15.83px;
  }
}

.product-detail__des .type-wrap {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap {
    margin-top: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.product-detail__des .type-wrap__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: left;
  color: #000;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap__ttl {
    margin-top: 0;
    font-size: 15px;
    width: 75px;
  }
}
.product-detail__des .type-wrap__ctn {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap__ctn {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: #EFEFEF;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-detail__des .type-wrap__ctn.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.product-detail__des .type-wrap__ctn__header {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap__ctn__header {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
  }
  .product-detail__des .type-wrap__ctn__header__close {
    padding-left: 21px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    color: #000;
  }
  .product-detail__des .type-wrap__ctn__header__close::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.product-detail__des .type-wrap__ctn .__inner {
  width: calc((100% - 10px) / 2);
  height: 45px;
  border: solid 2px #A4A4A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000;
  margin-top: 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap__ctn .__inner {
    border: none;
    width: calc(100% - 32px);
    margin-top: 10px;
    margin-left: 16px;
    background-color: white;
    height: 44px;
    padding: 0 21px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
  }
}
.product-detail__des .type-wrap__ctn .__inner.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
}

@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap__ctn .__inner.active {
    background-color: white;
    color: black;
  }
}
.product-detail__des .type-wrap__select {
  display: none;
}

.product-detail__des .type-wrap__select__ctn {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap__select__ctn.active {
    display: block;
    width: calc(100% - 107px - 75px);
    font-size: 13px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: black;
  }
}
@media screen and (max-width: 991px) {
  .product-detail__des .type-wrap__select {
    display: block;
  }
  .product-detail__des .type-wrap__select__inner {
    width: 107px;
    height: 44px;
    border: solid 2px #A4A4A4;
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
  .product-detail__des .type-wrap__select__inner.add__inner {
    width: 128px;
    padding-left: 21px;
  }
  .product-detail__des .type-wrap__select__inner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail__des .type-wrap__select__inner span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .product-detail__des .type-wrap__select__inner img {
    margin-left: 10px;
    margin-top: 4px;
    width: 15.83px;
    height: 15.83px;
  }
}
.product-detail__des .count-wrap {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .product-detail__des .count-wrap {
    margin-top: 18px;
  }
}
.product-detail__des .count-wrap__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: left;
  color: #000;
  width: 80px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .count-wrap__ttl {
    width: 75px;
    font-size: 15px;
  }
}
.product-detail__des .count-wrap__ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.product-detail__des .count-wrap__ctn button {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	background-color: #EFEFEF;
	border: solid 2px #A4A4A4;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


@media screen and (max-width: 991px) {
  .product-detail__des .count-wrap__ctn button {
    width: 43px;
    height: 42px;
    background-color: #EFEFEF;
    border: solid 2px #A4A4A4;
    padding-bottom: 3px;
  }
}
.product-detail__des .count-wrap__ctn input {
  width: 45px;
  height: 45px;
  border: solid 2px #A4A4A4;
  border-right: 0;
  border-left: 0;
  text-align: center;
  font-family: "LatoWebSemibold";
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 15px;
  text-align: center;
  color: #000;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
	opacity: 1;
}

.product-detail__des .count-wrap__ctn input:focus {
	border: solid 2px #A4A4A4 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	outline: none !important;
}

@media screen and (max-width: 991px) {
  .product-detail__des .count-wrap__ctn input {
    width: 42px;
    height: 42px;
    font-size: 20px;
    border-left: none;
    border-right: none;
	padding: 0;
  }
}

.product-detail__des .name-wrap {
  margin-top: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
}

.name_box.name-wrap.first-name-wrap {
	margin-top: 35px;
}

.product-detail__des .name-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .product-detail__des .name-wrap {
    margin-top: 18px;
  }
}
.product-detail__des .name-wrap__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: left;
  color: #000;
  margin-top: 14px;
  width: 80px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .name-wrap__ttl {
    font-size: 15px;
    width: 75px;
  }
}
.product-detail__des .name-wrap__ctn {
  width: calc(100% - 80px);
}

@media screen and (max-width: 991px) {
  .product-detail__des .name-wrap__ctn {
    width: calc(100% - 75px);
  }
}
.product-detail__des .name-wrap__ctn input {
  height: 45px;
  width: 100%;
  border: solid 2px #A4A4A4;
  padding: 0 3px;
}

.product-detail__des .name-wrap__ctn p {
  margin: 0;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 991px) {
  .product-detail__des .name-wrap__ctn p {
    font-size: 9px;
  }
}
.function_btn_icon {
  margin-right: 18px;
}

.product-detail__des .function_btn {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  margin-top: 35px;
  position: relative;
}
.product-detail__des .function_btn_fav {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn .function_btn_fav {
    height: 44px;
    margin-top: 15px;
  }
}
.product-detail__des .function_btn .function_btn_fav img,
.product-detail__des .function_btn .function_btn_fav svg {
  margin-right: 18px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn .function_btn_fav img,
  .product-detail__des .function_btn .function_btn_fav svg {
    margin-right: 10px;
  }
}
.product-detail__des .function_btn .function_btn_fav span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn .function_btn_fav span {
    font-size: 14px;
  }
}
.product-detail__des .function_btn_alert {
  position: absolute;
  width: 360px;
  height: 170px;
  background-color: #000;
  right: 0;
  bottom: 56px;
  display: none;
  z-index: 99;
	opacity: 0.9;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn_alert {
    position: fixed;
    width: 70%;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.8901960784);
    right: 15vw;
    bottom: 45vh;
    padding: 0 16px;
  }
}
.product-detail__des .function_btn_alert.active {
  display: block;
}

.product-detail__des .function_btn_alert .__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn_alert .__container {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.product-detail__des .function_btn_alert .__container::after {
  content: "";
  position: absolute;
  right: 30%;
  bottom: -19px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 22px solid #000;
	opacity: 0.9;
  clear: both;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn_alert .__container::after {
    display: none;
  }
}
.product-detail__des .function_btn_alert__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #fff;
	padding: 0 16px;
}

@media screen and (max-width: 991px) {
	.product-detail__des .function_btn_alert__des {
		color: #fff;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 1;
		text-align: center;
		padding: 1rem 0;
	}
	
	.product-detail__des .function_btn_alert__des #cartPopupSP {
		display: block;
	}
}
.product-detail__des .function_btn_alert .btn__group,
.product-detail__des .function_btn_alert .close_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
	.product-detail__des .function_btn_alert .btn__group,
	.product-detail__des .function_btn_alert .close_cont {
		margin-top: 30px;
	}
}

.product-detail__des .function_btn_alert .btn__group a,
.product-detail__des .function_btn_alert .close_cont {
  width: 148px;
  height: 38px;
  outline: none;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn_alert .btn__group a,
  .product-detail__des .function_btn_alert .close_cont {
    width: 100px;
    height: 44px;
    font-size: 12px;
    line-height: 1;
  }
}
.product-detail__des .function_btn_alert .btn__group .shop_cont,
.product-detail__des .function_btn_alert .close_cont {
  background-color: transparent;
  border: solid 2px rgba(255, 255, 255, 0.7176470588);
  margin-right: 16px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .function_btn_alert .btn__group .shop_cont {
    display: none;
  }
}
.product-detail__des .function_btn_alert .btn__group .show_btn {
  background-color: var(--bs-primary);
}

.product-detail__des .function_btn_alert .close_cont {
	margin: 30px auto 0px;
}

@media screen and (max-width: 991px) {
	.product-detail__des .function_btn_alert .btn__group .close_cont {
		margin: 0px;
	}
	.product-detail__des .function_btn_alert .close_cont {
		margin: 0px auto;
	}
}

.product-detail__des .function_btn_alert .cancel_btn {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
	.product-detail__des .function_btn_alert .cancel_btn {
		right: 0px;
	}
}

.product-detail__des .function_btn_alert .cancel_btn img {
  width: 10px;
  height: 10px;
  margin-right: 0;
}

.product-detail__des .purchase__btn {
  background-color: #e6002d;
  margin-top: 35px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-detail__des .purchase__btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .product-detail__des .purchase__btn {
    margin-top: 24px;
  }
}
.product-detail__des .purchase__btn span {
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .product-detail__des .purchase__btn img {
    margin-right: 17px;
  }
}
.product-detail__des .addcart__btn {
  background-color: var(--bs-primary);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-detail__des .addcart__btn:hover {
  background-color: rgba(var(--bs-dark-rgb), .5);
}

.product-detail__des .addcart__btn span {
  color: white;
	font-family: "Noto Sans JP", sans-serif;
}

.product-detail__des .wishlist__btn {
  background-color: transparent;
  border: solid 2px var(--bs-dark);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-detail__des .wishlist__btn:hover {
  background-color: var(--bs-dark);
}

.product-detail__des .wishlist__btn:hover span {
  color: white;
}

.product-detail__des .wishlist__btn:hover svg path {
  fill: white;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-detail__des .wishlist__btn svg path {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-detail__des .wishlist__btn span {
  color: #000;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-detail__des .contact__btn {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: none;
  background-color: transparent;
  outline: none;
  margin-left: auto;
  padding: 0;
}

.product-detail__des .contact__btn:hover {
  opacity: 0.8;
}

.product-detail__des .contact__btn img {
  margin-left: 6px;
}

.product-detail__des .contact__btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  color: #e6002d;
  padding-bottom: 4px;
  border-bottom: solid 1px #e6002d;
}

.product-detail__des__inner {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .product-detail__des__inner {
    margin-top: 20px;
  }
}
.product-detail__des__inner .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #000;
}

.product-detail__des__inner .btn__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: solid 1px #707070;
}

.product-detail__des__inner .btn__group__inner {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: left;
  color: #707070;
  padding-bottom: 18px;
  margin-right: 60px;
  cursor: pointer;
}

.product-detail__des__inner .btn__group__inner:last-child {
  margin-right: 0;
}

.product-detail__des__inner .btn__group__inner.active {
  padding-bottom: 10px;
  color: black;
  border-bottom: solid 8px var(--bs-primary);
}

.product-detail__des__inner .des-wrap {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .product-detail__des__inner .des-wrap {
    padding-top: 20px;
  }
}
.product-detail__des__inner .des-wrap__btn {
  width: 100%;
  position: relative;
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: #000;
  cursor: pointer;
  border-bottom: solid 1px #707070;
}

.product-detail__des__inner .des-wrap__btn::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 3px;
  border-top: solid 1px #707070;
  border-right: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product-detail__des__inner .des-wrap__btn::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  border-top: solid 1px #707070;
  border-right: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% - 4px);
  right: 7px;
}

.product-detail__des__inner .des-wrap__btn.is_active::after {
  border-top: none;
}

.product-detail__des__inner .des-wrap__inner {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-detail__des__inner .des-wrap__inner {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }
}
.product-detail__des__inner .des-wrap__inner.active {
  display: block;
}

@media screen and (max-width: 991px) {
  .product-detail__des__inner .des-wrap__inner__ctn {
    padding: 18px 0;
  }
}
.product-detail__des__inner .des-wrap__inner__ctn .table__inner {
  width: 100%;
  overflow-y: auto;
}

.product-detail__des__inner .des-wrap__inner__ctn .table__inner table {
  min-width: 100%;
}

.product-detail__des__inner .des-wrap__inner__ctn .table__inner table th {
  min-width: 55px;
  background-color: #C9C1C1;
  border: solid 1px #707070;
  text-align: center;
  padding: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #000;
}

.product-detail__des__inner .des-wrap__inner__ctn .table__inner table td {
  border: solid 1px #707070;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #000;
  background-color: white;
}

.product-detail__des__inner .des-wrap__inner__ctn .table__inner table td:first-child {
  font-weight: 500;
  background-color: transparent;
}

.product-detail__des__inner .des-wrap__inner__ctn h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #000;
  padding: 21px 0 8px 0;
  border-bottom: solid 1px #707070;
}

.product-detail__des__inner .des-wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .product-detail__des__inner .des-wrap p {
    font-size: 12px;
    line-height: 18px;
  }
}
.product-detail__des .social-wrap {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .product-detail__des .social-wrap {
    margin-top: 16px;
  }
}
.product-detail__des .social-wrap__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 991px) {
  .product-detail__des .social-wrap__ttl {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-detail__des .social-wrap__ctn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .product-detail__des .social-wrap__ctn {
    margin-top: 16px;
  }
}
.product-detail__des .social-wrap__ctn img {
  margin: 0 25px;
}

.product-detail__des .social-wrap__ctn img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .product-detail__des .social-wrap__ctn img {
    margin: 0 17.5px;
    height: 42px;
  }
  .product-detail__des .social-wrap__ctn img.social-twitter {
    height: 35px;
  }
}
.product-detail__recommend {
	margin-top: 70px;
	margin-bottom: 65px;
	width: 100%;
}

@media screen and (max-width: 991px) {
  .product-detail__recommend {
    margin-top: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
.product-detail__recommend .c-prod-list {
  margin: 0;
}

.product-detail__recommend .c-prod-list__col {
	width: 16.6666666667%;
	margin: 0;
	padding-top: 45px;
}

@media screen and (max-width: 991px) {
  .product-detail__recommend .c-prod-list__col {
    padding-top: 38px;
    padding-bottom: 20px;
  }
}
.product-detail__recommend .vstack {
  width: 100%;
  max-width: 350px;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .product-detail__recommend .vstack {
    height: 44px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail__recommend .vstack .btn {
    font-size: 16px;
  }
}
.product-detail__latest {
  margin-top: 70px;
  margin-bottom: 65px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .product-detail__latest {
    margin: 35px 0 17px;
    width: 100%;
    padding: 0 16px;
  }
}
.product-detail__latest .c-prod-list {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .product-detail__latest .c-prod-list {
    width: 100%;
    max-width: 100%;
  }
}
.product-detail__latest .c-prod-list__col {
  width: 16.6666666667%;
  margin: 0;
  padding-top: 45px;
}

@media screen and (max-width: 991px) {
  .product-detail__latest .c-prod-list__col {
    padding-top: 38px;
    padding-bottom: 20px;
  }
}
.product-detail__latest .vstack {
  width: 100%;
  max-width: 350px;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .product-detail__latest .vstack {
    height: 44px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail__latest .vstack .btn {
    font-size: 16px;
  }
}
.pswp {
  z-index: 999999;
}
.purchase-alert__ctn span {
  -webkit-line-clamp: 3!important;
}
@media screen and (max-width: 991px) {
  .purchase-alert__ctn span {
    -webkit-line-clamp: 4!important;
  }
}
@media screen and (max-width: 991px) {
    /* スマホ画面（991px以下）でのカート追加ポップアップ */
    .product-detail__des #cartMessage {
        width: 78%;
        height: auto;
        right: 11vw;
        padding: 5px 16px 10px;
    }
    /* カート追加ポップアップ内のメッセージテキスト */
    .product-detail__des #cartMessage .function_btn_alert__des #cartPopupSP {
        text-align: left;
        display: inline-block;
    }
}