/* ピックアップリスト(PC) */
div.StyleP_Frame_ {
  display: flex;
  /* overflow: auto; */
  overflow: hidden;
  background: none;
}

div.StyleP_Line_ {
  display: contents;

}

.event_accessory_ div.StyleP_Line_:nth-child(2),
.event_accessory_ div.StyleP_Line_:nth-child(3),
.event_accessory_ div.StyleP_Line_:nth-child(4),
.event_accessory_ div.StyleP_Line_:nth-child(5) {
  display: none;
}

.d-header.-top+div.wrapper_ .goods_:has(div.StyleP_Frame_) {
  padding: 0;
  margin: 24px 0 0;
}

.d-header.-top+div.wrapper_ div.StyleP_Frame_ {
  gap: 10px 30px;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_ {
  width: 175px;
  padding: 0;
  margin: 0;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.img_ {
  width: 175px;
  height: 175px;
  background: #fff;
  border: 0;
}

.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.img_ {
  background: #fff;
  border: 0;
  
  width: 200px;
  height: 200px;
}

.accessory_list_ div.StyleP_Item_>.img_ {
  background: #fff;
  border: 0;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.img_>a,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.img_>a,
.accessory_list_ div.StyleP_Item_>.img_>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.img_>a img,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.img_>a img,
.accessory_list_ div.StyleP_Item_>.img_>a img {
  display: block;
  transition: transform 0.3s ease-in-out;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.icon_,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_>.icon_
.accessory_list_ div.StyleP_Item_>.desc_>.icon_ {
  gap: 5px 5px;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.icon_ img,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_>.icon_ img,
.accessory_list_ div.StyleP_Item_>.desc_>.icon_ img {
  width: auto;
  max-width: 100%;
  height: 21px;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.name_ {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #005AA7;
}

.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_>.name_,
.accessory_list_ div.StyleP_Item_>.desc_>.name_ {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #005AA7;
  
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.togetherlist_ .StyleA_Item_ .desc_ .name_ {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #005AA7;
  
  height: 46px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.name_ .name1_ a,
.d-header.-top+div.wrapper_ div.StyleT_Item_>.name_ .name1_ a,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_>.name_ .name1_ a,
.accessory_list_ div.StyleP_Item_>.desc_>.name_ .name1_ a {
  font-size: 15px;
  font-weight: bold;
  color: #005AA7;
}

.togetherlist_ .StyleA_Item_ .desc_ .name_ a {
  font-weight: bold;
  color: #005AA7;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.comment_ {}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.g_price_ {}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_ span.price_,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_ span.price_,
.accessory_list_ div.StyleP_Item_>.desc_ span.price_ {
  font-size: 20px;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_ span.price_>.large_,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_ span.price_>.large_,
.accessory_list_ div.StyleP_Item_>.desc_ span.price_>.large_ {
  font-size: 20px;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_ span.price_>.small_,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_ span.price_>.small_,
.accessory_list_ div.StyleP_Item_>.desc_ span.price_>.small_ {
  font-size: 11px;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.maker_price_,
.d-navWrap+div.autopagerize_page_element_ div.StyleP_Item_>.desc_>.maker_price_,
.accessory_list_ div.StyleP_Item_>.desc_>.maker_price_ {
  display: none;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>.qty_ {
  display: none;
}

.togetherlist_ .StyleA_Item_ .desc_ .qty_ input {
  border: 1px solid #ccc !important;
  padding-right: 10px;
  width: 4em;
}

.d-header.-top+div.wrapper_ div.StyleP_Item_>.desc_>div:has(.btn_cart_.cart_s_button_) {
  display: none;
}

.accessory_list_ div.StyleP_Item_ {
  margin-right: 29.75px;
}

.accessory_list_ div.StyleP_Frame_ .comment_ {
//  display: none;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 769px) {
  .d-header.-top+div.wrapper_ div.StyleP_Item_:has(a):hover .img_>a img {
    transform: scale(1.14);
  }

  .d-header.-top+div.wrapper_ div.StyleP_Item_:has(a):hover .name_ .name1_ a {
    color: #36BAFF;
  }
}

/* =============================================== */
/* 一覧リスト(PC)
/* =============================================== */
.StyleL_item_frame {
  display: flex;
//  align-items: flex-end;
  gap: 20px;

}

.StyleL_item_frame>.img_ {
  width: 90px;
  display: block;
  padding: 0;
  margin: 0;
}

.desc_frame_ .tax_class_name_ {
  display: none;
}

.desc_frame_ .icon_ {
  display: flex;
  gap: 5px 5px;
}

.desc_frame_ .icon_ img {
  width: auto;
  max-width: 100%;
  height: 21px;
}

.desc_frame_ .name_ {}

.desc_frame_ .name1_ {
  font-size: 18px;
  font-weight: bold;
  color: #005AA7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.desc_frame_ .name1_ a {
  font-size: inherit;
  color: inherit;
}

.desc_frame_ .g_price_ {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.desc_frame_ .g_price_ .price_ {
  font-size: inherit;
}

/*
.desc_frame_ .g_price_::after {
  content: '(税込)';
  font-size: 11px;
}*/
.desc_frame_ .tax_comment_ {
  font-size: 11px;
}

.desc_frame_.-frame01 {}

.desc_frame_.-frame02 {
  display: flex;
  gap: 20px;
  margin: 0 0 0 auto;
  align-items: flex-end;
}

.StyleL_item_ {
  padding: 24px 0 24px;
  border-bottom: 1px solid #D5DADE;

}

.StyleL_item_:nth-of-type(n+1) {
  border-top: 1px solid #D5DADE;
}

.StyleL_item_ .comment_ {
  margin-top: 10px;
  font-size: 14px;
}

.StyleL_item_ .comment_>span {
  font-size: inherit;
}

.item_table_ {
  margin: 10px 0 0;
  width: 100%;
  table-layout: auto;
}

.item_table_>tbody>tr>.th_,
.item_table_>tr>.th_ {
  width: auto;
  padding: 3px 3px 3px 3px;
  text-align: center;
  background: #D5DADE;
  font-size: 12px;
  text-align: center;
}

.item_table_>tbody>tr>.th_.code_,
.item_table_>tr>.th_.code_ {
  width: 125px;
}

.item_table_>tbody>tr>.th_.name_,
.item_table_>tr>.th_.name_ {
  width: 304px;
}

.item_table_>tbody>tr>.th_.model_,
.item_table_>tr>.th_.model_ {
  width: 108px;
}

.item_table_>tbody>tr>.th_.capacity_,
.item_table_>tr>.th_.capacity_ {
  width: 98px;
}

.item_table_>tbody>tr>.th_.coating_,
.item_table_>tr>.th_.coating_ {
  width: 100px;
}

.item_table_>tbody>tr>.td_,
.item_table_>tr>.td_ {
  width: auto;
  padding: 3px 3px 3px 3px;
  height: auto;
  min-height: 40px;
  text-align: center;
  font-size: 12px;

}

/* ================================================ */
/* 詳細検索フォーム */
/* ================================================ */
.formlist_.goodssearch_ {
  display: block;
  padding: 15px 15px 15px;
  background: #E8EAED;
}

.formlist_.goodssearch_>tbody {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
}

.formlist_.goodssearch_>tbody>tr {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.formlist_.goodssearch_>tbody>tr>th {
  width: 144px;
  padding: 8px 13px;
  background: #D4E5F5;
  min-height: 40px;
  border-color: #D5DADE;
  box-sizing: border-box;
  flex-shrink: 0;
}

.formlist_.goodssearch_>tbody>tr>td {
  width: calc(100% - 144px);
  min-height: 40px;
  border-color: #D5DADE;
  border-left: 0;
  box-sizing: border-box;
}

.formlist_.goodssearch_>tbody>tr>td select {
  width: 100%;
  height: 100%;
  border: 0;
}

.formlist_.goodssearch_>tbody>tr>td:has(select) {
  padding: 0;
}

.formlist_.goodssearch_>tbody #search_category select,
.formlist_.goodssearch_>tbody #search_maker select,
.formlist_.goodssearch_>tbody #search_brand select {
  width: 100%;
}

.formlist_.goodssearch_ .search_gerne_ {
  display: flex;
  gap: 12px 12px;
  flex-direction: column;

}

.formlist_.goodssearch_ .search_gerne_>br {
  display: none;
}

.formlist_.goodssearch_ .search_gerne_>input {
  display: none;
}

.formlist_.goodssearch_ .search_gerne_>input+label {
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-size: 14px;
}

.formlist_.goodssearch_ .search_gerne_>input+label::before {
  content: '';
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background: url(../../img/usr/common/icon_check02.png) no-repeat center center / contain;
  top: 1px;
}

.formlist_.goodssearch_ .search_gerne_>input:checked+label {
  font-weight: bold;
  color: #08AAFF;
}

.formlist_.goodssearch_ .search_gerne_>input:checked+label::before {
  background-image: url(../../img/usr/common/icon_check02_on.png);
}

/* ================================================ */
/*　レフトメニューの調整
/* ================================================ */
.sidebox_#sidebox_search {
  display: none;
}

div.sidebox_ {
  margin: 0 0 17px 0;
}

div.sidebox_>h2 {
  padding: 3px 12px 3px 12px;
  display: flex;
  align-items: center;
  background: var(--color-blue);
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: flex;
  gap: 11px;
  min-height: 43px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

div.sidebox_>h2::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-blue02);
  position: relative;
}

/* ================================================ */
/*　カテゴリから探す（レフトメニュー内）　*/
/* ================================================ */
div.leftmenuframe_ {
  width: 220px;
}

.category_tree_ {
  border: 0;
  background: #D4E5F5;
}

.category_tree_ li.category_tree1_ a.arrow::after,
.category_tree_ li.category_tree2_ a.arrow::after,
.category_tree_ li.category_tree3_ a.arrow::after,
.category_tree_ li.category_tree4_ a.arrow::after,
.category_tree_ li.category_tree1_ span.nolink::after,
.category_tree_ li.category_tree2_ span.nolink::after,
.category_tree_ li.category_tree3_ span.nolink::after,
.category_tree_ li.category_tree4_ span.nolink::after {
  display: none;
}

.category_tree_ a {
  font-weight: bold !important;
}

.category_tree_ li {
  border: 0;
}

/* 設問調整 */
/* 設問調整 レベル共通*/
[class^="category-tree"][class$="-name"] {
  font-size: 12px;
  font-weight: bold !important;
}

[class^="category_tree"]>a {
  font-weight: bold;
}

.category_tree_ li a,
.category_tree_ li span.nolink_ {
  background: none;
}

span.accordion_::before,
span.accordion_::after {
  width: 9px;
  background-color: #08AAFF;
  border-radius: 1.5;
}

/* 設問調整 レベル１*/
.category_tree1_ {
  transition: all 0.3s;
}

.category_tree1_>a {}

.category_tree2_.open+.category_tree1_,
.category_tree2_.open~.category_tree3_+.category_tree1_,
.category_tree2_.open~.category_tree4_+.category_tree1_ {
  margin-top: 10px;
}

.category_tree1_~.category_tree1_open_,
.category_tree1_~.category_tree1_ {
  border-top: 1px solid #fff !important;
}

.category-tree1-name {
  padding: 8px 0;
  text-indent: 10px;
  font-size: 14px;
}

/* 設問調整 レベル*/
.category_tree1_+.category_tree2_,
.category_tree1_+.category_tree2_open_ {
  border-top: 1px solid #fff !important;
  padding-top: 10px;
}

.category_tree2_>a {}

.category-tree2-name {
  padding: 0;
  text-indent: 25px;
}

.category-tree2-name::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #08AAFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.category_tree3_.open+.category_tree2_,
.category_tree3-name_.open+.category_tree2_ {
  margin-top: 5px;
}

/* 設問調整 レベル３*/
.category_tree3_>a {}

.category_tree2_.open:last-of-type,
.category_tree3_.open:last-of-type {
  padding-bottom: 10px;
}

.category-tree3-name {
  padding: 0;
  text-indent: 38px;
}

/* 設問調整 レベル４*/
.category_tree4_>a {}

.category-tree4-name {
  padding: 0;
  text-indent: 52px;
}

/* ================================================ */
/*　ジャンルから探す（レフトメニュー内）　*/
/* ================================================ */
.genre_tree_ {
  border: 0;
  background: #D4E5F5;
}

.genre_tree_ li.genre_tree1_ a.arrow::after,
.genre_tree_ li.genre_tree2_ a.arrow::after,
.genre_tree_ li.genre_tree3_ a.arrow::after,
.genre_tree_ li.genre_tree4_ a.arrow::after,
.genre_tree_ li.genre_tree1_ span.nolink::after,
.genre_tree_ li.genre_tree2_ span.nolink::after,
.genre_tree_ li.genre_tree3_ span.nolink::after,
.genre_tree_ li.genre_tree4_ span.nolink::after {
  display: none;
}

.genre_tree_ li {
  border: 0;
}

/* 設問調整 */
/* 設問調整 レベル共通*/
[class^="genre-tree"][class$="-name"] {
  font-size: 12px;
}

[class^="genre_tree"]>a {}

.genre_tree_ li a,
.genre_tree_ li span.nolink_ {
  background: none;
}

span.accordion_::before,
span.accordion_::after {
  width: 9px;
  background-color: #08AAFF;
  border-radius: 1.5;
}

/* 設問調整 レベル１*/
.genre_tree1_ {
  transition: all 0.3s;
}

.genre_tree1_>a {}

.genre_tree2_.open+.genre_tree1_,
.genre_tree2_.open~.genre_tree3_+.genre_tree1_,
.genre_tree2_.open~.genre_tree4_+.genre_tree1_ {
  margin-top: 10px;
}

.genre_tree1_~.genre_tree1_ {
  border-top: 1px solid #fff;
}

.genre-tree1-name {
  padding: 8px 0;
  text-indent: 10px;
  font-size: 14px;
}

/* 設問調整 レベル*/
.genre_tree1_+.genre_tree2_ {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.genre_tree2_>a {}

.genre-tree2-name {
  padding: 0;
  text-indent: 25px;
}

.genre-tree2-name::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #08AAFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

/* 設問調整 レベル３*/
.genre_tree3_>a {}

.genre-tree3-name {
  padding: 0;
  text-indent: 38px;
}

/* 設問調整 レベル４*/
.genre_tree4_>a {}

.genre-tree4-name {
  padding: 0;
  text-indent: 52px;
}

/* ================================================ */
/*　カテゴリー階層表示　*/
/* ================================================ */
div.CategoryStyleP_ {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

div.CategoryStyleP_Line_ {
  display: contents;
}

.CategoryStyleP_image_ {
  width: 38px;
  display: block;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}

.CategoryStyleP_image_ img {
  display: block;
  width: 100%;
  max-height: 40px;
  object-fit: contain;
}

div.CategoryStyleP_Item_ {
  padding: 10px 8px 10px 2px;
  border-bottom: 1px solid #D5DADE;
  float: none;
  display: flex;
  width: calc(100% / 5);
  position: relative;
  gap: 2px;
  box-sizing: border-box;
}

div.CategoryStyleP_Item_::after {
  content: '';
  width: 1px;
  height: calc(100% - 20px);
  background: #D5DADE;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

div.CategoryStyleP_Item_:nth-child(5n)::after {
  display: none;
}

div.CategoryStyleP_Item_>h3.name_ {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
}

div.CategoryStyleP_Item_>h3.name_>a {
  color: #005AA7;
  font-size: 13px;
}

@media (max-width: 768px) {
  div.CategoryStyleP_Item_>h3.name_>a {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  div.CategoryStyleP_Item_>h3.name_>a:hover {
    color: #36BAFF;
  }
}

div.CategoryStyleP_Item_>.comment_ {
  display: none;
}

div.CategoryStyleP_Item_:nth-child(5n+1):nth-last-child(-n+5),
div.CategoryStyleP_Item_:nth-child(5n+1):nth-last-child(-n+5)~div.CategoryStyleP_Item_ {
  border-bottom: 0;
}

.btn_cart_.cart0_button_ {
  margin-top: 10px;
}

.btn_cart_.cart0_button_:hover {
  color: #fff;
  opacity: .8;
}

/*# sourceMappingURL=theme.css.map */

/** add start **/

.autopagerize_page_element_ div.StyleP_Frame_ {
  display: block;
}
.autopagerize_page_element_ div.StyleP_Line_ {
  display: flex;
}

table.goodsspec_ td {
  background: #fff;
}

table.goodsspec_ #spec_price {
  text-align: right;
}

table.goodsspec_ #spec_postage {
  text-align: center;
}

.option_buttons_ li a {
  background: #fff;
}
.goodsspec_ > .cartbox_ {
  min-height: 30px;
}
.goodsspec_ > .cartbox_ input[type="text"] {
  width: 6rem;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 3px 5px 3px;
  border-radius: 15px;
  border: 0;
  background: #fff;
  text-align: center !important;
  box-sizing: border-box;
}

div.topiclist_ .topiclist_head_ h2 {
  font-weight: bold;
}

#block_of_history>h2 {
  font-weight: bold;
}

div.order_ {
  background: #fff;
  padding: 20px;
}

div.customer_ ,
div.contact_ ,
div.login_ {
  background: #fff;
  padding-left: 60px;
  padding-bottom: 20px;
  width: 1200px;
}

div.customer_.col1_{
  padding: 0 30px 20px 60px;
}
div.mymenu_ div.mymenu_main_list_ {
  background: #fff;
}
div.contact_ .contact_reform_ textarea {
  width: calc(100% - 20px);
}

.StyleL_item_ .item_table_ {
  overflow: auto;
  display: block;
}

.navistyle_ {
  display: none;
}
div.CategoryStyleP_ {
  border-bottom: 2px solid #08AAFF;
}
.category_tree1_,
.category_tree1_open_ {
  border-top: 1px solid #fff !important;
}

.category_tree1_+.category_tree2_,
.category_tree1_open_+.category_tree2_ {
  border-top: 1px solid #fff !important;
  padding-top: 10px;
  /*border-top: none !important;*/
}

.option-help-icon-balloon-bleft40::before {
  left: 40px;
}

.item_table_>tbody>tr>.th_.name_, .item_table_>tr>.th_.name_ {
  width: 500px;
}

.StyleL_item_frame .desc_frame_.-frame02 dl.qty_:not(:has(dd)) {
  display: none;
}

.wrapper_.is-goods-detail-endmill .navitopicpath_ .current_category_ {
  color: #005AA7;
  font-weight: normal;
}
.wrapper_.is-goods-detail-endmill .navitopicpath_>ul>li:last-of-type a {
  font-weight: normal;
  text-decoration: none;
}
.wrapper_.is-goods-detail-endmill .navitopicpath_ .current_goods_ {
  font-weight: bold;
  color: #474C50;
}

.wrapper_.is-goods-detail-endmill .goodsproductdetail_wrap_ .-wrap02 td.spec_goods_image figure {
  max-width: 120px;
}
.wrapper_.is-goods-detail-endmill .goodsproductdetail_wrap_ .-wrap02 td.spec_goods_image figure img {
  max-height: 45px;
}
.wrapper_.is-goods-detail-endmill dd.spec_postage {
  margin-left: 15px;
}

.wrapper_.is-goods-detail-endmill .cartbox-wrap.fixed, .wrapper_:has(.goodsproductdetail_.-endmill) .cartbox-wrap.fixed {
  position: fixed;
  top: 180px;
  z-index: 1000;
}

.wrapper_.is-goods-detail-endmill .goodsspec-table-heading {
  margin-bottom: 15px;
}


div.wrapper_.is-goods-detail-endmill .cartbox-wrap .spec_price {
  text-align: left;
}

div.wrapper_.is-goods-detail-endmill .cartbox-wrap .spec_price > .price_{
  text-align: right;
}

div.wrapper_.is-goods-detail-endmill .cartbox-wrap .spec_price #spec_price {
  display: inline-block;
}

div.wrapper_.is-goods-detail-endmill .cartbox-wrap .spec_price #spec_price > .price_{
  text-align: right;
}

div.wrapper_.is-goods-detail-endmill .cartbox-wrap .spec_price #spec_price .price_ + .price_ span.large_{
  font-size: 25px;
}

div.wrapper_.is-goods-detail-endmill .cartbox-wrap .spec_price #spec_price .price_ + .price_ span.small_{
  font-size: 10px;
  margin: 0 2px 0 2px;
}



.goodsspec-movie-items.-col05 .swiper-button-next
, .goodsspec-movie-items.-col05 .swiper-button-prev
, .goodsspec-movie-items.-col05 .swiper-pagination {
  display: none;
}

.d-navWrap .navipage_sum_ {
  width: 200px;
}

.ui-widget.ui-widget-content {
  width: auto !important;
  min-width: 238px;
  max-width: 434px;
}
.em-search-form--frame-content.-series {
  padding: 12px 18px 12px;
}
.em-search-form--frame-item.-blade-count .em-search-form--frame-content, .em-search-form--frame-item.-shank-diameter .em-search-form--frame-content {
  padding: 12px 18px 12px;
}
/** add end **/

li.category_tree1_open_ span.category-tree1-name,
li.category_tree2_open_ span.category-tree2-name,
li.category_tree3_open_ span.category-tree3-name {
  color: #08AAFF
}


/* =========================================
   Chatbot Component Styles
   Refactored by Amadeus
   ========================================= */

/* --- Common Backgrounds --- */
.fixbtn-area .chatbot-content,
.fixbtn-area .chatbot-frame,
.fixbtn-area .suggested-questions-container,
.fixbtn-area .chatbot-footer {
  background: #F2F3F5;
}

/* --- Utilities / Toggles --- */
.fixbtn-area .chatbot-powered-by,
.fixbtn-area--btn.-ai-chat,
.hide-chatbot {
  display: none !important;
}

/* * ------------------------------------------------
 * Layout & Container
 * ------------------------------------------------
 */

/* Wrapper for the slide animation */
.fixbtn-area .chatbot-frame-wrap {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 400px;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.16);
}

/* State: Open */
.fixbtn-area .is-open .chatbot-frame-wrap {
  right: 78px;
  transform: translateX(0);
}

/* Main Container */
.fixbtn-area .chatbot-container {
  position: unset !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  overflow: unset !important;
  opacity: 1;
  transform: none !important;
  transition: 0.3s ease-in-out;
}

/* Initial state override (if needed globally) */
.chatbot-container {
  opacity: 0;
}

/* Frame Reset */
.fixbtn-area .chatbot-frame {
  width: 100% !important;
  transform: none !important;
}

/* * ------------------------------------------------
 * Header Section
 * ------------------------------------------------
 */
.fixbtn-area .chatbot-frame-wrap > .chatbot-header {
  width: 100%;
  margin: 0;
  padding: 20px 0 0 !important;
  border-radius: 0;
  background: #F2F3F5;
  text-align: center;
  font-size: 14px !important;
}

.fixbtn-area .chatbot-header .close-chatbot{
  opacity: 1!important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.16);
  background: #fff;
  top: -10px;
  right: -10px;
}


.fixbtn-area .chatbot-header .close-chatbot::before,
.fixbtn-area .chatbot-header .close-chatbot::after {
  content: '';
  background-color: var(--color-main);
  position: absolute;
  width: 13px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}

.fixbtn-area .chatbot-header .close-chatbot::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}



/* Title */
.fixbtn-area .chatbot-header .chatbot-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fixbtn-area .chatbot-header .chatbot-title,
.fixbtn-area .chatbot-header .chatbot-title * {
  color: var(--color-main);
  font-size: 20px;
  text-align: center;
}

/* PC/SP Specific Layouts in Header */
.fixbtn-area .chatbot-header .chatbot-pc-only {
  display: block !important;
  order: 2;
  margin: 10px auto 0;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 1.47;
}

.fixbtn-area .chatbot-header .chatbot-sp-only {
  display: flex !important;
  justify-content: center;
  order: 1;
}
.fixbtn-area .chatbot-header .chatbot-sp-only > .chatbot-header{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  padding: 0!important;
  border-radius: 0!important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: unset;
  margin-right: 8px;
  overflow: hidden;
  text-indent: -150vw;
  position: relative;
  top: -2px;
  font-size: 0;
}

/* Disclaimer Text */
.fixbtn-area .is-open .chatbot-disclaimer,
.fixbtn-area .chatbot-disclaimer {
  //display: none !important; /* Note: Overridden by selector above? Check logic */
  display: block !important;
  width: 100%;
  max-height: 100%;
  margin: 10px auto 0;
  padding: 0 20px 0;
  color: var(--color-main);
  text-align: center;
}

/* * ------------------------------------------------
 * Content & Messages
 * ------------------------------------------------
 */
.fixbtn-area .chatbot-content {
  max-height: calc(100vh - 450px);
}

/* User Message Bubble */
.fixbtn-area .chatbot-message-user {
  padding: 19px 20px;
  background: #2E7BBE;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
}

/* Bot Message Bubble */
.fixbtn-area .chatbot-message-bot {
  padding: 19px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  min-width: 110px;
}

/* * ------------------------------------------------
 * Footer & Input
 * ------------------------------------------------
 */
.fixbtn-area .chatbot-footer {
  padding: 10px 20px;
  gap: 5px 5px;
}

.fixbtn-area .chatbot-footer .chat-input {
  width: 100%;
  min-height: 40px;
  background: #fff;
  border: 0;
  border-radius: 20px;
}

.fixbtn-area .chatbot-footer .mic-chat,
.fixbtn-area .chatbot-footer .send-chat {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}

.fixbtn-area .chatbot-footer .mic-chat {
  width: 12px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 66px;
  transform: translateY(-50%);
}
.fixbtn-area .chatbot-footer .send-chat {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* * ------------------------------------------------
 * Toggle Button (Open/Close)
 * ------------------------------------------------
 */
.fixbtn-area .chatbot-toggle-btn {
  position: absolute;
  right: 0;
  bottom: 270px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  box-shadow: 0 0 5px #00000034;
  opacity: 0;
  animation: fadeInDelayed 0.3s ease-out 0.8s forwards;
}
@keyframes fadeInDelayed {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* Icon Common Styles */
.fixbtn-area .chatbot-toggle-btn .openTxt,
.fixbtn-area .chatbot-toggle-btn .closeTxt {
  position: relative;
  display: block; /* !important removed if not strictly needed, add back if overwriting external CSS */
  width: 48px;
  height: 117px;
  overflow: hidden;
  text-indent: -150vw;
}
.fixbtn-area .chatbot-toggle-btn .openTxt::after,
.fixbtn-area .chatbot-toggle-btn .closeTxt::after {
  content: '';
  display: block;
  width: 48px;
  height: 117px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Open State Icon */
.fixbtn-area .chatbot-toggle-btn .openTxt {
  display: block !important;
}
.fixbtn-area .chatbot-toggle-btn .openTxt::after{
  background: url(../../img/usr/common/btn_ai-chat.png) no-repeat center center / contain;
}
.fixbtn-area .chatbot-toggle-btn .openTxt > .chatbot-header{
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  padding: 0!important;
  border-radius: 0!important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: unset;
  margin-right: 8px;
  overflow: hidden;
  text-indent: -150vw;
  position: relative;
  font-size: 0;
  z-index: 2;
  margin: 5px auto 0;
}


/* Close State Icon */
.fixbtn-area .chatbot-toggle-btn .closeTxt {
  display: none !important;
}
.fixbtn-area .chatbot-toggle-btn .closeTxt::after {
  background: url(../../img/usr/common/btn_ai-chat-close.png) no-repeat center center / contain;
}

/* Toggle Logic based on .is-open parent */
.fixbtn-area .is-open .chatbot-toggle-btn .openTxt {
  display: none !important;
}

.fixbtn-area .is-open .chatbot-toggle-btn .closeTxt{
  display: block !important;
}

div.StyleP_Item_ div.img_ img {
  transition: transform 0.3s ease-in-out;
}

div.StyleP_Item_ div.img_ img:hover {
  transform: scale(1.14);
}

div.StyleL_item_ div.StyleL_item_frame img {
  transition: transform 0.3s ease-in-out;
  transform-origin: left center;
}

div.StyleL_item_ div.StyleL_item_frame img:hover {
  transform: scale(1.14);
  transform-origin: left center;
}
