@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body:has(#new_header) {
  padding-top: 95px;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

#header ul,
#top_header ul {
  padding: 0;
}

#new_header {
  z-index: 20000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  height: 95px;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: #181818;
}
#new_header a {
  color: #181818;
}
#new_header * {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  list-style-type: none;
}
#new_header #header_top {
  height: 55px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#new_header #logo {
  width: 98px;
  margin-right: auto;
  position: relative;
  top: 3px;
}
#new_header #nav01 {
  display: flex;
  gap: 0 9px;
}
#new_header #nav01 a {
  position: relative;
  color: #181818;
  text-decoration: none;
  font-size: 9px;
  padding-top: 24px;
  display: block;
}
#new_header #nav01 .login {
  background: url(https://www.y-kagu.com/img/ic_login.svg) no-repeat center top/15px auto;
}
#new_header #nav01 .history {
  background: url(https://www.y-kagu.com/img/ic_history.svg) no-repeat center top/20px auto;
}
#new_header #nav01 .fav {
  background: url(https://www.y-kagu.com/img/ic_fav.svg) no-repeat center 1px/17px auto;
}
#new_header #nav01 .cart {
  background: url(https://www.y-kagu.com/img/ic_cart.svg) no-repeat center top/20px auto;
}
#new_header #nav01 .member_cart_info {
  right: -3px;
}
#new_header #nav01 .member_cart_info .number_comma {
  line-height: 13px !important;
}
#new_header #hb_btn {
  background: #6b6b6a;
  width: 55px;
  height: 55px;
  margin-left: 15px;
  cursor: pointer;
  text-align: center;
  padding-top: 12px;
}
#new_header #hb_btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 0 auto 5px;
}
#new_header #hb_btn p {
  color: #fff;
  font-size: 9px;
  margin-top: 7px;
}
#new_header .tab-wrap {
  width: 100%;
  background: #fff;
  padding: 12px 0 0;
}
#new_header .tab-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
}
#new_header .tab-scroll::-webkit-scrollbar {
  display: none;
}
#new_header .tab-list {
  display: flex;
  gap: 8px;
  width: max-content;
  padding: 0 10px 10px;
}
#new_header .tab-item {
  flex: 0 0 auto;
  min-width: 70px;
  height: 38px;
  padding: 0 11px;
  border: 1px solid #6b6b6a;
  background: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  box-sizing: border-box;
  white-space: nowrap;
}
#new_header .tab-item.on {
  background: #6b6b6a;
  color: #fff;
}
#new_header .tab-item.on.insta {
  background: #6b6b6a url(https://www.y-kagu.com/img/ic_insta_w.svg) no-repeat 13px center/15px auto;
}
#new_header .tab-item.insta {
  background: url(https://www.y-kagu.com/img/ic_insta.svg) no-repeat 13px center/15px auto;
  padding-left: 32px;
}
#new_header .tab-bar {
  position: relative;
  width: 100%;
  height: 3px;
  background: #e1e1e1;
  opacity: 1;
  transition: opacity 0.2s ease;
}
#new_header .tab-bar-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #6b6b6a;
  display: block;
  transition: transform 0.3s ease, width 0.3s ease;
}
#new_header .tab-bar-thumb.is-no-transition {
  transition: none;
}
#new_header .mega-menu {
  position: absolute;
  top: 95px;
  width: 100%;
  background: #fff;
}
#new_header .mega-menu,
#new_header .mega-menu-child {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#new_header .mega-menu.test-show, #new_header .mega-menu-child.test-show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
#new_header .mega-menu.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 25px;
}
#new_header .mega-menu.is-active .mega-menu-child.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 25px;
}
#new_header .mega-menu-child {
  z-index: 3;
  position: absolute;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: calc(100svh - 158px);
  top: 63px;
  width: 100%;
  overflow: auto;
}
#new_header .overlay {
  z-index: 2;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 63px;
  height: calc(100svh - 158px);
  left: 0;
}
#new_header .mega-menu-close {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  border: none;
  margin: 32px auto 20px;
  cursor: pointer;
  background: #f2f2f2 url(https://www.y-kagu.com/img/ic_close.svg) no-repeat center right 30px/10px;
  font-family: inherit;
  color: #181818;
}
#new_header .list-type01,
#new_header .list-type02,
#new_header .list-type03,
#new_header .list-type04,
#new_header .list-type05 {
  position: relative;
  z-index: 1;
}
#new_header .list-type01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: solid 1px #e0e0e0;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
#new_header .list-type01 li {
  border-bottom: solid 1px #e0e0e0;
}
#new_header .list-type01 li:nth-child(odd) {
  border-right: solid 1px #e0e0e0;
}
#new_header .list-type01 a {
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 16px;
  padding-bottom: 3px;
}
#new_header .list-type02 {
  font-feature-settings: "palt";
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 15px;
}
#new_header .list-type02 p {
  margin-top: 8px;
  line-height: 1.2857142857;
}
#new_header .list-type02 a {
  font-size: 14px;
  text-decoration: none;
}
#new_header .list-type03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 25px;
  font-feature-settings: "palt";
  padding: 0 15px;
}
#new_header .list-type03.reco figure {
  margin-bottom: 8px;
}
#new_header .list-type03 a {
  text-decoration: none;
}
#new_header .list-type03 figure {
  margin-bottom: 15px;
}
#new_header .list-type03 .ic {
  margin-bottom: 6px;
}
#new_header .list-type03 .ic img {
  max-width: 72px;
}
#new_header .list-type03 .min img {
  max-width: 33px;
}
#new_header .list-type03 .ttl {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}
#new_header .list-type03 .price {
  color: #d73232;
  font-weight: 500;
  font-size: 15px;
}
#new_header .list-type04 {
  font-feature-settings: "palt";
  padding: 0 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#new_header .list-type04 li {
  border-top: solid 1px #e0e0e0;
}
#new_header .list-type04 li:first-child {
  border-top: none;
}
#new_header .list-type04 li:first-child a {
  padding-top: 10px;
}
#new_header .list-type04 li:last-child a {
  padding-bottom: 0;
}
#new_header .list-type04 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
#new_header .list-type04 .img {
  width: 125px;
}
#new_header .list-type04 .w_text {
  width: calc(100% - 145px);
}
#new_header .list-type04 .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
#new_header .list-type04 .text {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
#new_header .list-type05 {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
#new_header .deals {
  padding: 0 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#new_header .deals .img {
  margin-bottom: 20px;
}
#new_header .deals .text01 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#new_header .deals .text01.bold {
  font-size: 17px;
  font-weight: bold;
}
#new_header .deals .text01.mb0 {
  margin-bottom: 0;
}
#new_header .deals .text02 {
  color: #e30000;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 25px;
  background: linear-gradient(transparent 75%, #f1d9dc 25%);
  width: 100%;
  padding-bottom: 4px;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 30px;
}
#new_header .deals .text02 span {
  font-size: 24px;
}
#new_header .deals ul {
  font-size: 15px;
  display: grid;
  gap: 7px 0;
}
#new_header .deals li {
  line-height: 1.4;
}
#new_header .deals li span {
  color: #4b2323;
}
#new_header .help {
  padding: 32px 15px 25px;
  position: relative;
  z-index: 5;
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
}
#new_header .help .ttl {
  font-size: 17px;
  font-weight: bold;
  border-bottom: solid 1px #cecece;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
