/* CSS Document */
/*サブグループ パンくず 非表示*/
.fs-c-breadcrumb__list--subgroup{
  display: none;
}

/*modal Closeボタン*/
.modal-close{
  display: none;
}

/* 在庫切れテキスト */
.fs-c-productNotice--outOfStock{
  color: #D54C5C;
 }

/* PC画面での背景設定 -------------------- */
@media screen and (min-width: 768px) {
  .fs-l-productLayout.fs-system-product{
    display: flex;
  }
  .fs-l-productLayout.fs-system-product > span{
    background-color: #F7F7F7;
    flex: 1;
  }
  .fs-l-productLayout.fs-system-product > article{
    flex: 0 0 390px;
  }
}
/* END --------------------------------- */
/* 共通設定 -------------------------------------- */
p.ft_standard_text{
  font-family: A P-OTF A1Gothic Std;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}

/* END ------------------------------------------ */
/* 商品スライダーエリア --------------------------- */
.item_top_slider{}

.item_top_slider li .item_number{
  display: none;
}
.item_top_slider .slider-num{
  background-color: transparent;
  border: 0;
  font-family: 'A1 Gothic R', 'A P-OTF A1ゴシック Std', 'A P-OTF A1Gothic Std', sans-serif !important;
  font-weight: 400;
  font-size: 1.5rem;
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
}
.item_top_slider .slider-num span{
  color: #fff;
}

.item_top_slider_nav{
  padding-top: 20px;
}
.slick-track_none{
  transform: none !important;
}

.item_intro_area{
  position: relative;
  background-color: var(--item-back-color);/* base.cssで設定されている色（背景色） */
}
.item_intro_area h1,
.item_intro_area span{
  color: var(--item-title-color);/* base.cssで設定されている色（商品名、価格） */
}
.item_intro_area h1 > small,
.item_intro_area p{
  color: var(--item-text-color);/* base.cssで設定されている色（商品説明、サブタイトル） */
}
.item_intro_area p{
  font-family: A P-OTF A1Gothic Std;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
}
.item_top_area{
  width: 100%;
}
.item_top_area_inner{
  position: relative;
  padding-top: 20px;
}
.item_top_slider_wrap{
  margin: 0 6.66%;
}
.item_name{
  position: relative;
}
.item_name h1{
  font-family: A P-OTF A1Gothic Std;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1em;
  /*color: #2d2d2d;*/
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 6.66%;
}
.item_name h1 > small{
  font-family: Courier New;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1em;
  /*color: #000000;*/
  padding-left: 1rem;
}
.item_intro_txt{
  padding: 20px 6.66%;
}


.item_name p{
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  top: -5px;
  letter-spacing: 1px;
}
.item_name p > small{
  font-size: 1rem;
}
.item_name p > span{
  font-size: 1.5rem;
}
.spec_icon{
  padding-top: 30px;
  max-width: 325px;
  margin: 0 auto;
}
.item_name p.asasora{
  font-size: 1.5rem;
}

.hikaku_link{
  padding-top: 30px;
  text-align: center;
  color: #5594B3;
}
.hikaku_link a{
  color: #5594B3;
}
.item_top_detail p.soldout{
  width: 100%;
  text-align: center;
  color: #D54C5C;
}


