@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* ------------------------------------
// common
----------------------------------- */
body {
  font-family: "Zen Old Mincho", serif !important;
  padding-top: 80px;
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  body {
    padding-top: 13vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", serif !important;
}

a {
  color: #fff;
}

/* ------------------------------------
// header 
----------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 25px 0 0;
  height: 80px;
  background: #000;
}
.header h1 {
  position: absolute;
  top: 0;
  left: 0;
}
.header h1 a {
  display: block;
  max-width: none;
  width: 233px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 15px 0 10px;
}
.header h1 a img {
  max-width: 100%;
  max-height: 100%;
}
.header h1 a span {
  display: none;
}
.header .header-nav > ul > li {
  font-size: 2.1rem;
}
.header .header-nav > ul > li > a {
  font-weight: 500;
}
.home .header {
  background: none;
  transition: background-color 0.3s;
}
.home .header h1 a {
  background: none;
}
.home .header.fixedColor {
  background: #000;
}
.home .header.fixedColor h1 a {
  background: #000;
}
@media (max-width: 1000px) {
  .header .base-menu {
    margin: 0 0 0 auto;
  }
  .header h1 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .header {
    height: 13vw;
  }
  .header h1 a {
    width: 25vw;
    height: 20vw;
  }
}

/* ------------------------------------
// mainvisual
----------------------------------- */
.mainvisual .mainvisual-slick {
  margin-top: -80px;
}
@media (max-width: 768px) {
  .mainvisual .mainvisual-slick {
    margin-top: -13vw;
  }
}

/* ------------------------------------
// item-list 
----------------------------------- */
.message {
  margin-bottom: 60px;
}
.message .message-image {
  width: 50%;
}
.message .message-main {
  width: 50%;
}
.message.message02 {
  margin: 0;
}
@media (max-width: 768px) {
  .message {
    margin-bottom: 30px;
  }
  .message .message-image {
    width: 100%;
  }
  .message .message-main {
    width: 100%;
  }
}

/* ------------------------------------
// item-list 
----------------------------------- */
.home .item-list-wrap {
  padding-top: 80px;
}
.item-list-wrap .item-list .item-list-item .image {
  border: solid 1px #dbdbdb;
}
.item-list-wrap .item-list .item-list-item .image a img {
  aspect-ratio: 640/427;
}
.item-list-wrap .item-list .item-list-item .text .tags div {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 768px) {
  .home .item-list-wrap {
    padding-top: 13vw;
  }
}

/* ------------------------------------
// item 
----------------------------------- */
.item .item-detail #itemAttention .takeout {
  color: #fff;
  border-color: #fff;
}
.item .item-detail .purchaseButton button, .item .item-detail .purchaseButton a {
  background: #AA7D00;
}
.item .item-detail .item-sns-wrap .item-sns div a {
  border-color: #fff;
}
.item .item-detail .item-sns-wrap .item-sns div a svg {
  fill: #fff;
}

/* ------------------------------------
// breadcrumb 
----------------------------------- */
.breadcrumb {
  display: none;
}