/**************************************************
*  background-color: colors(warning,dark);
*            ¢­¢­¢­¢­¢­¢­
*  background-color: #ff7b7b;
**************************************************/
@media screen and (min-width: 768px) {
  .productDetail {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail {
    padding-bottom: 53.33333333vw;
  }
}

@media screen and (max-width: 767px) {
  .productDetail .container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .productDetail_inner {
    margin-top: 100px;
  }
}

.productDetail_img {
  position: relative;
}

.productDetail_img_btn {
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .productDetail_img_btn {
    top: 170px;
    width: 37px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_img_btn {
    width: 13.33333333vw;
    top: 50.66666667vw;
  }
}

.productDetail_img_btn a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.productDetail_img_next {
  right: 0;
}

.productDetail_img_prev {
  left: 0;
}

.productDetail .bx-wrapper {
  border: 0;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .productDetail .bx-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail .bx-wrapper {
    margin-bottom: 5.33333333vw;
  }
}

.productDetail_thumb {
  display: flex;
  justify-content: center;
}

.productDetail_thumb .product_thumb {
  max-width: 20%;
}

.productDetail_thumb .product_thumb.active {
  border: 1px solid #D00213;
}

@media screen and (min-width: 768px) {
  .productDetail_name {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .productDetail_info {
    margin-left: 8%;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_info {
    margin-top: 10.66666667vw;
  }
}

@media screen and (min-width: 768px) {
  .productDetail_text ul {
    padding: 1em 0 4em;
    border-bottom: 1px solid #cbcbcb;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_text ul {
    margin-top: 2.66666667vw;
    border-top: 1px solid #cbcbcb;
    padding: 1em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .productDetail_links {
    padding: 2em 0 4em;
    border-bottom: 1px solid #cbcbcb;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_links {
    margin-top: 2.66666667vw;
    border-top: 1px solid #cbcbcb;
    padding: 5.33333333vw 0 8vw;
  }
}

.productDetail_links a {
  padding-right: 1.3em;
  background: url("https://img21.shop-pro.jp/PA01474/436/etc/arrow-right.png?cmsp_timestamp=20211022111517") no-repeat right center/ .4em ;
}

.productDetail_links a:hover {
  color: #d00213
}

.productDetail_info ul li {
  margin-top: 1em;
}

.productDetail_table {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}

.productDetail_table > tbody > tr {
  border-top: 1px solid #cbcbcb;
}

.productDetail_table > tbody > tr > th, .productDetail_table > tbody > tr > td {
  padding: 1em;
  vertical-align: middle;
}

.productDetail_table > tbody > tr > th {
  text-align: left;
  border-right: 1px solid #cbcbcb;
}

@media screen and (min-width: 768px) {
  .productDetail_table > tbody > tr > th {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_table > tbody > tr > th {
    width: 26.66666667vw;
  }
}

.productDetail button {
  border: 0;
  padding: 0;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .productDetail button {
    margin: 40px 0;
    width: 335px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail button {
    width: 100%;
    margin: 10.66666667vw 0;
  }
}

.productDetail label {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .productDetail label input[type="radio"] {
    margin: 0 5px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .productDetail label input[type="radio"] {
    margin: 0 1.33333333vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .productDetail label + label {
    margin-top: 9.33333333vw;
  }
}

.productDetail select {
  height: 3em;
}

@media screen and (min-width: 768px) {
  .productDetail select {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail select {
    width: 18.66666667vw;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_text {
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 768px) {
  .productDetail_other {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_other {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_other + .productDetail_other {
    margin-top: 5.33333333vw;
  }
}

.productDetail_heading {
  font-weight: 600px;
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (min-width: 768px) {
  .productDetail_heading {
    margin-bottom: 40px;
    padding-bottom: .3em;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail_heading {
    margin-bottom: 5.33333333vw;
    padding: .5em 0;
    font-size: 4.8vw;
    border-top: 1px solid #cbcbcb;
  }
}

@media screen and (min-width: 768px) {
  .productDetail .ctegoryList, .productDetail .checkList {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .productDetail .ctegoryList a, .productDetail .checkList a {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail .ctegoryList a + a, .productDetail .checkList a + a {
    display: block;
    margin-top: 5.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .productDetail .ctegoryList {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .productDetail .ctegoryList a {
    width: 240px;
  }
}

.productDetail .checkList a {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .productDetail .checkList a + a {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .productDetail .checkList_img {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail .checkList_img {
    width: 13.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .productDetail .checkList p {
    width: 170px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .productDetail .checkList p {
    font-size: 3.73333333vw;
    width: 73.33333333vw;
  }
}
