@charset "UTF-8";
.fs-l-header {
  padding-top: 0;
}

.fs-l-header--min {
  border-bottom: none;
}

.fs-l-header__contents > * {
  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: #111124;
}
.header .sp_menu {
  max-width: 300px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(-232px);
  z-index: 10;
}
.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: 15px;
  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: 220px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  padding-left: 15px;
  font-size: 15px;
  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;
}
.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;
  color: #4D4C4C;
}
.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: 13px;
  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 .bl {
  display: none;
}
.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
  /*.search_form {
    background: #fff;
  }*/
}
.header.fixed .bl {
  display: none;
}
.header.fixed .wh {
  display: block;
}
.header.fixed .gnav > li a.me_a {
  color: #fff;
}
.header .header_wrap {
  width: 100%;
  max-width: 1130px;
  margin: auto;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  align-items: center;
  padding: 2.5px 0 2px;
  position: relative;
}
.header .search_wrap {
  max-width: 1130px;
  margin: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.header .sp-search {
  display: none;
}
.header .overlay {
  display: none;
}
.header .sp_menu_btn {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 111111;
  /*ボタン内側*/
  /*openクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
}
.header .sp_menu_btn .openbtn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.header .sp_menu_btn .openbtn .openbtn-area {
  transition: all .6s;
  /*アニメーションの設定*/
  width: 50px;
  height: 50px;
}
.header .sp_menu_btn .openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.header .sp_menu_btn .openbtn span:nth-of-type(1) {
  top: 15px;
}
.header .sp_menu_btn .openbtn span:nth-of-type(2) {
  top: 23px;
}
.header .sp_menu_btn .openbtn span:nth-of-type(3) {
  top: 31px;
}
.header .sp_menu_btn .openbtn.open .openbtn-area {
  transform: rotate(360deg);
}
.header .sp_menu_btn .openbtn.open span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background: #111124;
}
.header .sp_menu_btn .openbtn.open span:nth-of-type(2) {
  opacity: 0;
}
.header .sp_menu_btn .openbtn.open span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background: #111124;
}
.header .sp_menu {
  display: none;
}
.header .sp_search_btn {
  display: none;
}
.header .sp_cart_btn {
  display: none;
}
.header .sp_header_search {
  display: none;
}
.header .header_logo {
  max-width: 110px;
  width: 10%;
  margin-left: 2%;
}
.header .gnav-wrapper {
  width: 100%;
  margin-left: 30px;
}
.header .gnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.header .gnav .cat_nav {
  line-height: 61px;
}
.header .gnav li {
  font-size: 14px;
  font-weight: bold;
  height: 61px;
  padding: 0 20px;
}
.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-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 .h_a {
  display: block;
  border-radius: 50% 50% 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.header .gnav li .header-ss {
  height: 100%;
}
.header .gnav .li_hover:hover .mega-arrow {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.header .gnav .li_hover:hover .megamenu {
  max-height: 9999px;
  top: 63.5px;
  opacity: 1;
  padding-top: 20px;
  z-index: 999;
  display: block;
}
.header .gnav.top-up .mega-arrow {
  top: auto;
  bottom: 34px;
}
.header .gnav.top-up .mega-arrow:before {
  border-bottom-color: transparent;
  border-top-color: #111124;
  border-width: 18px 13px 18px 13px;
}
.header .gnav.top-up .megamenu {
  top: auto;
  bottom: 51.5px;
  max-height: 0;
  z-index: 999;
  padding-top: 0;
  /*padding-bottom: 20px;*/
}
.header .gnav.top-up .megamenu .megamenu-inner {
  border-top: none;
  border-bottom: solid 3px #111124;
}
.header .gnav.top-up .li_hover:hover .mega-arrow {
  top: auto;
  bottom: 46px;
}
.header .gnav.top-up .li_hover:hover .megamenu {
  top: auto;
  bottom: 63.5px;
  padding-bottom: 20px;
  padding-top: 0;
}
.header .gnav > li:hover .megamenu.favorite {
  padding: 25px 25px 150px;
  height: 330px;
}
.header .mega-arrow {
  position: relative;
  background: #fff;
  z-index: 100001;
  top: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 50ms,opacity .1s ease-in-out,top .3s ease-out;
  transition: visibility 0s linear 50ms,opacity .1s ease-in-out,top .3s ease-out;
}
.header .mega-arrow:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(188, 0, 50, 0);
  border-bottom-color: #111124;
  border-width: 18px 13px 18px 13px;
  left: 50%;
  margin-left: -13px;
}
.header .megamenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 98%;
  position: absolute;
  top: 51.5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: visibility 0s linear 50ms,opacity .1s ease-in-out,top .3s ease-out;
  transition: visibility 0s linear 50ms,opacity .1s ease-in-out,top .3s ease-out;
}
.header .megamenu.sleep {
  height: 360px;
  /*width: 500%;*/
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}
.header .megamenu.megamenu-full {
  width: 100%;
}
.header .megamenu.contact_small {
  width: 300px;
  margin: auto;
  right: 10%;
  left: auto;
}
.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: auto;
  top: 60px;
  margin: auto;
}
.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 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  height: 44px;
  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: 14px 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;
  display: block;
  padding: 11px 15px 8px;
  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 {
  display: block;
  text-align: center;
}
.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 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  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;
}
.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;
  padding-top: 50px;
  background: #E8E8E8;
  border-top: solid 3px #111124;
}
.header .megamenu .megamenu-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.header .megamenu .megamenu-inner ul li {
  width: 14%;
  height: auto;
}
.header .megamenu .megamenu-inner ul li p {
  text-align: center;
}
.header .megamenu .megamenu-inner ul.study_menu li {
  width: 23%;
}
.header .search_form {
  /*max-width: 240px;
  width: 20%;*/
  display: flex;
  /*border-radius: 2em;*/
  /*border: 1px solid #7596B1;
  padding: 5px 10px;
  background: #fff;*/
}
.header .search_form .search-box {
  width: 100%;
  position: relative;
}
.header .search_form .search-box:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(https://emoor.itembox.design/item/common/img/header/serch_bu.png?t=20230717154840);
  z-index: 1;
  left: 10px;
  top: calc(50% - 10px);
  background-repeat: no-repeat;
  background-size: contain;
}
.header .search_form .item_input {
  border: 1px solid #7596B1;
  padding: 5px 10px 5px 40px;
  outline: 0;
  width: 100%;
  font-size: 15px;
  color: #4D4C4C;
  letter-spacing: 1.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 5px 0 0 5px;
  border-right: 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: 1px solid #f18a40;
  outline: 0;
  /*max-width: 17px;*/
  padding: 0;
  cursor: pointer;
  background: #ED6C00;
  width: 10em;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-weight: bold;
}
.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 a {
  padding: 11px 15px 8px;
}
.header .mypage_icon {
  max-width: 23px;
  max-height: 23px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 7px;
  box-sizing: content-box;
}

