@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

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

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: block !important;
}

.sp-view {
  display: none !important;
}

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

/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 54px;
}

@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 88px;
  }
}

body {
  color: #000;
  background: #fff;
  line-height: 2;
  font-size: 3.73333vw;
  font-weight: 500;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page {
    height: auto;
  }
  .btn-pagetop {
    display: none !important;
  }
}

#main {
  font-family: "Noto Sans JP", serif;
}

.contents-box .box-inner {
  margin: 0 auto;
}

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

.font-en {
  font-family: "birch-std", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

/* 共通パーツ-------------------------------------------*/
.c-box {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.05em;
}

.c-box img {
  width: 100%;
}

.swiper {
  opacity: 0;
  transition: .3s;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.btn-base {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.btn-base a {
  border-radius: 31px;
  background: #000;
  color: #fff;
  font-family: "birch-std", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 18px 0;
  width: 100%;
  display: block;
}

.btn-base a .icon-arrow01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn-base a .icon-arrow01::before {
  border-color: #fff;
  width: 6px;
  height: 6px;
}

.btn-base.btn-more a {
  font-family: "birch-std", sans-serif;
  font-size: 29px;
  letter-spacing: 0.1em;
}

.letter-scroll {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: max-content;
  font-family: "birch-std", sans-serif;
}

.letter-scroll span {
  font-size: 50px;
  padding-right: 20px;
}

.letter-scroll span:nth-child(odd) {
  animation: loop 30s -15s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

.letter-scroll span:nth-child(even) {
  animation: loop2 30s linear infinite;
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/* PC用背景 */
.pc-side {
  position: sticky;
  top: 0;
  height: 100vh;
  flex: 1;
  overflow: hidden;
  font-family: "Noto Sans JP", serif;
}

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

.pc-side .deco-img img {
  position: absolute;
}

.pc-side.side-l {
  z-index: 1;
  left: 0;
  display: flex;
  justify-content: flex-end;
}

.pc-side.side-l .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-side.side-l .side-ttl {
  width: 16.1vw;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.pc-side.side-r {
  z-index: 1;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  top: 88px;
  background: #F4F4F4;
}

.pc-side.side-r a {
  color: #000;
}

.pc-side.side-r .side-r-inner {
  display: flex;
  align-items: center;
}

.pc-side.side-r .side-ttl {
  line-height: 1;
  font-size: 23px;
  font-family: "birch-std", sans-serif;
  letter-spacing: 0.13em;
  color: #9d1616;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 20px;
}

.pc-side.side-r .side-ttl a {
  color: #9d1616;
}

.pc-side.side-r .side-nav {
  padding-top: 14px;
}

.pc-side.side-r .side-nav li {
  line-height: 1;
  margin-bottom: 6px;
  font-size: 20px;
  font-family: "birch-std", sans-serif;
}

.pc-side.side-r .side-nav li a {
  display: flex;
  align-items: center;
}

.pc-side.side-r .side-nav li .kana {
  font-family: "Noto Serif JP", system-ui;
  font-size: 11px;
  margin-left: 8px;
}

.pc-side.side-r .side-nav li .arrow {
  width: 6px;
  height: 6px;
  margin-right: 6px;
}

.pc-side.side-r .side-r-inner {
  margin-left: 50px;
  height: fit-content;
  position: relative;
}

.pc-side.side-r .btn_top {
  position: fixed;
  right: 50px;
  bottom: 30px;
  width: 60px;
  cursor: pointer;
  z-index: 1;
}

.pc-side.side-r .qr-box {
  width: 97px;
  text-align: center;
  position: absolute;
  left: 226px;
  top: 57px;
}

.pc-side.side-r .qr-box .mds {
  font-weight: 900;
  font-size: 11px;
}

.main-wrapper {
  max-width: 375px;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

@media screen and (max-width: 768px) {
  .main-wrapper {
    max-width: initial;
    width: 100%;
  }
}

.menu-list .brand-list {
  padding: 0;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 0;
}

/* 商品リスト */
.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 18px;
  margin-bottom: 50px;
  color: #000;
  padding: 0 13px;
  font-family: "Noto Sans JP", sans-serif;
}

.brand-list li {
  width: calc(100% / 2 - 10px);
}

.brand-list li .img-box {
  position: relative;
  margin-bottom: 3px;
}

.brand-list li .img-box .icon-upper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
}

.brand-list li .img-box .icon-lower {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.brand-list li .img-box .fdc {
  flex-direction: column;
}

.brand-list li .img-box .jitsuen {
  width: 32px;
}

.brand-list li .img-box .first {
  width: 68px;
}

.brand-list li .img-box .eatin {
  width: 63px;
}

.brand-list li .img-box .takeout {
  width: 74px;
}

.brand-list li .img-box .takeoutgentei {
  width: 90px;
}

.brand-list li .img-box .limited {
  width: 122px;
}

.brand-list li .img-box .limited2 {
  width: 74px;
}

.brand-list li .img-box .limited3 {
  width: 80px;
}

.brand-list li .img-box .jizen {
  width: 51px;
}

.brand-list li .img-box .original {
  width: 109px;
}

.brand-list li .img-box .sale {
  width: 59px;
}

.brand-list li .txt-box {
  text-align: left;
  line-height: 1.4;
}

.brand-list li .txt-box .price-cl {
  color: #ff0;
}

.brand-list li .txt-box .shopname {
  font-size: 12px;
  margin-bottom: 3px;
  font-weight: 700;
}

.brand-list li .txt-box .item {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 700;
}

.brand-list li .txt-box .price {
  font-size: 12px;
  font-weight: 500;
}

.brand-list li .txt-box .detail {
  font-size: 12px;
  font-weight: 400;
}

.list-l {
  display: block;
}

.list-l li {
  margin-bottom: 20px;
  width: 100%;
}

.list-l li .img-box .first {
  width: 99px;
}

.list-l li .img-box .limited {
  width: 173px;
}

.list-l li .img-box .sale {
  width: 84px;
}

.list-l li .img-box .jitsuen {
  width: 56px;
}

/* SPメニュー */
.sp-nav-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 76px;
  height: 76px;
  mix-blend-mode: luminosity;
  z-index: 10;
}

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

.sp-nav-btn > a:hover {
  opacity: 1;
}

.sp-nav-btn img {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .sp-nav {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 11;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 54px);
  }
  .sp-nav .detail {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 24vw 20px 10px;
    height: 100%;
  }
  .sp-nav .detail .side-ttl {
    line-height: 1;
    font-size: 30px;
    font-family: "birch-std", sans-serif;
    letter-spacing: 0.13em;
    color: #9d1616;
    text-align: center;
  }
  .sp-nav .detail .side-ttl a {
    color: #9d1616;
  }
  .sp-nav .detail .side-nav {
    padding-top: 20px;
    width: fit-content;
    margin: 0 auto;
  }
  .sp-nav .detail .side-nav li {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "birch-std", sans-serif;
  }
  .sp-nav .detail .side-nav li a {
    display: flex;
    align-items: center;
  }
  .sp-nav .detail .side-nav li .kana {
    font-family: "Noto Serif JP", system-ui;
    font-size: 11px;
    margin-left: 8px;
  }
  .sp-nav .detail .side-nav li .arrow {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .sp-nav .detail .btn-close {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .sp-nav .detail {
    padding: 38vw 20px 10px;
  }
  _::-webkit-full-page-media, _:future, :root .sp-nav .detail .btn-close {
    top: 38vw;
  }
}

.swiper-wrapper {
  transition-timing-function: ease-in-out;
}

.btn-pagetop {
  display: none !important;
}

/*# sourceMappingURL=_map/style.css.map */
