@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#new_header {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  height: 90px;
  background: rgba(255, 255, 255, 0.6);
  color: #181818;
  letter-spacing: 0.08em;
  /* =========================
  		mega menu
  	========================= */
  /* =========================
  	common tabs
  ========================= */
}
#new_header ul, #new_header ol {
  margin: 0;
  padding: 0;
  text-indent: revert;
}
#new_header ul li, #new_header ol li {
  margin: 0;
  padding: 0;
  text-indent: revert;
}
#new_header * {
  box-sizing: border-box;
}
#new_header #new-header-inner {
  container-type: inline-size;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
}
#new_header #logo {
  width: calc(136 / 1375 * 100cqw);
  position: relative;
  top: calc(10 / 1375 * 100cqw);
  margin-right: calc(22 / 1375 * 100cqw);
}
#new_header #new-header-left {
  display: flex;
  align-items: center;
}
#new_header #mainNav {
  display: flex;
  font-size: 17px;
}
#new_header #mainNav .nav-item {
  position: relative;
}
#new_header #mainNav .nav-item:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 44px;
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #dbdbdb;
}
#new_header #mainNav .nav-link {
  position: relative;
  padding: 0 18px;
  cursor: pointer;
  transition: background-color 0.4s ease;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
#new_header #mainNav .nav-link:hover {
  background: #f4f4f4;
  color: #181818;
  text-decoration: none;
}
#new_header .mega-nav-item.is-open > .nav-link,
#new_header .mega-nav-item > .nav-link:hover {
  background: #f4f4f4;
}
#new_header .search_area {
  margin-left: 20px;
  padding-top: 8px;
}
#new_header .search_area input[type=text] {
  font-size: 14px;
  border: solid 1px #d0d0d0;
  border-radius: 3px;
  font-family: inherit;
  width: 230px;
  padding: 8px 10px 8px 28px;
  background: url(https://www.y-kagu.com/img/ic_search.png) no-repeat 10px 13px/12px auto;
}
#new_header .search_area input[type=text]::placeholder {
  color: #989898;
}
#new_header #subNav {
  display: flex;
  gap: 0 5px;
  font-size: 11px;
}
#new_header #subNav a {
  display: block;
  width: 70px;
  height: 56px;
  text-align: center;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  color: #181818;
  line-height: 1;
  padding-top: 34px;
  letter-spacing: 0.02em;
  transition: opacity 0.4s ease;
}
#new_header #subNav a:hover {
  color: #181818;
  text-decoration: none;
  opacity: 0.6;
}
#new_header #subNav .login {
  background: url(https://www.y-kagu.com/img/ic_login.svg) no-repeat center 9px;
}
#new_header #subNav .history {
  background: url(https://www.y-kagu.com/img/ic_history.svg) no-repeat center 9px;
}
#new_header #subNav .fav {
  background: url(https://www.y-kagu.com/img/ic_fav.svg) no-repeat center 10px;
}
#new_header #subNav .cart {
  background: url(https://www.y-kagu.com/img/ic_cart.svg) no-repeat center 10px;
}
#new_header #subNav .mail {
  background: url(https://www.y-kagu.com/img/ic_mail.svg) no-repeat center 12px;
}
#new_header .mega-nav-item {
  position: relative;
}
#new_header .mega-hover-area {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150%;
  height: 36px;
  background: transparent;
  display: none;
  z-index: 16;
}
#new_header .mega-nav-item.is-open .mega-hover-area {
  display: block;
}
#new_header .mega-menu {
  padding: 80px 0;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}
