@charset "utf-8";

* {
  zoom: 1;
}
ul,
ol,
li {
  zoom: normal;
}
ul,
ol {
  list-style: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.spB10 {
  margin-bottom: 10px;
}
.spB20 {
  margin-bottom: 20px;
}
::selection {
  background: transparent;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
a:focus,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}
.area_inner_noimg {
  width: 980px;
  margin: 0 auto;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  text-align: left;
}


/*----------------------

customize

----------------------*/
#osechi-2025 *,
#osechi-2025 *::before,
#osechi-2025 *::after {
  box-sizing: border-box;
}
#osechi-2025 {
  line-height: 1.89;
  color: #231815;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  word-break: break-all;
}
#osechi-2025 h1 {
  margin: 0;
}
#osechi-2025 a {
  transition: .2s;
}
#osechi-2025 img {
  width: 100%;
  height: auto;
}


/*----------------------

contents

----------------------*/
.l-cont {
  width: calc(100% - 32px);
  margin: 0 auto;
}



/*----------------------

hamburger

----------------------*/
.hamburger {
  position: sticky;
  top: 0;
  z-index: 999;
}
.hamburger__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #190202;
  width: 100%;
  height: 60px;
}
.hamburger__button__text {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 0 30px 0 0;
  border: none;
  cursor: pointer;
  outline: none !important;
  appearance: none;
  background-color: #190202;
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.025em;
}
.hamburger__button__text::before,
.hamburger__button__text::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  content: "";
}
.hamburger__button__text::before {
  right: 5px;
  width: 2px;
  height: 12px;
}
.hamburger__button__text::after {
  right: 0;
  width: 12px;
  height: 2px;
}


/*----------------------

nav

----------------------*/
.nav {
  position: sticky;
  top: 60px;
  z-index: 999;
  display: none;
  width: 100%;
  background-color: #d1ba91;
  z-index: 1000;
  transition: easease-out 0.6s;
}
.nav__items {
  width: 100%;
}
.nav__item {
  position: relative;
  transition: 0.2s;
  width: 100%;
  border-bottom: 3px solid #fff;
}
.nav__item a {
  display: block;
  line-height: 1;
  padding: 20px 0;
  color: #231815;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.025em;
  text-align: center;
}
.nav__item a:focus,
.nav__item a:link,
.nav__item a:visited,
.nav__item a:hover,
.nav__item a:active {
  background: transparent !important;
}


/*----------------------

animation

----------------------*/
[v-cloak] {
  display: none;
}

.js-fade {
  opacity: 0;
}
.js-fade-active {
  animation: fadeup 0.5s ease 1 forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*----------------------

pagetop

----------------------*/
.shop__pagetop {
  position: fixed;
  z-index: 0;
  right: 32px;
  bottom: 32px;
  width: 32px;
}