<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.fs-l-header {
  padding-top: 0;
}

.fs-l-header__contents &gt; * {
  padding: 0;
}

.a_header_banner {
  flex-basis: 100%;
}

.header_banner {
  background: #4A4A4A;
  color: #fff;
  text-align: center;
  padding: 0.8em;
}
.header_banner p {
  font-weight: bold;
  font-size: 18px;
}

.header {
  transition: all 0.3s;
  background: #fff;
  border-bottom: 1px solid #AEAEAE;
}
.header .wh {
  display: none;
}
.header.fixed {
  position: fixed;
  width: 100%;
  background: #ACACAC;
  top: 0;
  z-index: 5;
}
.header.fixed .bl {
  display: none;
}
.header.fixed .wh {
  display: block;
}
.header.fixed .gnav &gt; li a.me_a {
  color: #fff;
}
.header.fixed .gnav li.li_hover:hover .wh {
  display: none;
}
.header.fixed .gnav li.li_hover:hover .bl {
  display: block;
}
.header.fixed .gnav li.li_hover:hover a {
  color: #393939;
}
.header.fixed .gnav li.li_hover:hover a .text_s {
  color: #707070;
}
.header.fixed .gnav li.li_hover:hover a .sub_text {
  color: #707070;
}
.header.fixed .gnav li.li_no_hover:hover .wh {
  display: none;
}
.header.fixed .gnav li.li_no_hover:hover .bl {
  display: block;
}
.header.fixed .gnav li.li_no_hover:hover a {
  color: #393939;
}
.header.fixed .gnav li.li_no_hover:hover a .sub_text {
  color: #707070;
}
.header.fixed .gnav li.li_no_hover:hover a .text_s {
  color: #707070;
}
.header.fixed .gnav li .sub_text {
  color: #fff;
}
.header.fixed .gnav li .text_s {
  color: #fff;
}
.header.fixed .search_form {
  background: #fff;
}
.header .header_wrap {
  width: 100%;
  max-width: 1130px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5px 0 2px;
  padding: 11.5px 0 0px;
}
.header .overlay {
  display: none;
}
.header .sp_menu_btn {
  display: none;
}
.header .sp_menu {
  display: none;
}
.header .sp_search_btn {
  display: none;
}
.header .sp_header_search {
  display: none;
}
.header .header_logo {
  max-width: 205px;
  width: 19%;
  margin-left: 2%;
}
.header .gnav-wrapper {
  width: 36%;
  position: relative;
}
.header .gnav {
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
}
.header .gnav li {
  font-size: 14px;
  font-weight: bold;
}
.header .gnav li.li_hover:hover a {
  background: url(../img/header/h_bk.png);
  background-repeat: no-repeat;
  background-size: 90px 62px;
  background-position: center;
}
.header .gnav li.li_no_hover:hover {
  background: url(../img/header/h_bk02.png);
  background-repeat: no-repeat;
  background-size: 66px 66px;
  background-size: 90px 62px;
  background-size: contain;
  background-position: center;
}
.header .gnav li .sub_text {
  font-size: 12px;
  color: #999999;
}
.header .gnav li .text_s {
  font-size: 8px;
  font-weight: normal;
  color: #707070;
}
.header .gnav li:first-child a {
  padding: 23px 25px 10px;
}
.header .gnav li a {
  display: block;
  border-radius: 50% 50% 0 0;
  text-align: center;
  padding: 23px 18px 10px;
  font-size: 14px;
}
.header .gnav &gt; li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 26px 80px;
  z-index: 999;
  display: block;
}
.header .gnav &gt; li:hover .megamenu.login_small {
  padding: 30px 0 30px;
}
.header .gnav &gt; li:hover .megamenu.favorite {
  padding: 25px 25px 150px;
  height: 330px;
}
.header .megamenu {
  display: none;
  background: #E8E8E8;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 98%;
  max-width: 1100px;
  position: absolute;
  top: 72.5px;
  left: 0;
  right: 0;
  margin: auto;
}
.header .megamenu.sleep {
  height: 360px;
  width: 500%;
  max-width: 1100px;
  left: -50%;
  top: 60px;
  margin: auto;
}
.header .megamenu.contact_small {
  width: 300px;
  margin: auto;
  padding: 27px 40px;
  left: 48%;
  top: 60px;
}
.header .megamenu.contact_small .contact_link_list {
  max-width: 220px;
  width: 100%;
  margin: auto;
}
.header .megamenu.contact_small .contact_link_list .link {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  border: #535353 2px solid;
  border-radius: 0;
  margin-bottom: 14px;
  height: 44px;
  background: #fff url(../img/index/btn_icon_b.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 97% center;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.header .megamenu.contact_small .contact_link_list .link.on {
  background: #404040;
  color: #fff;
}
.header .megamenu.contact_small .contact_link_list .link.on:hover {
  color: #404040;
}
.header .megamenu.contact_small .contact_link_list .link.on:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #fff;
}
.header .megamenu.contact_small .contact_link_list .link.on:hover:before {
  left: 0;
}
.header .megamenu.contact_small .contact_link_list .link:hover {
  color: #fff;
}
.header .megamenu.contact_small .contact_link_list .link:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #404040;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 97% center;
}
.header .megamenu.contact_small .contact_link_list .link:hover:before {
  left: 0;
}
.header .megamenu.contact_small .shop_time {
  max-width: 220px;
  width: 100%;
  margin: auto;
}
.header .megamenu.login_small {
  width: 279px;
  left: -167px;
  top: 60px;
  margin: auto;
  padding: 27px 40px 0;
}
.header .megamenu.login_small .title_area {
  max-width: 219px;
  margin: auto;
}
.header .megamenu.login_small .title_area .title {
  font-size: 15px;
  border-bottom: 1px solid #707070;
}
.header .megamenu.login_small .login_link_list {
  max-width: 219px;
  margin: 32px auto;
}
.header .megamenu.login_small .login_link_list .link {
  display: block;
  background: #fff url(../img/index/btn_icon_b.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  color: #4D4C4C;
  border: 2px solid #535353;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.header .megamenu.login_small .login_link_list .link:hover {
  color: #fff;
}
.header .megamenu.login_small .login_link_list .link:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  top: 0;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #404040;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
}
.header .megamenu.login_small .login_link_list .link:hover:before {
  left: 0;
}
.header .megamenu.login_small .login_link_list .link.login.my-true {
  display: none;
}
.header .megamenu.login_small .login_link_list .link.logout.my-false {
  display: none;
}
.header .megamenu.login_small .login_link_list .link.log {
  background: #fff url(../img/index/btn_icon_b.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  color: #4D4C4C;
  border: 2px solid #535353;
  margin-bottom: 14px;
}
.header .megamenu.login_small .login_link_list .link.log:hover {
  color: #fff;
}
.header .megamenu.login_small .login_link_list .link.log:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  top: 0;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #404040;
}
.header .megamenu.login_small .login_link_list .link.log:hover:before {
  left: 0;
}
.header .megamenu.login_small .login_link_list .link.menbar {
  background: #404040 url(../img/header/rank.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 14% center;
  color: #fff;
}
.header .megamenu.login_small .login_link_list .link.menbar:hover {
  color: #fff;
}
.header .megamenu.login_small .login_link_list .link.menbar:before {
  display: none;
}
.header .megamenu.login_small .menbar_link {
  max-width: 219px;
  margin: auto;
}
.header .megamenu.login_small .menbar_link .link {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  background: url(../img/header/coupon.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 5% center;
  padding-left: 40px;
}
.header .megamenu.login_small .menbar_link .link.login.my-true {
  display: none;
}
.header .megamenu.login_small .menbar_link .link.logout.my-false {
  display: none;
}
.header .megamenu.login_small .menbar_link .link.menbar {
  background: url(../img/header/member.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 5% center;
}
.header .megamenu.login_small .menbar_link .link.byitem {
  background: url(../img/header/rireki.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 5% center;
}
.header .megamenu.login_small .menbar_link .link.point {
  background: url(../img/header/coin.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 5% center;
}
.header .megamenu.login_small .menbar_link .link.box {
  background: none;
}
.header .megamenu.login_small .menbar_link .link.box .point_box {
  display: block;
  background: #fff;
  border: 1px solid #535353;
  padding: 5px;
}
.header .megamenu.login_small .logout .logout_btn.login.my-true {
  display: none;
}
.header .megamenu.login_small .logout .logout_btn.logout.my-false {
  display: none;
}
.header .megamenu.login_small .contat_btn {
  max-width: 219px;
  margin: 52px auto 0;
}
.header .megamenu.login_small .contat_btn .btn {
  background: #fff url(../img/index/btn_icon_b.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 97% center;
  color: #4D4C4C;
  border: 2px solid #535353;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 4;
  height: auto;
}
.header .megamenu.login_small .contat_btn .btn:hover {
  color: #fff;
}
.header .megamenu.login_small .contat_btn .btn:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  top: 0;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #404040;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 97% center;
}
.header .megamenu.login_small .contat_btn .btn:hover:before {
  left: 0;
}
.header .megamenu.favorite {
  width: 877px !important;
  right: -36px;
  top: 60px;
  left: inherit;
  max-width: 877px;
  padding: 26px;
  box-sizing: border-box;
  z-index: 998;
}
.header .megamenu.favorite .megamenu-inner li .sleep_left {
  min-width: 219px;
}
.header .megamenu.favorite .megamenu-inner li .sleep_right {
  width: 71%;
}
.header .megamenu.favorite .megamenu-inner li .sleep_right .title_area .title {
  display: flex;
  align-items: center;
  max-width: 220px;
  margin-bottom: 20px;
}
.header .megamenu.favorite .megamenu-inner li .sleep_right .title_area .title:before {
  content: "";
  display: inline-block;
  background: url(../img/header/recent.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 25px;
  height: 25px;
}
.header .megamenu.favorite .megamenu-inner li .sleep_right .link_btn {
  margin-right: 0;
}
.header .megamenu .megamenu-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 50px;
}
.header .megamenu .megamenu-inner li {
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.header .megamenu .megamenu-inner li:last-child {
  margin-bottom: 0;
}
.header .megamenu .megamenu-inner li:first-child.dropdown-btn .sleep_right.dropdown {
  display: block;
  z-index: 999;
}
.header .megamenu .megamenu-inner li.dropdown-btn {
  position: static;
  display: inline-block;
  cursor: pointer;
}
.header .megamenu .megamenu-inner li .sleep_left {
  width: 20%;
}
.header .megamenu .megamenu-inner li .sleep_left:hover a {
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  color: #fff;
}
.header .megamenu .megamenu-inner li .sleep_left.open a {
  background: #404040;
  color: #fff;
  position: relative;
}
.header .megamenu .megamenu-inner li .sleep_left.open a:before {
  display: none;
}
.header .megamenu .megamenu-inner li .sleep_left.open a:after {
  content: "";
  display: block;
  background: url(../img/header/mea_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
}
.header .megamenu .megamenu-inner li .sleep_left a {
  display: block;
  padding: 10px 20px;
  border: 2px solid #535353;
  font-size: 15px;
  text-align: center;
  border-radius: 0;
  background: #fff url(../img/header/nopull_arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
}
.header .megamenu .megamenu-inner li .sleep_right {
  width: 75%;
  top: 0;
  right: 0;
  background: #E8E8E8;
  height: 100%;
}
.header .megamenu .megamenu-inner li .sleep_right.dropdown {
  z-index: 1000;
  position: absolute;
  padding: 0px 20px;
  display: none;
}
.header .megamenu .megamenu-inner li .sleep_right.dropdown.open {
  display: block;
  height: 100%;
}
.header .megamenu .megamenu-inner li .sleep_right .title_area .title {
  font-size: 15px;
  display: inline-block;
  border-bottom: 1px solid #707070;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right.flex.open {
  display: flex;
  justify-content: space-between;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .flex_left {
  width: 40%;
  max-width: 340px;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .flex_right {
  width: 40%;
  max-width: 340px;
  display: none;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .flex_right.open {
  display: block;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item_image {
  max-width: 150px;
  width: 100%;
  margin: auto;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item_text {
  font-size: 14px;
  font-weight: bold;
  max-width: 250px;
  margin: auto;
  line-height: 1.5;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item_image02 {
  max-width: 150px;
  width: 100%;
  margin: auto;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item_text02 {
  font-size: 14px;
  font-weight: bold;
  max-width: 250px;
  margin: auto;
  line-height: 1.5;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item {
  width: 100%;
  max-width: 340px;
  background: #fff;
  border: 1px solid #CDD6DD;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
  padding: 13px 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item:invalid {
  color: #98A6B5;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item_size {
  width: 100%;
  max-width: 340px;
  background: #fff;
  border: 1px solid #CDD6DD;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
  padding: 13px 10px;
  cursor: pointer;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .chose_item_size:invalid {
  color: #98A6B5;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right p.sybmit_btn {
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  border: 2px solid #535353;
  max-width: 175px;
  width: 100%;
  margin: 38px auto 0;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right p.sybmit_btn:hover {
  color: #4D4C4C;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right p.sybmit_btn:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  top: 0;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right p.sybmit_btn:hover:before {
  left: 0;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .sybmit_btn {
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
  border: 2px solid #535353;
  max-width: 175px;
  width: 100%;
  margin: 38px auto 0;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .sybmit_btn:hover {
  color: #4D4C4C;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .sybmit_btn:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  top: 0;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 98% center;
}
.header .megamenu .megamenu-inner li .sleep_right.sleep_right .sybmit_btn:hover:before {
  left: 0;
}
.header .megamenu .megamenu-inner li .sleep_right .icon_link_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.header .megamenu .megamenu-inner li .sleep_right .icon_link_list .icon_list {
  width: 14%;
  margin-bottom: 0;
}
.header .megamenu .megamenu-inner li .sleep_right .icon_link_list .icon_list .icon_link {
  width: 100%;
  max-width: 90px;
  border: none;
  display: block;
  padding: 0;
  transition: all 0.3s;
}
.header .megamenu .megamenu-inner li .sleep_right .icon_link_list .icon_list .icon_link:hover {
  opacity: 0.5;
  transform: translateY(-10px);
}
.header .megamenu .megamenu-inner li .sleep_right .link_btn {
  margin-top: 10px;
  margin-left: auto;
  margin-right: 70px;
  max-width: 300px;
  width: 100%;
}
.header .megamenu .megamenu-inner li .sleep_right .link_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #404040;
  background: #404040 url(../img/index/btn_icon_w.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0;
  padding: 0;
  height: 35px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.header .megamenu .megamenu-inner li .sleep_right .link_btn .btn:hover {
  color: #4D4C4C;
}
.header .megamenu .megamenu-inner li .sleep_right .link_btn .btn:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  z-index: -1;
  transition: .5s;
  text-decoration: 0;
  width: 100%;
  color: #fff;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
}
.header .megamenu .megamenu-inner li .sleep_right .link_btn .btn:hover:before {
  left: 0;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list {
  display: flex;
  justify-content: space-between;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .bnr_list {
  flex-direction: column;
  width: 32%;
  margin-bottom: 20px;
  justify-content: flex-start;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .bnr_list a {
  padding: 0;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .bnr_list .new_item_img {
  margin-bottom: 10px;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .bnr_list:last-child {
  margin-bottom: 20px;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .item_price {
  font-size: 11px;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .item_price.over {
  overflow: hidden;
  font-size: 11px;
  height: 56.1px;
  line-height: 1.7;
  position: relative;
  margin: 0;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .item_price.over:before, .header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .item_price.over:after {
  position: absolute;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .item_price.over:before {
  content: "…";
  background: #E8E8E8;
  top: 37.4px;
  right: 0;
}
.header .megamenu .megamenu-inner li .sleep_right .bnr_area_list .item_price.over:after {
  content: "";
  height: 100%;
  width: 100%;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list {
  display: flex;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list.favorite .new_list {
  width: 31%;
  margin-right: 2%;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list.favorite .new_list:last-child {
  margin-right: 0;
  margin-bottom: 30px;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list .new_list {
  width: 23.5%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list .new_list:last-child {
  margin-right: 0;
  margin-bottom: 30px;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list .new_list .item_name {
  margin-top: 7px;
  font-size: 13px;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list .new_list .price_box {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list .new_list .price_box .item_price {
  font-size: 12px;
}
.header .megamenu .megamenu-inner li .sleep_right .new_item_list .new_list .price_box .icon {
  background: #404040;
  font-size: 11px;
  color: #fff;
  padding: 1px 5px;
}
.header .search_form {
  max-width: 240px;
  width: 20%;
  display: flex;
  border-radius: 10px;
  border: 1px solid #7596B1;
  padding: 5px 10px;
}
.header .search_form .item_input {
  border: none;
  padding: 0;
  outline: 0;
  width: 90%;
  font-size: 13px;
  color: #4D4C4C;
  letter-spacing: 1.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header .search_form .item_input::placeholder {
  color: #98A6B5;
}
.header .search_form .item_input:focus {
  box-shadow: none;
  outline: none;
  border: none;
  background-color: #fff;
}
.header .search_form .item_input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.header .search_form .submit_btn {
  border: none;
  outline: 0;
  max-width: 17px;
  padding: 0;
  cursor: pointer;
}
.header .gnav-wrapper.mypage_area {
  width: 23%;
  position: relative;
}
.header .gnav-wrapper.mypage_area .gnav {
  max-width: 246px;
}
.header .gnav-wrapper.mypage_area .gnav li {
  font-size: 13px;
}
.header .gnav-wrapper.mypage_area .gnav li .mypage_icon {
  max-width: 23px;
  max-height: 23px;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 5px;
}
.header .gnav-wrapper.mypage_area .gnav li a {
  padding: 11px 15px 8px;
}

.category-icon {
  display: inline-block;
  min-width: 0;
  width: 70px;
  transition: all 0.5s;
}

.category-icon:hover {
  opacity: 0.5;
  transform: translateY(-5px);
}

#nav_toggle {
  display: none;
}

.megamenu-inner li {
  width: 20%;
  /* width: calc((100%/5));
  padding: 0; */
}

.megamenu-inner li a {
  border: none;
}

.megamenu-inner-img {
  margin: 0 0 10px;
}

.megamenu-inner li .megamenu-inner-img img {
  width: 100%;
  height: auto;
}

.megamenu-inner-text img {
  margin: 0 5px 0 0;
}

.overlay02 {
  display: none;
}

@media (min-width: 1px) and (max-width: 1315px) {
  .header .megamenu.favorite {
    right: -50px;
  }
}
@media (min-width: 1px) and (max-width: 1245px) {
  .header .gnav-wrapper.mypage_area .gnav li a .sub_text {
    font-size: 11px;
  }

  .header .search_form {
    width: 17%;
  }

  .header .gnav-wrapper.mypage_area {
    width: 24%;
  }
}
@media (min-width: 1px) and (max-width: 1180px) {
  .header .gnav &gt; li a.me_a {
    font-size: 12px;
    padding: 25px 14px 12px;
  }

  .header .gnav &gt; li:first-child a.me_a {
    padding: 25px 24px 12px;
  }

  .header .gnav-wrapper.mypage_area .gnav li a {
    padding: 13px 15px 8px;
  }
}
@media (min-width: 1px) and (max-width: 1090px) {
  .header .gnav-wrapper.mypage_area .gnav li a .sub_text {
    font-size: 10px;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  body.open {
    overflow: hidden;
  }

  .header {
    position: relative;
  }
  .header .bl {
    display: block;
  }
  .header .wh {
    display: none;
  }
  .header.sp_search_on {
    z-index: 11;
  }
  .header.fixed {
    background: #fff;
  }
  .header.fixed .wh {
    display: none;
  }
  .header.fixed .bl {
    display: block;
  }
  .header .header_wrap {
    width: 90%;
    padding: 9.5px 0;
  }
  .header .gnav-wrapper {
    display: none;
  }
  .header .gnav-wrapper.mypage_area {
    display: block;
    width: 24px;
  }
  .header .gnav-wrapper.mypage_area .gnav {
    max-width: 24px;
  }
  .header .gnav-wrapper.mypage_area .gnav li:first-child, .header .gnav-wrapper.mypage_area .gnav li:nth-child(2) {
    display: none;
  }
  .header .gnav-wrapper.mypage_area .gnav li.li_no_hover:hover {
    background: none;
  }
  .header .gnav-wrapper.mypage_area .gnav li.li_no_hover a {
    padding: 9px 0;
  }
  .header .gnav-wrapper.mypage_area .gnav li.li_no_hover a img {
    margin-bottom: 0;
  }
  .header .gnav-wrapper.mypage_area .gnav li a .sub_text {
    display: none;
  }
  .header .gnav-wrapper.mypage_area .gnav li .mypage_icon {
    width: 24px;
  }
  .header .search_form {
    display: none;
  }
  .header .sp_search_btn {
    display: block;
    position: relative;
    left: 35%;
    max-width: 24px;
  }
  .header .sp_menu_btn {
    display: block;
  }
  .header .sp_header_search {
    width: 100%;
    height: 43%;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 111;
    transform: translateY(-45px);
    padding: 20px;
  }
  .header .sp_header_search.open {
    display: block;
    transform: translateY(0px);
  }
  .header .sp_header_search .form_list li {
    display: flex;
    margin-bottom: 40px;
  }
  .header .sp_header_search .form_list li:first-child {
    align-items: center;
  }
  .header .sp_header_search .form_list .keyword_area {
    width: 70%;
    display: flex;
    border-radius: 9px;
    border: 1px solid #98A6B5;
    padding: 5px 10px;
    background: #fff;
  }
  .header .sp_header_search .form_list .keyword_area .item_input {
    border: none;
    padding: 0;
    outline: 0;
    width: 100%;
    font-size: 11px;
    color: #4D4C4C;
    letter-spacing: 1.5px;
    appearance: none;
  }
  .header .sp_header_search .form_list .keyword_area .item_input::placeholder {
    color: #98A6B5;
  }
  .header .sp_header_search .form_list .keyword_area .item_input:focus {
    box-shadow: none;
    outline: none;
    border: none;
    background-color: #fff;
  }
  .header .sp_header_search .form_list .keyword_area .item_input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
  }
  .header .sp_header_search .form_list .keyword_area .submit_btn {
    border: none;
    outline: 0;
    width: 8%;
    max-width: 18px;
    padding: 0;
  }
  .header .sp_header_search .form_list .checbox_list {
    display: flex;
    flex-wrap: wrap;
  }
  .header .sp_header_search .form_list .checbox_list label {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  .header .sp_header_search .form_list .checbox_list label input {
    display: none;
    background: #fff;
    padding: 0;
    margin: 0;
    appearance: auto;
    margin-right: 5px;
    border: 1px solid #CDD6DD;
  }
  .header .sp_header_search .form_list .checbox_list input[type="checkbox"] + label {
    display: none;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
  }
  .header .sp_header_search .form_list .checbox_list input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border-radius: 4px;
    border: 1px solid;
    border-color: #CDD6DD;
    /* 枠の色変更 お好きな色を */
    background-color: #FFF;
    /* 背景の色変更 お好きな色を */
  }
  .header .sp_header_search .form_list .checbox_list input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 5px;
    margin-top: -5px;
    top: 50%;
    left: 5px;
    transform: rotate(-45deg);
    border-bottom: 1.9px solid;
    border-left: 1.9px solid;
    border-color: #ED6C00;
    /* チェックの色変更 お好きな色を */
  }
  .header .sp_header_search .form_list .price_area .noUi-connect {
    background: #404040;
  }
  .header .sp_header_search .form_list .price_area .noUi-pips.noUi-pips-horizontal {
    display: none;
  }
  .header .sp_header_search .form_list .price_area .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #707070;
  }
  .header .sp_header_search .form_list .price_area .noUi-handle:before {
    display: none;
  }
  .header .sp_header_search .form_list .price_area .noUi-handle::after {
    display: none;
  }
  .header .sp_header_search .form_list .price_area .input_box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .sp_header_search .form_list .price_area .input_box #test_v1_sp, .header .sp_header_search .form_list .price_area .input_box #test_v2_sp {
    max-width: 93px;
    height: 35px;
    background: #fff;
    border: 1px solid #CDD6DD;
    border-radius: 9px;
  }
  .header .sp_header_search .form_list .forom_list_title {
    font-size: 15px;
    font-weight: bold;
    width: 28%;
    margin-right: 2%;
  }
  .header .sp_header_search .form_btn {
    max-width: 234px;
    width: 100%;
    margin: 30px auto 0;
    background: #393939 url(../img/header/sp_btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 98% center;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
  }
  .header .sp_menu {
    max-width: 232px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-232px);
    z-index: 11111;
  }
  .header .sp_menu.open {
    display: block;
    transform: translateX(0px);
  }
  .header .sp_menu .menbar_name {
    max-width: 200px;
    width: 100%;
    margin: 17px auto 22px;
  }
  .header .sp_menu .menbar_name .name {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding: 0 5px;
  }
  .header .sp_menu .login_btn_area {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .header .sp_menu .login_btn_area .login_b {
    background: #404040 url(../img/header/sp_btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 98% center;
    border: 1px solid #535353;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 12px 0;
    margin-bottom: 18px;
  }
  .header .sp_menu .login_btn_area .login_b.logout.my-false {
    display: none;
  }
  .header .sp_menu .login_btn_area .login_b.login.my-true {
    display: none;
  }
  .header .sp_menu .login_btn_area .login_b.new {
    color: #404040;
    background: #fff url(../img/header/nopull_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 8px 14px;
    border: 1px solid #535353;
  }
  .header .sp_menu .login_btn_area .login_b.menbar {
    color: #fff;
    background: #404040 url(../img/header/rank.png);
    background-repeat: no-repeat;
    background-position: 15% center;
    background-size: 18px 18px;
    border: 1px solid #535353;
  }
  .header .sp_menu .menbar_link {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .header .sp_menu .menbar_link .link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    background: url(../img/header/coupon.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #4D4C4C;
  }
  .header .sp_menu .menbar_link .link.menbar {
    background: url(../img/header/member.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
  }
  .header .sp_menu .menbar_link .link.favorite {
    background: url(../img/header/like_gy.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
  }
  .header .sp_menu .menbar_link .link.byitem {
    background: url(../img/header/rireki.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
  }
  .header .sp_menu .menbar_link .link.point {
    background: url(../img/header/coin.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
  }
  .header .sp_menu .menbar_link .link.box {
    background: none;
  }
  .header .sp_menu .menbar_link .link.box .point_box {
    display: block;
    background: #fff;
    border: 1px solid #707070;
    padding: 5px;
  }
  .header .sp_menu .menbar_link .link.logout.my-false {
    display: none;
  }
  .header .sp_menu .menbar_link .link.login.my-true {
    display: none;
  }
  .header .sp_menu .menbar_link .logout_btn {
    font-size: 14px;
    font-weight: bold;
    padding-left: 35px;
    background: url(../img/header/nopull_arrow.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 8px 14px;
    display: block;
    margin-bottom: 15px;
  }
  .header .sp_menu .menbar_link .logout_btn.logout.my-false {
    display: none;
  }
  .header .sp_menu .menbar_link .logout_btn.login.my-true {
    display: none;
  }
  .header .sp_menu .look_item {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .header .sp_menu .look_item .look_title {
    font-size: 14px;
    font-weight: bold;
    background: url(../img/header/recent.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
    padding-left: 35px;
  }
  .header .sp_menu .look_item .look_item_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .header .sp_menu .look_item .look_item_list li {
    width: 48.5%;
  }
  .header .sp_menu .category_menu_title {
    border-bottom: 1px solid #404040;
  }
  .header .sp_menu .category_menu_title .menu_title {
    font-size: 18px;
    font-weight: bold;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .header .sp_menu .categyoy_menu {
    border-bottom: 1px solid #404040;
  }
  .header .sp_menu .categyoy_menu .cate_title {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/header/plus.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 20px 26px;
  }
  .header .sp_menu .categyoy_menu .cate_title.clicked {
    background: url(../img/header/minus.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 20px 26px;
  }
  .header .sp_menu .categyoy_menu .cate_title.no_pull {
    background: url(../img/header/sp_h_menu_arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 7px 13px;
  }
  .header .sp_menu .categyoy_menu .cate_title .cate_menu {
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: #4D4C4C;
  }
  .header .sp_menu .categyoy_menu .cate_title .cate_menu a {
    font-size: 15px;
    color: #4D4C4C;
  }
  .header .sp_menu .categyoy_menu .category_list {
    display: none;
    background: #F5F5F5;
    padding: 10px 0;
    border-top: 1px solid #707070;
  }
  .header .sp_menu .categyoy_menu .category_list .cate_link_name {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/header/sp_pull_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px 9px;
  }
  .header .sp_menu .categyoy_menu .category_list .cate_link_name a {
    color: #404040;
    font-size: 12px;
  }
  .header .sp_menu .news_area .fs-pt-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .header .sp_menu .news_area .fs-pt-list__link:last-child {
    margin-bottom: 0;
  }
  .header .sp_menu .news_area .fs-pt-list__link .category {
    width: 50%;
    max-width: 60px;
    margin-right: 10px;
  }
  .header .sp_menu .news_area .fs-pt-list__link .category span {
    background: #ED6C00;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    min-width: 60px;
    padding: 3px 0;
    display: block;
    margin-right: 10px;
  }
  .header .sp_menu .news_area .fs-pt-list__link .category span.new {
    background: #4D4C4C;
  }
  .header .sp_menu .news_area .fs-pt-list__link .news_day {
    width: 50%;
    font-size: 11px;
    font-weight: bold;
  }
  .header .sp_menu .news_area .fs-pt-list__link .link_text {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
  }
  .header .sp_menu .contact_btn {
    max-width: 200px;
    width: 100%;
    margin: 47px auto 32px;
  }
  .header .sp_menu .contact_btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #535353;
    background: #fff url(../img/header/nopull_arrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 8px 14px;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
  }
  .header .sp_menu .sp_h_last_nav {
    max-width: 215px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header .sp_menu .sp_h_last_nav .sp_h_link:nth-child(3) a {
    padding-right: 0;
    border-right: none;
  }
  .header .sp_menu .sp_h_last_nav .sp_h_link:last-child a {
    border-right: none;
  }
  .header .sp_menu .sp_h_last_nav .sp_h_link a {
    display: block;
    font-size: 9px;
    font-weight: bold;
    padding: 0 2px;
    border-right: 1px solid #404040;
    margin-bottom: 8px;
  }
  .header .sp_menu .sns_link {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 50px;
  }
  .header .sp_menu .sns_link li {
    max-width: 30px;
    margin-right: 14px;
  }
  .header .sp_menu .sns_link li:last-child {
    margin-right: 0;
  }
  .header .header_logo {
    position: absolute;
    width: 205px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .overlay .close_btn {
    max-width: 30px;
    position: fixed;
    top: 0px;
    left: 237px;
    z-index: 15;
  }

  .overlay02 {
    content: "";
    display: none;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .overlay02 .search_close_btn {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .overlay02 .search_close_btn .close_arrow {
    max-width: 14px;
    max-height: 8px;
    width: 100%;
    height: auto;
    margin: 0 auto 3px;
    display: block;
  }
  .overlay02 .search_close_btn .close_text {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
  }

  .overlay02.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  .header .megamenu.favorite {
    right: 0;
  }
  .header .megamenu.login_small {
    left: -180px;
  }
  .header .megamenu.contact_small {
    left: -4%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .header_banner {
    padding: 0.8em;
  }
  .header_banner p {
    font-size: 13px;
  }

  .header .header_logo {
    position: absolute;
    width: 75px;
    height: 29px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header .header_logo .bl {
    display: none;
  }
  .header .sp_header_search {
    height: 54%;
  }

  .overlay02 .search_close_btn {
    top: 64%;
  }
}
@media (min-width: 1px) and (max-width: 350px) {
  .header .sp_header_search {
    height: 65%;
  }

  .overlay02 .search_close_btn {
    top: 75%;
  }
}

/*# sourceMappingURL=header.css.map */
</pre></body></html>