/* ---------------------------------------------------------------------------
//  親テーマのリセット
--------------------------------------------------------------------------- */
.body header {
  background-color: inherit;
  color: inherit;
  height: inherit;
  min-height: inherit;
  position: inherit;
  width: inherit;
}

.body.no-header-image header, .body:not(.home) header {
  background-color: inherit;
  color: inherit;
  height: inherit;
  min-height: inherit;
  position: inherit;
}

.body h1 {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
}

.body {
  color: inherit;
  font-family: inherit;
}

.body h2 {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
}

.body h3 {
  letter-spacing: inherit;
  margin: 0;
}

.body p {
  margin-bottom: 0;
}

.body a {
  color: inherit;
}

.body footer {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

.body ul {
  padding: 0;
}

.site-content {
  margin-top: 0 !important;
}

/* ---------------------------------------------------------------------------
//  welcartアイコンの調整
--------------------------------------------------------------------------- */
header .global-menu-pc-row {
  margin-top: -20px !important;
}

header .global-menu-pc {
  padding-left: 0 !important;
}

header .global-menu-pc-row a {
  position: relative;
  transition: .2s;
  z-index: 11;
}

header .login-pc svg *, header .search-pc svg *, header .cart-btn svg * {
  fill: #000 !important;
  transition: .2s;
}

header.active .login-pc svg *, header.active .search-pc svg *, header.active .cart-btn svg * {
  fill: #000 !important;
}

header.open .login-pc svg *, header.open .search-pc svg *, header.open .cart-btn svg * {
  fill: #fff !important;
}

.default header .login-pc svg *, .default header .search-pc svg *, .default header .cart-btn svg * {
  fill: #000 !important;
}

.default.change header .login-pc svg *, .default.change header .search-pc svg *, .default.change header .cart-btn svg * {
  fill: #fff !important;
}

@media (any-hover: hover) {
  header .global-menu-pc-row a:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 768px) {
  header .global-menu-pc-row {
    margin-top: 0 !important;
  }

  .cart-btn {
    margin: 0 !important;
    /* margin-top: 65px!important; */
    margin-top: 0 !important;
  }

  header .login-pc svg *, header .search-pc svg *, header .cart-btn svg * {
    fill: #fff;
  }

  .default header .login-pc svg *, .default header .search-pc svg *, .default header .cart-btn svg * {
    fill: #000 !important;
  }

  .default.change header .login-pc svg *, .default.change header .search-pc svg *, .default.change header .cart-btn svg * {
    fill: #fff !important;
  }

  header.open .login-pc svg *, header.open .search-pc svg *, header.open .cart-btn svg * {
    fill: #fff !important;
  }
}

/* ---------------------------------------------------------------------------
//  ベース色の調整
--------------------------------------------------------------------------- */
.group-add-item .skuform .add-to-cart .cart-button .skubutton {
  background: #560a0e !important;
}

div.cart_navi ul li.current::before {
  background: #560a0e !important;
}

.total-quant {
  background: #560a0e !important;
}

/* ---------------------------------------------------------------------------
//  ショッピングページの調整
--------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .body .item-category .card::before, .new-items .card::before, .front-page .widget_basic_item_list .card::before, .general-widget-area .widget_basic_item_list .card::before, .member-favorite .card::before {
    background: linear-gradient(rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .7) 100%);
  }

  .cart_page_title {
    display: none;
  }
}
/* ---------------------------------------------------------------------------
// カートページの配送希望日と到着希望日削除
--------------------------------------------------------------------------- */
.customer_form#time tr:nth-of-type(2) {
  display: none;
}
/* ---------------------------------------------------------------------------
//  cssここから
--------------------------------------------------------------------------- */
.body {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 16px;
  margin: auto;
  min-width: 1340px;
}

.body.default {
  padding-top: 100px;
}

img {
  height: auto;
  max-width: 100%;
}

.body_container {
  overflow: hidden;
}

.body .container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px;
}

.anchor {
  margin-top: -96px;
  padding-top: 96px;
}

.text-link {
  color: #560a0e!important;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .body {
    min-width: inherit;
  }

  .body.default {
    padding-top: 76px;
  }
}