#new_header .mega-menu.help {
  position: absolute;
  width: 300px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 70px 25px 38px;
}
#new_header .mega-menu.help .ttl {
  font-size: calc(18 / 1300 * 100cqw);
  font-weight: bold;
  border-bottom: solid 1px #cecece;
  margin-bottom: calc(22 / 1300 * 100cqw);
  padding-bottom: calc(10 / 1300 * 100cqw);
}
#new_header .mega-menu.help .list01 {
  margin-bottom: calc(32 / 1300 * 100cqw);
  display: grid;
  gap: calc(14 / 1300 * 100cqw) 0;
  letter-spacing: 0;
}
#new_header .mega-menu.help .list01 a {
  font-size: calc(16 / 1300 * 100cqw);
  display: flex;
  align-items: center;
  height: calc(30 / 1300 * 100cqw);
  max-width: fit-content;
  padding-left: calc(45 / 1300 * 100cqw);
  transition: opacity 0.4s ease;
}
#new_header .mega-menu.help .list01 a:hover {
  text-decoration: none;
  color: #181818;
  opacity: 0.6;
}
#new_header .mega-menu.help .list01 .guide {
  background: url(https://www.y-kagu.com/img/ic_guide.svg) no-repeat left center/calc(30 / 1300 * 100cqw) auto;
}
#new_header .mega-menu.help .list01 .qa {
  background: url(https://www.y-kagu.com/img/ic_qa.svg) no-repeat left center/calc(30 / 1300 * 100cqw) auto;
}
#new_header .mega-menu.help .list02 {
  display: grid;
  gap: calc(10 / 1300 * 100cqw) 0;
}
#new_header .mega-menu.help .list02 a {
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: calc(15 / 1300 * 100cqw);
  height: calc(45 / 1300 * 100cqw);
  border: solid 1px #c0c0c0;
  border-radius: calc(50 / 1300 * 100cqw);
  letter-spacing: 0;
  transition: opacity 0.4s ease;
  padding-bottom: calc(1 / 1300 * 100cqw);
}
#new_header .mega-menu.help .list02 a:hover {
  text-decoration: none;
  color: #181818;
  opacity: 0.6;
}
#new_header .mega-menu.help .list02 .tel {
  background: #fff url(https://www.y-kagu.com/img/ic_tel_pink.svg) no-repeat calc(24 / 1300 * 100cqw) center/calc(14 / 1300 * 100cqw) auto;
  padding-left: calc(52 / 1300 * 100cqw);
}
#new_header .mega-menu.help .list02 .mail {
  background: #fff url(https://www.y-kagu.com/img/ic_mail_pink.svg) no-repeat calc(22 / 1300 * 100cqw) center/calc(17 / 1300 * 100cqw) auto;
  padding-left: calc(48 / 1300 * 100cqw);
}
#new_header .mega-nav-item.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#new_header .mega-menu__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 25px;
  container-type: inline-size;
}
#new_header .mega-tabs {
  display: flex;
}
#new_header .mega-tabs__side {
  width: calc(196 / 1300 * 100cqw);
  border-right: solid 1px #cecece;
}
#new_header .mega-tab,
#new_header .mega-side-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: calc(6 / 1300 * 100cqw) calc(16 / 1300 * 100cqw);
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  height: calc(40 / 1300 * 100cqw);
  margin-bottom: calc(15 / 1300 * 100cqw);
  position: relative;
  transition: background-color 0.4s ease, color 0.4s ease;
  font-size: calc(16 / 1300 * 100cqw);
}
#new_header .mega-tab:before,
#new_header .mega-side-link:before {
  opacity: 0;
  position: absolute;
  right: calc(-8 / 1300 * 100cqw);
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: calc(8 / 1300 * 100cqw);
  height: calc(10 / 1300 * 100cqw);
  background: #6b6b6a;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transition: opacity 0.4s ease;
}
#new_header .mega-tab.is-active,
#new_header .mega-side-link:hover,
#new_header .mega-tab:hover {
  color: #fff;
  background: #6b6b6a;
}
#new_header .mega-tab.is-active:before,
#new_header .mega-side-link:hover:before,
#new_header .mega-tab:hover:before {
  opacity: 1;
}
#new_header .mega-tabs__main {
  width: calc(100% - calc(196 / 1300 * 100cqw));
  padding-left: calc(45 / 1300 * 100cqw);
}
#new_header .mega-panel {
  display: none;
}
#new_header .mega-panel.is-active {
  display: block;
}
#new_header .mega-panel-ttl {
  font-weight: bold;
  font-size: calc(18 / 1300 * 100cqw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: calc(10 / 1300 * 100cqw);
  margin-bottom: calc(20 / 1300 * 100cqw);
}
#new_header .mega-panel-ttl .insta {
  background: url(https://www.y-kagu.com/img/ic_insta.svg) no-repeat left calc(4 / 1300 * 100cqw)/calc(15 / 1300 * 100cqw) auto;
  padding-left: calc(22 / 1300 * 100cqw);
}
#new_header .mega-panel-ttl .btn {
  font-size: calc(16 / 1300 * 100cqw);
  color: #bb7777;
  white-space: nowrap;
  display: inline-block;
  padding-right: calc(16 / 1300 * 100cqw);
  background: url(https://www.y-kagu.com/img/arrow.svg) no-repeat right calc(6 / 1300 * 100cqw)/calc(8 / 1300 * 100cqw) auto;
  transition: opacity 0.4s ease;
}
#new_header .mega-panel-ttl .btn:hover {
  text-decoration: none;
  color: #bb7777;
  opacity: 0.6;
}
#new_header .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(19 / 1300 * 100cqw);
}
#new_header .category-list li {
  width: calc(160 / 1300 * 100cqw);
  border-top: solid 1px #e0e0e0;
}
#new_header .category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(83 / 1300 * 100cqw);
}
#new_header .category-list a img {
  width: calc(50 / 1300 * 100cqw);
}
#new_header .category-list a span {
  width: calc(98 / 1300 * 100cqw);
  font-size: calc(15 / 1300 * 100cqw);
  letter-spacing: 0;
  line-height: 1.4;
}
#new_header .category-list a:hover {
  text-decoration: none;
}
#new_header .pick-list,
#new_header .taste-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(25 / 1300 * 100cqw) calc(35 / 1300 * 100cqw);
}
#new_header .pick-list a:hover,
#new_header .taste-list a:hover {
  text-decoration: none;
}
#new_header .pick-list p,
#new_header .taste-list p {
  font-size: calc(15 / 1300 * 100cqw);
  margin-top: calc(5 / 1300 * 100cqw);
  letter-spacing: 0;
}
#new_header .reco-list,
#new_header .rank-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(32 / 1300 * 100cqw);
}
#new_header .reco-list a:hover,
#new_header .rank-list a:hover {
  text-decoration: none;
}
#new_header .reco-list figure,
#new_header .rank-list figure {
  margin-bottom: calc(10 / 1300 * 100cqw);
}
#new_header .reco-list .ic,
#new_header .rank-list .ic {
  margin-bottom: calc(8 / 1300 * 100cqw);
}
#new_header .reco-list .ic img,
#new_header .rank-list .ic img {
  max-width: calc(72 / 1300 * 100cqw);
}
#new_header .reco-list .min img,
#new_header .rank-list .min img {
  max-width: calc(33 / 1300 * 100cqw);
}
#new_header .reco-list .ttl,
#new_header .rank-list .ttl {
  font-size: calc(15 / 1300 * 100cqw);
  margin-bottom: calc(6 / 1300 * 100cqw);
}
#new_header .reco-list .price,
#new_header .rank-list .price {
  color: #d73232;
  font-weight: 500;
  font-size: calc(16 / 1300 * 100cqw);
}
#new_header .reco-list {
  grid-template-columns: repeat(6, 1fr);
}
#new_header .reco-list .ttl {
  letter-spacing: 0.04em;
}
#new_header .works-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(25 / 1300 * 100cqw) calc(35 / 1300 * 100cqw);
}
#new_header .works-list a:hover {
  text-decoration: none;
}
#new_header .works-list p {
  letter-spacing: 0;
}
#new_header .works-list .ttl {
  font-size: calc(15 / 1300 * 100cqw);
  margin: calc(10 / 1300 * 100cqw) 0 calc(8 / 1300 * 100cqw);
  letter-spacing: 0;
  font-weight: bold;
}
#new_header .works-list .text {
  font-size: calc(14 / 1300 * 100cqw);
  line-height: 1.7142857143;
}
#new_header .info_flex {
  padding-top: calc(10 / 1300 * 100cqw);
  display: flex;
  justify-content: space-between;
}
#new_header .info_flex .img {
  width: calc(390 / 1300 * 100cqw);
}
#new_header .info_flex .w_text {
  width: calc(610 / 1300 * 100cqw);
  padding-top: calc(5 / 1300 * 100cqw);
}
#new_header .info_flex .text01 {
  font-size: calc(16 / 1300 * 100cqw);
  line-height: 1.8125;
  margin-bottom: calc(25 / 1300 * 100cqw);
  letter-spacing: 0;
}
#new_header .info_flex .text01.bold {
  margin-bottom: calc(10 / 1300 * 100cqw);
  line-height: 1.6875;
  font-size: calc(17 / 1300 * 100cqw);
}
#new_header .info_flex .text02 {
  color: #e30000;
  font-weight: bold;
  letter-spacing: 0;
  font-size: calc(20 / 1300 * 100cqw);
  margin-bottom: calc(25 / 1300 * 100cqw);
  background: linear-gradient(transparent 75%, #f1d9dc 25%);
  max-width: fit-content;
  padding-bottom: calc(5 / 1300 * 100cqw);
}
#new_header .info_flex .text02 span {
  font-size: calc(30 / 1300 * 100cqw);
}
#new_header .info_flex ul {
  font-size: calc(16 / 1300 * 100cqw);
  display: grid;
  gap: calc(14 / 1300 * 100cqw) 0;
  letter-spacing: 0;
}
#new_header .info_flex ul li:first-letter {
  color: #4b2323;
}
#new_header .info_flex .btn {
  display: block;
  color: #4b2323;
  font-size: calc(16 / 1300 * 100cqw);
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  width: calc(235 / 1300 * 100cqw);
  height: calc(45 / 1300 * 100cqw);
  line-height: calc(42 / 1300 * 100cqw);
  border-radius: calc(50 / 1300 * 100cqw);
  background: #f6e6e8 url(https://www.y-kagu.com/img/arrow_b.svg) no-repeat center right calc(25 / 1300 * 100cqw)/calc(8 / 1300 * 100cqw) auto;
  margin-top: calc(32 / 1300 * 100cqw);
}
#new_header .info_flex .btn.bt50 {
  margin-top: calc(50 / 1300 * 100cqw);
}
#new_header .info_flex .btn.line {
  width: calc(255 / 1300 * 100cqw);
  background: #06c756 url(https://www.y-kagu.com/img/ic_line.svg) no-repeat calc(32 / 1300 * 100cqw) center/calc(20 / 1300 * 100cqw) auto;
  color: #fff;
  text-align: left;
  padding-left: calc(60 / 1300 * 100cqw);
}
#new_header .info_flex .btn.line:hover {
  background: #1ed76b url(https://www.y-kagu.com/img/ic_line.svg) no-repeat calc(32 / 1300 * 100cqw) center/calc(20 / 1300 * 100cqw) auto;
}
#new_header .info_flex .btn:hover {
  text-decoration: none;
  color: #fff;
  background: #c68e8e url(https://www.y-kagu.com/img/arrow_w.svg) no-repeat center right calc(25 / 1300 * 100cqw)/calc(8 / 1300 * 100cqw) auto;
}