/*限定アイコン*/
.icon_gentei{
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_gentei::before{
  content: '';
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url("/img/items/common/icon_gentei.svg") no-repeat;
  background-size: 100% auto;
  margin-right: 15px;
}
.icon_gentei2::before{
  background: url("/img/items/common/icon_gentei2.svg") no-repeat;
}
/*COMING SOON テキスト*/
.coming_soon_txt{
  color: #FF0000;
  margin: auto;
  font-size: 1.4rem;
  padding-top: 20px;
  text-align: center;
}

/*カラーチップ*/
.color_chip{
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.color_chip.left{
  justify-content: flex-start;
  max-width: 325px;
  margin: 0 auto;
}
.color_chip li{
  padding: 1px;
  margin: 0 1px;
  font-size: 0;
  position: relative;
  border-radius: 50%;
  border: transparent 1px solid;
  transition: all 500ms ease;
}
.color_chip li.active{
  /*border: currentColor 1px solid;*/
  border: var(--item-back-color) 1px solid;
}
.color_chip li:hover{
  /*border: currentColor 1px solid;*/
  border: var(--item-back-color) 1px solid;
}
.color_chip li:hover a{
  opacity: 1;
}
.color_chip li span{
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /*background-color: currentColor;*/
  background-color: var(--item-back-color);
}

.color_chip li span.hanakanmuri{
  width: 0;
  height: 0;
  border-top: 12.5px solid #DCBEDD;
  border-right: 12.5px solid #D89B9B;
  border-bottom: 12.5px solid #D89B9B;
  border-left: 12.5px solid #DCBEDD;
}

.color_chip li span.takarasagashi{
  width: 0;
  height: 0;
  border-top: 12.5px solid #B56F3B;
  border-right: 12.5px solid #D3A864;
  border-bottom: 12.5px solid #D3A864;
  border-left: 12.5px solid #B56F3B;
}

.color_chip li span.kakurenbo{
  width: 0;
  height: 0;
  border-top: 12.5px solid #3A3631;
  border-right: 12.5px solid #929F93;
  border-bottom: 12.5px solid #929F93;
  border-left: 12.5px solid #3A3631;
}
/*
@media screen and (min-width: 768px) {
  .color_chip{
    width: 100%;
  }
  .color_chip li{
    margin: 0 2px;
  }
}
*/

/*カートへボタン*/
.item_top_btn{
  padding-top: 30px;
  display: none;
}
.item_top_btn > a::after{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.item_top_btn a::before{
  content: '';
  display: inline-block;
  background: url("/img/common/icon_cart_w.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  position: relative;
  top: 5px;
  right: 10px;
}
/*
@media screen and (min-width: 768px) {
  .item_top_btn{
    width: 100%;
  }
}
*/

/* スライダースタイル */
.item_top_slider_arrows{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.slick-arrow.item-slider-arrow{
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 0;
  outline: none;
  width: 24px;
  height: auto;
}
.slick-arrow.item-slider-arrow > span{
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #000000;
  position: relative; 
  margin: 0;
}
.item-slider-arrow.prev-btn > span::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7.07px;
  height: 1px;
  background-color: #000000;
  transform-origin: left top;
  transform: rotate(-45deg);
}
.item-slider-arrow.next-btn > span::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.07px;
  height: 1px;
  background-color: #000000;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

/*
.slick-arrow{
  position: absolute;
  width: 12px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  z-index: 1;
  border: 0;
  outline: none;
}
.slick-prev{
  left: 7px;
  background: url("/img/common/icon_prev_gray.svg") no-repeat;
}
.slick-next{
  right: 7px;
  background: url("/img/common/icon_next_gray.svg") no-repeat;
}
*/

.item_top_slider_nav li{
  padding: 0 5px;
  width: 16vw;
}
.item_top_slider_nav .slick-current img{
  border: 2px solid #A5A8A1;
  border-radius: 3px;
}


/*video*/
.item_top_slider li{
  position: relative;
}
.item_top_slider video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play_btn{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
  cursor: pointer;
}
.play_btn img{
  width: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
}
.play_btn.active{
  opacity: 0;
}
.item_top_slider_nav .play_btn img{
  width: 40.6%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
}

.mute_btn{
  cursor: pointer;
}
.mute_off{
  width: 40px;
  height: 40px;
  background: url("/img/items_2026/common/icon_speaker_off.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: auto;
  bottom: 3.69%;
  right: 3.69%;
  transition: all 200ms ease;
}
.mute_on{
  width: 40px;
  height: 40px;
  background: url("/img/items_2026/common/icon_speaker_on.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: auto;
  bottom: 3.69%;
  right: 3.69%;
  transition: all 200ms ease;
}
/*
@media screen and (min-width: 768px) {
  .slick-prev{
    left: -30px;
  }
  .slick-next{
    right: -30px;
  }
  .slick-arrow{
    width: 18px;
    height: 30px;
  }
}
*/

/* 完売表示 */
.item_top_area_inner .soldout{
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: -30px;
}
/*
@media screen and (min-width: 768px) {
  .item_top_area_inner .soldout{
    margin-bottom: -30px;
  }
}
*/
/* 商品スライダーエリア END ----------------------- */



/* ボタンなど オプション用 -------------------------- */

.item_top_detail_wrap{
  padding-top: 40px;
}
.item_top_detail_wrap p.text{
  font-size: 1.6rem;
}
.item_top_detail_wrap p.note{
  color: #D54C5C;
}
.item_top_detail_wrap p.price{
  padding-top: 40px;
  font-size: 2rem;
  text-align: center;
}
.item_top_detail_wrap p.price > small{
  font-size: 1.2rem;
  
}
.item_top_detail_wrap p.souryou{
  color: #5594B3;
  font-size: 1.4rem;
  text-align: center;
}
.item_top_detail_wrap p.btn_cart{
  text-align: center;
  padding-top: 20px;
}
.item_top_detail_wrap p.btn_cart a{
  padding-left: 85px;
  padding-right: 50px;
  height: 40px;
  border-radius: 8px;
  display: inline-block;
  background-color: #5594B3;
  position: relative;
}
.item_top_detail_wrap p.btn_cart a span{
  color: #FFFFFF;
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.item_top_detail_wrap p.btn_cart a::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/img/common/icon_cart_w.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  margin: auto;
}
/*
@media screen and (min-width: 768px) {
  .item_top_detail_wrap{
    max-width: 325px;
    padding-top: 50px;
    margin: 0 auto;
  }
}
*/
/* ボタンなど オプション用 END ----------------------- */


/* banner_area(上部バナー) --------------------------- */
.item_top_banner{
  padding-top: 50px;
  padding-bottom: 0;
}
.item_top_banner .banner_list{
  justify-content: center;
}
/* banner_area(上部バナー) END ----------------------- */



/* intro_area --------------------------- */

/*バイカラー用テキスト*/
.intro_biclor_txt{
  width: 73.84%;
  max-width: 360px;
  margin: 0 auto;
}
.intro_biclor_txt p{
  font-size: 1.6rem;
  line-height: 2.5;
  padding-top: 40px;
}

/*
.item_intro_txt{
  width: 73.84%;
  margin: 0 auto;
  padding-top: 45px;
}

.item_intro_txt_p{
  font-size: 1.6rem;
  line-height: 2.2;
  max-width: 325px;
  margin: 0 auto;
}
*/
/*
@media screen and (min-width: 768px) {
  .item_intro_txt{
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .item_intro_txt_p{
    line-height: 2.5;
  }
  
}
*/
/* intro_area END ----------------------- */

/* item_function --------------------------- */
.item_function{
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-top: 80px;
}
.item_function_inner > h1{
  padding-bottom: 12px;
}
.item_function_inner > hr{
  display: none;
}

.function_point_dl{
}
.function_point_dl dt{
  position: relative;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  cursor: pointer;
  font-family: A P-OTF A1Gothic Std;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}
.function_point_dl dd p{
  /*font-size: 1.4rem;*/
}
.menu_open::before,
.menu_open::after{
  position:absolute;
  content:'';
  top:1px;
  right:5.53%;
  bottom:0;
  width:17px;
  height:1px;
  margin:auto;
  background:#333333;
}
.menu_open::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.menu_open.active::after{
  transform:rotate(0deg);
}
.function_point_dl dd{
  padding-top: 20px;
  padding-bottom: 42px;
}
.function_point li{
  display: flex;
  justify-content: space-between;
}
.function_point .point_img{
  width: 120px;
  height: 120px;
}
.function_point .point_img img{
  width: 100%;
}
.function_point .point_txt{
  width: 210px;
}
.function_size{
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.function_size > li{
  width: 47%;
}
.function_size > li p{
  padding-top: 20px;
}
.function_spec{
  border: #D4D5D3 1px solid;
  padding: 20px 15px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.function_spec table{
  width: 100%;
}
.function_spec table caption{
  font-size: 1.6rem;
  padding-bottom: 5px;
}
.function_spec table th{
  padding-bottom: 5px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}
.function_spec table td{
  vertical-align: top;
}
.function_spec table tr:last-child td{
  padding-top: 10px;
  font-size: 1rem;
}

.item_function .btn_03{
  display: none;
  padding-top: 50px;
}
/*
@media screen and (min-width: 768px) {
  .item_function{
    padding-top: 110px;
    padding-bottom: 40px;
    max-width: 930px;
    margin: auto;
    box-sizing: content-box;
  }
  .function_point_dl dt{
    padding-left: 2.15%;
  }
  .function_point_dl dd{
    padding-bottom: 40px;
  }
  .menu_open::before,
  .menu_open::after{
    right:1.93%;
  }
  .function_point li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
  }
  .function_point li .point_img{
    width: 43.2%;
  }
  .function_point li .point_txt{ 
    width: 43.6%;
    padding-right: 2.79%;
    box-sizing: border-box;
  }
  .function_point li .point_txt h3{ 
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
  .function_size{
    max-width: 600px;
    margin: 0 auto;
  }
  .function_size > li{
    width: 46.7%;
  }
  .function_size > li p{
    padding-top: 20px;
  }
  .function_spec{
    max-width: 600px;
    margin: 0 auto;
  }
  .function_spec{
    border: #D4D5D3 1px solid;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .function_spec table{
    width: 100%;
    display: flex;
    align-items: center ;
  }
  .function_spec table caption{
    font-size: 1.6rem;
    padding-bottom: 0;
    width: 36.6%;
  }
  .function_spec table th{
    padding-bottom: 5px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
  }
  .function_spec table td{
    vertical-align: top;
  }
}
*/
/* item_function END ----------------------- */

/* item_function_leather --------------------------- */
.item_function_limited{
}
.intro_slider_para{
  pointer-events: none;
}
.item_function_intro_txt,
.item_function_intro_txt_std{
  padding-left: 6.66%;
  padding-right: 6.66%;
}
.item_function_limited h3{
  font-size: 1.7rem;
  padding-top: 25px;
  padding-bottom: 25px;
}
.item_function_limited p{
  font-size: 1.4rem;
}

.item_function_point{
  padding-left: 6.66%;
  padding-right: 6.66%;
}
.item_function_point li{
  padding-bottom: 60px;
}
.function_point_img{
  padding-bottom: 30px;
}
.func_point > span{
  font-size: 2rem;
  color: #5594B3;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.func_point > span::after{
  content: '';
  display: block;
  height: 9px;
  width: 100%;
  background-color: #5594B3;
  opacity: .2;
  border-radius: 4px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.function_point_txt .btn_06{
  padding-top: 30px;
}
/*
@media screen and (min-width: 768px) {
  .item_function_limited{
    padding-left: 6.66%;
    padding-right: 6.66%;
    padding-bottom: 40px;
    max-width: 1000px;
    margin: auto;
    box-sizing: content-box;
  }
  .intro_slider_para{
    max-width: 500px;
    margin: 0 auto;
  }
  .item_function_intro_txt{
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .item_function_intro_txt_std{
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .item_function_point{
    padding-left: 0;
    padding-right: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  .item_function_point li{
    display: flex;
    align-items: center;
  }
  .item_function_point li:nth-child(even){
    flex-direction: row-reverse;
  }
  
  .function_point_img{
    width: 50%;
    padding-bottom: 0;
  }
  .function_point_txt{
    width: 50%;
  }
  .function_point_txt_inner{
    width: 76%;
    margin: 0 auto;
  }
}
*/
/* item_function END ----------------------- */



/* item_design --------------------------- */
.item_design{
  padding-top: 90px;
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-bottom: 30px;
}
.item_design_wrap{

}
.item_design_wrap > li{
  position: relative;
  padding-bottom: 60px;
}
.item_design_txt h3{
  font-size: 1.7rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}
.design_txt{
  padding-top: 20px;
  padding-bottom: 40px;
}
.design_banner{
  width: 80%;
  margin: 0 auto;
}

/*
@media screen and (min-width: 768px) {
  .item_design h2 {
    padding-bottom: 80px;
  }
  .item_design_wrap{
    max-width: 930px;
    margin: 0 auto;
    padding-top: 0;
  }
  .item_design_wrap > li{
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }
  .item_design_wrap > li:nth-child(2){
    margin-top: 0;
    padding-top: 100px;
  }
  .item_design_img{
    width: 46.2%;
  }
  .item_design_txt{
    width: 46.7%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .ttl_cursive{
    position: relative;
  }
  .design_txt{
    width: 87.3%;
  }
  .design_banner{
    width: 300px;
  }
}
*/
/* item_design END ----------------------- */

/* item_other_function -------------------- */
.item_other_function{
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-top: 80px;
  /*padding-bottom: 60px;*/
  padding-bottom: 10px;
  background-color: #F5FAFD;
}
.other_function_li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other_function_li li{
  /*width: 47.3%;*/
  width: 161px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.other_function_li li img{
  border: 1px solid #2D2D2D;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.other_function_li li h3{
  font-family: A P-OTF A1Gothic Std;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #000000;
}
.other_function_li li hr{
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.item_other_function .view_more_link{
  padding-top: 20px;
}
.item_other_function .view_more_link > a{
  padding-right: 0%;
}
/* END ------------------------------------ */

/* user_review --------------------------- */
.user_review{
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.user_review_list li{
  background-color: #ECEFED;
  padding: 20px 6.15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 15px;
}
.user_icon{
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.review_txt{
  width: calc( 100% - 90px );
  font-size: 1.4rem;
}
/*
@media screen and (min-width: 768px) {
  .user_review_list{
    max-width: 600px;
    margin: 0 auto;
  }
  .user_review_list li{
    padding: 20px 7.5%;
  }
  .user_icon{
    width: 80px;
  }
  .review_txt{
    width: calc( 100% - 100px );
  }
  
}
*/
/* user_review END ----------------------- */


/* option_slider_wrap --------------------------- */
/*
@media screen and (min-width: 768px) {
  .option_slider_wrap{
    display: block!important;
    padding-bottom: 0!important;
  }
}
*/
/* option_slider_wrap END ----------------------- */

/* recommend_area --------------------------- */
.recommend_area{
  padding-top: 60px;
}
/*
@media screen and (min-width: 768px) {
  .recommend_area{
    padding-top: 80px;
  }
}
*/
/* recommend_area END ----------------------- */




/* cart_area --------------------------- */
.cart_area{
  padding-left: 6.66%;
  padding-right: 6.66%;
  /* padding-top: 60px; */
}
.cart_area_inner{
  max-width: 430px;
  margin: 0 auto;
}

/* 商品名エリア */
.fs-c-productNameHeading{
  padding-top: 30px;
}
.fs-c-productNameHeading__copy{
  font-size: 0;
}
.fs-c-productNameHeading__name{
  font-size: 2.5rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
}
/*
@media screen and (min-width: 768px) {
  .fs-c-productNameHeading{
    padding-top: 60px;
  }
}
*/
/*通常商品 価格エリア*/
.fs-c-productPrice{
  display: flex;
  /*justify-content: center;*/
  padding-left: 6.66%;
  align-items: end;
}
.fs-c-productPrice__main{
  font-family: Courier New;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2D2D2D;
}
.fs-c-productPrice__main__label{
  display: none;
}
.productPrice__main__price{
  font-size: 2rem;
}
.fs-c-productPrice__addon{
  position: relative;
  top: -3px;
  left: 5px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 8px;
  line-height: 22px;
  color: #2D2D2D;
}
.fs-c-productPrice__addon::before{
  content: '(';
}
.fs-c-productPrice__addon::after{
  content: ')';
}


/* 個別送料 */
.fs-c-productPostage{
  text-align: center;
}
.fs-c-productPostage span{
  color: #5594B3;
}

/* 比較表リンク */
.cart_hikakuhyou_link{
  text-align: center;
  padding-top: 30px;
}
.cart_hikakuhyou_link a{
  color: #5594B3;
}



/*通常商品 入出荷予定日表記*/
.fs-c-productShippingDateNote{
  border: #D4D5D3 1px solid;
  text-align: center;
  padding: 8px 0;
}

/*商品番号 返品特約*/
.fs-c-productNumber{
  padding-top: 25px;
}
.fs-c-returnedSpecialContract{
  padding-bottom: 25px;
}

/*商品についてのお問合せボタン*/
.fs-c-button--inquiryAboutProduct{
  border: none;
  background-color: transparent;
  
}
.fs-c-button--inquiryAboutProduct::before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/img/items/common/icon_email.svg") no-repeat center;
  background-size: 100% auto;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.fs-c-inquiryAboutProduct{
  padding-top: 25px;
  /* padding-bottom: 60px; */
  text-align: center;
}

/*在庫なし表示テキスト*/
.item_top_detail .modal-body{
  position: relative;
}
.item_top_detail .modal-body .fs-c-productNotice--outOfStock{
    display: block;
    width: 196px;
    height: 40px;
    background-color: #FFFFFF;

    position: absolute;
    transform: translateX(-50%);
    left: 50%;

    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
    margin-bottom: -20px;
    border: 0.5px solid #B1B1B1;

    font-family: A P-OTF A1Gothic Std;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #B1B1B1;
}
/* カート追加ボタン下部のメッセージ表示 */
.item_top_detail .modal-body > p.pt_30{
  padding-top: 0;
  position: absolute;
  transform: translate(-50%, 0%);
  bottom: 0%;
  left: 50%;
  width: max-content;
}
/*
.fs-c-productNotice--outOfStock{
  text-align: center;
  padding-top: 20px;
}
*/

/* spec_area（leather） --------------------------- */
.spec_area{
  border: #D4D5D3 1px solid;
  padding: 20px 15px;
}

.spec_area table{
  width: 100%;
  
}
.spec_area table caption{
  font-size: 1.6rem;
}
.spec_area table th{
  padding-bottom: 5px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}
.spec_area table td{
  vertical-align: top;
}
.spec_area_txt{
  padding-bottom: 25px;
}
/* spec_area END ----------------------- */


/* オプションカート */
.fs-c-variationList__item__cart li{
  padding: 30px 0;
  position: relative;
}
.fs-c-variationCart__variationName__name{
  position: absolute;
  bottom: 0;
  left: 0;
  /*max-width: 64px;*/
  width: 100%;
  display: block;
  text-align: left;
}
.fs-c-variationCart__variationName__shippingDate{
  font-size: 1.1rem;
  position: absolute;
  bottom: 20px;
  border: #D4D5D3 1px solid;
  padding: 5px;
  width: 70%;
  right: 0;
  text-align: center;
}
/*オプションかーとボタン*/
.fs-c-button--addToCart--variation{
  width: 180px !important;
  height: 30px;
  background-color: #5594B3;
  border-radius: 6px;
  border: none;
  position: absolute;
  top: 30px;
  right: 0;
}
.fs-c-button--addToCart--variation span{
  color: #FFFFFF;
}
.fs-c-button--addToCart--variation span::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/img/common/icon_cart_w.svg") no-repeat;
  position: relative;
  top: 3px;
  padding-right: 8px;
}
/* cart_area END ----------------------- */


/* cart_item_img --------------------------- */
.cart_item_img{
  display: block !important;
  width: 58.7%;
  max-width: 325px;
  margin: 0 auto;
}
/* cart_item_img END ----------------------- */

/* item_img（商品ページのimg画像サイズ） -------------------------------- */
.item_img{
  width: 100%;
  aspect-ratio: 342 / 200;
  object-fit: cover;
}
/* END ----------------------------------------- */

/*----- 商品についてのお問い合わせ ---------*/
.fs-c-modal__inner{
	width: 90%;
	max-width: 800px;
	padding: 20px;
}
.fs-c-modal__close{
	font-size: 3.5rem;
	position: absolute;
  right: 10px;
  top: 10px;
  color: #707070;
}
.fs-c-modal__header{
	font-size: 1.2rem;
	text-align: center;
	display: block;
}
.fs-c-modal__title{
  font-size: 2rem;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fs-c-inquiryProduct__productImage{
  padding-bottom: 30px;
}
.fs-c-productImage__image{
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
}
.fs-c-inquiryProduct,
.fs-c-inquiryProduct__productNam{
	text-align: center;
	padding: 20px 0;
	line-height: 1.8;
	display: block;
}
.fs-c-productName__name{
  display: block;
  font-size: 2rem;
  padding-top: 20px;
}
.fs-c-modal__contents{
	padding: 0;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.fs-c-inputTable{
	width: 100%;
}
.fs-c-privacyPolicyAgreeField .fs-c-inputField{
	text-align: center;
}
.fs-c-buttonContainer--sendInquiry{
	text-align: center;
	
}
.fs-c-buttonContainer--sendInquiry button{
	max-width: 345px;
	width: 100%;
	height: 40px;
	background: #5594B3;
	display: inline-block;
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 30px;
}
.fs-c-buttonContainer--sendInquiry button span{
  color: #FFFFFF;
}
.fs-c-inputTable__headerCell{
	width: 100% !important;
}

/*
@media screen and (min-width: 768px) {
  .fs-c-modal__title{
    font-size: 2.5rem;
  }
}
*/
/*----- 商品についてのお問い合わせ End -----*/





/* item_size ------------------------------- */
.item_size{
  padding-left: 6.66%;
  padding-right: 6.66%;
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 30px;
}

.item_size_list{
  max-width: 600px;
  margin: 0 auto;
}
.item_size_list li{
  padding-bottom: 50px;
}
.item_size_list p{
  padding-top: 10px;
}
/*
@media screen and (min-width: 768px) {
  .item_size_list{
    display: flex;
    justify-content: space-between;
  }
  .item_size_list li{
    width: 46.66%;
  }
}
*/

/*function_other*/
.function_other{
  margin-bottom: 0 !important;
}
.function_other_inner{
  padding-bottom: 60px!important;
}
/* item_size End --------------------------- */

/* try_and_check （bicolor）------------------------------- */
.try_and_check{
  background-color: #ECEFED;
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.try_and_check_inner{
  max-width: 500px;
  margin: 0 auto;
}
.try_and_check_txt{
  padding-bottom: 30px;
  font-size: 1.4rem;
}
.try_and_check_ul{
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.try_and_check_ul li{
  width: 46.15%;
}
.try_and_check_ul li img{
}
.try_and_check_ul li h3{
  font-size: 1.6rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #333;
}
.try_and_check_ul .btn_07 > a{
  line-height: 2.2;
}

/*
@media screen and (min-width: 768px) {
  .try_and_check{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .try_and_check_ul li{
    width: 43%;
  }
}
*/
/* try_and_check End --------------------------- */

/* icon_gentei_center ------------------------------- */
.icon_gentei_center{
  text-align: center;
  margin-bottom: -60px;
  padding-top: 50px;
}
.icon_gentei_center img{
  width: 57px;
}
/* icon_gentei_center End --------------------------- */


/* option_area ------------------------------- */
.option_area{
  margin-bottom: 60px!important;
}
/*
@media screen and (min-width: 768px) {
  .option_area{
    margin-bottom: 120px!important;
  }
}
*/
/* option_area End --------------------------- */

/* item_catalog_banner ------------------------------- */
.item_catalog_banner{
  padding-bottom: 50px;
}
.item_catalog_banner a{
  overflow: hidden;
  border-radius: 12px;
  font-size: 0;
}
/* item_catalog_banner End --------------------------- */



/* 固定カートエリア fix_cart End -----------------------------*/
.fix_cart{
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  display: flex;
  background-color: #ffffff;
  z-index: 10;
  justify-content: center;
  align-items: center;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .fix_cart{
    width: 390px;
  }
}

/* 自宅で試着するボタン */
.btn_otameshi{
  width: 50%;
  height: 100%;
}
.btn_otameshi a{
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  /*background-color: #ECEFED;*/
  color: #5594B3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #FFFFFF 1px solid;
  border-right: none;
}
.btn_otameshi a::after{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/img/common/icon_obl.svg);
  background-size: 100% auto;
  margin-left: 5px;
}
/*
@media screen and (min-width: 768px) {
  .btn_otameshi{
    width: 100%;
    height: 93px;
    margin-bottom: 10px;
  }
  .btn_otameshi a{
    border-radius: 20px 0 0 20px;
  }
  .btn_otameshi a::after{
    width: 14px;
    height: 14px;
    position: relative;
    bottom: -12px;
  }
}
*/


/* カートに入れるボタン */
.cart_btn_wrap{
  width: 50%; 
  height: 100%;
}
.cart_btn_wrap a,
.cart_btn_wrap button{
  width: 100%;
  height: 100%;
  background-color: #5594B3;
  color: #FFFFFF;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0%;
}
.cart_btn_wrap a::before,
.cart_btn_wrap button::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/img/common/icon_cart_w.svg);
  background-size: 100% auto;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.cart_btn_wrap button:hover,
.cart_btn_wrap button:active{
  opacity: 0.8;
}

/*
@media screen and (min-width: 768px) {
  .cart_btn_wrap{
    width: 100%;
    height: 93px;
  }
  .cart_btn_wrap a,
  .cart_btn_wrap button{
    border-radius: 20px 0 0 20px;
    flex-wrap: wrap;
    align-content: center;
  }
  .cart_btn_wrap a::before,
  .cart_btn_wrap button::before{
    display: block;
    width: 100%;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
*/


.cart_btn_wrap button > span::before {
  content: none;
}

/* 固定カートエリア fix_cart ---------------------------------*/




/* モーダルカートエリア fix_cart ------------------------------------*/
/* modallエリア */
.cart_modal{
  display: none;
}

/* modalのカートボタン */
.modaal-container {
  max-width: 500px !important;
}
.modaal-content-container .cart_btn_wrap{
  max-width: 300px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  margin-top: 30px;
}

.modaal-content-container input[type=text] {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
}

.cart_modal_item li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart_modal_item li img{
  width: 93px;
}
.cart_modal_item_wrap{
  width: calc(100% - 110px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.cart_modal_item_wrap p{
  width: 100%;
}
.cart_modal_item_ttl{
  font-size: 1.3rem;
  color: #5594B3;
}
.cart_modal_item_ttl::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(/img/items_2026/common/option_icon_present.svg) no-repeat;
  background-size: 100% auto;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.cart_modal_item_name{
  font-size: 1.6rem;
}
.cart_modal_item_price{
  font-size: 1.6rem;
}
.cart_modal_item_price small{
  font-size: 1.2rem;
}

.cart_modal_item{
  display: none;
}

.modal-container.active .cart_modal_item{
  display: flex;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 10px;
}
.modal-container.active .cart_modal_item dt{
  width: 93px;
}
.modal-container.active .cart_modal_item dd{
  padding-left: 17px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.modal-container.active .cart_modal_item dd p.name{
  width: 100%;
  font-size: 1.6rem;
}
.modal-container.active .cart_modal_item dd p.price{
  width: 100%;
  font-size: 1.6rem;
}
/*
@media screen and (min-width: 768px) {
  .modal-container.active .cart_modal_item{ 
    max-width: 330px;
  }
}
*/
/* モーダルカートエリア fix_cart End --------------------------------*/
/* 商品レビューエリア ---------------------------------------- */
.product_review_area{
  background-color: var(--item-back-color);
  padding-bottom: 20px;
}

.item_detail_area.cart_area.effect_fade{
  position: relative;
  margin-left: 6.66%;
  margin-right: 6.66%;
  background-color: #FFFFFF;
}


.item_set_parts{
  position: relative;
  width: 100%;
}
.item_set_parts > .cart_item_img{
  width:  100%;
  height: calc(20px + 342px + 20px + 40px + 20px);
  max-width: 100%;
  margin-top: 77px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 6.66%;
  padding-right: 6.66%;
  position: relative;
  display: flex!important;
  justify-content: center;
}

.item_set_parts > .cart_item_img img{
  width: 342px;
  height: 342px;
  object-fit: cover;
  border: 1px solid #2D2D2D;
  margin: 0 auto;
}
.item_set_parts > .cart_item_title {
    position: absolute;
    top: calc(20px + 342px + 20px);
    left: 6.66%;
}
.item_set_parts > .cart_item_title{
  font-family: A P-OTF A1Gothic Std;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 0%;
  color: var(--item-title-color);
}
.item_set_parts > .cart_item_title > span {
  text-align: left;
  padding-bottom: 0px;
  font-family: Courier New;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding-left: 1em;
  color: var(--item-text-color);
}
.fs-c-productNameHeading.fs-c-heading{
  display: none;
}

/* END --------------------------------------------------- */