/* ---------------------------------------------------------------------------
//  fv
--------------------------------------------------------------------------- */
.fv {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100vh;
  height: 100svh;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.fv .logo {
  width: 282px;
}

@media screen and (max-width: 768px) {
  .fv .logo {
    width: 179px;
  }
}

/* ---------------------------------------------------------------------------
//  パーツ
--------------------------------------------------------------------------- */
.btn_wrap {
  display: flex;
}

.btn_wrap.center {
  justify-content: center;
}

.btn_wrap.mt {
  margin-top: 100px;
}

.btnA {
  align-items: center;
  border-bottom: solid 1px #707070;
  color: #555;
  display: flex;
  font-weight: 600;
  overflow: hidden;
  padding-bottom: 15px;
  transition: .2s;
}

.btnA::after {
  background-image: url(../img/top/btnA-arow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 4.5px;
  margin-left: 12px;
  transition: .2s;
  width: 24px;
}

@media (any-hover: hover) {
  .btnA:hover {
    opacity: .8;
  }

  .btnA:hover:after {
    transform: translateX(30px);
  }
}

@media screen and (max-width: 768px) {
  .btn_wrap {
    display: flex;
  }

  .btnA {
    font-size: 14px;
  }

  .btnA::after {
    height: 3.5px;
    margin-left: 37px;
    width: 18px;
  }
}

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
.body .body_container .header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .51), transparent);
  background: rgba(255, 255, 255, .7);
  color: #000;
  height: 96px;
  min-width: 1340px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.body .body_container .header.active {
  background: rgba(255, 255, 255, .7);
  color: #000;
}

.body.default .body_container .header {
  background: rgba(255, 255, 255, .7);
  color: #000 !important;
}

.body.default.recruit .body_container .header {
  background: #560a0e;
  color: rgba(255, 255, 255, .7) !important;
}

.body .body_container .header .header_container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 180px 0 90px;
  width: 100%;
}

.header_logo a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* padding-top: 25px; */
  position: relative;
  transition: .2s;
  transition: .2s;
  width: 165px;
  /* width: 298px; */
  z-index: 11;
}

/* .header_logo a::before {
  background-image: url(../img/common/logo01_b.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: none;
  display: block;
  height: 71px;
  transition: .2s;
  width: 165px;
} */
/* .header_logo a img {
  display: none;
  width: 165px;
}
.active .header_logo a img {
  display: none;
} */
/* .active .header_logo a::before {
  display: block;
} */
/* .default .header_logo a img {
  display: none;
}
.default .header_logo a::before {
  display: block;
}
.default.recruit .header_logo a img {
  display: block;
}
.default.recruit .header_logo a::before {
  display: none;
} */
.header_label {
  align-items: center;
  border: solid 1px;
  /* color: #fff!important; */
  color: #000 !important;
  display: flex;
  font-size: 10px;
  height: 24px;
  justify-content: center;
  margin-left: 17px;
  /* position: relative;
  top: 13px; */
  width: 102px;
}

.active .header_label {
  color: #000 !important;
}

.default .header_label {
  color: #000 !important;
}

.header_nav {
  margin-right: 40px;
  width: calc(100% - 165px);
}

.header_nav ul {
  display: flex;
  justify-content: flex-end;
}

.header_nav ul li + li {
  margin-left: 46px;
}

.header_nav ul li a {
  display: block;
  font-weight: 800;
  transition: .2s;
}

.accordion_toggle, .accordion_content {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
}

.accordion_content {
  background-color: #fff;
  display: none;
}

#menu_container .accordion_content li {
  width: 200px;
}

#menu_container ul.menu_submenu {
  position: absolute;
}

@media (any-hover: hover) {
  .header_nav ul li a:hover {
    opacity: .8;
  }

  .header_logo a:hover {
    opacity: .8;
  }
}

#humberger {
  display: none;
}

