/* common */
.campaignItem_link{
  display: block;
}
.itemSearch-category_item-child_header_link:hover,
.brandLogoItem_link:hover:not([disabled]), .campaignItem_link:hover:not([disabled]), .footerContact_column-contact:hover:not([disabled]), .footerContact_column-tel:hover:not([disabled]), .itemSearch-category_item-child_item_link:hover:not([disabled]), .itemSearchList_item_link:hover:not([disabled]){
  opacity: .5;
}
[data-menu-contents=new] .itemSearch_wrap{
  padding: 0 0 44px!important;
}
[data-menu-contents=ranking] .itemSearch_wrap{
  padding-top: 0!important;
  padding-left: 0!important;
}
[data-menu-contents=new] .itemSearch_wrap .itemSearchList,
[data-menu-contents=outlet] .itemSearch_wrap .itemSearchList,
[data-menu-contents=ranking] .itemSearch_wrap{
  margin-left: -20px;
}
[data-menu-contents=campaign] .itemSearchList,
[data-menu-contents=productcodeorder] .megamenu_column-top{
  padding-top: 0!important;
  padding-left: 0!important;
  margin-left: -24px;
}
/* header */
.header.index .headerLogo{
  margin-top: 30px;
}
.headerMenu_item_text::before{
  bottom: -36px;
}
.header.is-min .headerMenu_item_text::before,
.headerMenu-sub_item .headerMenu_item_text::before{
  bottom: -38px;
}

/* scrollProgress */
.scrollProgress_inner {
  width: 68px;
  height: 68px
}

.scrollProgress_circle,.scrollProgress_circle-left,.scrollProgress_circle-right, .scrollProgress_circle_line {
  width: 34px;
  height: 68px;
}