#header_news {
  position: fixed;
  top: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  background: #c68e8e;
  height: 36px;
  padding-bottom: 1px;
  z-index: 15;
  transition: 0.4s ease;
  font-family: "Noto Sans JP", sans-serif;
}
#header_news.hide {
  opacity: 0;
  visibility: hidden;
}
#header_news a {
  color: #fff;
}
#header_news a:hover {
  color: #fff;
}

@media screen and (max-width: 1150px) {
  #new_header #new-header-left {
    display: flex;
    align-items: center;
  }
  #new_header #mainNav {
    display: flex;
    font-size: calc(17 / 1150 * 100cqw);
  }
  #new_header #mainNav .nav-item {
    position: relative;
  }
  #new_header #mainNav .nav-item:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: calc(1 / 1150 * 100cqw);
    height: calc(18 / 1150 * 100cqw);
    background: #dbdbdb;
  }
  #new_header #mainNav .nav-link {
    position: relative;
    padding: 0 calc(18 / 1150 * 100cqw);
    cursor: pointer;
    transition: background-color 0.4s ease;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: calc(5 / 1150 * 100cqw);
  }
  #new_header #mainNav .nav-link:hover {
    background: #f4f4f4;
    color: #181818;
    text-decoration: none;
  }
  #new_header .mega-nav-item.is-open > .nav-link,
  #new_header .mega-nav-item > .nav-link:hover {
    background: #f4f4f4;
  }
  #new_header .search_area {
    margin-left: calc(20 / 1150 * 100cqw);
    padding-top: calc(8 / 1150 * 100cqw);
  }
  #new_header .search_area input[type=text] {
    font-size: calc(14 / 1150 * 100cqw);
    border: solid calc(1 / 1150 * 100cqw) #d0d0d0;
    border-radius: calc(3 / 1150 * 100cqw);
    font-family: inherit;
    width: calc(230 / 1150 * 100cqw);
    padding: calc(8 / 1150 * 100cqw) calc(10 / 1150 * 100cqw) calc(8 / 1150 * 100cqw) calc(28 / 1150 * 100cqw);
    background: url(https://www.y-kagu.com/img/ic_search.png) no-repeat calc(10 / 1150 * 100cqw) calc(13 / 1150 * 100cqw)/calc(12 / 1150 * 100cqw) auto;
  }
  #new_header .search_area input[type=text]::placeholder {
    color: #989898;
  }
  #new_header #subNav {
    display: flex;
    gap: 0 calc(5 / 1150 * 100cqw);
    font-size: calc(11 / 1150 * 100cqw);
  }
  #new_header #subNav a {
    display: block;
    width: calc(70 / 1150 * 100cqw);
    height: calc(56 / 1150 * 100cqw);
    text-align: center;
    border: solid calc(1 / 1150 * 100cqw) #d0d0d0;
    border-radius: calc(5 / 1150 * 100cqw);
    color: #181818;
    line-height: 1;
    padding-top: calc(34 / 1150 * 100cqw);
    letter-spacing: 0.02em;
    transition: opacity 0.4s ease;
  }
  #new_header #subNav a:hover {
    color: #181818;
    text-decoration: none;
    opacity: 0.6;
  }
  #new_header #subNav .login {
    background: url(https://www.y-kagu.com/img/ic_login.svg) no-repeat center calc(9 / 1150 * 100cqw);
  }
  #new_header #subNav .history {
    background: url(https://www.y-kagu.com/img/ic_history.svg) no-repeat center calc(9 / 1150 * 100cqw);
  }
  #new_header #subNav .fav {
    background: url(https://www.y-kagu.com/img/ic_fav.svg) no-repeat center calc(10 / 1150 * 100cqw);
  }
  #new_header #subNav .cart {
    background: url(https://www.y-kagu.com/img/ic_cart.svg) no-repeat center calc(10 / 1150 * 100cqw);
  }
  #new_header #subNav .mail {
    background: url(https://www.y-kagu.com/img/ic_mail.svg) no-repeat center calc(12 / 1150 * 100cqw);
  }
}
@media screen and (max-width: 1050px) {
  #header_news {
    font-size: calc(15 / 1050 * 100cqw);
  }
}

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