@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
body {
  margin: 0;
}

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: 0;
  width: 100%;
  max-width: 100%;
}

h2 {
  font-family: "Noto Sans JP", serif;
  background-color: #d70000;
  color: #fff;
  text-align: center;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
    padding: 13px 0 15px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.7rem;
    margin: 0 0 20px;
    padding: 18px 0 20px;
  }
}

h3 {
  font-family: "Noto Sans JP", serif;
  background-color: #231815;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
    padding: 13px 0 15px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.7rem;
    margin: 0 0 20px;
    padding: 10px 0 12px;
  }
}

.head {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .head {
    margin: 0 0 40px;
    padding: 35px 0;
  }
}
@media only screen and (min-width: 768px) {
  .head {
    margin: 0 0 50px;
    padding: 55px 0;
  }
}
.head__content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .head__content {
    width: calc(100% - 35px);
  }
}
@media only screen and (min-width: 768px) {
  .head__content {
    max-width: 1100px;
    width: calc(100% - 60px);
  }
}
.head__ttl {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .head__ttl {
    width: calc(100% - 35px);
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .head__ttl {
    max-width: 900px;
    width: calc(100% - 60px);
    margin-bottom: 40px;
  }
}
.head h1 {
  font-family: "Noto Sans JP", serif;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .head h1 {
    font-size: 2.5rem;
  }
}
.head__date {
  margin: 0;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .head__date {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .head__date {
    font-size: 1rem;
  }
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .item-list {
    gap: 13px;
    margin: 0 0 50px;
  }
}
.item-list:last-of-type {
  margin: 0;
}
.item-list a {
  display: none;
}

.item {
  position: relative;
  background-color: #231815;
  border: 3px solid #231815;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .item {
    width: calc(50% - 7px);
  }
}
@media only screen and (min-width: 768px) {
  .item {
    width: calc(25% - 10px);
  }
}
.item__img {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .item__img {
    height: 130px;
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .item__img {
    height: 160px;
    padding: 20px 20px;
  }
}
.item__img img {
  height: auto;
  max-height: 100%;
  flex-shrink: 0;
}
.item__text {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .item__text {
    padding: 12px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .item__text {
    padding: 15px 20px;
  }
}
.item__ttl {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .item__ttl {
    font-size: 0.9rem;
    margin: 0 0 10px;
  }
}
.item__price {
  font-weight: 600;
  color: #ffe300;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .item__price {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .item__price {
    font-size: 1.5rem;
  }
}
.item__price--yen, .item__price--kaitori {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .item__price--yen, .item__price--kaitori {
    font-size: 0.9rem;
  }
}
.item__price--yen {
  margin-left: 2px;
}
.item--clamp .item__img {
  background-color: #cfcfcf;
}

.pickup h2 {
  padding: 10px 0 14px;
}
@media only screen and (max-width: 767px) {
  .pickup h2 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .pickup h2 {
    margin: 0 0 30px;
    font-size: 2.2rem;
  }
}
.pickup .item-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pickup .item-list {
    flex-direction: column;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item-list {
    justify-content: center;
    gap: 15px;
  }
}
.pickup .item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pickup .item {
    width: 100% !important;
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item {
    width: calc(33.3333333333% - 10px);
  }
}
.pickup .item::after {
  content: "";
  background: url(../img/pickup.png) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .pickup .item::after {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item::after {
    width: 80px;
    height: 80px;
  }
}
.pickup .item__img {
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .pickup .item__img {
    height: 200px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item__img {
    height: 300px;
    padding: 20px 15px;
  }
}
.pickup .item__img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.pickup .item__text {
  text-align: center;
  margin: auto 0 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pickup .item__text {
    padding: 0 15px 20px;
  }
}
.pickup .item__ttl {
  font-weight: bold;
  color: #231815;
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 10px;
}
.pickup .item__price {
  font-family: "Anton", sans-serif;
  line-height: 1;
  margin: 0;
}
.pickup .item__price--num {
  color: #e00101;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pickup .item__price--num {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item__price--num {
    font-size: 3.3rem;
  }
}
.pickup .item__price--yen, .pickup .item__price--kaitori {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #fff;
  background: #1E2823;
  -webkit-background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 4px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pickup .item__price--yen, .pickup .item__price--kaitori {
    font-size: 1.3rem;
    top: -4px;
  }
}
.pickup .item__price--yen {
  margin-left: 1px;
}
@media only screen and (min-width: 768px) {
  .pickup .item__price--yen {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .pickup .item__price--kaitori {
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .pickup .item__price--kaitori {
    writing-mode: vertical-rl;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    line-height: 1.17;
    top: 0.5px;
  }
}
.pickup .item--clamp {
  background-color: #cfcfcf;
}
.pickup .item--clamp .item__img {
  background-color: #cfcfcf;
}
.pickup .item--clamp .item__img img {
  box-shadow: none;
}

.content {
  margin: 0 auto;
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 35px);
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1100px;
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .list {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .list {
    margin: 0 0 60px;
  }
}

.note {
  background-color: #ffeded;
  border: 1px solid #d70000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .note {
    font-size: 0.85rem;
    padding: 17px 13px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    font-size: 0.9rem;
    padding: 20px;
  }
}
.note ul {
  margin: 0 0 0 15px;
  padding: 0;
  display: grid;
  gap: 3px 0;
}

.link {
  background-color: #d70000;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .link {
    width: 300px;
    height: 55px;
    margin: 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .link {
    width: 450px;
    height: 70px;
    margin: 60px auto;
    transition: 0.3s;
  }
  .link:hover {
    background-color: #555;
  }
}
.link a {
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .link a {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .link a {
    font-size: 1.1rem;
  }
}
.link a:hover {
  text-decoration: none;
}

.search {
  margin-inline: calc(50% - 50vi);
}
@media only screen and (max-width: 767px) {
  .search {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .search {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .search .wrap1200 {
    max-width: 1100px;
  }
}
.search .indexsearchbar__wrap {
  background-color: #d4d4d4;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media only screen and (min-width: 768px) {
  .search .indexsearchbar__header {
    max-width: 1100px;
  }
}
.search .indexsearchbar__tab li {
  border: 1px solid #b2b2b2;
}
@media only screen and (min-width: 768px) {
  .search .indexsearchbar__content {
    width: 95%;
  }
}
.search .searchbar__tab--active {
  background-color: #d4d4d4 !important;
  border-bottom: 1px solid #d4d4d4 !important;
}

.back-to-top {
  background-color: #ccc;
  border-radius: 5px;
  display: inline-block;
  position: fixed;
  transition-property: opacity;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .back-to-top {
    bottom: 20px;
    height: 35px;
    right: 20px;
    width: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    bottom: 50px;
    height: 40px;
    right: 50px;
    width: 40px;
    transition: 0.3s;
  }
  .back-to-top:hover {
    text-decoration: none;
    background-color: #ddd;
  }
}
.back-to-top .fa-chevron-up {
  color: #fff;
}

.local-nav {
  background-color: #f3f1f2;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    margin: 0 0 30px;
  }
}
.local-nav__link {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  list-style: none;
}
.local-nav__item {
  background-color: #231815;
  background-color: #fff;
  border: 1.5px solid #525252;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .local-nav__item {
    width: calc(33.3333333333% - 4.5px);
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__item {
    width: calc(16.6666666667% - 4.5px);
    height: 45px;
    transition: 0.3s;
  }
  .local-nav__item:hover {
    background-color: #f6f6f6;
  }
}
.local-nav__item a {
  color: #333;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .local-nav__item a {
    font-size: 0.95rem;
    padding: 5px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__item a {
    font-size: 0.85rem;
    padding: 0 10px;
  }
}
.local-nav__item a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */