@charset "UTF-8";
/* common
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.yumincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
}

.shipporiMincho {
  font-family: "Shippori Mincho", serif;
}

/*
 * media query
**/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .sp_hide {
    display: block !important;
  }
}




@media screen and (max-width: 768px) {
  body #main #spanchorBtn * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
body #main #spanchor {
  display: none;
}
@media screen and (max-width: 768px) {
  body #main #spanchor * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu .spanchor-logo {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li {
    border-top: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li:last-child {
    border-bottom: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li a {
    display: block;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    position: absolute;
    content: "";
    pointer-events: none;
    top: 50%;
    right: 0;
    width: 4px;
    height: 6px;
    margin-top: -3px;
    margin-right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  body #main #toTop {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body #main #toTop a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 768px) {
  body #main #toTop a img {
    width: 21px;
  }
}

.brand-btns {
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .brand-btns {
    right: 0 !important;
  }
}
.brand-btns .brand-btn-cart {
  border-color: transparent !important;
  background-color: #D03E41 !important;
}
@media screen and (min-width: 769px) {
  .brand-btns .brand-btn-cart {
    width: 59px !important;
    max-height: 315px !important;
  }
}
@media screen and (max-width: 768px) {
  .brand-btns .brand-btn-cart {
    bottom: 0 !important;
    border-radius: 9px 9px 0 0 !important;
    max-width: 100% !important;
    width: 90% !important;
    background-position: left 23% center !important;
  }
}

@media screen and (max-width: 768px) {
  .top-link {
    display: none !important;
  }
}

#main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#main #anchor {
  background-color: #670000;
  position: relative;
  z-index: 3;
}
#main #anchor.fix {
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #main #anchor.fix {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor.fix {
    height: 70px;
  }
}
#main #anchor.fix .anchor-wrp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #670000;
}
@media screen and (min-width: 769px) {
  #main #anchor.fix .anchor-wrp {
    top: 53px;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu {
    max-width: 1080px;
    margin: 0 auto;
  }
}
#main #anchor .anchor-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul {
    width: 100%;
  }
}
#main #anchor .anchor-menu ul li {
  width: 25%;
  border-right: 1px solid #8e6a64;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li {
    border-right: 2px solid #8e6a64;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li:first-child {
    border-left: 2px solid #8e6a64;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li:last-child a {
    padding-bottom: 0;
  }
}
#main #anchor .anchor-menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li a {
    width: 100%;
    height: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a {
    width: 100%;
    height: 70px;
    flex-direction: column;
    font-size: 12.5px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
#main #anchor .anchor-menu ul li a.redcart:after {
  display: none;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li a.redcart img {
    width: 165px;
  }
}
#main #anchor .anchor-menu ul li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu ul li a:after {
    width: 10px;
    height: 6px;
    margin-left: -5px;
    margin-bottom: 27px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/arrow-01.png);
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a:after {
    width: 8px;
    height: 7px;
    margin-left: -4px;
    margin-bottom: 18px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/arrow-01.sp.png);
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a > span > small {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu ul li a > span > small {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a > span {
    font-size: 12.5px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu ul li a > span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu ul li a > img {
    width: 29px;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu.toppage ul li a {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu.toppage ul li a {
    height: 70px;
  }
}
@media screen and (min-width: 769px) {
  #main #anchor .anchor-menu.toppage ul li a:after {
    margin-bottom: 15px;
  }
}
#main #anchor .anchor-menu .anchor-bar {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .logo img {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .link a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 25px;
  }
}
@media screen and (max-width: 374px) {
  #main #anchor .anchor-menu .anchor-bar .flex .link a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .link a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #main #anchor .anchor-menu .anchor-bar .flex .cart img {
    width: 36px;
  }
}