@charset "UTF-8";
/*====================
header
====================*/
#header {
  min-width: 700px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 3px;
}

.header_logo_small {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header_logo {
  width: 30%;
  max-width: 300px;
}

.header_logo img {
  width: 100%;
}

@media screen and (max-width: 1139px) {
  .disp_none_1139 {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1160px) {
  .header_logo img {
    width: 92%;
  }
}
.top_logo {
  position:  fixed;
  z-index: 100;
  height: 58px;
}

.top_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e60212;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_logo img {
  max-height: 100%;
}

.top_logo span {

}

/*
headerNavi
--------------------*/
.headerNavi {
  position: fixed;
  top: 0;
  width: 100%;
  height: 43px;
  background: #f5f1ea;
  color: #fff;
  /* z-index: 5; */
  z-index: 10000;
}
.headerNavi_support_txt {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.headerNavi_support_txt .txt_red {
  font-size: 16px;
}
.headerNavi_support_txt .txt_red a {
    color: inherit !important;
}

.headerNavi .header_inner {
  position: relative;
  color: #fff;
  padding: 10px 20px;
}

@media screen and (max-width: 1023px) {
    .headerNavi .header_inner {
        width: 100%;
        height: 100%;
        padding: 4px 47px;
        display: flex;
        align-items: center;
    }
    .headerNavi_support_txt {
        width: 100%;
        line-height: 17px;
        font-size: calc(1.3vw);
    }
    .headerNavi_support_txt .txt_red {
        font-size: 1.14em;
    }
}


a.headerNavi_list_link,
.headerNavi_search {
  color: #fff;
  font-size: 16px;
}

.headerNavi_list {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}

.headerNavi_list_item {
  position: relative;
  padding: 0 25px;
}

@media screen and (max-width: 1230px) {
  .headerNavi_list_item {
    padding: 0 10px;
  }
}

.headerNavi_list_item.supplement:after,
.headerNavi_list_item.skincare:after,
.headerNavi_list_item.kodawari:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 26px;
  border-right: 1px dashed #fff;
}

.headerNavi_list_link {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}

.headerNavi_list_link:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 38px;
  margin-right: 10px;
}

.supplement .headerNavi_list_link:before {
  background: url(../img/header_icon_supplement.png) center center no-repeat;
  background-size: contain;
}

.supplement .headerNavi_list_link:hover:before {
  background-image: url(../img/header_icon_supplement_o.png);
}

.skincare .headerNavi_list_link:before {
  background: url(../img/header_icon_skincare.png) center center no-repeat;
  background-size: contain;
}

.skincare .headerNavi_list_link:hover:before {
  background-image: url(../img/header_icon_skincare_o.png);
}

.kodawari .headerNavi_list_link:before {
  background: url(../img/header_icon_kodawari.png) center center no-repeat;
  background-size: contain;
}

.kodawari .headerNavi_list_link:hover:before {
  background-image: url(../img/header_icon_kodawari_o.png);
}

.supportFood .headerNavi_list_link:before {
  background: url(../img/header_icon_supportfood.png) center center no-repeat;
  background-size: contain;
}

.supportFood .headerNavi_list_link:hover:before {
  background-image: url(../img/header_icon_supportfood_o.png);
}

@media screen and (max-width: 1023px) {
  .headerNavi_wrap {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 20px 40px;
    background: #f9f5eb;
  }
  .active.headerNavi_wrap {
    display: none;
  }
  .headerNavi_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 35% 0 auto;
  }
  .headerNavi_list_item {
    width: 50%;
    margin-bottom: 10px;
    padding: 0;
  }
  a.headerNavi_list_link {
    color: #3c2c20;
  }
  .headerNavi_wrap .header_sub_navi {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .headerNavi_btn {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    margin-left: auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    z-index: 9999;
  }
  .headerNavi_btn span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .headerNavi_btn span:before,
  .headerNavi_btn span:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: " ";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .headerNavi_btn span:before {
    margin-top: -8px;
  }
  .headerNavi_btn span:after {
    margin-top: 6px;
  }
  .active.headerNavi_btn span {
    background: transparent;
  }
  .active.headerNavi_btn span:before,
  .active.headerNavi_btn span:after {
    margin-top: 0;
  }
  .active.headerNavi_btn span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .active.headerNavi_btn span:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1024px) {
  .headerNavi_wrap {
    position: relative;
    display: block !important;
  }
  .headerNavi_btn {
    display: none;
  }
  .headerNavi_wrap .header_sub_navi {
    display: none;
  }
  .headerNavi_list_link {
    -webkit-box-pack: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: center;
    /*--- IE10 ---*/
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    justify-content: center;
  }
}

/*header_tel_order*/
.header_tel_order {
  text-align: center;
  padding: 5px 0 0;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.header_tel_order img {
  max-width: 100%;
}
.header_tel_order img.header_tel_order_img {

}
.header_tel_order img.header_tel_order_img-md {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header_tel_order img.header_tel_order_img {
    display: none;
  }
  .header_tel_order img.header_tel_order_img-md {
    display: block;
  }
}



/* headerNavi_search */
.headerNavi_search {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  width: 150px;
  height: 38px;
  margin-left: 12%;
  border-radius: 30px;
  background: #c10202;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2) inset;
}

.headerNavi_search:hover {
  background: #fff;
  color: #c10202;
}

.headerNavi_search.active {
  background: #fff;
  color: #c10202;
}

.headerNavi_search:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background: url(../img/header_icon_search.png) center center no-repeat;
  background-size: contain;
}

.headerNavi_search:hover:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background: url(../img/header_icon_search_o.png) center center no-repeat;
  background-size: contain;
}