#new_header .help .list01 {
  margin-bottom: 32px;
  display: grid;
  gap: 14px 0;
  letter-spacing: 0;
}
#new_header .help .list01 a {
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 30px;
  max-width: fit-content;
  padding-left: 45px;
  padding-bottom: 3px;
  text-decoration: none;
}
#new_header .help .list01 .guide {
  background: url(https://www.y-kagu.com/img/ic_guide.svg) no-repeat left center/30px auto;
}
#new_header .help .list01 .qa {
  background: url(https://www.y-kagu.com/img/ic_qa.svg) no-repeat left center/30px auto;
}
#new_header .help .list02 {
  display: grid;
  gap: 10px 0;
}
#new_header .help .list02 a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  height: 45px;
  border: solid 1px #c0c0c0;
  border-radius: 50px;
  letter-spacing: 0;
  transition: opacity 0.4s ease;
  padding-bottom: 1px;
  text-decoration: none;
  padding-right: 25px;
}
#new_header .help .list02 a:hover {
  text-decoration: none;
  color: #181818;
  opacity: 0.6;
}
#new_header .help .list02 .tel {
  background: #fff url(https://www.y-kagu.com/img/ic_tel_pink.svg) no-repeat 24px center/14px auto;
  padding-left: 52px;
}
#new_header .help .list02 .mail {
  background: #fff url(https://www.y-kagu.com/img/ic_mail_pink.svg) no-repeat 22px center/17px auto;
  padding-left: 48px;
}
#new_header .btn_flex {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
#new_header .btn_flex > div:last-child {
  width: calc(100% - 125px);
}
#new_header .btn_flex .mega-menu-close {
  margin-top: 0;
  margin-bottom: 0;
  width: 110px;
  background-position: center right 20px;
  padding-right: 15px;
  font-family: inherit;
  color: #181818;
}
#new_header .btn_flex .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4b2323;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
  height: 40px;
  border-radius: 50px;
  background: #f6e6e8 url(https://www.y-kagu.com/img/arrow_b.svg) no-repeat center right 18px/8px auto;
}
#new_header .btn_flex .more-btn.line {
  background: #06c756 url(https://www.y-kagu.com/img/ic_line.svg) no-repeat 20px center/20px auto;
  color: #fff;
  text-align: left;
  padding-left: 35px;
}