.scrollProgress_circle-left .scrollProgress_circle_line {
  background: radial-gradient(circle at center left,transparent 32px,#3c3c43 33px,#3c3c43 34px,transparent 35px)
}

.scrollProgress_circle-right .scrollProgress_circle_line {
  background: radial-gradient(circle at center right,transparent 32px,#3c3c43 33px,#3c3c43 34px,transparent 35px)
}

.scrollProgress_arrow {
  width: 60px;
  height: 60px;
}

.scrollProgress_arrow_icon {
  width: 16px;
  height: 17px;
}

/* mega menu */
.megamenu{
  max-height: unset!important;
  min-height: unset;
  /* height: 70vh; */
  background: none;
  max-width: 1320px;
  /* top: 130px!important; */
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
}
#refine form::-webkit-scrollbar,
.megamenu::-webkit-scrollbar{
  display: none;
}
.megamenu_wrap-item{
  padding-bottom: 40px;
}
.megamenu_wrap,
.megamenu_wrap-item{
  margin-right: auto;
  max-width: unset;
  width: 1320px;
  background: url(../img/background/bg_megamenu_child-01.jpg);
  background-repeat: repeat;
}
.megamenuList{
  padding-top: 0;
}
.itemSearch-category_item_link svg{
  fill: #777777;
}
.megamenuList_item.active, .megamenuList_item:hover,
.itemSearch-category_item_link.active,
.itemSearch-category_item_link:hover{
  background: #3C3C43;
  color: #fff;
}
.itemSearch-category_item_link.active::after,
.itemSearch-category_item_link:hover::after{
  background: #fff;
}
.itemSearch-category_item_link.active svg,
.itemSearch-category_item_link:hover svg{
  fill: #F2F0ED;
}
.itemSearch{
  padding: 40px 60px 0;
  min-height: auto;
  height: 100%;
  max-height: 70vh;
  overflow: auto;
}
.itemSearch-category_column-left{
  width: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}
.itemSearch-category_item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
.itemSearch-category_item_link{
  background-color: #F2F0ED;
  width: 100%;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
}
.itemSearch-category_name{
  display: flex;
  align-items: center;
  width: 100%;
}
.itemSearch-category_icon{
  margin-right: 10px;
  width: 28px;
}
.itemSearch-category_text{
  width: calc(100% - 28px - 10px - 10px);
}
.itemSearch_title{
  font-size: 20px;
  font-weight: 700;
  color: #3C3C43;
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(60 60 67 / 20%);
}
.itemSearch-category_item-child{
  padding: 20px 20px 5px;
  margin-top: 20px;
  width: 900px;
  max-width: unset;
  background: #E8E7E4;
}
.itemSearch-category_item:nth-child(4n+1) .itemSearch-category_item-child{
  margin-left: 0;
}
.itemSearch-category_item:nth-child(4n+2) .itemSearch-category_item-child{
  margin-left: calc(-100% - 20px);
}
.itemSearch-category_item:nth-child(4n+3) .itemSearch-category_item-child{
  margin-left: calc(-200% - 40px);
}
.itemSearch-category_item:nth-child(4n) .itemSearch-category_item-child{
  margin-left: calc(-300% - 60px);
}
.itemSearch-category_item-child_header{
  padding: 0;
  margin: 0;
  background: none;
  text-align: center;
}
.itemSearch-category_item-child_header_link{
  display: inline-block;
  font-size: 13px;
  text-decoration: underline;
  padding: 20px 40px;
  margin-top: 10px;
}
.itemSearch-category_item-child_header_link::after{
  content: none;
}
.itemSearch-category_item_link::after{
  content: "+";
  width: unset;
  height: unset;
  line-height: 0;
  font-size: 16px;
  clip-path: unset;
}
.itemSearch-category_item_link.active.has_children::after{
  content: " ";
  width: 10px;
  height: 1px;
  background: #F2F0ED;
}
.itemSearch-category_item-child-fukidashi{
  display: block;
  width: 15px;
  height: 15px;
  background-color: #E8E7E4;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -15px;
  left: 0;
}
.itemSearch-category_item:nth-child(4n+1) .itemSearch-category_item-child-fukidashi{
  left: 10%;
}
.itemSearch-category_item:nth-child(4n+2) .itemSearch-category_item-child-fukidashi{
  left: 36%;
}
.itemSearch-category_item:nth-child(4n+3) .itemSearch-category_item-child-fukidashi{
  left: unset;
  right: 36%;
}
.itemSearch-category_item:nth-child(4n) .itemSearch-category_item-child-fukidashi{
  left: unset;
  right: 10%;
}
.itemSearch-category_item-child_body{
  justify-content: flex-start;
  margin: 0 -10px;
}
.itemSearch-category_item-child_item{
  width: 25%;
  padding: 0 10px;
}
.itemSearch-category_item-child_item_link{
  border-bottom: 1px solid rgb(60 60 67 / 10%);
  position: relative;
  height: 48px;
}
.itemSearch-category_item-child_item_link::after{
  clip-path: none;
  background: none;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #8f8f8f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.brandList-top{
  margin: 0 -20px;
}
.brandLogoItem{
  width: 25%;
  padding: 0 20px;
  background: none!important;
}
.itemSearch_bottom{
  text-align: center;
}
.itemSearch_bottom .itemSearch_link{
  display: inline-block;
  width: auto;
  font-size: 13px;
  text-decoration: underline;
  padding: 20px 40px;
  margin: 10px 0 0;
  color: #3C3C43;
}
.itemSearch_bottom .itemSearch_link::after, .itemSearch_bottom .itemSearch_link::before{
  content: none;
}
[data-header-menu-contents=counseling] .megamenu_column-contact{
  right: 30px;
}
.megamenu_column-top-bottom{
  width: calc(75% - 30px - 20px);
  background-position: right top,left top,right bottom,right bottom;
}
.megamenu_column-top,
.megamenu_column-bottom{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.megamenu_column-top .megamenu_column,
.megamenu_column-bottom .megamenu_column{
  width: 33.3333%;
}
.megamenu_column_title{
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #3C3C43;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid rgb(60 60 67 / 20%);
}
.megamenu_column_bgnone{
  background: none!important;
}
.megamenu_support .megamenu_wrap{
  padding: 40px;
}
.megamenu_support .itemSearch_title{
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.megamenu_support .megamenu_column{
  margin-bottom: 20px;
}
.megamenu_support .megamenuItem{
  padding: 0;
}
.megamenu_support .megamenuItem_title{
  display: flex;
  align-items: center;
  font-size: 15px;
}
.megamenu_support .megamenuItem_title svg{
  fill: #777;
}

/* mainV */
.mainV{
  margin-top: 30px;
  max-width: 1320px;
}
.mainVslider{
  height: 460px;
}

/* garage fun */
#garageFun .block_button_link{
  background-color: #cf4d43;
  
}
#garageFun .block_button_text{
  color: #fff;
}
#garageFun .block_button_link::after{
  background-color: #fff;
}
#garageFun .block_button_link:hover .block_button_text{
  color: #cf4d43;
}

#garageFun .block_button_link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 101%;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right top;
}

#garageFun .block_button_link:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}

#garageFun .block_button_link::after {
  position: absolute;
  top: 50%;
  right: 29px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background-color: #fff;
  transform: translate(0, -50%);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#garageFun .block_button_link:hover::after {
  background-color: #cf4d43;
  transform: translate(5px, -50%);
}

#garageFun .block_button_text {
  position: relative;
}

/* orderBanner */
.orderBanner{
  width: 1200px;
  padding-bottom: 60px;
}
.orderBanner_box_title{
  font-size: 34px;
  margin-bottom: 14px;
}
.orderBanner_box_title-sub,
.orderBanner_box_caption{
  font-size: 16px;
}
.orderBanner_box_title-parts{
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.orderBanner_container img{
  height: 250px;
}

/* topGuide */
.LC_Page_Index .topGuide_container{
  width: 1040px;
}
.LC_Page_Index .topGuideList_item{
  width: 230px;
  height: 230px;
}
.LC_Page_Index .topGuideList_item_caption{
  font-size: 18px;
}
.LC_Page_Index .topGuideList_item_icon{
  width: 53px;
  height: 53px;
}