@media screen and (max-width: 768px) {
  .body .body_container .header {
    /* height: 96px; */
    height: 76px;
    min-width: inherit;
    position: fixed;
    width: 100vw;
    z-index: 10;
  }

  .body .body_container .header.active {
    background: #fff;
  }

  .body.default .body_container .header {
    background: #fff;
  }

  .body .body_container .header .header_container {
    padding: 0 20px;
  }

  .header_logo a {
    height: 71px;
    left: 0;
    margin: auto;
    padding-top: 0;
    position: absolute;
    right: 0;
    /* top: 29px; */
    top: 0;
    width: 130px;
  }

  .header_logo a::before {
    background-image: url(../img/common/logo01N_w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    content: '';
    display: none;
    height: 55.77px;
    position: absolute;
    transition: .2s;
    width: 130px;
  }

  /* .active.open .header_logo a img {
    display: none;
  } */
  /* .active.open .header_logo a::before {
    display: none;
  } */
  /* .header_logo a img {
    display: none!important;
  }
  .header_logo a::before {
    display: block!important;
    height: 55.77px;
    width: 130px;
  } */
  /* .active .header_logo a img {
    display: none!important;
  }
  .active .header_logo a::before {
    display: block!important;
    height: 55.77px;
    width: 130px;
  }
  .default .header_logo a img {
    display: none!important;
  }
  .default .header_logo a::before {
    display: block!important;
    height: 55.77px;
    width: 130px;
  }
  .default.recruit .header_logo a img {
    display: block!important;
  }
  .default.recruit .header_logo a::before {
    display: none!important;
  } */
  .open .header_logo a img {
    display: none !important;
  }

  .open .header_logo a::before {
    display: block !important;
  }

  .header_label {
    display: none;
  }

  #humberger {
    display: block;
    height: 32px;
    position: fixed;
    /* top: 52px; */
    top: 30px;
    width: 32px;
    z-index: 11;
  }

  #humberger div {
    position: relative;
  }

  #humberger span {
    background: #000;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 100%;
  }

  .active #humberger span {
    background: #000;
  }

  .default #humberger span {
    background: #000;
  }

  .active.open #humberger span {
    background: #fff;
  }

  .default .open #humberger span {
    background: #fff;
  }

  .default.recruit #humberger span {
    background: #fff;
  }

  .open #humberger span {
    background: #fff !important;
  }

  #humberger span:nth-child(1) {
    top: 0;
  }

  #humberger span:nth-child(2) {
    top: 11px;
    width: 22px;
  }

  .open #humberger span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open #humberger span:nth-child(2) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
  }

  .header_nav ul li a {
    color: #000;
    display: block;
    font-weight: 800;
    transition: .2s;
  }

  .open .header_nav ul li a {
    color: #fff;
  }

  .header_nav {
    background: rgba(0, 0, 0, .9);
    display: none;
    height: 100vh;
    height: 100svh;
    left: 0;
    margin-right: 0;
    padding: 150px 20px 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  .header_nav ul {
    display: block;
    width: 100%;
  }

  .header_nav ul li {
    text-align: center;
  }

  .header_nav ul li + li {
    margin-left: 0;
  }

  .header_nav ul li:last-child {
    border: none;
  }

  .header_nav ul li a {
    display: block;
    padding: 20px;
  }
}

/* ---------------------------------------------------------------------------
//  cta
--------------------------------------------------------------------------- */
.cta .container {
  max-width: 1540px;
  padding-bottom: 165px;
  padding-top: 165px;
}