#header_bottom {
  background: #f4f4f4;
}
#header_bottom ul {
  display: table;
  width: 100%;
}
#header_bottom ul li {
  display: table-cell;
  text-align: center;
  min-width: 64px;
}
#header_bottom ul li:not(:last-child) {
  border-right: solid 1px #dbdbdb;
}
#header_bottom ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  padding: 0 5px 2px;
  height: 40px;
}
#header_bottom ul a.on {
  background: #e5e5e5;
}

#hb_overlay {
  display: none;
  z-index: 999998;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
#hb_overlay img {
  position: fixed;
  top: 16px;
  right: 344px;
  width: 18px;
}

#top_news_area {
  background: #c68e8e;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 0;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
#top_news_area a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

#hb_menu {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #181818;
  position: fixed;
  width: calc(100% - 45px);
  max-width: 330px;
  right: 0;
  top: 0;
  height: 100svh;
  overflow: auto;
  background: #fff;
  z-index: 999999;
  transform: translate(100%, 0);
  transition: 0.3s ease;
  padding-bottom: 80px;
  box-sizing: border-box;
}
#hb_menu.is-open {
  transform: translate(0, 0);
}
#hb_menu * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
#hb_menu a {
  text-decoration: none;
  color: #181818;
}
#hb_menu .ttl {
  background: #c68e8e;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 15px;
}
#hb_menu .nav01 .inner {
  padding: 20px;
}
#hb_menu .nav01 form {
  position: relative;
}
#hb_menu .nav01 input[type=text] {
  font-family: inherit;
  font-size: 15px;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #d0d0d0;
  padding: 10px 10px 10px 40px;
  color: inherit;
}
#hb_menu .nav01 input[type=text]::placeholder {
  color: #989898;
}
#hb_menu .nav01 input[type=submit] {
  position: absolute;
  top: 13px;
  left: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  width: 16px;
  height: 18px;
  background: url(https://www.y-kagu.com/img/ic_search.png) no-repeat center/cover;
  border: none;
}
#hb_menu .nav02 ul {
  padding: 25px 20px;
  background: #f4f4f4;
  display: grid;
  gap: 10px;
}
#hb_menu .nav02 a {
  font-size: 15px;
  font-weight: bold;
  color: #bb7777;
  border: solid 1px #bb7777;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 42px;
  padding-bottom: 2px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