.headerNavi_search.active:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background: url(../img/header_icon_search_o.png) center center no-repeat;
  background-size: contain;
}

/* header_search_contents */
.header_search_contents {
  display: none;
  background: #fff;
  color: #333;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header_search_inner {
  text-align: center;
  padding: 40px 0 50px;
}

.header_search_inner form {
  /* font-size: 0px; */
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}

.search_category {
  display: inline-block;
  overflow: hidden;
  /* 伸ばした分を隠す */
  position: relative;
}

.search_select_category,
.search_text,
.search_submit,
.search_form_close {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

.search_category_text:after {
  content: "▼";
}

.search_select_category {
  width: 17%;
}

.search_select_category label,
.search_select_category select {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 15px;
  background: #d9cdb4;
  color: #3c2c20;
  font-size: 14px;
  text-align: center;
  border-radius: 3px 0 0 3px;
}

.search_category_select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.search_text {
  width: 55%;
}

.search_text input {
  width: 100%;
  height: 40px;
  padding: .5em;
  background: #efe9dc;
  border: none;
  border-radius: 3px;
  font-size: 16px;
}

.search_submit {
  width: 22%;
  margin-left: 20px;
}

.search_submit input {
  width: 100%;
  height: 40px;
  background: url(../img/header_icon_search.png) no-repeat #ac8959;
  background-position: left 20px top 8px;
  border: none;
  color: #fff;
  font-size: 17px;
  border-radius: 3px;
  padding-left: 30px;
}

.search_form_close {
  margin-left: 20px;
}

.search_form_close button {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #3c2c20;
  border-radius: 4px;
  background: url(../img/close_btn_br.png) center center no-repeat;
  background-size: 24px;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .headerNavi_search {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: 0 auto 0 65%;
  }
}

@media screen and (min-width: 1024px) {
  .headerNavi_search {
    top: 0;
    right: 0;
  }
  .search_select_category {
    width: auto;
  }
  .search_select_category label,
  .search_select_category select {
    width: 10em;
  }
  .search_text {
    width: 600px;
  }
  .search_submit {
    width: 180px;
  }
}

/*
headerBottom
--------------------*/
.headerBottom {
  padding-top: 43px;
}

.headerBottom .header_inner {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.headerBottom_left {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerBottom_menu ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 98%;
}

.headerBottom_menu li {
  position: relative;
  width: 32%;
}

.headerBottom_menu_login li {
  position: relative;
  width: 31%;
}

.headerBottom_menu_autoLogin li {
  position: relative;
  width: 49%;
}


.headerBottom_menu li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding-left: 30px;
  padding-top: 1px;
}

.headerBottom_menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.headerBottom_menu li.header_news a {
  background: url(../img/header_menu_icon_plus.png) 5px center no-repeat #ebbd4d;
}

.headerBottom_menu li.header_login a {
  background: url(../img/header_menu_icon_arrow_r.png) 5px center no-repeat #e42626;
}

.headerBottom_menu li.header_entry a {
  background: url(../img/header_menu_icon_arrow_g.png) 5px center no-repeat #438806;
}

.headerBottom_menu li.header_logout a {
  background: url(../img/header_menu_icon_arrow_b.png) 5px center no-repeat #c2a883;
}

.headerBottom_right_upper {
  display: flex;
  justify-content: right;
  width: 76%;
}


.header_sub_navi {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  height: 32px;
  margin-top: 15px;
}

.header_sub_navi li {
  position: relative;
  flex: 1 0 auto;
}

.header_sub_navi li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 2px;
  height: 16px;
  background: url(../img/nav_split_border.png) center center repeat-y;
}
.header_sub_navi li:nth-last-of-type(-n+2):after {
  background: none;
}

