.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-family: "Yu Gothic Pr6N M", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.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: 1000;
  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);
}



/* TDS */
.tdsIntro-wrap{
  width: 100%;
  padding: 50px 0;
}
.tdsIntro-wrap h2,
.tdsPoint-wrap h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.tdsIntro_logo{
  width: 420px;
  margin: 10px auto 30px;
}
.tdsIntro_main{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.tds_mechanisms_title br{
  display: none;
}

.tdsPoint-wrap{
  width: 100%;
  padding: 100px 0;
  background: #d8d8ca;
  margin-top: 50px;
}
.tdsPoint-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
}
.tdsPointContents-wrap{
  width: 100%;
}
.tdsPointContents{
  width: 100%;
  padding: 50px;
}
.tdsPointContents:not(:last-of-type){
  border-bottom: 1px solid #D8D8CA;
}
.tdsPointContents h3{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px;
}
.tdsPointContents p{
  line-height: 2;
}
.tdsPointContents ul{
  margin-top: 1em;
}
.tdsPointContents li{
  list-style: none;
  padding-left: 1em;
  position: relative;
  line-height: 2;
}
.tdsPointContents li::before{
  content: "\203B";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tdsPointImage_3c{
  display: flex;
  justify-content: space-between;
}
.tdsPointImage_3c img{
  width: 32%;
}
.tdsPointImage_3c,
.tdsPointImage{
  margin: 30px 0 0;
}
/* TDS end */


/* item ju01 */
.ju01_proInfo{
  background-color:#fff8e7;
  border:2px solid #f5c980;
  padding:24px;
  margin:24px 0;
  border-radius:14px;
  font-size:17px;
  line-height:1.8;
  box-shadow:3px 3px 10px rgba(0,0,0,0.06);
}
.ju01_proInfo_title{
  font-size:18px;
}
.ju01_proInfo_fontBold{
  font-family: "Yu Gothic Pr6N B";
}
.ju01_proInfo a{
  color:#b44b00;
  text-decoration:underline;
}
/* item ju01 end */


/* kss-kc */
.item-kss-wrap{
  width: 90%;
  max-width: 800px;
  margin: 50px auto 100px;
}
.item-kss_contents{
  width: 100%;
}
.item-kss_contents:not(:last-of-type){
  margin-bottom: 80px;
}
.item-kss_contents h3{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
}
.item-kss_contents h3 span{
  background: #000;
  color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  display: inline-block;
}

.item-kss_contents-inner:not(:last-of-type){
  margin-bottom: 50px;
}

.item-kss_contents-inner > p,
.kss-kc_mainte-wrap > p{
  font-size: 18px;
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
.item-kss_text_num{
  padding-left: 2em;
  position: relative;
}
.item-kss_text_num span{
  background: #000;
  border-radius: 50%;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.item-kss-kc_image{
  width: 100%;
  margin-top: 50px;
}
.item-kss-kc_image_01{
  max-width: 472px;
}
.item-kss-kc_image_02-01{
  max-width: 536px;
}
.item-kss-kc_image_02-02{
  max-width: 152px;
}
.item-kss-kc_image_03{
  max-width: 384px;
}

.kss-kc_note{
  margin-top: 20px;
}
.kss-kc_note li{
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.kss-kc_note li::before{
  content: "\203B";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.kss-kc_03_caution{
  padding: 10px 15px;
  background: #bfbfbf;
  margin-top: 20px;
}
.kss-kc_03_caution h4{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 20px;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}
.kss-kc_03_caution h4::before{
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(https://beautifulcars.itembox.design/item/item/kss-kc/icon_caution.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.kss-kc_03_note li span{
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
.kss-kc_03_note li span span{
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  display: inline-block;
  margin: 0 4px;
  text-align: center;
}

.kss-kc_mainte-wrap{
  width: 90%;
  max-width: 800px;
  margin: 0 auto 100px;
}
.kss-kc_mainte-wrap h3{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
}

.kss-kc_mainte-inner{
  margin-bottom: 50px;
}
.kss-kc_mainte-inner img{
  margin-top: 30px;
  max-width: 268px;
}

.kss-kc_mainte-wrap h4{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}
.kss-kc_mainte-wrap > img{
  margin: 30px 0 50px;
}

.item-kss-kc_image_05-01{
  max-width: 168px;
}
.item-kss-kc_image_05-02{
  max-width: 216px;
}
.item-kss-kc_image_05-03{
  max-width: 292px;
}
/* kss-kc end */


/* sprd-01 gd100 */
.sprd-01_intro{
  /* padding: 30px;
  border: 3px solid #000; */
  line-height: 2;
  font-size: 18px;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto;
}
.sprd-01_note{
  font-size: 14px;
  margin: 5px 0 0;
}
.sprd-01_point{
  width: 24%;
  max-width: 280px;
}
.sprd-01_point .itemDetail_point_image{
  width: 100%;
}
.sprd-01_point .sprd-01_note{
  margin: 10px 0 0;
}
/* sprd-01 gd100 end */


/* others */
.productOthers-wrap{
  width: 100%;
  padding: 50px 0 100px;
}
.productOthers-wrap h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.swiperproductOthers{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.swiperproductOthers .swiper-slide{
  width: 240px;
}
.swiperproductOthers .swiper-slide:hover {
  text-decoration: none !important;
}
.productOthers_name{
  font-size: 15px;
  margin: 5px 0;
}
.productOthers_price{
  font-size: 15px;
}

.swiperproductOthers .swiper-productOthers-prev::after,
.swiperproductOthers .swiper-productOthers-next::after {
  content: '' !important;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  font-family: initial !important;
  font-size: initial !important;
  font-weight: initial !important;
}
.swiperproductOthers .swiper-productOthers-prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}
.swiperproductOthers .swiper-productOthers-next::after {
  transform: rotate(45deg);
  margin-right: 2px;
}
.swiperproductOthers .swiper-productOthers-prev,
.swiperproductOthers .swiper-productOthers-next {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  top: 122px !important;
}
.swiperproductOthers .swiper-productOthers-prev{
  left: 8px !important;
}
.swiperproductOthers .swiper-productOthers-next{
  right: 8px !important;
}
.swiperproductOthers .swiper-productOthers-next.swiper-button-disabled,
.swiperproductOthers .swiper-productOthers-prev.swiper-button-disabled {
  display: none;
}

/* others end */


/* bulk-cart */
.bulk-cart-container {
  max-width: 820px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 10px;
}
.bulk-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 10px; */
  margin-bottom: 20px;
}
.bulk-product-item {
  width: 23%;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
}
.bulk-product-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.bulk-product-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 2.5em;
  line-height: 1.4;
}
.bulk-product-price {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}
.bulk-check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 14px;
}
.bulk-check-label:hover {
  background: #f0f0f0;
}
.bulk-check-input {
  transform: scale(1.2);
  margin: 0 8px 0 0;
  cursor: pointer;
}
.bulk-submit-btn {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #D7000F;
  color: #fff;
  border: 1px solid #D7000F;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  transition: .3s;
}
.bulk-submit-btn:hover {
  background: #fff;
  color: #D7000F;
}

@media screen and (max-width: 768px) {
  .bulk-cart-container {
    padding: 50px 15px;
  }
  .bulk-product-item {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* bulk-cart end */


@media screen and (max-width: 1000px) {
  .sprd-01_point{
    width: 30%;
  }
}

@media screen and (max-width: 840px) {
  .tds_mechanisms_title br{
    display: inline;
  }
}


@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;
  }

  /* item ju01 */
  .ju01_proInfo{
    margin:16px 0;
    font-size: 16px;
  }
  .ju01_proInfo_title{
    font-size:17px;
  }
  /* item ju01 end */

  /* kss-kc */
  .item-kss-wrap{
    margin: 50px auto;
  }
  .item-kss_contents h3{
    margin-bottom: 20px;
  }
  .item-kss-kc_image{
    margin-top: 20px;
  }
  .item-kss_contents:not(:last-of-type){
    margin-bottom: 50px;
  }
  .kss-kc_mainte-wrap{
    margin: 0 auto 50px;
  }
  .kss-kc_mainte-wrap h3{
    margin-bottom: 20px;
  }

  /* kss-kc end */

  /* sprd-01 gd100 */
  .sprd-01_intro{
    font-size: 16px;
    /* padding: 15px 20px; */
  }

  .sprd-01_point{
    width: 80%;
    max-width: none;
    margin: 0 auto;
  }
  .sprd-01_point .itemDetail_point_image{
    width: 100%;
    margin-bottom: 0;
  }
  .sprd-01_point .sprd-01_note{
    margin: 10px 0 30px;
  }
  /* sprd-01 gd100 end */

  /* TDS */
  .tdsIntro-wrap{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 10px;
  }
  .tdsIntro-wrap h2,
  .tdsPoint-wrap h2{
    font-size: 32px;
  }
  .tdsIntro_logo{
    width: 314px;
  }
  .tdsIntro_main{
    width: 100%;
  }
  .tdsPoint-wrap{
    padding: 50px 0;
    margin-top: 0;
  }
  .tdsPointContents{
    padding: 30px;
  }
  .tdsPointContents h3{
    font-size: 24px;
  }
  .tdsPointImage_3c{
    display: block;
  }
  .tdsPointImage_3c img{
    width: 100%;
  }
  .tdsPointImage_3c img:not(:last-of-type){
    margin-bottom: 15px;
  }
  /* TDS end */

  /* others */
  .productOthers-wrap{
    padding: 20px 0 50px;
  }
  .productOthers-wrap h2{
    margin-bottom: 30px;
  }

  /* others end */
}


@media screen and (max-width: 576px) {
  .productOthers-wrap h2{
    font-size: 24px;
  }
}