#hb_menu .nav02 a span {
  font-size: 13px;
  margin-left: 10px;
}
#hb_menu .nav03 ul {
  font-feature-settings: "palt";
}
#hb_menu .nav03 ul li {
  border-bottom: solid 1px #e0e0e0;
}
#hb_menu .nav03 ul li:last-child {
  border-bottom: none;
}
#hb_menu .nav03 ul img {
  width: 32px;
}
#hb_menu .nav03 ul a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4285714286;
  height: 45px;
  gap: 0 16px;
  padding-left: 15px;
}
#hb_menu .nav04 {
  font-feature-settings: "palt";
}
#hb_menu .nav04 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#hb_menu .nav04 .grid .grid_li {
  border-top: solid 1px #e0e0e0;
}
#hb_menu .nav04 .grid .grid_li:nth-child(1), #hb_menu .nav04 .grid .grid_li:nth-child(2) {
  border-top: none;
}
#hb_menu .nav04 .grid .grid_li:nth-child(odd) {
  border-right: solid 1px #e0e0e0;
}
#hb_menu .nav04 .grid .grid_li:nth-child(even) .acd_content {
  margin-left: -100%;
  width: 200%;
}
#hb_menu .nav04 .acd_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2857142857;
  height: 50px;
  gap: 0 14px;
  padding-left: 10px;
  position: relative;
  padding-right: 28px;
}
#hb_menu .nav04 .acd_btn.on {
  background: #f4f4f4;
}
#hb_menu .nav04 .acd_btn.on:before {
  transform: translate(0, -50%) rotate(180deg);
}
#hb_menu .nav04 .acd_btn span {
  position: relative;
  top: -1px;
}
#hb_menu .nav04 .acd_btn img {
  width: 32px;
}
#hb_menu .nav04 .acd_btn:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(https://www.y-kagu.com/img/acd_arrow.svg) no-repeat center/cover;
}
#hb_menu .nav04 .acd_content {
  position: relative;
  z-index: 2;
  display: none;
  width: calc(200% + 2px);
  background: #f4f4f4;
  border-top: solid 1px #e0e0e0;
}
#hb_menu .nav04 .acd_content:has(.all) ul li {
  border-top: solid 1px #e0e0e0;
}
#hb_menu .nav04 .acd_content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
#hb_menu .nav04 .acd_content ul li:nth-child(odd) {
  border-right: solid 1px #e0e0e0;
}
#hb_menu .nav04 .acd_content ul a {
  padding: 12px 10px 14px 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
#hb_menu .nav04 .acd_content ul .bb {
  border-bottom: solid 1px #e0e0e0;
}
#hb_menu .nav04 .all {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 12px 15px 14px;
  line-height: 1.4285714286;
}
#hb_menu .nav05 > ul > li {
  border-bottom: solid 1px #e0e0e0;
}
#hb_menu .nav05 .acd_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2857142857;
  height: 45px;
  gap: 0 14px;
  padding-left: 14px;
  position: relative;
  padding-right: 28px;
}
#hb_menu .nav05 .acd_btn.on:before {
  transform: translate(0, -50%) rotate(180deg);
}
#hb_menu .nav05 .acd_btn:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(https://www.y-kagu.com/img/acd_arrow.svg) no-repeat center/cover;
}
#hb_menu .nav05 .acd_content {
  background: #f4f4f4;
  display: none;
}
#hb_menu .nav05 .acd_content li {
  border-top: solid 1px #e0e0e0;
}
#hb_menu .nav05 .acd_content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #636363;
  line-height: 1.2857142857;
  height: 45px;
  padding: 0 30px 0 14px;
  background: url(https://www.y-kagu.com/img/arrow_g.svg) no-repeat center right 15px/7px auto;
}
#hb_menu .normal_list li:not(:last-child) {
  border-bottom: solid 1px #e0e0e0;
}
#hb_menu .normal_list .bb {
  border-bottom: solid 1px #e0e0e0;
}
#hb_menu .normal_list a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #636363;
  height: 45px;
  padding: 0 5px 2px 14px;
  font-feature-settings: "palt";
}

/*# sourceMappingURL=new_header_sp.css.map */