.header_sub_navi a {
  display: inline-block;
  padding: 5px 15px 5px 30px;
  font-size: 15px;
  background: url(../img/link_arrow.png) 12px 10px no-repeat;
}

.header_sub_navi li:last-child:after {
  background: none;
}

.header_sub_navi li:last-child a {
  padding-right: 0;
}

.headerNavi_sub_search_form {
  margin-left: 15px;
  position: relative;
}
.headerNavi_sub_search_form:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/header_icon_search2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.headerNavi_sub_search_input {
  color: #a7a7a7;
  font-weight: bold;
  width: 150px;
  position: relative;
  border: solid 1px #ccc8c2;
  padding: 8px 30px 8px 44px;
  border-radius: 30px;
  box-shadow: 0 0 8px #c7c2b8 inset;
  transition: all 0.2s;
  font-size: 14px !important;
}
.headerNavi_sub_search_input:focus {
  box-shadow: 0 0 4px #c7c2b8 inset;
}
.headerNavi_sub_search_input:focus::placeholder {
  color: #d6d6d6;
}



/*検索ボタン追加*/

.header_sub_navi .search_container input[type=search] {
	-webkit-appearance: none;
	display: inline-block;
	margin-right: 0;
	padding: 10px;
	width: 110px;
	height: 36px;
	font-size: 14px;
	box-sizing: border-box;
	border:1px solid #d1c0a5;
}
.header_sub_navi .search_container input[type=submit] {
	-webkit-appearance: none;
	display: inline-block;
	padding: 0 10px 0 25px;
	width: 60px;
	height: 36px;
	font-size: 13px;
	vertical-align: top;
	background: #ebdfc9;
  border:1px solid #d1c0a5;
  border-left:none;
  cursor: pointer;
  color: #646464;
  z-index: 1;
  font-weight: bold;
	background: url(../img/header_icon_search3.png) 5px 9px no-repeat #ebdfc9;
	background-size: 16px;
}

.header_sub_navi .search_container input::-webkit-search-cancel-button {
   -webkit-appearance: none;
}
_::-webkit-full-page-media, _:future, :root .header_sub_navi .search_container input[type=search]  {
  	padding: 0px;
}