.cta .bg {
  align-items: center;
  background-image: url(../img/common/bg-contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 600px;
  justify-content: center;
}

.cta .bg .head {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.cta .bg .head h2 {
  font-size: 24px;
  font-weight: 600;
  margin-right: 76px;
}

.cta .bg .head h2::before {
  background-image: url(../img/top/contactN.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50px;
  border-bottom: 1px solid #fff;
  content: '';
  display: block;
  height: 26px;
  margin-bottom: 18px;
  width: 64px;
}

.cta .bg .head p {
  font-size: 15px;
  font-weight: 600;
  line-height: calc(33 / 15);
  padding-top: 10px;
}

.cta .bg .tel {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  pointer-events: none;
}

.cta .bg .link-wrap {
  display: flex;
  justify-content: center;
}

.cta .bg .link-wrap a {
  align-items: center;
  border: solid 1px #fff;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  justify-content: center;
  margin: 0 12px;
  transition: .2s;
  width: 240px;
}

@media (any-hover: hover) {
  .cta .bg .link-wrap a:hover {
    background: rgba(0, 0, 0, .6);
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .cta .container {
    padding-bottom: 52px;
    padding-top: 175px;
  }

  .cta .bg {
    background-image: url(../img/common/bg-contact.jpg);
    height: auto;
    padding: 135px 20px 114px;
  }

  .cta .bg .head {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }

  .cta .bg .head h2 {
    font-size: 0;
    margin-right: 0;
  }

  .cta .bg .head h2::before {
    background-image: none;
    border-bottom: none;
    content: 'Contact';
    font-size: 24px;
    height: auto;
    letter-spacing: 2px;
    margin-bottom: 47px;
    width: 100%;
  }

  .cta .bg .head p {
    padding-top: 0;
  }

  .cta .bg .tel {
    font-size: 24px;
    margin-bottom: 55px;
    pointer-events: all;
  }

  .cta .bg .link-wrap {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 100%;
  }

  .cta .bg .link-wrap a {
    margin: 0;
    width: calc((100% - 7px) / 2);
  }
}

/* ---------------------------------------------------------------------------
//  bnr
--------------------------------------------------------------------------- */
.bnr .container {
  padding-bottom: 185px;
}

.bnr a {
  transition: .2s;
}

@media (any-hover: hover) {
  .bnr a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .bnr .container {
    padding-bottom: 50px;
  }
}

/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
.fixed_btn_wrap {
  bottom: 17px;
  display: flex;
  justify-content: flex-end;
  left: 0;
  margin: auto;
  max-width: 1540px;
  padding-right: 20px;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 3;
}

.fixed_btn {
  pointer-events: all;
  transition: .2s;
  width: 153px;
}

.fixed_btn:hover {
  opacity: .7;
}

footer {
  padding: 0 20px 20px;
}

.footer .container {
  background: #242424;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 72px 56px 108px;
}

.footer .head .logo {
  display: block;
  margin-bottom: 37px;
  transition: .2s;
  width: 144px;
}

.footer .head .address {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.footer .head .contact_btn {
  align-items: center;
  border: solid 1px #fff !important;
  color: #fff !important;
  display: flex;
  font-size: 16px;
  height: 34px;
  justify-content: center;
  margin: 5px 0;
  transition: .2s;
  width: 152px;
}

.footer .head .tel {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
}

.footer .sitemap {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  line-height: calc(50 / 15);
}

.footer .sitemap ul + ul {
  margin-left: 43px;
}

.footer .sitemap ul li a {
  display: block;
  transition: .2s;
}

.footer .link-wrap {
  display: flex;
  justify-content: center;
  margin: 80px 0 60px;
  width: 100%;
}

.footer .link-wrap a {
  align-items: center;
  border: solid 1px #fff;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  justify-content: center;
  margin: 0 12px;
  transition: .2s;
  width: 240px;
}

.footer .copyright {
  color: #707070;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.footer .copyright a {
  transition: .2s;
}

@media (any-hover: hover) {
  .footer .head .logo:hover {
    opacity: .8;
  }

  .footer .sitemap ul li a:hover {
    color: #fff;
    opacity: .8;
  }

  .footer .head .contact_btn:hover {
    opacity: .8;
  }

  .footer .link-wrap a:hover {
    background: rgba(0, 0, 0, .6);
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .fixed_btn_wrap {
    bottom: 10px;
    padding-right: 10px;
  }

  .fixed_btn {
    width: 100px;
  }

  footer {
    padding: 0;
  }

  .footer .container {
    background: #242424;
    display: block;
    max-width: 100%;
    padding: 67px 20px 77px;
  }

  .footer .head {
    border-bottom: solid 1px #707070;
    margin-bottom: 40px;
    padding-bottom: 31px;
  }

  .footer .head .logo {
    margin-bottom: 35px;
    width: 130px;
  }

  .footer .head .address {
    font-size: 14px;
    line-height: calc(25 / 14);
  }

  .footer .head .tel {
    font-size: 17px;
    line-height: calc(30 / 17);
  }

  .footer .sitemap {
    font-size: 14px;
    line-height: calc(44 / 14);
  }

  .footer .sitemap ul:first-of-type {
    width: 40%;
  }

  .footer .sitemap ul:nth-of-type(2) {
    width: 60%;
  }

  .footer .sitemap ul + ul {
    margin-left: 0;
  }

  .footer .link-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 44px 0;
    width: 100%;
  }

  .footer .link-wrap a {
    font-size: 14px;
    margin: 0 0 8px 0;
    width: calc((100% - 8px) / 2);
  }

  .footer .link-wrap a:last-of-type {
    font-size: 12px;
  }

  .footer .copyright {
    font-size: 11px;
  }
}

/* ---------------------------------------------------------------------------
//  pc/sp
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}

@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }
}
