@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;
  }
}

#mainContainer {
  padding-top: 0;
}

.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;
  }
}

#anchor {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #670000;
  position: relative;
  z-index: 3;
}
#anchor.fix {
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #anchor.fix {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #anchor.fix {
    height: 70px;
  }
}
#anchor.fix .anchor-wrp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #670000;
}
@media screen and (min-width: 769px) {
  #anchor.fix .anchor-wrp {
    top: 52px;
  }
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu {
    max-width: 1080px;
    margin: 0 auto;
  }
}
#anchor .anchor-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu ul {
    width: 100%;
  }
}
#anchor .anchor-menu ul li {
  width: 25%;
  border-right: 1px solid #8e6a64;
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu ul li {
    border-right: 2px solid #8e6a64;
  }
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu ul li:first-child {
    border-left: 2px solid #8e6a64;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu ul li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu ul li:last-child a {
    padding-bottom: 0;
  }
}
#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 !important;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu ul li a {
    width: 100%;
    height: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu ul li a {
    width: 100%;
    height: 70px;
    flex-direction: column;
    font-size: 12.5px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
#anchor .anchor-menu ul li a.redcart:after {
  display: none;
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu ul li a.redcart img {
    width: 165px;
  }
}
#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) {
  #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) {
  #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) {
  #anchor .anchor-menu ul li a > span > small {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  #anchor .anchor-menu ul li a > span > small {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu ul li a > span {
    font-size: 12.5px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  #anchor .anchor-menu ul li a > span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu ul li a > img {
    width: 29px;
  }
}
#anchor .anchor-menu.toppage ul li a {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu.toppage ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu.toppage ul li a {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu.toppage ul li a {
    height: 70px;
  }
}
@media screen and (min-width: 769px) {
  #anchor .anchor-menu.toppage ul li a:after {
    margin-bottom: 15px;
  }
}
#anchor .anchor-menu .anchor-bar {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu .anchor-bar {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  #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) {
  #anchor .anchor-menu .anchor-bar .flex .logo img {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu .anchor-bar .flex .link a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    margin-right: 25px;
  }
}
@media screen and (max-width: 374px) {
  #anchor .anchor-menu .anchor-bar .flex .link a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu .anchor-bar .flex .link a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #anchor .anchor-menu .anchor-bar .flex .cart img {
    width: 36px;
  }
}

#customFooter {
  border-top: 1px solid #670101;
  padding: 50px 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  #customFooter {
    padding: 25px 0 0;
  }
}
#customFooter .customFooter-inner {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #customFooter .customFooter-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#customFooter .customFooter-inner dl {
  color: #670101;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #customFooter .customFooter-inner dl {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl:first-child dt {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl:nth-of-type(2) dt {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl:last-child dt {
    border-bottom: none;
  }
}
#customFooter .customFooter-inner dl dt {
  font-weight: 600;
  font-size: 16px;
  color: #670101 !important;
}
@media screen and (min-width: 769px) {
  #customFooter .customFooter-inner dl dt {
    padding-bottom: 18px;
    border-bottom: 2px solid #670101;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt {
    padding: 25px 25px 20px;
    border-bottom: 1px solid #670101;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt.accordionHead {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt.accordionHead:before, #customFooter .customFooter-inner dl dt.accordionHead:after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    background-color: #670101;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt.accordionHead:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt.accordionHead:after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt.accordionHead.open + dd {
    border-bottom: 1px solid #670101;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt.accordionHead.open:after {
    transform: rotate(90deg);
  }
}
#customFooter .customFooter-inner dl dt a {
  color: #670101 !important;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #customFooter .customFooter-inner dl dt a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt a {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dt a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 11px;
    margin-top: -5.5px;
    background-image: url(/~/Media/com/50megumi/top/202203/assets/img/arrow-02.sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dd {
    padding-left: 50px;
    padding-right: 25px;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #customFooter .customFooter-inner dl dd ul li {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dd ul li {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #customFooter .customFooter-inner dl dd ul li:last-child {
    padding-bottom: 20px;
  }
}
#customFooter .customFooter-inner dl dd ul li a {
  color: #670101 !important;
  font-size: 14px;
  display: block;
  line-height: 1.4285;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  #customFooter .customFooter-inner dl dd ul li a:hover {
    opacity: 0.7;
  }
}