.headerRecommend_wrapper {
  padding: 20px 0;
  border-top: solid 8px #e60212;
  max-width: 100%;
}
.headerRecommend_list {
  display: flex;
  justify-content: space-around;
  /* width: 1024px; */
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.headerRecommend_list_item {
  flex: 1 1 25%;
  box-sizing: border-box;
  border-right: dotted 2px #c9a978;
  text-align: center;
}
.headerRecommend_list_item:last-of-type {
  border-right: none;
}
.headerRecommend_list_item p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
.headerRecommend_list_link {
  display: block;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  padding: 6px 0;
  border-radius: 5px;
}
.headerRecommend_list_link:hover {
  color: #fff;
  background: #e60212;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .header_logo {
    -webkit-order: -2;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    margin: 10px auto 10px 0;
  }
  .headerBottom_left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .headerBottom_right_bottom {
    -webkit-order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .headerBottom_menu {
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin: 0 auto;
  }
  .headerBottom_right_upper .header_sub_navi {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1320px) {
  .headerGuide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header_sub_navi li:after {
    top: 8px;
    right: 0;
    bottom: auto;
  }
}

@media screen and (min-width: 1024px) {
  .headerBottom {
    position: relative;
  }
  .header_logo {
    margin: 13px auto 15px 0;
  }
  .headerBottom_right {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .headerBottom_left {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .headerBottom_right_upper {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    width: 75%;
    max-width: 1046px;
    padding: 0;
  }
  .headerGuide {
    font-size: 12px;
    padding-bottom: 4px;
    margin-left: 10px;
    margin-right: auto;
    text-align: left;
  }
  .headerBottom_right_bottom {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 22%;
    margin-left: auto;
  }
  .headerBottom_menu {
    width: 46%;
    min-width: 488px;
    margin: 0 auto 0 0;
  }
  .headerBottom_menu ul {
    padding-top: 20px;
  }
  .headerBottom_menu li {
    max-width: 180px;
    position: relative;
    margin-left: 10px;
  }
  .headerBottom_menu_login li {
    max-width: 290px;
    position: relative;
    margin-left: 10px;
  }
  .headerBottom_menu_autoLogin li {
    max-width: 290px;
    position: relative;
    margin-left: 10px;
  }
  .headerBottom_menu li:first-of-type {
    margin-left: 0;
  }
  .headerBottom_menu li.header_entry {
    max-width: 208px;
  }
  .headerBottom_menu li.header_entry:before {
    content: "今すぐ登録";
    position: absolute;
    color: #438806;
    display: inline-block;
    width: 7.5em;
    height: 1em;
    line-height: 1em;
    font-size: 13px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: 0 auto 5px;
    background: url(../img/entry_bg_left.png) left center no-repeat, url(../img/entry_bg_right.png) right center no-repeat;
  }
  .headerBottom_menu li.header_entry a:hover:before {
    opacity: 1.0;
  }
  .header_sub_navi {
    margin: 0;
  }


}

@media screen and (min-width: 1320px) {
  .headerGuide {
    font-size: 13px;
    margin-left: 55px;
  }
  .header_sub_navi a {
    font-size: 16px;
  }
  .headerBottom_menu li a {
    font-size: 16px;
  }
  .headerBottom_right_upper {
    right: 0;
    width: 76%;
  }
  .headerBottom_right_bottom {
    width: 350px;
    margin-left: 0;
  }
}

/*header_news_contents*/
.header_news_contents {
  position: absolute;
  display: none;
  background: #f5f3eb;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 5;
}

.header_news_inner {
  /* width: 960px; */
  /* padding: 30px 0; */

  /* 20180706 */
  width: 100%;
  max-width: 980px;
  padding: 30px 10px;
}

.header_news_list_item .header_news_detail {
  font-weight: bold;
}

.header_news_list_item .news_date {
  font-weight: normal;
}

.header_news_list_item .header_news_title {
  font-weight: normal;
}

.header_news_list_item {
  padding: 10px 0;
  position: relative;

  /* 20180706 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

}

.header_news_list_item a {
  background: none;
  background-position: left center;
  background-size: 12px 12px;
  padding-left: 14px;
  text-decoration: underline;

  /* 20180706 */
  /* position: absolute; */
  /* right: 0; */
  /* background-position: 0px 5px; */
  /* padding-left: 10px; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header_news_detail {
  /* display: inline-block; */

  /* 20180706 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

  margin-right: 10px;
}

.header_news_detail span:first-child {
  display: inline-block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;

  /* 20180706 */
  -ms-flex-negative: 0;
  flex-shrink: 0;

}

.news_icon-news {
  background: #d3ba58;
}

.news_icon-campaign {
  background: #9fbe7e;
}

.news_icon-newProduct {
  background: #d37575;
}

.news_date {
  padding: 0 10px;
}

.header_news_title {
  display: inline-block;
}

.header_close_button_area {
  text-align: center;
  margin-top: 20px;
}

.header_close_button {
  width: 120px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #c9aa79;
  color: #fff;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}

.header_close_button:before {
  content: "";
  background: url(../img/header_close_button.png);
  position: absolute;
  top: 0;
  right: 90px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.header_cartInfo {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  width: 350px;
  padding: 10px 0px 10px 15px;
  border: 1px solid #cec0a8;
}

.cartInfo_detail {
  margin-right: 18px;
}

.cartInfo_detail_quantity {
  font-size: 12px;
}

.cartInfo_detail_totalprice {
  font-size: 14px;
}

.cartInfo_detail_totalprice span {
  font-size: 16px;
  margin-left: 5px;
}

.cartInfo_link {
  margin: 0 10px 0 auto;
}

.cartInfo_link a {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding-left: 20px;
  padding-top: 1px;
  background: url(../img/header_cart_btn.png) 10px center no-repeat #e42626;
}

.cartInfo_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.cartInfo_quantity {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: auto;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: #c9aa79;
}

.cartInfo_quantity:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  right: 95%;
  bottom: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #c9aa79;
  border-bottom: 6px solid transparent;
}

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .header_cartInfo {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header_logo {
    margin: auto auto auto 0;
  }
  .cartInfo_detail {
    margin: 0 auto 5px;
  }
  .headerBottom_left {
    min-height: 115px;
  }
  .headerBottom_menu, .headerBottom_right_bottom {
    padding-top: 40px;
  }
  .cartInfo_detail_quantity {
    display: inline-block;
    margin-right: 10px;
  }
  .cartInfo_detail_totalprice {
    display: inline-block;
  }
}

/*====================
footer
====================*/
/*
悩み別
---------------------------------------*/
.trouble-logined_title {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding-left: 5px;
}

.trouble-logined_list {
  font-size: 0;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trouble_item_outer {
  width: 16%;
  display: inline-block;
  vertical-align: top;
  min-height: 156px;
  border-top-right-radius: 10px;
  border: 1px solid #ddd6ca;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.trouble_item {
  margin: 7% 7% 10px;
}

.trouble-logined_list .trouble_item:nth-child(6n) {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .trouble-logined_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .trouble_item_outer {
    width: 11.6%;
    margin-left: 1%;
  }
  .trouble_item_outer:first-child,
  .trouble_item_outer:nth-child(9) {
    margin-left: 0;
  }
}

.trouble_image {
  padding-bottom: 10px;
}

.trouble_image img {
  width: 100%;
}

.trouble_item_title {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
バナー
--------------------------------------*/
.top_banner_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_banner_list img {
  width: 100%;
}

.top_banner_list .banner_item {
  width: 19%;
  margin-bottom: 20px;
  margin-right: 1.2%;
}

.top_banner_list .banner_item:nth-of-type(5n) {
  margin-right: 0%;
}

.top_banner_list .banner_item:nth-child(1) {
  text-align: left;
}

.top_banner_list .banner_item:nth-child(2) {
  text-align: center;
}

.top_banner_list .banner_item:nth-child(3) {
  text-align: right;
}

.top_banner_list--park {
  display: block;
  margin: 0 0 40px;
  text-align: center;
}
.top_banner_list__item--park {
    display: block;
}
.top_banner_list__item--park a,
.top_banner_list__item--park a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.top_banner_list--wide {
  display: block;
  margin: 0 0 40px;
  text-align: center;
}
.top_banner_list__item--wide {
  display: block;
  margin: 0;
}
.top_banner_list__item--wide + .top_banner_list__item--wide {
  margin-top: 25px;
}
.top_banner_list__item--wide a {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.top_banner_list__item--wide a img {
    display: block;
    width: 100%;
    height: auto;
}

/*.top_banner_list img {
  max-width: 320px;
}*/
@media screen and (max-width: 1023px) {
  .top_banner_list .banner_item {
    width: 32%;
    margin-bottom: 20px;
  }
  .top_banner_list:after {
    content: "";
    /* display: inline-block; */
    width: 32%;
    display: none;
  }
  .top_banner_list .banner_item:nth-of-type(n) {
    margin-right: 2%;
  }
  .top_banner_list .banner_item:nth-of-type(3n) {
    margin-right: 0;
  }
}

/*SNS*/
.footer_returnTop p {
  text-align: center;
  color: #3c2c20;
  font-size: 16px;
  font-weight: bold;
  background: url("../img/footer_returnTop.png") center top no-repeat;
  padding: 0 0 10px;
}

.footer_sns {
  background-color: #efe4db;
  color: #3c2c20;
  height: 150px;
  text-align: center;
}

.footer_sns_content {
  margin-top: 15px;
}

.lets_share {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.lets_share:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1.2em;
  background: #333;
  margin-right: 8px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.lets_share:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1.2em;
  background: #333;
  margin-left: 8px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

.footer_sns ul {
  min-width: 700px;
  height: 45px;
  display: block;
  margin-bottom: 0;
  padding: bottom;
}

.footer_sns li {
  display: inline-block;
  padding: 5px 20px 0;
  color: #3c2c20;
}

.footer_sns li a:hover {
  opacity: 0.7;
}

.footer_sns li:last-child p {
  position: absolute;
  top: 12px;
  left: 55px;
  font-weight: bold;
}

/*ご利用ガイド*/
.footer_guide {
  background-color: #4b301b;
  color: #fff;
  text-align: center;
}

.guideDot {
  vertical-align: middle;
  padding: 0 15px;
}

.footer_guide .footer_inner {
  padding-bottom: 20px;
}

.footer_guide .footer_inner p {
  text-align: center;
  padding: 40px 0;
  font-size: 20px;
  font-weight: bold;
}

.footer_guide_content {
  font-size: 14px;
  text-align: left;
}

.footer_guide_content:nth-child(2) {
  border-top: none;
}

.footer_guide_content li:first-child {
  font-size: 16px;
  margin: 0  0 20px 0;
  font-weight: bold;
}

.footer_guide_content li:not(:first-child) {
  margin: 20px 0;
}

.footer_guide_content:nth-child(5) li:nth-child(4) {
  font-size: 12px;
}
.footer_guide_content li a {
  color: #fff;
}

/*クレカ画像*/
#credit {
  max-width: 240px;
  padding: 10px;
  margin-top: 10px;
  background-color: #ebe6e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#credit li {
  display: inline-block;
  margin: 10px 1%;
}

#credit li img {
  max-width: 100%;
}

/*アマゾンペイ*/
.footer_guide_content li:nth-child(5) {
  margin: 7px 0;
}

.footer_guide_content li:nth-child(6) {
  margin: 7px 0;
}

/*tel_order*/
/* .footer_tel_order > span{
  font-size: 12px;
  font-weight: bold;
}

.footer_guide .footer_tel_order .footer_tel_order_ttl {
  padding: 20px 0;
} */



/* .footer_tel_order .fs_12 {
    font-size: 12px!important;
}

.footer_tel_order .fs_14 {
    font-size: 14px!important;
}

.footer_tel_order .contact_panel_txt {
  color: #333;
}

.footer_guide .footer_inner.footer_tel_order .contact_panel_txt p {
  padding: 0;
  font-size: 18px;
  margin-bottom: 1em;
}

.footer_guide .footer_inner.footer_tel_order .contact_panel_txt p:last-of-type {
  margin-bottom: 0;
}

.footer_tel_order .order_other p {

}
.footer_tel_order .order_other p:last-of-type {
  margin-bottom: 0;
} */

.footer_tel_order .order_other_list > li {
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify; /*IE*/
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
/* .footer_tel_order .order_other_list > li + li {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px dashed #b9aa92;
}
.footer_tel_order .order_other_list_img {
  width: 13%;
  max-width: 122px;
  margin-right: auto;
}
.footer_tel_order .order_other_list_text {
  width: 82.8%;
  max-width: 779px;
  margin-right: auto;
  margin-left: auto;
  color: #4b301b;
  background: #fff;
}

.footer_tel_order .contact_panel {

}
.footer_tel_order .order_other_list_text.post .contact_panel.supplement{
  position: relative;
  vertical-align: top;
}


.footer_tel_order .contact_panel{
  width: 48%;
  display: inline-block;
}

.footer_tel_order .contact_panel.supplement {
  margin-right: 3%;
}

.footer_tel_order .contact_panel_ttl {
  background: #efe4db;
  color: #3c2c20;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 60px;

}

.footer_tel_order .contact_panel.supplement .contact_panel_ttl {
  padding: 7px 10px;
  line-height: 1.2;
}

.footer_tel_order .contact_panel.skincare .contact_panel_ttl {
  padding: 18px 10px;
}

.footer_tel_order .contact_panel_txt {
  border-width: 0 3px 3px;
  border-style: solid;
  border-color: #efe4db;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
  height: 100%;
}

.footer_tel_order .order_other_list_text.post .contact_panel.supplement .contact_panel_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


@media screen and ( max-width: 1023px ) {
  .footer_tel_order .contact_panel{
    width: 80%;
    margin-right: auto!important;
    margin-left: auto;
    display: block;
  }


  .footer_tel_order .contact_panel + .contact_panel {
    margin-top: 20px;
  }
} */

/*tel_order*/
.order_other_list_text_wrapper {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

.order_other_list_ttl {
    color: #4b301b;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
}


.order_other_list_text {
  color: #4b301b;
  display: flex;
  justify-content: space-between;
  min-height: 120px;
  padding: 10px 0;
}

.order_other_list_text .contact_block {
  padding: 5px 15px 10px;
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.order_other_list_text .contact_block + .contact_block {
  border-left: 1px solid #4b301b;
}

.order_other_list_text .contact_block_ttl {
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.order_other_list_text .contact_block_text {
    width: 295px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.contact_block_text span {
    width: 100%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
}

.order_other_list_text span {
  display: block;
}

.order_other_list_text .contact_block_text span {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.order_other_list_att {
  margin-bottom: 20px;
  color: #4b301b;
  padding-bottom: 20px;
}

.order_other_list_att span {
  display: block;
}

.order_other_list_att .available_time {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.order_other_list_att .mobile_phone {
  font-size: 14px;
}



/*インフォ*/
.footer_info {
  background-color: #efe4db;
  color: #3c2c20;
  /*height: 100px;*/
  text-align: center;
  font-size: 14px !important;
}

.footer_info ul {
  max-width: 1130px;
  margin: 0 auto;
}

.footer_info li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #685b4f;
}

.footer_info li:nth-child(1) {
  border-left: none;
}

.footer_info li:nth-child(7) {
  border-left: none;
  padding-top: 5px;
}

.footer_info p {
  display: inline-block;
  padding-top: 5px;
}

.footer_info .footer_inner {
  padding: 28px 0;
  font-weight: bold;
}

@media screen and (max-width: 1050px) {
  .footer_info ul {
    width: 851px;
    margin: 0 auto;
  }
  .footer_info li:nth-child(6) {
    border-left: none;
    padding-top: 5px;
  }
  .footer_info li:nth-child(7) {
    border-left: 1px solid #685b4f;
    padding-top: 5px;
  }
}

@media screen and (max-width: 850px) {
  .footer_info ul {
    width: 630px;
    margin: 0 auto;
  }
  .footer_info li:nth-child(5) {
    border-left: none;
    padding-top: 5px;
  }
  .footer_info li:nth-child(6) {
    border-left: 1px solid #685b4f;
    padding-top: 5px;
  }
  .footer_info li:nth-child(7) {
    border-left: none;
    padding-top: 5px;
  }
}

/*コピーライト*/
.footer-copyright {
  background-color: #fff;
  color: #3c2c20;
  height: 40px;
  text-align: center;
}

.footer-copyright .footer_inner {
  height: 100%;
}

.footer-copyright .footer_inner p {
  line-height: 40px;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  .footer_guide .footer_inner {
    padding-bottom: 0;
  }
  .footer_guide .footer_inner.footer_tel_order {
    padding-bottom: 20px;
  }

  .footer_guide_content {
    padding: 30px 0;
    border-top: 1px solid #5b4230;
  }
  .footer_guide_content:nth-child(2) > ul {
    /* display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 280px; */
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6%;
    column-gap: 6%;
  }
  .footer_guide_content:nth-child(2) > ul > li {
    /* width: 47%; */
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    margin: 0 0 40px;
  }
  /* .footer_guide_content:nth-child(2) > ul > li:nth-child(4) {
    margin-top: 60px;
  } */
  #credit {
    max-width: 240px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_guide_content {
    float: left;
    padding: 0 30px;
    border-left: 1px solid #5b4230;
  }
  .footer_guide_content:nth-child(2) {
    width: 21%;
    max-width: 280px;
    padding-left: 0;
    border-left: none;
  }
  .footer_guide_content:nth-child(3) {
    width: 25%;
    max-width: 330px;
  }
  .footer_guide_content:nth-child(4) {
    width: 28%;
    max-width: 380px;
  }
  .footer_guide_content:nth-child(5) {
    width: 25%;
    max-width: 330px;
    padding-right: 0;
  }
}

/*logo_area*/
.footer_inner.logo_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_inner.logo_area > div {
  width: 170px;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}

.footer_inner.logo_area img {
  max-width: 100%;
}




/* 2021.05 ver2 */
.headerBottom__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 -15px;
}

@media screen and (max-width: 1230px) {
  .headerBottom__layout {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 1023px) {
  .headerBottom__layout {
    display: block;
    position: relative;
  }
}

.headerBottom__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

@media screen and (max-width: 1230px) {
  .headerBottom__brand {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .headerBottom__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .headerBottom__brand .header_logo {
    padding: 0 25px;
  }
}

.headerBottom__brand .header_logo {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

.headerBottom__body {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 15px;
}

@media screen and (max-width: 1230px) {
  .headerBottom__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .headerBottom__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}

.headerBottom__body__nav {
  display: block;
}

.headerBottom__body__ecmenu {
  display: block;
}

.headerBottom__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .headerBottom__nav {
    margin-top: 25px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.headerBottom__nav .header_sub_navi {
  margin-left: -6px;
}

@media screen and (max-width: 1023px) {
  .headerBottom__nav .header_sub_navi {
    margin: 0;
  }
}

.headerBottom__nav .header_sub_navi li a {
  padding-right: 15px;
}

.headerBottom__nav .header_sub_navi li:nth-last-of-type(-n+2):after {
  background: url(../img/nav_split_border.png) center center repeat-y;
}

.headerBottom__nav .header_sub_navi li:last-child:after {
  background: none;
}

@media screen and (max-width: 1023px) {
  .headerBottom__nav__list {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    z-index: 2;
    margin: auto;
  }
}

@media screen and (max-width: 1023px) {
  .headerBottom__nav__search {
    margin-top: 0;
  }
}

.headerBottom__nav__search.header_sub_navi {
  height: auto;
}

.headerBottom__nav__search .search_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
}

.headerBottom__nav__search .search_container input[type="search"] {
  display: block;
  border-radius: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:root .headerBottom__nav__search .search_container input[type="search"] {
  padding: 0 5px;
}

.headerBottom__nav__search .search_container input[type="submit"] {
  display: block;
  border-radius: 0;
}

.headerBottom__nav__guide {
  display: block;
}

@media screen and (min-width: 1024px) {
  .headerBottom__nav__guide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.headerBottom__ecmenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.headerBottom__ecmenu__nav {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.headerBottom__ecmenu__nav .headerBottom_menu {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .headerBottom__ecmenu__nav .headerBottom_menu {
    padding-top: 0;
    padding-right: 30px;
  }
}

.headerBottom__ecmenu__nav .headerBottom_menu li a {
  display: block;
}

.headerBottom__ecmenu__cart {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.headerBottom__ecmenu__cart .headerBottom_right_bottom {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1230px) {
  .headerBottom__ecmenu__cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

@media screen and (max-width: 1023px) {
  .headerBottom__ecmenu__cart .header_cartInfo {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .headerBottom__ecmenu__cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}



/* 2021.05 ver2.1 */
.headerBottom.js--category-fixed {
  position: relative;
}

.headerBottom.js--category-fixed .headerRecommend_wrapper {
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 43px;
  /* = .headerBottom padding-top */
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 10000;
  margin: auto;
}

.headerBottom.js--category-fixed .header_news_contents {
  top: 100%;
}
