.textLink{
  text-decoration: underline;
  transition: .3s;
}
.textLink:hover{
  opacity: .7;
}

.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock{
  margin-top: 50px;
}

.itemDetail_faq-wrap{
  width: 100%;
  padding: 100px 0;
}
.itemDetail_faq-inner{
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.itemDetail_faq_text{
  line-height: 2;
  margin: 0 0 20px;
}
.itemDetail_faq_text a{
  text-decoration: underline;
}

.itemDetail_faq_link{
  display: flex;
  flex-wrap: wrap;
}
.itemDetail_faq_link li{
  /* padding-right: 1em; */
  margin-right: 15px;
  margin-bottom: 15px;
  list-style: none;
}

.itemDetail_faq_link li a{
  padding: 5px 30px;
  background: #D7000F;
  border: 1px solid #D7000F;
  color: #fff;
  border-radius: 50px;
  transition: .3s;
  text-decoration: none;
  display: block;
}
.itemDetail_faq_link li a:hover{
  background: #fff;
  color: #D7000F;
}

.itemDetail_faq_title{
  font-family: "Yu Gothic Pr6N B";
  font-size: 36px;
  text-align: center;
  margin: 0 0 50px;
}

.itemDetail_faq_category{
  padding: 30px 0 0;
}
.itemDetail_faq_category > h3{
  font-family: "Yu Gothic Pr6N B";
  font-size: 20px;
}

.itemDetail_faq{
  width: 100%;
}

.itemDetail_faq dt,
.itemDetail_faq dd{
  cursor: pointer;
  background: #F2F2F2;
  line-height: 2;
}
.itemDetail_faq dt{
  color: #000;
  padding: 15px 60px;
  box-sizing: border-box;
  margin: 20px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  transition: .3s;
  border-radius: 16px;
}
.itemDetail_faq dt.active{
  border-radius: 16px 16px 0 0;
}
.itemDetail_faq dt::before{
  font-family: "Yu Gothic Pr6N B";
  content: "Q.";
  color: #D7000F;
  font-size: 20px;
  line-height: 1;
  display: block;
  position: absolute;
  left: 20px;
  top: 17px;
}
.itemDetail_faq dt::after{
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 28px;
  transition: .3s;
  margin-top: 4px;
}
.itemDetail_faq dt.active::after{
  transform: rotate(180deg);
}
.itemDetail_faq dt:hover,
.itemDetail_faq dt:has(+ dd:hover){
  color: #D7000F;
}

.itemDetail_faq dd {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;

  /* line-height: 2; */
  /* background: #fff; */

  box-sizing: border-box;
  /* border-radius: 13px; */
  border-radius: 0 0 16px 16px;
}
.itemDetail_faq dd span{
  /* padding: 20px 60px; */
  padding: 15px 30px 15px 60px;
  display: block;
  position: relative;
  word-break: break-word;
}
.itemDetail_faq dd span::before{
  font-family: "Yu Gothic Pr6N B";
  content: "A.";
  color: #D7000F;
  font-size: 20px;
  line-height: 1;
  display: block;
  position: absolute;
  left: 20px;
  top: 21px;
}
.itemDetail_faq dd a{
  text-decoration: underline;
}
.list_num{
  counter-reset: num 0;
}
.list_num li{
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
.list_num li::before{
  counter-increment: num 1;
  content: counter(num)".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.itemDetail_faq_youtube{
  width: 100%;
}
.itemDetail_faq_youtube iframe{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
}
.itemDetail_faq_image{
  width: 100%;
}

.item_variation-wrap{
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}
.item_variation-wrap p{
  font-family: "Yu Gothic Pr6N B", sans-serif;
  margin-bottom: 10px;
}
.item_variation-wrap ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.item_variation-wrap ul li{
  width: 49%;
  list-style: none;
}
.item_variation-wrap ul li a{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: #f5f5f5;
  padding: 15px;
  text-decoration: none !important;

  border-radius: 10px;
  border: 1px solid #c6c6c6;
  transition: .3s;

  font-size: 15px;
}
.item_variation-wrap ul li a:hover{
  opacity: .7;
  border-color: #D7000F;
}
.item_variation_comment{
  font-family: "Yu Gothic Pr6N B", sans-serif;
  background: #D7000F;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  border-radius: 3px;
}
.item_variation_type{
  font-family: "Yu Gothic Pr6N B", sans-serif;
  margin: 10px 0;
}
.item_variation_price{
  color: #D7000F;
}
.item_variation-wrap ul li a img{
  border-radius: 10px;
}

/* .item_variation-wrap ul li a.item_variation_current{
  pointer-events: none;
  border: 2px solid #D7000F;
} */

.item_variation_4l{
  position: relative;
}

.c4l_exchange{
  margin-bottom: 50px;
}
.c4l_exchange .pw_howto-exchange_text{
  line-height: 2;
}
.c4l_exchange_note li{
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.c4l_exchange_note li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c4l_exchange_note li:not(:last-of-type){
  margin-bottom: 5px;
}
.c4l_exchange_note_title{
  font-size: 18px;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  margin: 50px 0 10px;
}

.itemSelectBlock{
  width: 100%;
  background: rgba(126, 126, 126, 0.09);
  margin-top: 30px;
}
.itemSelectBlock dt,
.itemSelectBlock dd{
  width: 100%;
  padding: 10px 15px;
}
.itemSelectBlock dt{
  background: rgba(126, 126, 126, 0.08);
  font-family: "Yu Gothic Pr6N B";
}

.itemDetail_fixedBlock{
  width: 100%;
  background: rgba(248, 248, 248, .9);
  display: flex;
  justify-content: center;

  padding: 15px;

  position: fixed;
  z-index: 20;
  bottom: 0;
}
.itemDetail_fixedBlock_cart{
  /* font-size: 14px; */
  font-size: 16px;
  display: flex !important;
  align-items: center;
  width: auto !important;
  /* border-width: 1px !important; */
  border: 2px solid #D7000F !important;
  transition: .3s !important;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, .3); */
  padding: 20px 90px !important;
  border-radius: 6px;
  background: #D7000F !important;
}
.itemDetail_fixedBlock_cart::before{
  content: "";
  display: block;
  /* width: 16px;
  height: 16px; */
  width: 20px;
  height: 20px;
  background-image: url(https://beautifulcars.itembox.design/item/item/icon_cart_1.png);
  background-size: cover;
  margin-right: 10px;
  transition: .3s;
}

.itemDetail_fixedBlock_cart:hover{
  background: #fff !important;
  color: #D7000F !important;
}
.itemDetail_fixedBlock_cart:hover::before{
  background-image: url(https://beautifulcars.itembox.design/item/item/icon_cart_3.png);
}



@media screen and (max-width: 768px) {
  .itemDetail_faq_title{
    font-size: 26px;
    margin: 0 0 30px;
  }

  .item_variation-wrap{
    padding: 0;
    border: none;
  }
  .item_variation-wrap p{
    margin-top: 30px;
  }
  .item_variation-wrap ul li a{
    padding: 10px;
  }

  .itemDetail_fixedBlock_cart{
    font-size: 14px;
    padding: 10px 40px !important;
  }
  .itemDetail_fixedBlock_cart::before{
    width: 16px;
    height: 16px;
  }
}
