@font-face {
    font-family: 'icon';
    src: url("../icon/icon-header.ttf?o20agk") format("truetype"), url("../icon/icon-header.woff?o20agk") format("woff"), url("../icon/icon-header.svg?o20agk#icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}
.l-header.l-fixed.js-top-header-pc .m-header-white .m-header_left {
  margin-left: 85px;
}
.l-header.l-fixed.js-top-header-pc .m-headerLeft_list {
  margin-left: 85px !important;
}
.l-header.l-fixed.l-top-header {
  position: absolute;
  top: initial;
  left: initial;
}
.l-header.l-fixed.l-top-header .m-header-white .m-header_left {
  margin-left: 85px;
}
.l-header.l-fixed.l-top-header .m-headerLeft_list {
  margin-left: 85px !important;
}
.l-header.l-fixed .m-icon-cart:before {
  content: "\e900";
  color: #666;
}
.l-header.l-fixed .m-icon-favorite:before {
  content: "\e902";
  color: #666;
}
.l-header.l-fixed .m-icon-login:before {
  content: "\e904";
  color: #666;
}
.l-header.l-fixed .m-icon-mypage:before {
  content: "\e904";
  color: #666;
}
.l-header.l-fixed .m-icon-logout:before {
  color: #666;
}
.l-header.l-fixed .m-icon-search:before {
  content: "\e906";
  color: #666;
}
.l-header.l-fixed .m-header-white {
  max-height: 20px;
}
.l-header.l-fixed .m-header-white .l-header_inner {
  padding: 0;
}
.l-header.l-fixed .m-header-white .m-header_left {
  padding: 0;
  margin-left: 75px;
}
.l-header.l-fixed .m-headerUser_group {
  padding: 5px 0 0;
}
.l-header.l-fixed .m-headerUser_group span {
  font-size: 1.1rem;
  font-weight: normal;
  color: #666;
  line-height: 1px;
}
.l-header.l-fixed .m-header-blue {
  background-color: #fff;
  border-top: none;
  box-shadow: none;
  height: 40px;
  border-bottom: 1px solid #CCCCCC;
}
.l-header.l-fixed .m-header-blue.m-header-top-blue {
  height: 45px;
}
.l-header.l-fixed .m-header-blue.m-header-top-blue .p-top-header-squarelogo {
  width: 64px;
}
.l-header.l-fixed .m-header-blue .l-header_inner {
  width: 980px;
  height: 40px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header.l-fixed .m-header-blue .l-header_inner > nav:nth-of-type(1) {
  width: 80%;
}
.l-header.l-fixed .m-header-blue .l-header_inner > nav:nth-of-type(2) {
  width: 20%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.l-header.l-fixed .m-header-blue .m-logo_wrap {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
}
@media (max-width: 980px) {
  .l-header.l-fixed .m-header-blue .m-logo_wrap {
    left: 0;
    margin-left: 0;
  }
}
.l-header.l-fixed .m-header-blue .m-logo_wrap .m-logo {
  padding: 0;
  position: static;
  width: auto !important;
  height: auto !important;
  transform: translate(0) !important;
}
.l-header.l-fixed .m-header-blue .m-logo_wrap .m-logo #rectlogo {
  width: 45px !important;
  height: 45px !important;
  padding: 0;
}
.l-header.l-fixed .l-header_inner {
  width: 980px;
}
.l-header.l-fixed .m-headerLeft_list {
  margin-left: 75px !important;
  display: flex;
  align-items: center;
  width: auto;
}
.l-header.l-fixed .m-headerLeft_list .m-headerLeft_item {
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
}
.l-header.l-fixed .m-headerLeft_list .m-headerLeft_item + .m-headerLeft_item {
  margin-left: 26px;
}
.l-header.l-fixed .m-headerLeft_list .m-headerLeft_item .headertitle_text {
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
}
.l-header.l-fixed .m-headerLeft_list .m-headerLeft_item .m-icon {
  color: #666;
}
.l-header.l-fixed .m-headerLeft_list .m-headerLeft_item-search {
  height: auto;
  padding-top: 5px;
  line-height: 1;
  border-bottom: none;
}
.l-header.l-fixed .m-headerRight_list {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  float: none;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item {
  float: none;
  width: 15px;
  position: static;
  padding: 0;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item + .m-headerRight_item {
  margin-left: 35px;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item .m-headerRight_icon.m-icon-cart {
  font-size: 1.8rem;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item .m-headerRight_icon.m-icon-favorite {
  font-size: 1.5rem;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item .m-headerRight_icon.m-icon-mypage {
  font-size: 1.8rem;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item .m-headerRight_icon.m-icon-logout {
  font-size: 1.6rem;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item .m-headerRight_item-small {
  display: none;
}
.l-header.l-fixed .m-headerRight_list .m-headerRight_item .m-badge_inner {
  top: -10px;
  right: -10px;
}
.l-header.l-fixed .m-header_right {
  margin: 5px 0 0;
}
.l-header.l-fixed .m-header_right .m-header_coupon {
  padding: 0;
}
.l-header.l-fixed .m-header_right .m-coupon_applied.m-dmCoupon_applied {
  font-size: 1rem;
  font-size: 9px;
  background-color: #BC4242;
  color: #fff;
  padding: 0 3px;
  width: auto;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  border: none;
}
.m-header-blue .m-headerLeft_item.m-text-blue:hover, .m-header-blue .m-headerLeft_item.m-text-pink:hover {
  border-bottom-color: #666;
}
.m-header-blue .m-headerLeft_item:hover, .m-header-blue .m-headerLeft_item:hover {
  border-bottom-color: transparent;
}
.m-header-blue .m-headerRight_item .m-icon-login {
  margin: 0;
}
.l-megaDropdown_wrap {
  border: 1px solid #ccc;
}
.m-megaDropdown-white .l-column_item-4.rightside_bnr_area {
  margin-top: 0;
}
.m-megaDropdown-white .m-headerCategory_section + .m-headerCategory_section {
  margin-top: 25px;
}
.m-megaDropdown-white .m-listTitle_title {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.m-megaDropdown-white .m-listTitle_title a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.m-megaDropdown-white .m-listTitle_title a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.m-megaDropdown-white .m-list.m-listTitle_list .m-item {
  font-size: 1.2rem;
  line-height: 1;
}
.m-megaDropdown-white .m-list.m-listTitle_list .m-item + .m-item {
  margin-top: 5px;
}
.m-megaDropdown-white .m-label.m-label-blue, .m-megaDropdown-white .m-label.m-label-pink {
  background-color: #fff;
  border: 1px solid #CB9292;
  font-size: 1.2rem;
  color: #CB9292;
}
.l-dropdown_wrap.l-dropdown_wrap_dropdownRight.m-dropdown_wrap {
  top: calc(100% - 1px);
  right: 0;
  box-shadow: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.m-dropdownCart {
  width: 410px;
  padding: 15px 20px 30px;
}
.m-dropdownCart #dropdownCart_contents_wrap {
  padding: 0;
}
.m-dropdownCart .m-dropdown-no_cartlist {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  border-bottom: 2px solid #e0e0e7;
}
.m-dropdownCart .m-dropdown_noicon {
  display: none;
}
.m-dropdownCart .m-dropdown_notext {
  font-size: 1.4rem;
  color: #666;
}
.m-dropdownCart .m-dropdownCart_addText {
  font-size: 1.4rem;
  color: #666;
  border-bottom: 2px solid #D1D1D1;
  padding: 0 0 15px;
}
.m-dropdownCart .m-dropdownCart_addText .m-font_futura {
  color: inherit;
  font-size: 1.8rem;
}
.m-dropdownCart .m-dropdownCart_item:first-child {
  border-top: none;
}
.m-dropdownCart .m-dropdownCart_item {
  width: 100%;
  height: auto;
  max-width: none;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_closeBtn {
  width: 15px;
  display: flex;
  padding: 0;
  height: auto;
  align-itmes: center;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_closeBtn .m-btn_circle {
  width: 15px;
  height: 15px;
  background-color: #D1D1D1;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_closeBtn .m-btn_circle .m-icon-close {
  font-size: 10px;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_thumb {
  width: 95px;
  display: block;
  padding: 0;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_thumb a {
  display: block;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_thumb a img {
  max-width: none !important;
  width: 100%;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_Group {
  width: calc(100% - 15px - 95px);
  margin: 0;
  padding: 0;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_Group .m-dropdownCart_brand {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
  margin: 0 0 5px;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_Group .m-dropdownCart_product {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
  margin: 0 0 5px;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_Group .m-dropdownCart_size {
  font-size: 1rem;
  color: #666;
  margin: 0 0 15px;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_Group .m-dropdownCart_price {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
}
.m-dropdownCart .m-dropdownCart_item .m-dropdownCart_Group .m-dropdownCart_price .m-dropdownCart_sumText-small {
  display: none;
}
.m-dropdownCart .m-dropdownCart_underGroup {
  background-color: transparent;
  padding: 15px 0 0;
  border-top: none;
}
.m-dropdownCart .m-dropdownCart_underGroup .m-dropdownCart_sumText {
  display: inline;
  float: none;
  font-size: 1rem;
  color: #666;
  margin-right: 15px;
}
.m-dropdownCart .m-dropdownCart_underGroup .m-dropdownCart_sumText .m-dropdownCart_sumText-small {
  display: inline;
  line-height: inherit;
  font-size: 1rem;
  transform: scale(1, 1);
  margin: 0;
  font-weight: normal;
  vertical-align: baseline;
}
.m-dropdownCart .m-dropdownCart_underGroup .m-dropdownCart_sumPrice {
  display: inline-block;
  float: none;
  color: #666;
  min-width: 50px;
  text-align: right;
}
.m-dropdownCart .m-dropdownCart_underGroup .m-dropdownCart_sumPrice .m-font_futura {
  font-size: 1.6rem;
  vertical-align: baseline;
}
.m-dropdownCart .m-dropdownCart_underGroup .m-dropdownCart_sumPrice .m-yen {
  font-size: 1.4rem;
  vertical-align: baseline;
}
.m-dropdownCart .m-dropdownCart_underGroup .m-dropdownCart_cartBtn.m-btn.m-btn-type2.m-btn-large {
  padding: 26px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-dropdownCart .m-dropdownCart_underGroup .m-dropdownCart_cartBtn.m-btn.m-btn-type2.m-btn-large .m-icon.m-icon-cart::before {
  color: #fff;
}
.m-dropdownFav {
  width: 410px;
  padding: 15px 20px 20px;
}
.m-dropdownFav .m-dropdownFav_addText {
  font-size: 1.4rem;
  color: #666;
  border-bottom: 2px solid #D1D1D1;
  padding: 0 0 15px;
  vertical-align: baseline;
}
.m-dropdownFav .m-dropdownFav_addText span {
  vertical-align: baseline;
  display: inline;
}
.m-dropdownFav .m-dropdownFav_addText .m-font_futura {
  color: inherit;
  font-size: 1.8rem;
  vertical-align: baseline;
}
.m-dropdownFav .m-dropdown-no .m-dropdown_noicon {
  display: none;
}
.m-dropdownFav .m-dropdown-no .m-dropdown_notext {
  font-size: 1.4rem;
  color: #666;
  border-bottom: 2px solid #D1D1D1;
  padding: 75px 0 85px;
}
.m-dropdownFav .dropdownFavSlider_control-prev-outer {
  border-bottom: none;
}
.m-dropdownFav .dropdownFavSlider_control-outer {
  width: 100%;
  border-top: none;
}
.m-dropdownFav .m-dropdownFavSlider_list {
  max-height: 304px;
}
.m-dropdownFav .m-dropdownFav_item {
  width: 100%;
  min-width: 100%;
  height: auto;
  height: 152px;
  position: relative;
  max-width: none;
  padding: 20px 0;
}
.m-dropdownFav .m-dropdownFav_link {
  padding: 13px 0 0;
  font-size: 1.3rem;
}
.m-dropdownFav .m-dropdownFav_link .m-icon::before {
  color: #1b95e0;
}
.m-dropdownFav .m-dropdownFav_table {
  display: flex;
  width: 100%;
  align-items: center;
}
.m-dropdownFav .m-dropdownFav_closeBtn {
  width: 15px;
  height: 100%;
  padding: 0;
}
.m-dropdownFav .m-dropdownFav_closeBtn .m-btn_circle {
  width: 15px;
  height: 15px;
  background-color: #D1D1D1;
}
.m-dropdownFav .m-dropdownFav_closeBtn .m-btn_circle .m-icon-close::before {
  font-size: 10px;
}
.m-dropdownFav .m-dropdownFav_detailGroup {
  display: flex;
  width: calc(100% - 15px);
  height: auto;
}
.m-dropdownFav .m-dropdownFav_btnGroup {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: calc(100% - 95px);
  width: 256px;
  width: 245px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-stocksearch, .m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-product {
  width: calc(50% - 5px);
  padding: 0;
  margin: 0;
  border-radius: 3px;
  display: block;
}
.m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-stocksearch a, .m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-product a {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0;
}
.m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-stocksearch a .m-icon, .m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-product a .m-icon {
  display: none;
}
.m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-stocksearch {
  border: 1px solid #D1D1D1;
  color: #666;
  background-color: #fff;
}
.m-dropdownFav .m-dropdownFav_btnGroup .m-dropdownFav_btn-product {
  background-color: #333;
  color: #fff;
}
.m-dropdownFav .m-dropdownFav_thumb {
  width: 95px;
  float: none;
  display: flex;
  align-items: center;
}
.m-dropdownFav .m-dropdownFav_thumb img {
  width: 100%;
  max-width: none;
  min-width: 0;
  max-height: none;
}
.m-dropdownFav .m-dropdownFav_Group {
  width: calc(100% - 95px);
  margin: 0;
  padding: 0 0 55px 15px;
}
.m-dropdownFav .m-dropdownFav_brand, .m-dropdownFav .m-dropdownFav_product {
  font-size: 1rem;
  color: #666;
  margin: 0 0 5px;
  font-weight: normal;
}
.m-dropdownFav .m-dropdownFav_price {
  position: static;
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
}
.m-dropdownMypage {
  width: 690px;
}
.m-mypageBox {
  padding: 20px 20px 30px;
  width: 690px;
  margin: 0;
}
.m-mypageBox .m-mypageBox_title {
  width: 100%;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #D1D1D1;
}
.m-mypageBox .m-mypageBox_title::after {
  display: none;
}
.m-mypageBox .m-mypageBox_side {
  width: 160px;
}
.m-mypageBox .m-mypageBox_welcome {
  float: none;
  color: #666;
  display: flex;
  align-items: center;
}
.m-mypageBox .m-mypageBox_userName {
  margin: 0 5px 0 15px;
  color: #666;
  font-weight: normal;
  display: inline;
}
.m-mypageBox .m-mypageBox_point {
  float: none;
  font-size: 1.4rem;
}
.m-mypageBox .m-mypageBox_point .m-font_futura {
  font-size: 1.6rem;
  color: inherit;
}
.m-mypageBox .m-mypageBox_cont {
  background-color: #fff;
  padding: 15px 0 0;
}
.m-mypageBox .m-mypageBox_heading {
  color: #333;
}
.m-mypageBox .m-mypageBox_body {
  border: none;
  padding: 0;
}
.m-mypageBox .m-listTitle_title.m-listTitle_title-blue {
  font-size: 1.4rem;
  color: #666;
}
.m-mypageBox .m-listTitle_list.m-list .m-item + .m-item {
  margin-top: 5px;
}
.m-mypageBox .m-listTitle_list.m-list .m-item a {
  font-size: 1.2rem;
  color: #666;
}
.m-mypageBox .m-mypageBox_listWrap {
  border-bottom: none;
}
.m-mypageBox .m-mypageBox_link .m-icon {
  color: #1b95e0;
}
.m-mypageBox .m-mysizeBox_heading {
  font-size: 1.6rem;
  color: #333;
}
.m-mypageBox .m-mysizeBox_body {
  border: none;
}
.m-mypageBox .m-tab {
  border-bottom: 1px solid #EFEFEF;
}
.m-mypageBox .m-tab_item {
  font-size: 1.3rem;
}
.m-mypageBox .m-tab_item.m-tab_item-mens, .m-mypageBox .m-tab_item.m-tab_item-ladies {
  color: #666;
  padding: 0;
  border-bottom: 5px solid transparent;
  margin: 0 30px 0 0;
}
.m-mypageBox .m-tab_item.m-tab_item-mens.is-tab_item-active, .m-mypageBox .m-tab_item.m-tab_item-ladies.is-tab_item-active {
  border-bottom-color: #333;
}
.m-mypageBox .js-tabInner_mens .m-mysizeBox_item:nth-of-type(1) .m-mysizeBox_imgWrap img {
  width: 52px;
}
.m-mypageBox .js-tabInner_mens .m-mysizeBox_item:nth-of-type(2) .m-mysizeBox_imgWrap img {
  width: 40px;
}
.m-mypageBox .js-tabInner_mens .m-mysizeBox_item:nth-of-type(3) .m-mysizeBox_imgWrap img {
  width: 56px;
}
.m-mypageBox .js-tabInner_ladies .m-mysizeBox_item:nth-of-type(1) .m-mysizeBox_imgWrap img {
  width: 50px;
}
.m-mypageBox .js-tabInner_ladies .m-mysizeBox_item:nth-of-type(2) .m-mysizeBox_imgWrap img {
  width: 50px;
}
.m-mypageBox .m-mysizeBox_item {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}
.m-mypageBox .m-mysizeBox_item .m-mysizeBox_select .m-mysizeBox_selectBox {
  margin-top: 0;
}
.m-mypageBox .m-mysizeBox_item .m-mysizeBox_select .m-mysizeBox_selectBox:last-child {
  margin-bottom: 0;
}
.m-mypageBox .m-mysizeBox_inner {
  padding: 0;
}
.m-mypageBox .m-mysizeBox_name {
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
}
.m-mypageBox .m-mysizeBox_headingWrap {
  margin-bottom: 10px;
}
.m-mypageBox .m-mysizeBox_selectName {
  font-weight: normal;
  color: #666;
  font-size: 1rem;
}
.m-mypageBox .m-mysizeBox_selectDropbox {
  position: relative;
  width: 160px;
}
.m-mypageBox .m-mysizeBox_selectDropbox::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
  margin-top: -4px;
}
.m-mypageBox .m-mysizeBox_selectDropbox .customSelect {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  height: 24px !important;
  line-height: 24px !important;
  padding: 0 0 0 10px !important;
  font-size: 1rem !important;
}
.m-mypageBox .m-mysizeBox_submitBtn.m-btn.m-btn-type2.m-btn-small {
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  width: 165px;
  padding: 12px 0;
  border-radius: 3px;
}
.m-mypageBox .m-mysizeBox_submitGroup {
  margin-top: 20px;
}
.m-mypageBox .m-mysizeBox_submitLink .m-icon::before {
  color: #1b95e0;
}
.m-dropdownSearch {
  top: 30px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 20px;
  width: 460px;
  left: -150px !important;
}
.m-dropdownSearch #dropdownSearchFrom1 fieldset:nth-of-type(1) .m-dropdownSearch_text {
  width: 340px;
  border-radius: 3px;
  border: 1px solid #D1D1D1;
  font-size: 1.4rem;
  box-shadow: none;
  line-height: 1;
  padding: 9px 10px 8px;
}
.m-dropdownSearch #dropdownSearchFrom1 fieldset:nth-of-type(1) .m-dropdownSearch_btn {
  font-size: 1.4rem;
  width: 70px;
  padding: 13px 0 13px;
  border-radius: 3px;
  background-color: #333;
}
.m-dropdownSearch #dropdownSearchFrom1 fieldset:nth-of-type(2) .m-radio input[type=radio]:checked + label::after {
  width: 8px;
  height: 8px;
  background-color: #333;
  left: 6px;
}
.m-dropdownSearch #dropdownSearchFrom1 fieldset:nth-of-type(2) label {
  font-size: 1.4rem;
  color: #666;
  margin: 0 20px 0 0;
}
.m-dropdownSearch #dropdownSearchFrom1 fieldset:nth-of-type(2) label::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
#header_itemsearch_wrap .search_keyword_cont {
  margin: 20px 0 0;
}
#header_itemsearch_wrap .search_keyword_cont p {
  border-top: 1px solid #CCCCCC;
  font-size: 1.4rem;
  color: #666;
  padding: 15px 0 0;
  margin: 0 0 10px;
}
#header_itemsearch_wrap .search_keyword_cont p::after {
  display: none;
}
#header_itemsearch_wrap .search_keyword_cont .search_keyword_itemList {
  margin-bottom: -10px;
}
#header_itemsearch_wrap .search_keyword_cont .search_keyword_itemList .search_keyword_item {
  margin: 0 10px 10px 0;
}
#header_itemsearch_wrap .search_keyword_cont .search_keyword_itemList .search_keyword_item .search_keyword_itemLink {
  font-size: 1.2rem;
  color: #666;
  border: none;
  background-color: #EFEFEF;
  border-radius: 0;
}
#header_item_search_wrap_close {
  color: #999999;
  background-color: #CCCCCC;
  width: 21px;
  height: 21px;
  padding: 11px 5px 8px 5px;
  font-size: 1rem;
  box-sizing: border-box;
}