#fs_Top .header .sp_menu_btn {
  display: block;
}

.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: 1024px) {
  #fs_Top .header.fixed .sp_menu_btn {
    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 .gnav-wrapper.mypage_area {
    width: 24%;
  }
}
@media (min-width: 1px) and (max-width: 1180px) {
  .header .gnav > li a.me_a {
    font-size: 12px;
    /*padding: 25px 14px 12px;*/
    padding: 10px;
  }

  .header .gnav > li:first-child a.me_a {
    /*padding: 25px 24px 12px;*/
    padding: 10px;
  }

  .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: absolute;
  }
  .header .bl {
    display: block;
  }
  .header .wh {
    display: none;
  }
  .header.sp_search_on {
    z-index: 11;
  }
  .header.fixed {
    /*background: #fff;*/
    position: fixed;
  }
  .header.fixed .header_wrap {
    display: none;
  }
  .header.fixed .wh {
    display: none;
  }
  .header.fixed .bl {
    display: block;
  }
  .header .header_wrap {
    width: 90%;
    padding: 9.5px 0;
  }
  .header .sp-search {
    display: block;
    padding: 10px;
  }
  .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_wrap {
    display: none;
  }
  .header .search_form .item_input {
    font-size: 16px;
  }
  .header .sp_search_btn {
    display: block;
    /*position: relative;
    left: 35%;*/
    margin: 5px 8px;
    max-width: 24px;
  }
  .header .sp_cart_btn {
    display: block;
    margin: 5px 8px;
    max-width: 24px;
  }
  .header .sp_menu_btn {
    display: block;
    top: 5px;
  }
  .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;*/
    right: 0;
    transform: translateX(-232px);
    z-index: 11111;
    /*.menbar_link {
      max-width: 200px;
      width: 100%;
      margin: 0 auto;
      .link {
        display: block;
        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;
        &.menbar {
          background: url(../img/header/member.png);
          background-repeat: no-repeat;
          background-size: 25px 25px;
          background-position: left center;
        }
        &.favorite {
          background: url(../img/header/like_gy.png);
          background-repeat: no-repeat;
          background-size: 25px 25px;
          background-position: left center;
        }
        &.byitem {
          background: url(../img/header/rireki.png);
          background-repeat: no-repeat;
          background-size: 25px 25px;
          background-position: left center;
        }
        &.point {
          background: url(../img/header/coin.png);
          background-repeat: no-repeat;
          background-size: 25px 25px;
          background-position: left center;
        }
        &.box {
          background: none;
          .point_box {
            display: block;
            background: #fff;
            border: 1px solid #707070;
            padding: 5px;
          }
        }
        &.logout.my-false {
          display: none;
        }
        &.login.my-true {
          display: none;
        }
      }
      .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;
        &.logout.my-false {
          display: none;
        }
        &.login.my-true {
          display: none;
        }
      }
    }*/
  }
  .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 .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 .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;
    color: #4D4C4C;
  }
  .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: 110px;
    /*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 .search_wrap {
    padding-top: 0;
  }
  .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%;*/
    height: 50%;
  }

  .overlay02 .search_close_btn {
    /*top: 64%;*/
    top: 60%;
  }
}
@media (min-width: 1px) and (max-width: 350px) {
  .header .sp_header_search {
    /*height: 65%;*/
    height: 55%;
  }

  .overlay02 .search_close_btn {
    /*top: 75%;*/
    top: 65%;
  }
}

/*# sourceMappingURL=header_v3.css.map */
